Skip to content

A static site generator, using javascript and simple text files written in txt2tags (markdown ultra) syntax

Notifications You must be signed in to change notification settings

farvardin/phileas

Repository files navigation

About 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!

About txt2tags

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.

About txt2tags and Phileas

Txt2tags and Phileas are following the KISS principle: They are lightweight and easy to use.

Read more...

About

A static site generator, using javascript and simple text files written in txt2tags (markdown ultra) syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published