Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

Your search query "linkto:"PyCon2006/ScheduleData"" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.
(!) Consider performing a full-text search with your search terms.

Clear message

A tool for parsing the wiki source for the PyCon2006/FinalSchedule page is available in the Python SVN repository's sandbox from the sandbox/pycon directory. The script is called parse-sched.py.

Run the get.sh to fetch the current wiki source for the PyCon2006/FinalSchedule; the script will save it as FinalSchedule in the current directory.

parse-sched.py takes this file on standard input, and can generate several different output formats, chosen by the --format=<whatever> switch. The available formats are:

Please feel free to submit patches that add new output formats. If you have commit privileges, feel free to just check in changes that add new formats.

Additional formats I would like to see:

Example invocation:

./parse-sched.py --format=html <FinalSchedule >schedule.html


CategoryPyCon2006