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

docs at icdevgroup.org docs at icdevgroup.org
Thu Sep 22 12:40:16 EDT 2005


User:      racke
Date:      2005-09-22 16:40:16 GMT
Modified:  guides   search.xml
Log:
use programlisting for configuration snippet

Revision  Changes    Path
1.3       +6 -6      xmldocs/guides/search.xml


rev 1.3, prev_rev 1.2
Index: search.xml
===================================================================
RCS file: /anon_cvs/repository/xmldocs/guides/search.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- search.xml	22 Sep 2005 14:52:37 -0000	1.2
+++ search.xml	22 Sep 2005 16:40:15 -0000	1.3
@@ -53,29 +53,29 @@
 <para>
 
 To use, you must add to interchange.cfg:
-<screen>
+<programlisting>
 	&conf-Require; module Vend::Swish
 	&conf-AddDirective; Swish hash
 	&conf-Variable; swish Vend::Swish
-</screen>
+</programlisting>
   The search is called with st=swish (or mv_searchtype=swish).
 
 </para>
 <para>
  The fields to return are configurable, and default to;
-<screen>
+<programlisting>
 	rf=code score title url mod_date filesize
 	fn=code score title url mod_date filesize
-</screen>
+</programlisting>
   These correspond to:
-<screen>
+<programlisting>
 			code		swishreccount
 			score		swishrank
 			url			swishdocpath
 			title		swishtitle
 			filesize	swishdocsize
 			mod_date	swishlastmodified
-</screen>
+</programlisting>
 </para>
 	</sect2>
 </sect1>








More information about the docs mailing list