Add a basic blog manager.

rlgnotes is an experimental script for managing a static blog.
This commit is contained in:
John "Elwin" Edwards 2015-01-30 09:25:32 -05:00
parent 8fc67392d9
commit 172d389ba5
4 changed files with 173 additions and 0 deletions

View file

@ -19,6 +19,9 @@ are included in the Web pages. It should be run from cron, daily or so.
py/rlgall.py is a module which recorder.py requires. It should be installed
in /lib/python<x.y>/site-packages or the equivalent location.
py/rlgnotes is a basic blog creator. It makes a blog (with RSS feed!) at
the URL /notes using text files as the source. Currently experimental.
web/ contains the static parts of the rlgallery.org website. Note that when
installed, scoring/ needs to be writable by whatever user is running the
recorder.py script.