diff options
| author | Roger Dingledine <arma@torproject.org> | 2004-02-03 23:13:45 +0000 |
|---|---|---|
| committer | Roger Dingledine <arma@torproject.org> | 2004-02-03 23:13:45 +0000 |
| commit | 19593ff205af53d2467c68384704fdf3cd12b94e (patch) | |
| tree | 549368e773c39f8fff53422abdc3f8445e5ba3a7 | |
| parent | 49737f89342e9102f4733e76e39b920fb50145b3 (diff) | |
| download | anonbib-19593ff205af53d2467c68384704fdf3cd12b94e.tar.gz | |
pick a license: gpl
svn:r87
| -rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,14 +3,14 @@ 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. +This software is licensed under the GNU GPL, version 2 or later. 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 + - 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. @@ -22,4 +22,4 @@ To use this package: - 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 + script. See the comment at the start of the file for usage info. |
