drizzle
Profile
Search
 
Powered by SoftLayer
PlanetDrizzle Configuration

Planet Drizzle http://planetdrizzle.org is currently maintained by Ronald Bradford


This blog aggregrator is based on Planet Planet http://planetdrizzle.org


ssh drizzleproject@42sql.com
cd planet
vi drizzle/config.ini 
./planet.py drizzle/config.ini

Entries in the config.ini are of the following format.

'[' http://krow.livejournal.com/data/rss ']'
name = Brian Aker
filter = drizzle

TODO: I don't know how to add a '[' without it being represented as a link.

Posts are updated on an hourly basis via cron

$ crontab -l
# minute,hour,dom,m,dow command
00	*	*	*	*	cd planet;./planet.py drizzle/config.ini


Planet Drizzle emails the drizzle-discuss@lists.launchpad.net list with new information in http://planetdrizzle.org/rss20.xml using rss2email.


$ r2e list
default email: drizzle-discuss@lists.launchpad.net
1: http://planetdrizzle.org/rss20.xml (default: drizzle-discuss@lists.launchpad.net)

$ cat ~/.rss2email/config.py
# Find some common used config options below; all can be found all and 
# descriptions in the section titled "### Vaguely Customizable Options ###"
# near the top of /usr/share/rss2email/rss2email.py
DEFAULT_FROM="emailer@planetdrizzle.org"
HTML_MAIL=1
SMTP_SEND=1
SMTP_SERVER="localhost"
AUTHREQUIRED=0
SMTP_USER="username"
SMTP_PASS="password" 
DATE_HEADER=0
# PROXY=""
$ crontab -l
# minute,hour,dom,m,dow command
00	*	*	*	*	cd planet;./planet.py drizzle/config.ini 
00	*	*	*	*	/usr/bin/r2e run
Site generously hosted by SoftLayer Technologies