gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

commit 8bdd10697fbd385ca245557969afbd338461c96a
parent afc66483608610de9352faced45757b641b5b162
Author: Roger Dingledine <arma@torproject.org>
Date:   Tue,  3 Feb 2004 23:13:45 +0000

pick a license: gpl


svn:r87

Diffstat:
MREADME | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -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.