/[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 31 by dpavlin, Mon Mar 24 16:14:44 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    # regex version of above
104    #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  # store path of document, title
109  MetaNames swishdocpath swishtitle  MetaNames swishdocpath swishtitle

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

  ViewVC Help
Powered by ViewVC 1.1.26