Doc std_index: compact some comment

There is OpenDocument types we do not currently attempt to index, because
their text may not make much sense. It is very easy, though, to add them
in the list and get them indexed.

bzr revid: p_christ@hol.gr-20100624152710-r6cm1384l7mq6pcz
This commit is contained in:
P. Christeas 2010-06-24 18:27:10 +03:00
parent a8e74fac0c
commit 741c317b42
1 changed files with 4 additions and 12 deletions

View File

@ -178,18 +178,10 @@ class ImageNoIndex(indexer):
cntIndex.register(ImageNoIndex())
# other opendocument formats:
#vnd.oasis.opendocument.chart-template
#vnd.oasis.opendocument.chart
#vnd.oasis.opendocument.database
#vnd.oasis.opendocument.formula-template
#vnd.oasis.opendocument.formula
#vnd.oasis.opendocument.graphics-template
#vnd.oasis.opendocument.graphics
#vnd.oasis.opendocument.image
#vnd.oasis.opendocument.presentation-template
#vnd.oasis.opendocument.presentation
#vnd.oasis.opendocument.spreadsheet-template
#vnd.oasis.opendocument.spreadsheet
# chart-template chart database
# formula-template formula graphics-template graphics
# image
# presentation-template presentation spreadsheet-template spreadsheet
class OpenDoc(indexer):
""" Index OpenDocument files.