Adding table generation from simple textfile
authorFredrik Unger <fred@tree.se>
Thu, 22 Nov 2012 11:38:06 +0000 (12:38 +0100)
committerFredrik Unger <fred@tree.se>
Thu, 22 Nov 2012 11:38:06 +0000 (12:38 +0100)
commit276a427181ea94be0e39e2a042e0845dce06a4eb
tree5f0d2071568e8e0d6eda015cae8dcee9a1fe69be
parente1bb8bad03ea58f9fdc6419fc1f251a17a7382d7
Adding table generation from simple textfile

Original idea stems from dependencies.py in a site which organized a table
from a formated textfile. At the time just from the body of the table.
This version can have a labeled header row in the begining and entries
that are links, with or without title. Title is denoted httplink|title.
For extra text more work is needed. Can only do one word titles for now.
xinclude/table.py [new file with mode: 0755]