Add nucular as a possible full text indexer.

This commit is contained in:
Georg Brandl
2007-11-01 09:53:26 +00:00
parent 6814e09677
commit 50e7330d4a
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@@ -17,5 +17,5 @@ Web App
- discuss and debug comments system - discuss and debug comments system
- prepare for databases other than sqlite for comments - prepare for databases other than sqlite for comments
- add search via Xapian? - add search via Xapian or Nucular (Python indexer - nucular.sf.net)
- optionally have a contents tree view in the sidebar (AJAX based)? - optionally have a contents tree view in the sidebar (AJAX based)?

View File

@@ -441,7 +441,7 @@ class BuildEnvironment:
for subnode in node: for subnode in node:
if isinstance(subnode, addnodes.toctree): if isinstance(subnode, addnodes.toctree):
# just copy the toctree node which is then resolved # just copy the toctree node which is then resolved
# in self.resolve_toctrees # in self.get_and_resolve_doctree
item = subnode.copy() item = subnode.copy()
entries.append(item) entries.append(item)
# do the inventory stuff # do the inventory stuff