[interchange-docs] xmldocs - racke modified guides/search.xml

docs at icdevgroup.org docs at icdevgroup.org
Mon Aug 14 10:57:57 EDT 2006


User:      racke
Date:      2006-08-14 14:57:56 GMT
Modified:  guides   search.xml
Log:
configuration file examples added

Revision  Changes    Path
1.13      +15 -0     xmldocs/guides/search.xml


rev 1.13, prev_rev 1.12
Index: search.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/search.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- search.xml	28 Jun 2006 18:51:05 -0000	1.12
+++ search.xml	14 Aug 2006 14:57:56 -0000	1.13
@@ -126,6 +126,21 @@
 </programlisting>
 </para>
 </section>
+<section>
+<title>Configuration File Examples</title>
+<para>
+Indexing web sites is pretty easy. Swish provides a spider script, which is
+simply called with the parameters <literal>default</literal> and the starting
+URL. Create a configuration file similar to the following:
+<programlisting>
+IndexFile db/icdevgroup
+IndexDir /usr/local/lib/swish-e/spider.pl
+SwishProgParameters default http://www.icdevgroup.org/docs/
+</programlisting>
+Now you can start indexing with <literal>swish-e -S prog -c
+icdevgroup.conf</literal>. 
+</para>
+</section>
 </section>
 
 








More information about the docs mailing list