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

Annotation of /trunk/swish_isis.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 659 - (hide annotations)
Tue Feb 15 21:48:16 2005 UTC (19 years, 2 months ago) by dpavlin
File size: 1534 byte(s)
added sort by any combination of swish-e fields which are defined by
PropertyNames in swish_isis.conf. This allowed adition of links which show
search results sorted by time, author and title then author or autor than
titme combination.

Any combination of fields for sorting can be specified (separated by spaces),
with optional asc(ending) or desc(ending) order.

1 dpavlin 3 # swish-e config file
2    
3     #
4     # what to index?
5     #
6    
7     # -S prog
8 dpavlin 81 #IndexDir ./all2xml.pl
9 dpavlin 10
10 dpavlin 13 IndexDir /bin/cat
11 dpavlin 10 #SwishProgParameters foo.xml
12 dpavlin 7 #
13     # debug, pass parametears
14 dpavlin 3 #SwishProgParameters -l 2002
15     # don't output html2xml progress.
16     #SwishProgParameters -q
17    
18    
19     # input file definition
20     DefaultContents XML2
21    
22 dpavlin 7 # indexed metatags
23 dpavlin 43 MetaNames xml swishdocpath
24 dpavlin 3
25 dpavlin 7 # stored metatags
26 dpavlin 13 PropertyNames html
27 dpavlin 3
28 dpavlin 7 #MetaNameAlias swishtitle title
29 dpavlin 13 PropertyNameAlias swishtitle headline
30 dpavlin 7 #PropertyNameAlias swishdefault title_display
31 dpavlin 9 MetaNameAlias xml xml_swish
32 dpavlin 7
33     #MetaNamesRank -4 publisher
34     #MetaNamesRank 0 title.index
35     #MetaNamesRank 1 author.index
36    
37 dpavlin 3 #UndefinedMetaTags error
38     #UndefinedXMLAttributes error
39    
40 dpavlin 7 #XMLClassAttributes type
41     UndefinedMetaTags auto
42     UndefinedXMLAttributes auto
43    
44 dpavlin 3 #
45     # index description
46     #
47    
48 dpavlin 81 IndexFile ./index/webpac.index
49 dpavlin 3
50 dpavlin 81 IndexName "webpac"
51     IndexDescription "data imported to webpac"
52 dpavlin 3 IndexPointer "http://webpac.sf.net/"
53     IndexAdmin "dpavlin@rot13.org"
54    
55    
56     # Enable alternate search syntax.
57     # This means a search query can contain ``+'' and ``-'' as syntax parameter.
58    
59 dpavlin 54 # this directive is removed in swish 2.4
60     #EnableAltSearchSyntax yes
61 dpavlin 3
62    
63     #
64     # localization
65     #
66    
67     # Translate and/or/not operators
68     #SwishSearchOperators i ili bez
69    
70     # Default operator (and)
71     #SwishSearchDefaultRule i
72    
73    
74     #
75     # debug
76     #
77    
78 dpavlin 641 ParserWarnLevel 0
79     IndexReport 0
80 dpavlin 659
81     # what additional properties to store? (used for sortby variable for WebPac.pm)
82     PropertyNames personalname_swish date_swish titleandresponsibility_swish publisher_swish language_swish udc_swish otherclass_swish library_swish series_swish

Properties

Name Value
cvs2svn:cvs-rev 1.8

  ViewVC Help
Powered by ViewVC 1.1.26