[IMP] document :- change comment

bzr revid: ysa@tinyerp.co.in-20100319110836-qdo8kq5r23gib8h4
This commit is contained in:
Ysa (Open ERP) 2010-03-19 16:38:36 +05:30
parent 8974fbb857
commit ab9241d29a
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class PptxIndex(indexer):
return ['.pptx']
def _doIndexFile(self,fname):
# Download pptx2txt package then used http://sourceforge.net/projects/pptx2txt/" link.
# Download pptx2txt package from http://sourceforge.net/projects/pptx2txt/" link.
# To install this tool, just copy pptx2txt.pl to appropriate place (e.g. /usr/bin directory)
fp = Popen(['pptx2txt.pl', fname], shell=False, stdout=PIPE).stdout
fp.read()
@ -89,7 +89,7 @@ class DocxIndex(indexer):
return ['.docx']
def _doIndexFile(self,fname):
# If you want to Download docx2txt package then used "http://sourceforge.net/projects/docx2txt/" link.
# Download docx2txt package from "http://sourceforge.net/projects/docx2txt/" link.
# In case, you don't want to use Makefile for installation, you can follow these steps for manual installation.
# Copy docx2txt.pl, docx2txt.sh and docx2txt.config to appropriate place (e.g. /usr/bin directory) . used following command.
# --> cp docx2txt.pl docx2txt.sh docx2txt.config /usr/bin/