Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=REVISION
Name: Untrusted draft - double-check copyrights yourself!

Files: MANIFEST.in
	PKG-INFO
	README
	debian/README.source
	debian/compat
	debian/control
	debian/control.in
	debian/gbp.conf
	debian/pycompat
	debian/source/format
	debian/watch
	docs/api/api-objects.txt
	docs/api/class-tree.html
	docs/api/crarr.png
	docs/api/epydoc.css
	docs/api/epydoc.js
	docs/api/frames.html
	docs/api/help.html
	docs/api/identifier-index.html
	docs/api/index.html
	docs/api/module-tree.html
	docs/api/redirect.html
	docs/api/toc-everything.html
	docs/api/toc-xappy-module.html
	docs/api/toc-xappy._checkxapian-module.html
	docs/api/toc-xappy.datastructures-module.html
	docs/api/toc-xappy.errors-module.html
	docs/api/toc-xappy.fieldactions-module.html
	docs/api/toc-xappy.fieldmappings-module.html
	docs/api/toc-xappy.highlight-module.html
	docs/api/toc-xappy.indexerconnection-module.html
	docs/api/toc-xappy.marshall-module.html
	docs/api/toc-xappy.memutils-module.html
	docs/api/toc-xappy.parsedate-module.html
	docs/api/toc-xappy.replaylog-module.html
	docs/api/toc-xappy.schema-module.html
	docs/api/toc-xappy.searchconnection-module.html
	docs/api/toc.html
	docs/api/xappy-module.html
	docs/api/xappy._checkxapian-module.html
	docs/api/xappy.datastructures-module.html
	docs/api/xappy.datastructures.Field-class.html
	docs/api/xappy.datastructures.ProcessedDocument-class.html
	docs/api/xappy.datastructures.UnprocessedDocument-class.html
	docs/api/xappy.errors-module.html
	docs/api/xappy.errors.IndexerError-class.html
	docs/api/xappy.errors.SearchEngineError-class.html
	docs/api/xappy.errors.SearchError-class.html
	docs/api/xappy.errors.XapianError-class.html
	docs/api/xappy.fieldactions-module.html
	docs/api/xappy.fieldactions.ActionContext-class.html
	docs/api/xappy.fieldactions.FieldActions-class.html
	docs/api/xappy.fieldactions.SortableMarshaller-class.html
	docs/api/xappy.fieldmappings-module.html
	docs/api/xappy.fieldmappings.FieldMappings-class.html
	docs/api/xappy.highlight-module.html
	docs/api/xappy.highlight.Highlighter-class.html
	docs/api/xappy.indexerconnection-module.html
	docs/api/xappy.indexerconnection.FacetQueryTypeIter-class.html
	docs/api/xappy.indexerconnection.IndexerConnection-class.html
	docs/api/xappy.indexerconnection.PrefixedTermIter-class.html
	docs/api/xappy.indexerconnection.SynonymIter-class.html
	docs/api/xappy.marshall-module.html
	docs/api/xappy.memutils-module.html
	docs/api/xappy.parsedate-module.html
	docs/api/xappy.replaylog-module.html
	docs/api/xappy.replaylog.LoggedProxy-class.html
	docs/api/xappy.replaylog.LoggedProxyMethod-class.html
	docs/api/xappy.replaylog.NotifyingDeleteObject-class.html
	docs/api/xappy.replaylog.ReplayLog-class.html
	docs/api/xappy.schema-module.html
	docs/api/xappy.schema.Schema-class.html
	docs/api/xappy.searchconnection-module.html
	docs/api/xappy.searchconnection.SearchConnection-class.html
	docs/api/xappy.searchconnection.SearchConnection.ExpandDecider-class.html
	docs/api/xappy.searchconnection.SearchResult-class.html
	docs/api/xappy.searchconnection.SearchResultIter-class.html
	docs/api/xappy.searchconnection.SearchResults-class.html
	docs/introduction.rst
	docs/running_perftest.txt
	examples/fileindex.py
	examples/search.py
	perftest/parseargs.py
	setup.cfg
	testsuite/unittests/facet_hierarchy_1.py
	testsuite/unittests/facet_query_type_1.py
	testsuite/unittests/freetext_1.py
	testsuite/unittests/spell_correct_1.py
	utils/make_xappy_tarballs
	xappy.egg-info/PKG-INFO
	xappy.egg-info/SOURCES.txt
	xappy.egg-info/dependency_links.txt
	xappy.egg-info/top_level.txt
	xappy/datastructures_doctest1.txt
	xappy/errors_doctest1.txt
	xappy/fieldmappings_doctest1.txt
	xappy/highlight_doctest1.txt
	xappy/indexerconnection_doctest1.txt
	xappy/indexerconnection_doctest2.txt
	xappy/indexerconnection_doctest3.txt
	xappy/marshall_doctest1.txt
	xappy/marshall_doctest2.txt
	xappy/parsedate_doctest1.txt
	xappy/searchconnection_doctest1.txt
	xappy/searchconnection_doctest2.txt
	xappy/searchconnection_doctest3.txt
