OddMuse System
(Redirected from OddMuse)
Jump to navigation
Jump to search
OddMuse System is a Wiki System.
- AKA: OddMuse.
- Context:
- It is a Perl Program.
- It is stores data in Text Files.
- It supports OddMuse Redirection Pages.
- See: MediaWiki System, TikiWiki System.
References
2009
- http://en.wikipedia.org/wiki/Oddmuse
- Oddmuse is a wiki engine. It is free software, licensed under the GNU General Public License. Oddmuse is based on UseModWiki version 0.92, and many patches published on the UseMod site. The programs have diverged since the fork. Oddmuse is being developed by Alex Schroeder [1].
- http://en.wikipedia.org/wiki/List_of_wiki_software#Perl-based
- http://www.oddmuse.org/cgi-bin/oddmuse/Posting_and_Uploading
- 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
- 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'
- 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'