2018-07-22 18:03:06 +01:00
|
|
|
# NASG - not another static generator...
|
2017-05-23 11:14:47 +01:00
|
|
|
|
2018-07-22 18:03:06 +01:00
|
|
|
This is my semi-static generator, written in Python.
|
|
|
|
Semi, because it generates 2 extra PHP files:
|
2017-05-23 11:14:47 +01:00
|
|
|
|
2018-07-22 18:03:06 +01:00
|
|
|
- search.php to read and FTS4 based sqlite database for search
|
|
|
|
- index.php to properly handle HTTP 410 and 301 headers for gone/redirect content
|
|
|
|
|
|
|
|
Content is YAML + Markdown.
|
|
|
|
|
|
|
|
External requirement: exiftool, because nothing else reads Lens data yet.
|