Added again an experimentell version of new design. Changed now complete to XHTML and CSS. Made by Michael Hamann (Michitux). For testing it, rename xhtml-index.html to index.html and use skin xhtml-style.css
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1771 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
eaffcfefe2
commit
f0c50aad69
@ -1,283 +0,0 @@
|
||||
body {
|
||||
background-color:#F8F8FF;
|
||||
}
|
||||
h1 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:16pt;
|
||||
font-style:normal;
|
||||
line-height:25pt;
|
||||
margin-top:0pt;
|
||||
margin-bottom:0pt;
|
||||
}
|
||||
h2 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:14pt;
|
||||
font-style:normal;
|
||||
line-height:14pt;
|
||||
margin-top:0pt;
|
||||
margin-bottom:0pt;
|
||||
}
|
||||
h3 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:12pt;
|
||||
font-style:normal;
|
||||
line-height:14pt;
|
||||
margin-top:0pt;
|
||||
margin-bottom:0pt;
|
||||
}
|
||||
h4 {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:10pt;
|
||||
font-style:normal;
|
||||
line-height:14pt;
|
||||
margin-top:0pt;
|
||||
margin-bottom:0pt;
|
||||
}
|
||||
a, body, div, li, ol, span, table, td, tr, ul {
|
||||
color:#000000;
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:10pt;
|
||||
font-style:normal;
|
||||
line-height:14px;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
*.small {
|
||||
font-family:Helvetica, sans-serif;
|
||||
font-size:8pt;
|
||||
font-style:normal;
|
||||
line-height:9px;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
}
|
||||
body, div, li, ol, span, table, td, tr, ul {
|
||||
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover {
|
||||
color:#0000FF;
|
||||
}
|
||||
a.unknown {
|
||||
color:#990000;
|
||||
}
|
||||
a.known {
|
||||
color:#009900;
|
||||
}
|
||||
a.extern {
|
||||
color:#000099;
|
||||
}
|
||||
*.xxxyellow {
|
||||
color:#0000FF;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
}
|
||||
*.xxxblue {
|
||||
color:#556699;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
}
|
||||
*.tt {
|
||||
font-family:Courier,Terminal,sans-serif;
|
||||
font-size:8pt;
|
||||
line-height:10px;
|
||||
vertical-align:top;
|
||||
}
|
||||
.Menu {
|
||||
width: 140;
|
||||
}
|
||||
.SubMenu {
|
||||
|
||||
}
|
||||
.MenuHeader {
|
||||
background-color: #4070a0;
|
||||
color:white;
|
||||
font-size: 9px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.MenuItem {
|
||||
background-color: #bdcdd4;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
padding-top: 2;
|
||||
padding-bottom: 2;
|
||||
}
|
||||
.MenuTopItem {
|
||||
background-color: #bdcdd4;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
padding-top: 3;
|
||||
padding-bottom: 3;
|
||||
}
|
||||
.MenuSubItem {
|
||||
background-color: #bdcdd4;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
padding-top: 3;
|
||||
padding-bottom: 3;
|
||||
}
|
||||
.MenuItemLink {
|
||||
color: black;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
font-size:11px;
|
||||
}
|
||||
a.MenuItemLink:hover {
|
||||
color:#0088BB;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
.MenuSpacer {
|
||||
height: 4;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.MenuSubSpacer {
|
||||
padding-left: 2;
|
||||
padding-right: 2;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.TableHeader {
|
||||
background-color: #88aaaa;
|
||||
}
|
||||
.TableCellDark {
|
||||
background-color: #bbcccc;
|
||||
}
|
||||
.TableCellLight {
|
||||
background-color: #ddeeee;
|
||||
}
|
||||
.TableCellActive {
|
||||
background-color: #ffbbaa;
|
||||
}
|
||||
.TableCellSummary {
|
||||
background-color: #ffbbaa;
|
||||
}
|
||||
.TableCellPassive {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
.WikiBackground {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
.WikiTOCBox {
|
||||
border: 1px solid #aaa;
|
||||
background-color: #F8F8FF;
|
||||
padding: 8px;
|
||||
}
|
||||
.WikiTOC {
|
||||
color:#0000FF;
|
||||
font-size: 10px;
|
||||
text-decoration:underline;
|
||||
}
|
||||
.MessageBackground {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
.bookmarkTags{
|
||||
color: #007050;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
white-space:nowrap;
|
||||
}
|
||||
.bookmarkTitle{
|
||||
line-height: 120%;
|
||||
color: #4070a0;
|
||||
font-size:17px;
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
}
|
||||
.bookmarkDescription{
|
||||
font-style:normal;
|
||||
}
|
||||
.bookmarkAction{
|
||||
color: #999999;
|
||||
text-decoration:none;
|
||||
}
|
||||
img.bookmarkIcon{
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.ResultDescription {
|
||||
color:#4070a0;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.ResultDateYBR {
|
||||
color:#007050;
|
||||
}
|
||||
|
||||
.snippetLoading {
|
||||
color:#999999;
|
||||
}
|
||||
|
||||
.snippetLoaded {
|
||||
color:black;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.snippetError {
|
||||
color:red;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.settingsValue {
|
||||
color:#556699;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
ul#Navigation {
|
||||
width: 150px;
|
||||
margin: 0; padding: 0.2em 0.8em 0.8em;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
ul#Navigation li {
|
||||
list-style: none;
|
||||
margin: 1px; padding: 0;
|
||||
}
|
||||
|
||||
ul#Navigation a, ul#Navigation h2 {
|
||||
width:140px;
|
||||
font-size: 11px;
|
||||
display:block;
|
||||
padding: 0.2em;
|
||||
padding-left:10px;
|
||||
text-decoration: none; font-weight: bold;
|
||||
border: 1px solid black;
|
||||
border-left-color: white; border-top-color: white;
|
||||
color: black; background-color: #bdcdd4;
|
||||
}
|
||||
|
||||
ul#Navigation a:hover {
|
||||
border-color: white;
|
||||
border-left-color: black; border-top-color: black;
|
||||
color: white; background-color: #0088BB;
|
||||
}
|
||||
ul#Navigation h2 {
|
||||
width:140px;
|
||||
font-size: 9px;
|
||||
margin: 1px 0 0;
|
||||
border-color: gray;
|
||||
color: white; background-color: #4070a0;
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
|
||||
.Headline {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 160%;
|
||||
font-family: Helvetica, Arial;
|
||||
text-align: center;
|
||||
background-color: #4070a0;
|
||||
height: 36px;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.Heading {
|
||||
background-color: #4070a0;
|
||||
height: 36px;
|
||||
}
|
@ -1,65 +0,0 @@
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td>
|
||||
<h1 class="Headline"><a href="http://www.yacy.net">
|
||||
<img width="52" height="33" border="0" src="/env/grafics/yacy.gif" align="left">
|
||||
</a>
|
||||
|
||||
YaCy - Distributed Web Indexing - Administration </h1>
|
||||
|
||||
</td></tr>
|
||||
<tr><td><table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td width="100" valign="top">
|
||||
<ul id="Navigation">
|
||||
<li><h2> Global Index</h2></li>
|
||||
<li><a href="/index.html" accesskey="s">Searchpage</a></li>
|
||||
<li><a href="/DetailedSearch.html">Detailed Search</a></li>
|
||||
<li><a href="/Bookmarks.html">Bookmarks</a></li>
|
||||
<li><a href="/Help.html">Help</a></li>
|
||||
|
||||
|
||||
<li><h2> Distributed Crawler</h2></li>
|
||||
<li><a href="/IndexCreate_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Index Create</a></li>
|
||||
<li><a href="/IndexControl_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Index Control</a></li>
|
||||
<li><a href="/IndexMonitor.html">Index Monitor</a></li>
|
||||
|
||||
<li><h2> Local Proxy</h2></li>
|
||||
<li><a href="/Blacklist_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Blacklist</a></li>
|
||||
<li><a href="/ProxyIndexingMonitor_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Proxy Indexing</a></li>
|
||||
<li><a href="/CacheAdmin_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Cache Monitor</a></li>
|
||||
<li><a href="/CookieMonitorIncoming_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Cookie Monitor</a></li>
|
||||
|
||||
<li><h2> Communication / Publication</h2></li>
|
||||
<li><a href="/www/">Home Page</a></li>
|
||||
<li><a href="/share/">File Share</a></li>
|
||||
<li><a href="/Wiki.html">Wiki</a></li>
|
||||
<li><a href="/Messages_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Messages <img border="0" src="notifier.gif" align="center"></a></li>
|
||||
<li><a href="/EditProfile_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Personal Profile</a></li>
|
||||
|
||||
|
||||
|
||||
<li><h2> Peer Control</h2></li>
|
||||
<li><a href="/Status.html" accesskey="t">Status</a></li>
|
||||
<li><a href="/Network.html" accesskey="w">Network</a></li>
|
||||
<li><a href="/News.html" accesskey="n">News</a></li>
|
||||
<li><a href="/ViewLog_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Log</a></li>
|
||||
<li><a href="/Settings_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Settings</a></li>
|
||||
<li><a href="/PerformanceQueues_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Performance</a></li>
|
||||
<li><a href="/Connections_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Connections</a></li>
|
||||
<li><a href="/Language_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Language</a></li>
|
||||
<li><a href="/Skins_p.html"><img border="0" src="/env/grafics/lock.gif" align="top"> Skins</a></li>
|
||||
|
||||
<li><h2> The Project</h2></li>
|
||||
<li><a href="http://www.yacy.net/yacy/">Projekt Home</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/News.html">Projekt News</a></li>
|
||||
<li><a href="http://sourceforge.net/forum/?group_id=116142">English Forum</a></li>
|
||||
<li><a href="http://www.yacy-forum.de">Deutsches Forum</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/Download.html">Download YaCy</a></li>
|
||||
<li><a href="http://yacy-websuche.de/wiki/index.php">YaCy Wiki</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/Contact.html">COntact</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</td><td width="6" valign="top"></td><td valign="top">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr><td height="2"></td></tr>
|
||||
<tr><td>
|
@ -1,61 +1,68 @@
|
||||
<div class="head">
|
||||
<img src="/env/grafics/yacy.gif" class="head" />
|
||||
<h1 class="head">YaCy - Distributed Web Indexing - Administration</h1>
|
||||
</div>
|
||||
<div class="menu">
|
||||
|
||||
<table width="100%" border="0" cellspacing="2" cellpadding="0" class="menu">
|
||||
<tr><td class="MenuHeader"> Global Index</td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/index.html" accesskey="s" class="MenuItemLink">Search Page</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/Help.html" class="MenuItemLink">Help</a></td></tr>
|
||||
<!--<tr><td class="MenuItem"> <a href="/Statistics.html" class="MenuItemLink">Statistics</a></td></tr>-->
|
||||
<tr><td class="MenuSpacer"></td></tr>
|
||||
|
||||
<tr><td class="MenuHeader"> Distributed Crawler</td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/IndexCreate_p.html" class="MenuItemLink">Index Create</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/IndexControl_p.html" class="MenuItemLink">Index Control</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/IndexMonitor.html" class="MenuItemLink">Index Monitor</a></td></tr>
|
||||
<tr><td class="MenuSpacer"></td></tr>
|
||||
|
||||
<tr><td class="MenuHeader"> Local Proxy</td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/Blacklist_p.html" class="MenuItemLink">Blacklist</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/ProxyIndexingMonitor_p.html" class="MenuItemLink">Proxy Indexing</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/CacheAdmin_p.html" class="MenuItemLink">Cache Monitor</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/CookieMonitorIncoming_p.html" class="MenuItemLink">Cookie Monitor</a></td></tr>
|
||||
<tr><td class="MenuSpacer"></td></tr>
|
||||
|
||||
<tr><td class="MenuHeader"> Communication / Publication</td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/www/" class="MenuItemLink">Home Page</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/share/" class="MenuItemLink">File Share</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/Wiki.html" class="MenuItemLink">Wiki</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/Messages_p.html" class="MenuItemLink">Messages</a> <img border="0" src="/env/grafics/notifier.gif" align="center"></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/EditProfile_p.html" class="MenuItemLink">Personal Profile</a></td></tr>
|
||||
<tr><td class="MenuSpacer"></td></tr>
|
||||
|
||||
<tr><td class="MenuHeader"> Peer Control</td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/Status.html" accesskey="t" class="MenuItemLink">Status</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/Network.html" accesskey="w" class="MenuItemLink">Network</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/News.html" accesskey="n" class="MenuItemLink">News</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/ViewLog_p.html" class="MenuItemLink">Log</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/Settings_p.html" class="MenuItemLink">Settings</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/PerformanceQueues_p.html" class="MenuItemLink">Performance</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/Language_p.html" class="MenuItemLink">Language</a></td></tr>
|
||||
<tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top"> <a href="/Skins_p.html" class="MenuItemLink">Skins</a></td></tr>
|
||||
<tr><td class="MenuSpacer"></td></tr>
|
||||
|
||||
<tr><td class="MenuHeader"> The Project</td></tr>
|
||||
<tr><td class="MenuItem"> <a href="http://www.yacy.net/yacy/" class="MenuItemLink">Project Home</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="http://www.yacy.net/yacy/News.html" class="MenuItemLink">Project News</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="http://sourceforge.net/forum/?group_id=116142" class="MenuItemLink">English Forum</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="http://www.yacy-forum.de" class="MenuItemLink">Deutsches Forum</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="http://www.yacy.net/yacy/Download.html" class="MenuItemLink">Download YaCy</a></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="http://www.yacy.net/yacy/Contact.html" class="MenuItemLink">Contact</a></td></tr>
|
||||
<tr><td class="MenuSpacer"></td></tr>
|
||||
|
||||
<!--
|
||||
<tr><td class="MenuHeader"> Experimental</b></td></tr>
|
||||
<tr><td class="MenuItem"> <a href="/Lab.html" class="MenuItemLink">The Lab</a></td></tr>
|
||||
-->
|
||||
</table>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="head">
|
||||
<h1 class="head">YaCy - Distributed Web Indexing - Administration</h1>
|
||||
</div>
|
||||
<div class="menu">
|
||||
<div class="menugroup">
|
||||
<h3>Global Index</h3>
|
||||
<ul class="menu">
|
||||
<li><a href="/index.html" accesskey="s" class="MenuItemLink">Search Page</a></li>
|
||||
<li><a href="/DetailedSearch.html" class="MenuItemLink">Detailed Search</a></li>
|
||||
<li><a href="/Bookmarks.html" class="MenuItemLink">Bookmarks</a></li>
|
||||
<li><a href="/Help.html" class="MenuItemLink">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="menugroup">
|
||||
<h3>Distributed Crawler</h3>
|
||||
<ul class="menu">
|
||||
<li><a href="/IndexCreate_p.html" class="MenuItemLink lock">Index Create</a></li>
|
||||
<li><a href="/IndexControl_p.html" class="MenuItemLink lock">Index Control</a></li>
|
||||
<li><a href="/IndexMonitor.html" class="MenuItemLink">Index Monitor</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="menugroup">
|
||||
<h3>Local Proxy</h3>
|
||||
<ul class="menu">
|
||||
<li><a href="/Blacklist_p.html" class="MenuItemLink lock">Blacklist</a></li>
|
||||
<li><a href="/ProxyIndexingMonitor_p.html" class="MenuItemLink lock">Proxy Indexing</a></li>
|
||||
<li><a href="/CacheAdmin_p.html" class="MenuItemLink lock">Cache Monitor</a></li>
|
||||
<li><a href="/CookieMonitorIncoming_p.html" class="MenuItemLink lock">Cookie Monitor</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="menugroup">
|
||||
<h3>Communication / Publication</h3>
|
||||
<ul class="menu">
|
||||
<li><a href="/www/" class="MenuItemLink">Home Page</a></li>
|
||||
<li><a href="/share/" class="MenuItemLink">File Share</a></li>
|
||||
<li><a href="/Wiki.html" class="MenuItemLink">Wiki</a></li>
|
||||
<li><a href="/Messages_p.html" class="MenuItemLink lock">Messages <img src="/env/grafics/notifier.gif" alt="New Messages" /></a></li>
|
||||
<li><a href="/EditProfile_p.html" class="MenuItemLink lock">Personal Profile</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="menugroup">
|
||||
<h3>Peer Control</h3>
|
||||
<ul class="menu">
|
||||
<li><a href="/Status.html" accesskey="t" class="MenuItemLink">Status</a></li>
|
||||
<li><a href="/Network.html" accesskey="w" class="MenuItemLink">Network</a></li>
|
||||
<li><a href="/News.html" accesskey="n" class="MenuItemLink">News</a></li>
|
||||
<li><a href="/ViewLog_p.html" class="MenuItemLink lock">Log</a></li>
|
||||
<li><a href="/Settings_p.html" class="MenuItemLink lock">Settings</a></li>
|
||||
<li><a href="/PerformanceQueues_p.html" class="MenuItemLink lock">Performance</a></li>
|
||||
<li><a href="/Connections_p.html" class="MenuItemLink lock">Connections</a></li>
|
||||
<li><a href="/Language_p.html" class="MenuItemLink lock">Language</a></li>
|
||||
<li><a href="/Skins_p.html" class="MenuItemLink lock">Skins</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="menugroup">
|
||||
<h3>The Project</h3>
|
||||
<ul class="menu">
|
||||
<li><a href="http://www.yacy.net/yacy/" class="MenuItemLink">Project Home</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/News.html" class="MenuItemLink">Project News</a></li>
|
||||
<li><a href="http://sourceforge.net/forum/?group_id=116142" class="MenuItemLink">English Forum</a></li>
|
||||
<li><a href="http://www.yacy-forum.de" class="MenuItemLink">Deutsches Forum</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/Download.html" class="MenuItemLink">Download YaCy</a></li>
|
||||
<li><a href="http://yacy-websuche.de/wiki/index.php" class="MenuItemLink">YaCy Wiki</a></li>
|
||||
<li><a href="http://www.yacy.net/yacy/Contact.html" class="MenuItemLink">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
@ -0,0 +1,8 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="shortcut icon" href="favicon.ico" />
|
||||
<meta name="Content-Language" content="English, Englisch" />
|
||||
<meta name="keywords" content="Anomic HTTP Proxy search engine spider indexer java network open free download Mac Windows Linux Software development" />
|
||||
<meta name="description" content="Anomic Software HTTP Proxy Freeware Home Page" />
|
||||
<meta name="copyright" content="Michael Christen" />
|
||||
<link rel="stylesheet" type="text/css" media="all" href="/env/style.css" />
|
||||
<!-- (C), Architecture and Realisation: Michael Peter Christen; Contact: mc <at> anomic.de -->
|
@ -0,0 +1,167 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>YaCy '#[clientname]#': Search Page</title>
|
||||
#%env/templates/xhtml-metas.template%#
|
||||
<link rel="alternate" type="application/rss+xml" title="Search for #[former]#" href="index.rss?search=#[former]#" />
|
||||
|
||||
<script src="/js/ajax.js" type="text/javascript"></script>
|
||||
<script src="/js/xml.js" type="text/javascript"></script>
|
||||
<script src="/js/Index.js" type="text/javascript"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
#%env/templates/header.template%#
|
||||
|
||||
<h2 class="yacy">
|
||||
P2P WEB SEARCH
|
||||
</h2>
|
||||
<p>#[promoteSearchPageGreeting]#</p>
|
||||
|
||||
|
||||
<form class="search" action="index.html" method="get">
|
||||
<fieldset class="maininput">
|
||||
<input name="search" type="text" size="52" maxlength="80" value="#[former]#" />
|
||||
<input type="submit" name="Enter" value="Search" />
|
||||
<input type="hidden" name="former" value="#[former]#" />
|
||||
</fieldset>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Max. number of results:</td>
|
||||
<td><select name="count">
|
||||
<option #(count-10)#::selected="selected"#(/count-10)#>10</option>
|
||||
<option #(count-50)#::selected="selected"#(/count-50)#>50</option>
|
||||
<option #(count-100)#::selected="selected"#(/count-100)#>100</option>
|
||||
<option #(count-1000)#::selected="selected"#(/count-1000)#>1000</option>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>order by:</td>
|
||||
<td><select name="order">
|
||||
<option value="YBR-Date-Quality" #(order-ybr-date-quality)#::selected="selected"#(/order-ybr-date-quality)#>YBR-Date-Quality</option>
|
||||
<option value="YBR-Quality-Date" #(order-ybr-quality-date)#::selected="selected"#(/order-ybr-quality-date)#>YBR-Quality-Date</option>
|
||||
<option value="Date-YBR-Quality" #(order-date-ybr-quality)#::selected="selected"#(/order-date-ybr-quality)#>Date-YBR-Quality</option>
|
||||
<option value="Quality-YBR-Date" #(order-quality-ybr-date)#::selected="selected"#(/order-quality-ybr-date)#>Quality-YBR-Date</option>
|
||||
<option value="Date-Quality-YBR" #(order-date-quality-ybr)#::selected="selected"#(/order-date-quality-ybr)#>Date-Quality-YBR</option>
|
||||
<option value="Quality-Date-YBR" #(order-quality-date-ybr)#::selected="selected"#(/order-quality-date-ybr)#>Quality-Date-YBR</option>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Resource:</td>
|
||||
<td><select name="resource">
|
||||
<option value="global" #(resource-global)#::selected="selected"#(/resource-global)#>global</option>
|
||||
<option value="local" #(resource-local)#::selected="selected"#(/resource-local)#>local</option>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Max. search time (seconds):</td>
|
||||
<td><select name="time">
|
||||
<option #(time-1)#::selected="selected"#(/time-1)#>1</option>
|
||||
<option #(time-3)#::selected="selected"#(/time-3)#>3</option>
|
||||
<option #(time-6)#::selected="selected"#(/time-6)#>6</option>
|
||||
<option #(time-10)#::selected="selected"#(/time-10)#>10</option>
|
||||
<option #(time-30)#::selected="selected"#(/time-30)#>30</option>
|
||||
<option #(time-60)#::selected="selected"#(/time-60)#>60</option>
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>URL mask:</td>
|
||||
<td>#(urlmaskoptions)#
|
||||
<input name="urlmaskfilter" type="text" size="12" maxlength="80" value="#[urlmaskfilter]#" />
|
||||
::
|
||||
<input type="radio" name="urlmask" value="yes" checked /> restrict on <input name="urlmaskfilter" type="text" size="12" maxlength="80" value="#[urlmaskfilter]#" />
|
||||
<input type="radio" name="urlmask" value="no" /> show all
|
||||
#(/urlmaskoptions)#</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
#(excluded)#
|
||||
::
|
||||
<p><strong>The following words are stop-words and had been excluded from the search: #[stopwords]#.</strong></p>
|
||||
#(/excluded)#
|
||||
#(num-results)#
|
||||
::
|
||||
<p>No Results.</p>
|
||||
::
|
||||
<p>No Results. (length of search words must be at least 3 characters)</p>
|
||||
::
|
||||
<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:</p>
|
||||
<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>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>
|
||||
::
|
||||
<p><strong>#[linkcount]#</strong> results from <strong>#[orderedcount]#</strong> ordered links of a total number of <strong>#[totalcount]#</strong> known.</p>
|
||||
<p>→ <a href="/index.html?search=#[former]#&Enter=Search&count=#[count]#&order=#[order]#&resource=#[resource]#&time=#[time]#&urlmaskfilter=.*">Catch up more links</a>
|
||||
from 'late' peers.</p>
|
||||
#(/num-results)#
|
||||
#(combine)#
|
||||
::
|
||||
<p><strong>Topwords</strong> (to refine search):
|
||||
#{words}#
|
||||
<a href="index.html?search=#[newsearch]#&Enter=Search&count=#[count]#&order=#[order]#&resource=#[resource]#time=#[time]#">#[word]#</a>
|
||||
#{/words}#
|
||||
</p>
|
||||
#(/combine)#
|
||||
<!-- linklist begin -->
|
||||
|
||||
#{results}#
|
||||
<!-- link begin -->
|
||||
<div class="searchresults">
|
||||
<div class="urlactions">
|
||||
<a href="/Bookmarks_p.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="/env/grafics/empty.gif" title="bookmark" alt="bookmark" class="bookmarkIcon" /></a>
|
||||
<a href="#[delete]#" title="delete" class="deletelink" ><img src="/env/grafics/empty.gif" title="delete" alt="delete" class="deleteIcon" /></a>
|
||||
</div>
|
||||
<h4 class="linktitle"><a href="#[url]#">#[description]#</a></h4>
|
||||
<p class="snippet"><span class="#(snippet)#snippetLoading::snippetLoaded#(/snippet)#" id="#[urlhash]#">#(snippet)#loading snippet ...::#[text]##(/snippet)#</span></p>
|
||||
<p class="url"><a href="#[url]#" id="url#[urlhash]#">#[urlname]#</a></p>
|
||||
<p class="urlinfo">#[date]# | YBR-#[ybr]# | <a href="ViewFile.html?urlHash=#[urlhash]#&words=#[words]#">Info</a></p>
|
||||
</div>
|
||||
<!-- 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>
|
||||
|
||||
<p class="info">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" title="Mail-Adresse von Michael Peter Christen" alt="Mail-Adresse von Michael Peter Christen" /></p>
|
||||
|
||||
#%env/templates/xhtml-footer.template%#
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
AllSnippets();
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue