Skip to content

Instantly share code, notes, and snippets.

View pfefferle's full-sized avatar
😴
zzZZzzzZzzZZzZZZ

Matthias Pfefferle pfefferle

😴
zzZZzzzZzzZZzZZZ
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<status xmlns="http://superfeedr.com/xmpp-pubsub-ext" feed="http://notizblog.org/replies/">
<http code="200">Parser Error undefined entity</http>
<next_fetch>2013-07-02T09:06:15Z</next_fetch>
<period>600</period>
<last_fetch>2013-07-02T08:51:04Z</last_fetch>
<last_parse>2009-03-30T22:25:05Z</last_parse>
<last_maintenance_at>2013-07-02T08:08:32Z</last_maintenance_at>
</status>
This is an #indieweb implementation of the ideas behind Really Simple Social Blogging (#rssb), a proposal to implement a decentralized Tumblr/Facebook/Twitter like social blogging platform using simple things like WebMention and Microformats.
# Indieweb Federated Like __Like__ this post by creating a post on __your__ site. ### Here's how in 2 easy steps 1. Create a post on your site with a link to this post having the class `u-like` (must be inside a `h-entry`) 2. Send a [WebMention](http://webmention.org) to this post to let it know that you've liked it. ### For example The first like on this post was from a [post on my other blog](http://sandeep.shetty.in/2013/06/indieweb-like-test.html) (that is powered by Blogger). 1. I liked this post by created a post there with the following contents:
I like http://www.sandeep.io/39.
2. and manually sent a WebMention to this post using cURL letting it know that I've liked it : curl -i -d "source=http://sandeep.shetty.in/2013/06/indieweb-like-test.html&target=http://ww
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mention Test</title>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mention Test</title>
</head>
<body>
<?php
define('PERSONA_AUDIENCE', 'matthias@pfefferle.org');
define('SITE_TITLE', 'Matthias Pfefferle');
define('SITE_BASE_URL', 'http://127.0.0.1/converspace/');
define('USER_EMAIL', 'matthias@pfefferle.org');
define('USER_NAME', 'pfefferle');
define('USER_BIO', 'jo');
<?php
/*
Plugin Name: disable post-thumbnails (SemPress)
Plugin URI: https://gist.github.com/pfefferle/5160340
Description: disable post-thumbnails (SemPress)
Author: Matthias Pfefferle
Author URI: http://notizblog.org
Version: 1.0.0
License: GPL v3 (http://www.gnu.org/licenses/gpl.html)
*/
@pfefferle
pfefferle / og-debugger.php
Created November 13, 2012 18:19
og-debugger.php
<?php
/*
Plugin Name: OG-Debugger
Plugin URI:
Description:
Version: 1.0
Author: MP
Author URI:
License: MIT license (http://www.opensource.org/licenses/mit-license.php)
*/
@pfefferle
pfefferle / wpintents.php
Created November 6, 2012 14:59
WebIntents Demo for WordPress (now part of my OExchange plugin)
<?php
/*
Plugin Name: wpintents
Plugin URI: https://gist.github.com/4025228
Description: A webintents plugin for wordpress
Version: dev
Author: Matthias Pfefferle
Author URI: http://notizblog.org/
*/
@pfefferle
pfefferle / blavatars.php
Created February 2, 2012 16:35
Blog Avatar
<?php
/*
Plugin Name: Blavatars
Plugin URI: https://gist.github.com/1724438
Description: Use Gravatar as a blogs avatar (Web Clip, Favicon, ...)
Version: 0.1
Author: Matthias Pfefferle
Author URI: http://notizblog.org/
*/