all repos — nasg @ 860f4e11bf785498439a442e8c38cfd11d31cdb9

readme update
Peter Molnar hello@petermolnar.eu
Sun, 22 Jul 2018 18:03:06 +0100
commit

860f4e11bf785498439a442e8c38cfd11d31cdb9

parent

1c17232a6a29e136e03a734c9106b1f89d812934

1 files changed, 9 insertions(+), 4 deletions(-)

jump to
M README.mdREADME.md

@@ -1,6 +1,11 @@

+# NASG - not another static generator... +This is my semi-static generator, written in Python. +Semi, because it generates 2 extra PHP files: -magics: -- automatic exif .json "cache" gets generated next to the source file - - updated if the cache timestamp < source file timestamp -- on resize, forcing resize if resized timestamp < source timestamp +- 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.