matthewtodd / planet

My installation of venus, for feed-reading.

This URL has Read+Write access

planet /
name age message
file .gitignore Loading commit data...
file Capfile
file Gemfile
file README.rdoc
file Rakefile
directory bin/
directory config/
directory lib/
directory vendor/
README.rdoc

Planet

This is my own installantion of Venus, live at planet.matthewtodd.org.

Notes to Self

  • Patch feedparser to continue including the xlink namespace.
  • Must I include "lib/shell" in the PYTHONPATH? Why not just "lib"? (Want to clean up theme inclusion, too.)
  • Play with bundler some day when the internet’s working better. (Stupid timeout errors.) Should just need the following in Gemfile, plus `gem bundle`:
 source 'http://gems.github.com'
 gem    'javan-whenever'