Difference between revisions of "Summer of Code 2008"

Jump to navigation Jump to search
Line 142: Line 142:
=== PubSub Wordpress and Drupal plugins ===
=== PubSub Wordpress and Drupal plugins ===
==== Project description ====
==== Project description ====
This is an idea to develop a PubSub plugin for WordPress and Drupal with [http://tools.ietf.org/html/draft-saintandre-atompub-notify ATOM notifications]
This is an idea to develop a PubSub plugin for WordPress and Drupal with [http://tools.ietf.org/html/draft-saintandre-atompub-notify Atom notifications]
The goal is to ease the publication with PubSub and to create an XMPP PubSub eco-system.
The goal is to ease the publication with PubSub and to create an XMPP PubSub ecosystem.


Blogs could support an autodiscovery element like :
Blogs could support an autodiscovery element like :
Line 150: Line 150:
<link rel='alternate' type='xxxx' href='xmpp:romeo@jabber.org?;node=blog'/>
<link rel='alternate' type='xxxx' href='xmpp:romeo@jabber.org?;node=blog'/>
</pre>
</pre>
(The "type" is yet to be determined...)


Each new post could generate a new leaf node which would contain the post per se and the comments. In this manner, users could subscribe to the thread of their choice directly from the blog by clicking on an RSS-like button.
Each new post could generate a new leaf node which would contain the post per se and the comments. In this manner, users could subscribe to the thread of their choice directly from the blog by clicking on an RSS-like button.
Or there would be one node (not a separate node for each blog post!), as described at http://mail.jabber.org/pipermail/jdev/2008-March/026352.html


There already exists the [http://idavoll.ik.nu/ Idavoll] [http://idavoll.ik.nu/wiki/HTTP_Interface HTTP-XMPP PubSub gateway] and [http://idlecrew.de:2380/svn/public/ping_pubsub_plugin/ Class.Jabber.PHP with ATOM over XMPP Pubsub]. There is also the [http://diso.googlecode.com/svn/wordpress/wp-xmpp/ DiSo XMPP WordPress plugin] in development.
There already exists the [http://idavoll.ik.nu/ Idavoll] [http://idavoll.ik.nu/wiki/HTTP_Interface HTTP-XMPP PubSub gateway] and [http://idlecrew.de:2380/svn/public/ping_pubsub_plugin/ Class.Jabber.PHP with ATOM over XMPP Pubsub]. There is also the [http://diso.googlecode.com/svn/wordpress/wp-xmpp/ DiSo XMPP WordPress plugin] in development.


=== XEP-0070 for the Drupal Jabber authentication module ===
=== XEP-0070 for the Drupal Jabber authentication module ===