expoweb/folk
2020-04-01 19:55:46 +01:00
..
i Added validation for existence of files linked from folk.csv 2020-04-01 19:55:46 +01:00
l Added validation for existence of files linked from folk.csv 2020-04-01 19:55:46 +01:00
to-do changing html to htm and making photos jpg not png 2020-04-01 17:25:50 +01:00
author.htm bad link and making 3-column list 2019-12-22 01:48:34 +00:00
folk.csv Added validation for existence of files linked from folk.csv 2020-04-01 19:55:46 +01:00
index2019-06.htm.old added column for 2020, edited HTML in script & regenerated folk. 2020-01-03 01:10:14 +00:00
index2019-07.htm.old added column for 2020, edited HTML in script & regenerated folk. 2020-01-03 01:10:14 +00:00
mosaic.htm Added id="links" to pages that missed it. Part II 2011-06-01 10:55:49 +02:00
mosaic.jpg [svn r3779] Added HTML files. 2001-08-15 20:29:27 +02:00
README trying to fix people import so that troggle generated pages have mugshots 2020-03-31 23:54:37 +01:00

Convert the folk.csv to fold/index.htm like this:
$ cd :expoweb:/folk
$ python ../scripts/make-folklist.py <folk.csv >index.htm

Troggle *also* reads the mugshot and blurb about each person.
It reads it direct from folk.csv

Troggle generates its own blurb about each person.
A link to this troggle page has been added to folk/index.htm by
editing the script.

Troggle scans the blurb and looks for everything between <body> and <hr
to find the text of the blurb
(see ::troggle::/parsers/people.py)

All the blurb files have to be .htm - ,html is not recognised by people.py
and trying to fix this breaks something else.

There seems to be a problem with importing blrubs with more than one image file, even those the code
in people.py only looks for the first image file
Anyway, 
http://127.0.0.1:8000/person/MichaelSargent doesn't have the blurb
whereas
http://127.0.0.1:8000/person/PhilipSargent does have the blurb.

But neither has even one mugshot.