diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-02-06 00:18:48 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-02-06 00:18:48 +0000 |
commit | 5836c6ff9080285e48662b28da7286a877b0e813 (patch) | |
tree | 4b5c8859bd530c7828814cdebd9127d924bfd21d /parsers/people.py | |
parent | a4d7183260d80d8c3d93fb87bbc54c787e171d64 (diff) | |
download | troggle-5836c6ff9080285e48662b28da7286a877b0e813.tar.gz troggle-5836c6ff9080285e48662b28da7286a877b0e813.tar.bz2 troggle-5836c6ff9080285e48662b28da7286a877b0e813.zip |
Importing old logbooks
Diffstat (limited to 'parsers/people.py')
-rw-r--r-- | parsers/people.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/parsers/people.py b/parsers/people.py index e997b8c..bd67e8a 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -5,6 +5,12 @@ from utils import save_carefully from html.parser import HTMLParser from unidecode import unidecode +'''These functions do not match how the stand-alone script works. So the script produces an HTML file which has +href links to pages in troggle which troggle does not think are right. +The standalone script needs to be renedred defucnt, and all the parsing needs to be in troggle. Either that, +or they should use the same code by importing a module. +''' + def parseMugShotAndBlurb(personline, header, person): """create mugshot Photo instance""" mugShotFilename=personline[header["Mugshot"]] |