|
unwiki |
|
|
|
UnWiki is a filter program which take WikiText and turns it into plain text. It is a simple Perl program. There is a test case in testdata You can pick up the entire archive for version v0.00. This contains all of the files mentioned on this page. This is the nominal package software to put things into a webpage. Once you have the tar file, you will need to extract and build it. Do something like the following: cd mkdir unwiki tar xvfz unwiki-0.00.tar.gz cd unwiki-0.00 make |