added pli.structdoc experimental module for reference and as a starting point.
commit405944827ca6858c04a66eef8cf4c5ca5df24620
authorAlex A. Naanou <f_lynx@tough.(none)>
Thu, 13 Mar 2008 11:39:39 +0000 (13 14:39 +0300)
committerAlex A. Naanou <f_lynx@tough.(none)>
Thu, 13 Mar 2008 11:39:39 +0000 (13 14:39 +0300)
tree96e5e4fbafc2f18e0f8bd3f4e8e9a61eb67d7108
parentaf1b9f937923b3898c898cd0c6c14006a49d9849
added pli.structdoc experimental module for reference and as a starting point.
14 files changed:
pli-structdoc/__init__.py [new file with mode: 0755]
pli-structdoc/core.py [new file with mode: 0755]
pli-structdoc/structure.py [new file with mode: 0755]
pli-structdoc/templates/plain/emphasized.tpl [new file with mode: 0755]
pli-structdoc/templates/plain/general.css [new file with mode: 0755]
pli-structdoc/templates/plain/html.tpl [new file with mode: 0755]
pli-structdoc/templates/plain/link.tpl [new file with mode: 0755]
pli-structdoc/templates/plain/page.tpl [new file with mode: 0755]
pli-structdoc/templates/plain/section.tpl [new file with mode: 0755]
pli-structdoc/templates/plain/text.tpl [new file with mode: 0755]
pli-structdoc/templates/plain/unknown.tpl [new file with mode: 0755]
pli-structdoc/test/general.css [new file with mode: 0755]
pli-structdoc/test_page.py [new file with mode: 0755]
pli-structdoc/test_srv.py [new file with mode: 0755]