aboutsummaryrefslogtreecommitdiffstats
path: root/updateCache.py
AgeCommit message (Collapse)Author
2006-11-26 r9810@Kushana: nickm | 2006-11-26 01:19:14 -0500Nick Mathewson
Code cleanups suggested by pychecker; some quite brain-dead. svn:r187
2006-11-26 r9809@Kushana: nickm | 2006-11-26 01:14:14 -0500Nick Mathewson
Write command-line code in a check for __name__=="__main__" so I can run anonbib stuff through pychecker. svn:r186
2006-11-26 r9808@Kushana: nickm | 2006-11-26 01:11:31 -0500Nick Mathewson
Make the anonbib "update cache" command try locally compressing postscript files when we have a .ps url but no .ps.gz url. svn:r185
2006-11-20make the scripts executableRoger Dingledine
svn:r181
2005-06-22cleanups, give vitaly's jcs paper a year, add jan and anna's paperRoger Dingledine
svn:r140
2004-10-05Fix variable-capture bug in updateCache.pyNick Mathewson
svn:r114
2004-10-04fix another tracebackRoger Dingledine
-def getCachedURL(key, ftype): +def getCachedURL(key, ftype, section): svn:r113
2004-08-15Add basic unit tests; fix lastname,firstname name syntax; make configuration ↵Nick Mathewson
a separate file; make templates a configuration option; add separate cache jails to take advantage of apache http auth (last idea is from geoff) svn:r109
2004-02-03Tidy files, add copyright notices, add make dist targetNick Mathewson
svn:r84
2003-09-09Debug caching on errors; improve look of generated pages.Nick Mathewson
svn:r68
2003-09-09Add a simple caching implementationNick Mathewson
svn:r67