| Server IP : 216.92.14.13 / Your IP : 216.73.216.171 Web Server : Apache System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : rmlac2fmr ( 1040637) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/swish-e/examples/ |
Upload File : |
# ----- Example 1 - limit by extension ------------- # # Please see the swish-e documentation for # information on configuration directives. # Documentation is included with the swish-e # distribution, and also can be found on-line # at http://swish-e.org # # # This example demonstrates how to limit # indexing to just .htm and .html files. # #--------------------------------------------------- # By default, swish creates an index file in the current directory # called "index.swish-e" (and swish uses this name by default when # searching. This is convenient, but not always desired. IndexFile /var/cache/swish-e/debiandocs.index IndexDir /usr/share/doc IndexName "Debian documentation index" IndexDescription "This is an index to test the Debian documentation indexation" IndexReport 3 DefaultContents HTML2 IndexOnly .htm .html README.Debian README FAQ .txt .xml .htm.gz .html.gz README.Debian.gz README.gz FAQ.gz .txt.gz StoreDescription TXT 150 StoreDescription HTML2 <body> 150 StoreDescription XML <desc> 150 # If you wish to follow symbolic links use the following. # Note that the default is "no". I you are indexing many # files, and you do not have any symbolic links, you may # still want to set this to "yes". This will avoid an extra # lstat system call for every file while indexing. FollowSymLinks yes Filefilter .gz gzip "-dc '%p'" # end of example