intertwingly

It’s just data

Intertwingly on Git


I’ve installed git and gitweb, and put up my initial code explorations for a Ruby on Rails based rewrite of this blog’s software.  Neither the code nor the tests are all that much just yet, mostly just scaffolding and CSS, a small bit of controller logic, and the autogenerated tests and fixtures.  But anybody out there feels compelled to try it out, go for it:

git clone http://code.intertwingly.net/public/git/riggr
rake db:migrate
rake test

Initial impressions:

Links I found useful in the process:

Atom-PubSub module for ejabberd


Eric Cestari: This module will offer an AtomPub interface to ejabberd PubSub data... The AtomPub interface passes the Atom Protocol Exerciser (though some warnings remain).  It means that any AtomPub clients will be able to post to a specific node in your PubSub tree.  It also means that your PubSub tree will also be available as an AtomFeed.  [via kael]