This piece of software is a nasty hacked together semi-clone of WikiWikiWeb.
- Full markdown support.
- Automatic WikiLinks.
- MathJax support.
- PDF generation for every page, using pandoc. (For LaTeX formulae, there must be no spaces immediately inside the dollar signs.)
- Any form of version control.
- Any notion of different users.
- Web server. You need thttpd; then run
./run.sh
, and click onaw.cgi
in the directory listing. - Markdown support. You need markdown2 installed locally. Some patches which might make awfulwiki use easier can be found in my fork.
- Pretty text editing. AwfulWiki embeds SimpleMDE. It need not be installed locally.
- LaTeX support. AwfulWiki embeds MathJax. It need not be installed locally.
- PDF generation. You need pypandoc installed locally.