summaryrefslogtreecommitdiffstats
path: root/src/gns_wiki.py
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: local copy of the wiki page is made only when the remote update is ↵rsiddharth2014-01-021-12/+13
| | | | successful.
* IOError caused when opening non-existent topsecret.txt file is handled now.rsiddharth2014-01-021-7/+12
|
* The script updates the wiki page has changed.rsiddharth2014-01-021-21/+92
|
* Added src/gns_wiki.py. This has functions that pushes a wiki page to a wiki ↵rsiddharth2013-12-291-0/+57
using XML-RPC. Functions in gns_wiki.py: update, generate_wiki_page.