-
See the full sample page
-
Read the help
-
Download an archive with all the required files for using Phileas
Phileas is a semi-static site generator, using javascript and simple text files written in txt2tags syntax (a.k.a. "markdown ultra" because it's better than markdown).
It is simple, file based (it doesn't need database like MySQL) and doesn't even require PHP. It is suitable for small websites, personal notebooks or journals. You don't need to compile your source, it is rendered on the fly by the browser of your visitors.
Phileas' homepage and source code are located at:
Phileas: Your website served with style!
Txt2tags is a document generator and a lightweight markup.
It reads a text file with minimal markup such as **bold**
and //italic//
. Its python implementation can convert to several formats such as html, docbook, LaTeX, RTF, Man page, Creole, Wikipedia / MediaWiki, PmWiki, DokuWiki, MoinMoin, AsciiDoc...
It is very extensible and customisable, by using regex and preprocessors.
Its php and javascript implementations target only HTML but you can use them with several CMS, Blog and wiki engines.
Txt2tags and Phileas are following the KISS principle: They are lightweight and easy to use.