--- trunk/common.config 2003/03/24 16:14:44 31 +++ trunk/common.config 2003/06/01 11:45:19 40 @@ -93,11 +93,17 @@ # index pdf IndexContents HTML .pdf -FileFilter .pdf pdftotext "-htmlmeta '%p' -" +FileFilter .pdf pdftotext "-htmlmeta '%p' -" # various other -FileFilter .gz gzip "-cd '%p'" -FileFilter .bz2 bzip2 "-cd '%p'" +FileFilter .tar.gz tar "tvfz '%p'" +FileFilter .gz gzip "-cd '%p'" +FileFilter .bz2 bzip2 "-cd '%p'" + +# regex version of above +#FileFilterMatch tar "tvfz '%p'" /\.tar\.gz/i +#FileFilterMatch gzip "-cd '%p'" /\.gz/i +#FileFilterMatch bzip2 "-cd '%p'" /\.bz2/i # store path of document, title MetaNames swishdocpath swishtitle