Copyright: *No copyright*
License: UNKNOWN

Files: build.py
	eggsetup.py
	libs/get_xapian.py
	perftest/analyse_indexlogs.py
	perftest/analyse_searchlogs.py
	perftest/gen_queries.py
	perftest/indexer.py
	perftest/perftest.py
	perftest/searcher.py
	perftest/setuppaths.py
	secore/__init__.py
	secore/datastructures.py
	secore/errors.py
	secore/fieldactions.py
	secore/fieldmappings.py
	secore/highlight.py
	secore/indexerconnection.py
	secore/marshall.py
	secore/parsedate.py
	secore/searchconnection.py
	testsuite/runtests.py
	xappy/__init__.py
	xappy/datastructures.py
	xappy/errors.py
	xappy/fieldactions.py
	xappy/fieldmappings.py
	xappy/highlight.py
	xappy/indexerconnection.py
	xappy/marshall.py
	xappy/memutils.py
	xappy/parsedate.py
	xappy/replaylog.py
	xappy/searchconnection.py
Copyright: 2007, Lemur Consulting Ltd
License: GPL-2+

Files: docs/api/xappy-pysrc.html
	docs/api/xappy.datastructures-pysrc.html
	docs/api/xappy.errors-pysrc.html
	docs/api/xappy.fieldactions-pysrc.html
	docs/api/xappy.fieldmappings-pysrc.html
	docs/api/xappy.highlight-pysrc.html
	docs/api/xappy.indexerconnection-pysrc.html
	docs/api/xappy.marshall-pysrc.html
	docs/api/xappy.memutils-pysrc.html
	docs/api/xappy.parsedate-pysrc.html
	docs/api/xappy.replaylog-pysrc.html
	docs/api/xappy.searchconnection-pysrc.html
Copyright: 2007, Lemur Consulting Ltd</tt> </tt>
License: UNKNOWN

Files: perftest/parse_wikipedia/Errors.py
	perftest/parse_wikipedia/XMLUtils.py
	perftest/parse_wikipedia/wiki2dump.py
Copyright: 2006, Lemur Consulting Ltd
License: GPL-2+

Files: xappy/_checkxapian.py
	xappy/schema.py
Copyright: 2008, Lemur Consulting Ltd
License: GPL-2+

Files: docs/api/xappy._checkxapian-pysrc.html
	docs/api/xappy.schema-pysrc.html
Copyright: 2008, Lemur Consulting Ltd</tt> </tt>
License: UNKNOWN

Files: testsuite/coverage.py
Copyright: 2001, Gareth Rees. All rights reserved
	2004-2007, Ned Batchelder. All rights reserved
	HOLDERS AND CONTRIBUTORS
License: BSD (2 clause)

Files: debian/cdbs/1/rules/buildinfo.mk
Copyright: 2004-2007, Jonas Smedegaard <dr@jones.dk>
License: GPL

Files: debian/cdbs/1/rules/upstream-tarball.mk
Copyright: 2007-2008, Jonas Smedegaard <dr@jones.dk>
License: GPL

Files: debian/cdbs/1/rules/package-relations.mk
Copyright: 2008, Jonas Smedegaard <dr@jones.dk>
License: GPL

Files: debian/rules
Copyright: 2009, Jonas Smedegaard <dr@jones.dk>
License: GPL

Files: debian/cdbs/1/rules/copyright-check.mk
Copyright: \s*(\S.*?)\s*\
License: GPL

Files: setup.py
Copyright: 2007, Lemur Consulting Ltd
License: GPL (unversioned/unknown version) GPL-2+

Files: COPYING_GPL
Copyright: 1989, 1991, Free Software Foundation, Inc.
	<year> <name of author>
	HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
	HOLDERS AND/OR OTHER PARTIES
	disclaimer" for the program, if
	holder saying it may be distributed
	holder who places the Program under this License
	interest in the program
	law:
	the software, and
	year name of author
License: GPL-2+

Files: perftest/parse_wikipedia/HTMLUtils.py
Copyright: 2006, Lemur Consulting Ltd
	< 128:
License: GPL-2+

Files: AUTHORS
Copyright: 1999-2003, Rafael Laboissiere <rafael@debian.org>
	2001, Gareth Rees and
	2001-2004, Agustn Martn Domingo <agmartin@debian.org>
	2003-2004, Ren Engelhard <rene@debian.org>
	2004-2006, Ned Batchelder. See the end of that file for details of
	2007, Lemur Consulting Ltd. It is released under
License: UNKNOWN

Files: docs/introduction.html
Copyright: This stylesheet has been placed in the public domain
License: UNKNOWN

Files: testdata/query_sourcewords.txt
Copyright: analysis to insure these
License: UNKNOWN

Files: ChangeLog
Copyright: holders
License: UNKNOWN

