summaryrefslogtreecommitdiff
path: root/templates/letter_toc.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2010-05-13Package index listing now implemented in djangoSean Finney1-34/+0
2009-11-29inject some zero-whitespace break characters in long version stringsSean Finney1-1/+1
2008-09-02new ReleaseList class to order project releasesSean Finney1-2/+2
2008-06-28xhtml compliance: esc. [^a-zA-Z0-9-] from <a name>Sean Finney1-1/+1
2008-06-24add package anchor in tocSean Finney1-0/+1
2008-06-22big commit with db and cgi handling updatesSean Finney1-1/+1
i know it's bad form to lump this all together. oh well :p gen-patch-info now does very little besides processing packages and updating the relevant database entries. pretty much everything else is dynamically generated from pagehandler.py now.
2008-06-10template fixupsSean Finney1-1/+1
2008-06-02fix for key error in letter ToCSean Finney1-0/+4
2008-06-02rework templates to use inheritanceSean Finney1-0/+29
also added a gitignore file to ignore the python noise created by cheetah