Wiki compilers are great for those less blessed people who has an account in a web server but only with static pages( i.e University , Corporate Home pages). They work the same way a compiler works, produces ( actually compiles the wiki syntaxes into static html) offline contents of the static site beforehand.
Wiki Compilers - Wiko
- ikiwiki
- WikiWikiWftk!
I like the
Wiko one a lot. See the creator's(
Pau Arumi) page generated by this wiki engine. And the syntax is very similar to Wikipedia and
Markdown.
Emacs-MuseYou can also use
Emacs-Muse to manage a static web site.
Alex Ott maintains a nice web site with
Muse.
MarkdownThis is the simplest approach, it just generates html from markdown files. Markdown syntax is very easy to work with, and it can readily convert simple text files to html files with footnotes, references, links, etc.
Org-Mode Emacs' Org-mode can generate htmls (as well as lots of other formats, I use it to take my notes and generate technical documentation for softwares, it helps me to generate info/pdf/html/text documents from a single source. Very handy).