/[swish]/trunk/common.config
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/common.config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by dpavlin, Fri Mar 21 21:28:21 2003 UTC revision 40 by dpavlin, Sun Jun 1 11:45:19 2003 UTC
# Line 93  StoreDescription TXT 3000 Line 93  StoreDescription TXT 3000
93    
94  # index pdf  # index pdf
95  IndexContents HTML .pdf  IndexContents HTML .pdf
96  FileFilter .pdf pdftotext "-htmlmeta '%p' -"  FileFilter .pdf         pdftotext "-htmlmeta '%p' -"
97    
98  # various other  # various other
99  FileFilter .gz  gzip  "-cd '%p'"  FileFilter .tar.gz      tar     "tvfz '%p'"
100  FileFilter .bz2 bzip2  "-cd '%p'"  FileFilter .gz          gzip    "-cd '%p'"
101    FileFilter .bz2         bzip2   "-cd '%p'"
102    
103  # store path of document  # regex version of above
104  MetaNames swishdocpath  #FileFilterMatch tar    "tvfz '%p'"     /\.tar\.gz/i
105    #FileFilterMatch gzip   "-cd '%p'"      /\.gz/i
106    #FileFilterMatch bzip2  "-cd '%p'"      /\.bz2/i
107    
108    # store path of document, title
109    MetaNames swishdocpath swishtitle
110    
111  # debug  # debug
112  ParserWarnLevel 3  ParserWarnLevel 3

Legend:
Removed from v.26  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26