diff options
| author | Nick Mathewson <nickm@torproject.org> | 2006-09-20 17:33:57 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2006-09-20 17:33:57 +0000 |
| commit | dc87faa278851b4fbefb8fc1cad6136114c1968e (patch) | |
| tree | 23f65866ddc124682cd27df18a35e19fc6b8bcfa | |
| parent | 46396b0e84b5d00df21c25c41b74ae9cbd218abb (diff) | |
| download | anonbib-dc87faa278851b4fbefb8fc1cad6136114c1968e.tar.gz | |
Correct the anonbib instructions.
svn:r170
| -rw-r--r-- | README | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -1,6 +1,4 @@ -anonbib 0.1 -- Code to generate the anonymity bibliography - (Alternative abbreviations: An(n)otated Net Bibliography, - +anonbib 0.2 -- Code to generate the anonymity bibliography Copyright (c) 2003-2004 Nick Mathewson Based on 'PDOSBib' perl code by Eddie Kohler @@ -14,14 +12,14 @@ Python 2.2 or later. To use this package: - Get a good BibTeX file. You may want to mark it up with some of the extra keys used in our "anonbib.bib" file. - - Edit config.py and _template_.html so they refer to your files, + + - Edit anonbib.cfg and _template_.html so they refer to your files, authors, topics, and so on. - - Run 'python updateCache.py' to create a local cache of the papers in - your bibliography based on their www_*_url entries. (By default, the - script will ignore any entries you have already cached. To force - a fresh download of a cached file, delete it.) - - Run 'python writeHTML.py'. Fix any errors you care about. + - Run 'python updateCache.py anonbib.cfg' to create a local cache of the + papers in your bibliography based on their www_*_url entries. (By + default, the script will ignore any entries you have already cached. To + force a fresh download of a cached file, delete it.) + - Run 'python writeHTML.py anonbib.cfg'. Fix any errors you care about. - Re-run these scripts when you change the bibliography. - - If you want to merge in big BibTeX files, try using the reconcile.py script. See the comment at the start of the file for usage info. |
