wilde: doc/www/src kolabsearch.html.m4, NONE, 1.1 footer.html.m4, 1.22.2.9, 1.22.2.10 Makefile, 1.17, 1.18

cvs at intevation.de cvs at intevation.de
Mon Mar 14 17:50:12 CET 2005


Author: wilde

Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv32151

Modified Files:
      Tag: KOLAB_ORG_BETA
	footer.html.m4 
      No tag
	Makefile 
Added Files:
	kolabsearch.html.m4 
Log Message:
Added custom search page

--- NEW FILE: kolabsearch.html.m4 ---
<!--

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!                                                                !!!
!!!                        WARNING WARNING                         !!!
!!!  This is only a template, which needs to be adjusted manually! !!!
!!!                                                                !!!
!!!  DON'T replace the kolabsearch.htm template with the processed !!!
!!!  version of this file -- it will brake many things and might   !!!
!!!  even kill your cat!!!                                         !!!
!!!                                                                !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    This is template file for ASPseek 1.2
    Version for kolab.org

-->
<!--variables

# 'variables' section defines some global parameters.
# Each line starting with # is a comment.

# DaemonAddress is used by s.cgi to connect to searchd
# Format:
# DaemonAddress ip.add.res.sss[:port]
# You _should_ put at least one DaemonAddress for s.cgi to work.
# You _can_ put several DaemonAddress variables, in that case s.cgi
# will connect to all searchd, retrieve results from every searchd
# and merge it.
#
# WARNING: You can't put DNS name (www.myhost.com) in DaemonAddress, only
# numeric IP address. This is because name lookup will slow down s.cgi
# considerably.
#
# If port is not given default value will be used (12345 for now)
#
# example: DaemonAddress 194.87.78.112:9091
DaemonAddress 127.0.0.1

# PagesPerScreen defines how many links to other search result pages
# will be show if there are many results found.
# Default value is 10.
#PagesPerScreen 10

# ResultsPerPage defines how many results will be shown on one page.
# However, this is overwritten by ps=xxx cookie if set, and ps=xxx
# s.cgi parameter. So this is default value if ps is not given.
# Note that less value means faster search, so don't set it high.
# Default value is 10.
#ResultsPerPage 10

# s.cgi puts a small pieces from resulting document (a.k.a. excerpts)
# with found words/phrases highlighted.
# MaxExcerpts is limiting the number of such excerpts.
# If MaxExcerpts is set to zero (or no excerps were found)
# the first few lines from resulting document are shown.
#
# Please note that excerpt generation takes some CPU time, but it is hard
# to estimate it now. Each result page is fully unzipped during excerpt
# generation and scanned until required excerpts are found.
#
# Default value is 0.
MaxExcerpts 2

# MaxExcerptLen is the upper limit of length of each excerpt
# Default value is 200
#MaxExcerptLen 500


# "Clones no" is used to disable "clones" feature
# (clones are the same documents under different URLs)
# Uncomment next line if you do not want to detect and show clones.
#Clones	no

#Error messages
#
ER_STOPWORDS    Only stopword(s) are used in query. You must specify at least one non-stop word
ER_EXTRASYMBOL  Extra symbols at the end
ER_EMPTYQUERY   Empty query
ER_TOOSHORT     Too few letters or digits are used at the beginning of pattern
ER_NOQUOTED     Unmatched string quote
ER_NOPARENTHESIS Unmatched parenthesis
ER_NOSEARCHD	Can not connect to search daemon
# End of variables section
-->

