Tool Repository
svn list https://openhpi.svn.sourceforge.net/svnroot/openhpi/www/trunk
- sf2xml_export.py
- sf2xml_scrape.py
- wiki2web.py
- xml2changelog.py
- xml2wiki.py
- Tool prerequisites
- python
which easy_install ; sudo easy_install mechanize
sf2xml_export.py
Description:
Fetch the SourceForge XML export file for the project. Need to have admin privileges on SF to use this.
./sf2xml_export.py --help
Usage: sf2xml_export.py [options]
Options:
-h, --help show this help message and exit
-o XMLFILE, --output=XMLFILE, [default: xml_export.xml]
-u USER, --username=USER
-p PASSWORD, --password=PASSWORD
sf2xml_scrape.py
Description:
- Navigate to the bugs and features pages for the project. Capturing all bugs and features closed for a specific release.
./sf2xml_scrape.py --help
Usage: sf2xml_scrape.py [options] <release>
Options:
-h, --help show this help message and exit
-o XMLFILE, --output=XMLFILE; [default: xml_export.xml]
-s STATUS, --status=STATUS; [default: Closed]
wiki2web.py
Description:
Get parsed data from SourceForge tracker in wiki format. Then, post that to the wiki on http://www.openhpi.org/Status/OpenhpiBugsFeatures
./wiki2web.py --help
Usage: wiki2web.py [options]
Options:
-h, --help show this help message and exit
-f WIKIFILE, --wikifile=WIKIFILE; [default: tracker.wiki]
-u USER, --username=USER
-p PASSWORD, --password=PASSWORD
xml2changelog.py
Description:
- This will parse the SF XML export file and print the changelog for the specified version level.
./xml2changelog.py --help
Usage: xml2changelog.py [options] <release>
Options:
-h, --help show this help message and exit
-w, --web Produce wiki output instead of plain text
-f XMLFILE, --file=XMLFILE; [default: xml_export.xml]
xml2wiki.py
Description:
- This will parse the SF XML export file and generate a table showing the status of bugs and features per release in html.
./xml2wiki.py --help
Usage: xml2wiki.py [options] <release [release [release ...]]>
Options:
-h, --help show this help message and exit
-f XMLEXPORTFILE, --xmlfile=XMLEXPORTFILE; [default: xml_export.xml]
