OddMuse System

From GM-RKB
Jump to navigation Jump to search

OddMuse System is a Wiki System.



References

2009

  1. copy pages from a local instance to a remote instance

./wikicopy.py -i 'http://localhost/cgi-bin/rkb.cgi?action=index;raw=1' http://localhost/cgi-bin/rkb.cgi http://www.remote.com/test.cgi

  1. create a new page

echo "This is a Test Page." > /tmp/testPage.wiki cat /tmp/testPage.wiki | wikiput -s "new page" 'http://your.domain.here/cgi-bin/wiki?pagename'

  1. add a comment

echo "blah blah" | wikiadd -s "new comment" 'http://your.domain.here/cgi-bin/wiki?pagename'

wikiupload -s "new file" filename 'http://your.domain.here/cgi-bin/wiki?pagename'