<!--top-->
m4_define(`PAGE_TITLE', `Search')
m4_include(header.html.m4)

<FORM METHOD=GET ACTION="$A">
<TABLE BGCOLOR=#FFFFFF WIDTH=100% BORDER=0>
<TR>
<TD VALIGN=bottom ALIGN=center>
 Search for <INPUT TYPE="text" NAME="q" SIZE=30 VALUE="$Q">
 <INPUT TYPE="hidden" NAME="cs" VALUE="$c">
 <INPUT TYPE="hidden" NAME="ul" VALUE="http://kolab.kde.org/">
 <INPUT TYPE="submit" VALUE="Search">
<!-- <INPUT TYPE="submit" NAME="t" VALUE="Take me there!"> -->
</TD>
<TD>
<!-- links to advanced search, preferences etc. goes here -->
</TD>
</TR>
<!-- uncomment to have some adv. search options
<TR>
<TD COLSPAN=3>
<INPUT TYPE=checkbox NAME="s" VALUE="date">Sort results by date<P>

Results per page:
<SELECT NAME="ps">
<OPTION VALUE="10" SELECTED="$ps">10
<OPTION VALUE="20" SELECTED="$ps">20
<OPTION VALUE="50" SELECTED="$ps">50
</SELECT>

Output format:
<SELECT NAME="o">
<OPTION VALUE="0" SELECTED="$o">Long
<OPTION VALUE="1" SELECTED="$o">Short
<OPTION VALUE="2" SELECTED="$o">URL
</SELECT>


</td></tr>
  end of adv. search options -->
<!-- 'search with time limits' options - uncomment to use
<TR><TD>
<TABLE CELLPADDING=2 CELLSPACING=0 BORDER=0>
<CAPTION>
Limit results to pages published within a specified period of time.<BR>
<FONT SIZE=-1><I>(Please select only one option)</I></FONT>
</CAPTION>
<TR>
<TD VALIGN=center><INPUT TYPE=radio NAME="dt" VALUE="back" CHECKED></TD>
<TD><SELECT NAME="dp">
<OPTION VALUE="0" SELECTED="$dp">anytime
<OPTION VALUE="1d" SELECTED="$dp">in the last day
<OPTION VALUE="7d" SELECTED="$dp">in the last week
<OPTION VALUE="14d" SELECTED="$dp">in the last 2 weeks
<OPTION VALUE="1m" SELECTED="$dp">in the last month
<OPTION VALUE="3m" SELECTED="$dp">in the last 3 months
<OPTION VALUE="6m" SELECTED="$dp">in the last 6 months
<OPTION VALUE="1y" SELECTED="$dp">in the last year
<OPTION VALUE="2y" SELECTED="$dp">in the last 2 years
</SELECT>
</TD>
</TR>
<TR>
<TD VALIGN=center><INPUT type=radio NAME="dt" VALUE="er">
</TD>
<TD><SELECT NAME="dx">
<OPTION VALUE="1" SELECTED="$dx">After
<OPTION VALUE="-1" SELECTED="$dx">Before
</SELECT>

or on

<SELECT NAME="dm">
<OPTION VALUE="0" SELECTED="$dm">January
<OPTION VALUE="1" SELECTED="$dm">February
<OPTION VALUE="2" SELECTED="$dm">March
<OPTION VALUE="3" SELECTED="$dm">April
<OPTION VALUE="4" SELECTED="$dm">May
<OPTION VALUE="5" SELECTED="$dm">June
<OPTION VALUE="6" SELECTED="$dm">July
<OPTION VALUE="7" SELECTED="$dm">August
<OPTION VALUE="8" SELECTED="$dm">September
<OPTION VALUE="9" SELECTED="$dm">October
<OPTION VALUE="10" SELECTED="$dm">November
<OPTION VALUE="11" SELECTED="$dm">December
</SELECT>
<INPUT TYPE=text NAME="dd" VALUE="$dd" SIZE=2 maxlength=2>
,
<SELECT NAME="dy" >
<OPTION VALUE="1998" SELECTED="$dy">1998
<OPTION VALUE="1999" SELECTED="$dy">1999
<OPTION VALUE="2000" SELECTED="$dy">2000
<OPTION VALUE="2001" SELECTED="$dy">2001
</SELECT>
</TD>
</TR>
<TR>
<TD VALIGN=center><INPUT TYPE=radio NAME="dt" VALUE="range">
</TD>
<TD>
Between
<INPUT TYPE=text NAME="db" VALUE="$db" SIZE=11 MAXLENGTH=11>
and
<INPUT TYPE=text NAME="de" VALUE="$de" SIZE=11 MAXLENGTH=11>
</TD>
</TR>
</TABLE>

</TD></TR>
  end of time limiting options -->

</TABLE>
</FORM>
<!--/top-->


<!--hiopen-->
<B style="color:black;background-color:#8BF">
<!--/hiopen-->

<!--hiclose-->
</B>
<!--/hiclose-->

<!--hiexopen-->
<B>
<!--/hiexopen-->

<!--hiexclose-->
</B>
<!--/hiexclose-->

<!--exopen-->
<br>...
<!--/exopen-->

<!--exclose-->
...
<!--/exclose-->

<!--hicolors-->
ffff66
ff66ff
66ffff
ff6666
6666ff
66ff66
<!--/hicolors-->

<!--cachetop-->
<table border=0 cellpadding=2 cellspacing=0 width=100%>
<tr><td bgcolor="#FF6600">
<table border=0 bgcolor="#FFFFFF" cellpadding=10 cellspacing=0 width=100%>
<tr>
<td>
<font color="#000000">
<small>This is <b><font color="#CC6600">ASP</font><font color="#666666">seek</font>
</b>'s cache of <A HREF="$DU"><font color=blue>$DU</font></a>.<br>
<b><font color="#CC6600">ASP</font><font color="#666666">seek</font></b>'s cache
is the snapshot that we took of the page as we crawled the web.<br>
The page may have changed since that time.  Click here for the <A HREF="$DU">
<font color=blue>current page</font></a> without highlighting.</small>
<br> <br><center><small><i>We are neither affiliated with the authors
of this page nor responsible for its content.</i></small></center>
</font>
</td></tr>
</table>
</td></tr>
</table>
<!--/cachetop-->

<!--sizeb-->
$DS bytes
<!--/sizeb-->

<!--sizek-->
$DB Kb
<!--/sizek-->

<!--ressites-->
<table cellpadding=3 cellspacing=0 width="100%" style="background:#8BF;" border=0>
<tr><td align="center">
<small class=small>
Sites $f-$l of <B>$t</B>  
<!--/ressites-->

<!--resurls-->
<table cellpadding=3 cellspacing=0 width="100%" style="background:#8BF;" border=0>
<tr><td align="center">
<span class=small>
Documents $f-$l of <B>$t</B> found on site $SS   
<!--/resurls-->

<!--restop-->
<!-- <SMALL>Search results:$W.</SMALL><BR> -->
<table cellpadding=3 cellspacing=0 width="100%" style="background:#8BF;" border=0>
<tr>
<TD align="center">
<span class=small>Documents $f-$l of total <B>$t</B> found.   
Search took $Y seconds.</span>
</td></tr>
</table>
$V
<!--/restop-->

<!--moreurls-->
<small>>> <A HREF="$SH">More results from $SS</A> ($SC documents)</small>
<!--/moreurls-->

<!--res-->
<br>
<table>
<tr>
<td><b>$DN.</b></td>
$Tres0
</td></tr>
</table>
<br>
<!--/res-->

<!--res2-->
<BLOCKQUOTE>
<table>
<tr>
<td></td>
$Tres0
<br>
$M2
</td></tr>
</table>
</BLOCKQUOTE>
<!--/res2-->

<!--res0-->
<td>
<a href="$DU" TARGET="_blank"><b>$DT</b></a> [$DR]<br>
<span class=gr>
</td>
</tr>
<tr><td></td>
<td>
$DX...<br>
</span>
<small class=gr><!-- <A HREF="$DU" TARGET="_blank"> -->$DU<!-- </A> -->
<!-- ($DC)  $DM,--></small><small>$DZ</small>$CC
$CL
<!--/res0-->


<!--resbot-->
<HR>
<CENTER>
$V
</CENTER>
<!--/resbot-->

<!--clone-->
<BR><SMALL CLASS=gr><A HREF="$DU" TARGET="_blank">$DU</A> ($DC) $DM</SMALL>
<!--/clone-->

<!--cached-->
<small><A HREF="$A?cs=$c&q=$QF$P&ch=$DE&fm=$fm">Cached</A></small>
<!--/cached-->

<!--textversion-->
<small><A HREF="$A?cs=$c&q=$QF$P&ch=$DE&fm=$fm">Text version</A></small>
<!--/textversion-->

<!--navigator-->
<CENTER>
<TABLE BORDER="0" CELLSPACING="2" CELLPADDING="0"><TR>
$NL $NB $NR
</TR></TABLE>
</CENTER>
<!--/navigator-->

<!--navleft-->
<TD VALIGN="bottom" ALIGN="right"><SMALL>Result pages:</SMALL></TD>
<TD VALIGN="bottom" ALIGN="right"><A HREF="$NH"><SMALL>Previous</SMALL></A></TD>
<!--/navleft-->

<!--navleft0-->
<TD VALIGN="bottom" ALIGN="right"><SMALL>Result pages:</TD>
<!--/navleft0-->

<!--navbar1-->
<TD VALIGN="bottom"><A HREF="$NH"><SMALL>$NP</SMALL></A></TD>
<!--/navbar1-->

<!--navbar0-->
<TD VALIGN="bottom"><SMALL>$NP</SMALL></TD>
<!--/navbar0-->

<!--navright-->
<TD VALIGN="bottom"><A HREF="$NH"><SMALL>Next</SMALL></A></TD>
<!--/navright-->

<!--navright0-->
<TD VALIGN="bottom"><SMALL> </SMALL></TD>
<!--/navright-->

<!--complexPhrase-->
<span class=gr>
<br><B>
Attention, you have used logical expression inside phrase. <a href="http://www.aspseek.com/help.html">Help</a></B><br></span>
<!--/complexPhrase-->

<!--complexExpression-->
<span class=gr>
<br><B>
Attention, you have used complex logical expression in query. <a href="http://www.aspseek.com/help.html">Help</a></B><br></span>
<!--/complexExpression-->

<!--queryerror-->
<tr><td bgcolor="#FFFF00">  <font color="#FF0000">Error in query: <B>$E</B></font></td></tr>
<!--/queryerror-->

<!--inres-->
<tr>
<td colspan=3>
<input type=checkbox name=in>Search within results<br>
</td>
<td>
</td>
</tr>
<!--/inres-->

<!--notfound-->
<CENTER>
Sorry, but search returned no results.<P>
<I>Try to compose less restrictive search query or check spelling.</I>
</CENTER>
<HR>
<!--/notfound-->

<!--noquery-->
<CENTER>
You haven't typed any word(s) to search for.
</CENTER>
<HR>
<!--/noquery-->

<!--error-->
<CENTER>
<FONT COLOR="#FF0000">An error occured!</FONT>
<P><B>$E</B>
</CENTER>
<!--/error-->


<!--bottom-->
<!-- UNCOMMENT FOR ABILITY TO RUN SAME QUERY ON OTHER SEARCH ENGINES
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center">
<small>
Try Your Query on:  
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=altavista">Altavista</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=deja">Deja</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=excite">Excite</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=freshmeat">Freshmeat</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=google">Google</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=hotbot">HotBot</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=lycos">Lycos</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=oingo">Oingo</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=webcrawler">Web Crawler</a> 
<a href="http://aspseek.com/cgi-bin/runat?query=$QF&engine=yahoo">Yahoo!</a> 
</small>
</td></tr></table> -->
<br>
<DIV ALIGN=right>
  <A HREF="http://www.aspseek.org/"><IMG SRC="http://www.aspseek.com/i/pow_aseek.png" WIDTH=88 HEIGHT=31 BORDER=0 ALT="Free search engine software: ASPseek $AV"></A></DIV>

m4_include(footer.html.m4)
<!--/bottom-->



Index: footer.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/footer.html.m4,v
retrieving revision 1.22.2.9
retrieving revision 1.22.2.10
diff -u -d -r1.22.2.9 -r1.22.2.10
--- footer.html.m4	14 Mar 2005 15:54:45 -0000	1.22.2.9
+++ footer.html.m4	14 Mar 2005 16:50:10 -0000	1.22.2.10
@@ -20,10 +20,10 @@
 <!-- SEARCH -->
 <div class="mbh">Search kolab.org</div>
 <div class="mbox">
-<form method=GET style="margin:0px;" action="http://www.intevation.de/search.en.html">
-<input type="text" name="q" size=17 style="font-size: 100%" value="">
-<input type="submit" style="font-size: "70%" value="Search">
-<input type=hidden name=site value="Kolab">
+<form method=GET style="margin:0px;" action="https://wwwbeta.kolab.org/cgi-bin/kolabsearch.cgi">
+<input type="text" name="q" size=17 style="font-size: 90%" value="">
+<input type="submit" style="font-size: 80%" value="Search">
+<input type=hidden name=ul value="http://kolab.kde.org/">
 </form></div>
 
 <!-- INFORMATION -->

Index: Makefile
===================================================================
RCS file: /kolabrepository/doc/www/src/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile	11 Mar 2005 17:06:14 -0000	1.17
+++ Makefile	14 Mar 2005 16:50:10 -0000	1.18
@@ -11,6 +11,7 @@
     kolab2-clients.html \
     client-features.html \
     kolab-plugins.html \
+    kolabsearch.html \
     documentation.html \
     webclient.html
 





More information about the commits mailing list