comparison README.txt @ 61:5b4ff5680037

Add a basic blog manager. rlgnotes is an experimental script for managing a static blog.
author John "Elwin" Edwards
date Fri, 30 Jan 2015 09:25:32 -0500
parents 1951f59156e4
children d8720dbc16bb
comparison
equal deleted inserted replaced
60:876786c55450 61:5b4ff5680037
17 are included in the Web pages. It should be run from cron, daily or so. 17 are included in the Web pages. It should be run from cron, daily or so.
18 18
19 py/rlgall.py is a module which recorder.py requires. It should be installed 19 py/rlgall.py is a module which recorder.py requires. It should be installed
20 in /lib/python<x.y>/site-packages or the equivalent location. 20 in /lib/python<x.y>/site-packages or the equivalent location.
21 21
22 py/rlgnotes is a basic blog creator. It makes a blog (with RSS feed!) at
23 the URL /notes using text files as the source. Currently experimental.
24
22 web/ contains the static parts of the rlgallery.org website. Note that when 25 web/ contains the static parts of the rlgallery.org website. Note that when
23 installed, scoring/ needs to be writable by whatever user is running the 26 installed, scoring/ needs to be writable by whatever user is running the
24 recorder.py script. 27 recorder.py script.