Name

p4rss.py - generate RSS feed from p4 changes -m 10.

Synopsis

python p4rss.py > /path/to/rssfile

Description

p4rss.py converts usual output from p4 changes e.g.
Change 10 on 2003/02/26 by hjh@p4rss 'Doc on RSS 0.91 vs 1.0, and cos'
Change 9 on 2003/02/26 by hjh@p4rss 'Add a bit more doc. '
Change 8 on 2003/02/26 by hjh@p4rss 'Documentation and cosmetic chan'
...
to RSS 0.91 format see sample.p4rss.xml. Run it inside a cron job to generate the RSS periodically.

Because p4rss.py uses vanilla p4, user can modify its behaviour with usual P4 environment variables.

Bugs

p4rss.py has many limitations:

Todo

  1. study web interfaces like p4db, p4web or PyDS
  2. trim this doc comment as it's even longer than the code!

Download

p4rss.zip - contains p4rss.py, p4rss.html (this file) and sample.p4rss.xml

Two alternate downloads:


Copyright 2003 Jay Han
You are free to use it as long as you do not blame me for anything.