/[MITgcm]/mitgcm.org/devel/buildweb/pkg/swish-e/conf/example5.config
ViewVC logotype

Annotation of /mitgcm.org/devel/buildweb/pkg/swish-e/conf/example5.config

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Fri Sep 20 19:47:30 2002 UTC (22 years, 10 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
Importing web-site building process.

1 adcroft 1.1 # ----- Example 5 - Using FileRules -------
2     #
3     # Please see the swish-e documentation for
4     # information on configuration directives.
5     # Documentation is included with the swish-e
6     # distribution, and also can be found on-line
7     # at http://swish-e.org
8     #
9     #
10     # This is a simple example of how to use FileRules
11     # to limit what is indexed.
12     #
13     #---------------------------------------------------
14    
15     # Include our site-wide configuration settings:
16    
17     IncludeConfigFile example4.config
18    
19    
20     # Index the current directory
21    
22     IndexDir .
23    
24    
25     # Now let's index only these example scripts
26     # It would be easier to use IndexOnly, true,
27     # but, this is just an example...
28    
29     # Don't index the stopwords directory
30     FileRules pathname contains stopwords CVS
31    
32     # And don't index example6.spider or any index files
33     FileRules filename contains .spider index.
34    
35    
36    
37     # end of example

  ViewVC Help
Powered by ViewVC 1.1.22