aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-02-03 22:39:48 +0000
committerNick Mathewson <nickm@torproject.org>2004-02-03 22:39:48 +0000
commit49737f89342e9102f4733e76e39b920fb50145b3 (patch)
tree685e38d89dc8ed4b47a1d5ad7e7537954f7c595b
parent36da02feaf635168f08ea06471fc1bfc38ebc3d4 (diff)
downloadanonbib-49737f89342e9102f4733e76e39b920fb50145b3.tar.gz
add readme
svn:r85
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..70730ea
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+anonbib 0.1 -- Code to generate the anonymity bibliography
+
+Copyright (c) 2003-2004 Nick Mathewson
+Based on 'PDOSBib' perl code by Eddie Kohler
+
+This software is licensed under the XXX license.
+
+To use this software, you need to understand BibTeX and Python a
+little. If it breaks, you get to keep both pieces. You will need
+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,
+ 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.
+ - 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. \ No newline at end of file