README.md

Tue, 16 Jan 2018 17:18:59 +0000

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 16 Jan 2018 17:18:59 +0000
changeset 11
d2c95c18f88f
child 12
5541f9577f27
permissions
-rw-r--r--

Added a README

11
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
1
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
2 This is a very simple website templating engine based on markdown and Lua,
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
3 written by Tuomo Valkonen &lt;<tuomov@iki.fi>&gt;
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
4
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
5 It is not particularly supported or maintained; it was created back in 2009
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
6 to build [my own website](http://tuomov.iki.fi/). The engine is still use
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
7 for that purpose. I decided to simply put the code online now in 2017 after
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
8 having had to spend some time to convert it to Lua 5.3 form which the
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
9 module() function had been removed.
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
10
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
11 Aside from the included compat_env.lua and the ltp engine (which is has not
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
12 updated to Lua 5.3, and requires on the compat_env module), the code is in
d2c95c18f88f Added a README
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
13 the public domain.

mercurial