git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1525 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
90a93dc50c
commit
01ef85316d
After Width: | Height: | Size: 2.9 KiB |
@ -0,0 +1,135 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>YaCy '#[clientname]#': Result Page</title>
|
||||
#%env/templates/metas.template%#
|
||||
<link rel="alternate" type="application/rss+xml" title="Search for #[former]#" href="index.rss?search=#[former]#">
|
||||
</head>
|
||||
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
||||
#%env/templates/header.template%#
|
||||
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
picEmpty = new Image(11, 11);
|
||||
picEmpty.src = "/env/grafics/empty.gif";
|
||||
picMinus = new Image(11, 11);
|
||||
picMinus.src = "/env/grafics/minus.gif";
|
||||
</SCRIPT>
|
||||
|
||||
|
||||
|
||||
<!-- <form action="yacy/search.html" method="get"> -->
|
||||
<form action="websearch.html" method="get">
|
||||
<center>
|
||||
<p>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td rowspan="2">
|
||||
<img border="0" src="/env/grafics/yacy.png" align="top">
|
||||
</td>
|
||||
<td rowspan="2" width="5px"></td>
|
||||
<td align="center"><h2><font color="#212942" face="Helvetica, Arial" size="2">P2P WEB SEARCH</font></h2></td>
|
||||
<td rowspan="2" width="5px">
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input name="search" type="text" size="52" maxlength="80" value="#[former]#">
|
||||
</td>
|
||||
<td>
|
||||
<input type="submit" name="Enter" value="Search">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</center>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
#(excluded)#
|
||||
::
|
||||
<b>The following words are stop-words and had been excluded from the search: #[stopwords]#.</b>
|
||||
#(/excluded)#
|
||||
#(num-results)#
|
||||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
||||
::
|
||||
No Results.
|
||||
::
|
||||
No Results. (length of search words must be at least 3 characters)
|
||||
::
|
||||
<p>No Results. If you think this is unsatisfactory then you may consider to support the global index by running your own proxy/peer.
|
||||
If everybody contributes, the results will get better.</p>
|
||||
<p>Other possible reasons for no result:<br>
|
||||
<ul>
|
||||
<li>The search time was too short. Search again with same query to catch up 'late peers'</li>
|
||||
<li>There is currently no support for german umlaute. Please use ae/oe/ue instead</li>
|
||||
<li>Words of length < 3 are not indexed. Please omit such words</li>
|
||||
<li>YaCy tries to index singular instead of plural words. Please use the singular form</li>
|
||||
<li>Only complete words are indexed, not parts of words</li>
|
||||
<li>Don't use stopwords as search words</li>
|
||||
<li>During this test phase the reaction time of remote peers is unknown.
|
||||
Please repeat your search to see if there are late-responses from remote peers</li>
|
||||
</ul></p>
|
||||
<p>If you think the information you searched should exist in the global index,
|
||||
then please run your own peer and start a crawl of your wanted information to make it
|
||||
available for everyone. Then stay online to support crawls from other peers. Thank you!</p>
|
||||
::
|
||||
<b>#[linkcount]#</b> results from <b>#[orderedcount]#</b> ordered links of a total number of <b>#[totalcount]#</b> known.
|
||||
→ <a href="/websearch.html?search=#[former]#&Enter=Search&count=#[count]#&order=#[order]#&resource=#[resource]#&time=#[time]#&urlmaskfilter=.*">Catch up more links</a>
|
||||
from 'late' peers.
|
||||
#(/num-results)#
|
||||
#(combine)#
|
||||
::
|
||||
<br><br><b>Topwords</b> (to refine search):
|
||||
#{words}#
|
||||
<a href="websearch.html?search=#[newsearch]#&Enter=Search&count=#[count]#&order=#[order]#&resource=#[resource]#&time=#[time]#">#[word]#</a>
|
||||
#{/words}#
|
||||
#(/combine)#
|
||||
</p>
|
||||
<!-- linklist begin -->
|
||||
|
||||
#{results}#
|
||||
<!-- link begin -->
|
||||
<p style="border-bottom:1px #000 dashed; padding-bottom: 1em;">
|
||||
<a href="#[delete]#" onMouseover="document.minus_#[urlhexhash]#.src=picMinus.src" onMouseout="document.minus_#[urlhexhash]#.src=picEmpty.src">
|
||||
<img src="/env/grafics/empty.gif" title="delete" alt="delete" name="minus_#[urlhexhash]#" border="0"></a> <b><font color="#4070a0">#[description]#</font></b><br>
|
||||
#(snippet)#::<img src="/env/grafics/empty.gif"> <i>#[text]#</i><br>#(/snippet)#
|
||||
<img src="/env/grafics/empty.gif"> <a href="#[url]#">#[urlname]#</a><br>
|
||||
<img src="/env/grafics/empty.gif"><font color="#007050"> #[date]#</font> | <font color="#007050">YBR-#[ybr]#</font> | <a href="ViewFile.html?urlHash=#[urlhash]#&words=#[words]#">Info</a><br>
|
||||
</p>
|
||||
<!-- link end -->
|
||||
#{/results}#
|
||||
|
||||
<!-- linklist end -->
|
||||
<p>
|
||||
#(resultbottomline)#
|
||||
::
|
||||
The global search resulted in #[globalresults]# link contributions from other YaCy peers.
|
||||
::
|
||||
You can enrich the search results by using the 'global' option: This will search also other YaCy peers
|
||||
::
|
||||
You cannot get global search results because you are not connected to another YaCy peer.
|
||||
To connect you must first use the proxy.
|
||||
See here for an <a href="http://www.anomic.de/AnomicHTTPProxy/Installation.html#wininst">installation guide</a>.
|
||||
Alternatively, you can run the proxy in permanent online mode, which also grants global search.
|
||||
To do this, press this button:
|
||||
<form action="SettingsAck_p.html" method="get">
|
||||
<input type="submit" name="pmode" value="go online">
|
||||
</form>
|
||||
::
|
||||
You can enrich the search results by using the 'global' option; you must also switch to online mode
|
||||
(by using the proxy) to contribute to the global index.
|
||||
#(/resultbottomline)#
|
||||
</p><br>
|
||||
<hr>
|
||||
<center><i>YaCy is a GPL'ed project
|
||||
with the target of implementing a P2P-based global search engine.<br>
|
||||
Architecture (C) by Michael Peter Christen,
|
||||
<img src="/env/grafics/mcemailh.gif"></i></center>
|
||||
|
||||
#%env/templates/footer.template%#
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,78 @@
|
||||
// simple_search.java
|
||||
// -----------------------
|
||||
// part of the AnomicHTTPD caching proxy
|
||||
// (C) by Michael Peter Christen; mc@anomic.de
|
||||
// first published on http://www.anomic.de
|
||||
// Frankfurt, Germany, 2004
|
||||
// This file is contribued by Alexander Schier
|
||||
// last major change: 12.07.2003
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation; either version 2 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
//
|
||||
// Using this software in any meaning (reading, learning, copying, compiling,
|
||||
// running) means that you agree that the Author(s) is (are) not responsible
|
||||
// for cost, loss of data or any harm that may be caused directly or indirectly
|
||||
// by usage of this softare or this documentation. The usage of this software
|
||||
// is on your own risk. The installation and usage (starting/running) of this
|
||||
// software may allow other people or application to access your computer and
|
||||
// any attached devices and is highly dependent on the configuration of the
|
||||
// software which must be done by the user of the software; the author(s) is
|
||||
// (are) also not responsible for proper configuration and usage of the
|
||||
// software, even if provoked by documentation provided together with
|
||||
// the software.
|
||||
//
|
||||
// Any changes to this file according to the GPL as documented in the file
|
||||
// gpl.txt aside this file in the shipment you received can be done to the
|
||||
// lines that follows this copyright notice here, but changes must not be
|
||||
// done inside the copyright notive above. A re-distribution must contain
|
||||
// the intact and unchanged copyright notice.
|
||||
// Contributions and changes to the program code must be marked as such.
|
||||
|
||||
|
||||
// You must compile this file with
|
||||
// javac -classpath .:../classes index.java
|
||||
// if the shell's current path is HTROOT
|
||||
|
||||
|
||||
import java.io.File;
|
||||
import de.anomic.server.serverObjects;
|
||||
import de.anomic.server.serverSwitch;
|
||||
import de.anomic.http.httpHeader;
|
||||
import de.anomic.server.serverClassLoader;
|
||||
|
||||
/**
|
||||
* Wrapper to index.java
|
||||
*/
|
||||
public class websearch{
|
||||
public static serverObjects respond(httpHeader header, serverObjects post, serverSwitch env) throws Exception{
|
||||
serverClassLoader provider = new serverClassLoader();
|
||||
try{
|
||||
Class index = provider.loadClass(new File("htroot/index.class"));
|
||||
Class[] params = new Class[]{
|
||||
Class.forName("de.anomic.http.httpHeader"),
|
||||
Class.forName("de.anomic.server.serverObjects"),
|
||||
Class.forName("de.anomic.server.serverSwitch")
|
||||
};
|
||||
return (serverObjects)index.getMethod("respond", params).invoke(null, new Object[] {header, post, env});
|
||||
}catch(ClassNotFoundException e){
|
||||
return new serverObjects();
|
||||
}catch(NoSuchMethodException e){
|
||||
return new serverObjects();
|
||||
}catch(IllegalAccessException e){
|
||||
return new serverObjects();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in new issue