From 365f77ea8c7aa07eb501095e9987f55dd5cd8a0b Mon Sep 17 00:00:00 2001 From: reger <reger18@arcor.de> Date: Mon, 10 Feb 2014 21:40:42 +0100 Subject: [PATCH] make internal page links relative to ease any future development for context aware servlets note also http://bugs.yacy.net/view.php?id=106 --- htroot/AccessTracker_p.html | 4 +- htroot/Bookmarks.html | 8 +- htroot/ConfigAppearance_p.html | 4 +- htroot/ConfigPortal.java | 4 +- htroot/ConfigProfile_p.html | 14 ++-- htroot/ConfigSearchPage_p.html | 2 +- htroot/ConfigUpdate_p.html | 2 +- htroot/Connections_p.html | 2 +- htroot/CookieTest_p.html | 2 +- htroot/CrawlCheck_p.html | 4 +- htroot/CrawlMonitorRemoteStart.html | 4 +- htroot/CrawlResults.html | 4 +- htroot/CrawlStartExpert_p.html | 58 +++++++-------- htroot/CrawlStartScanner_p.html | 4 +- htroot/CrawlStartSite_p.html | 6 +- htroot/Crawler_p.html | 18 ++--- htroot/Help.html | 4 +- htroot/HostBrowser.html | 26 +++---- htroot/IndexControlRWIs_p.html | 4 +- htroot/IndexControlURLs_p.html | 6 +- htroot/IndexCreateQueues_p.html | 2 +- htroot/IndexFederated_p.html | 6 +- htroot/IndexImportOAIPMHList_p.html | 2 +- htroot/IndexImportOAIPMHList_p.java | 2 +- htroot/IndexImportOAIPMH_p.html | 4 +- htroot/IndexSchema_p.html | 4 +- htroot/Load_RSS_p.html | 10 +-- htroot/Network.html | 28 +++---- htroot/Performance_p.html | 2 +- htroot/ProxyIndexingMonitor_p.html | 4 +- htroot/RankingRWI_p.html | 4 +- htroot/RegexTest.html | 2 +- htroot/Status.html | 6 +- htroot/Steering.html | 2 +- htroot/Supporter.html | 12 +-- htroot/Surftips.html | 18 ++--- htroot/Table_API_p.html | 6 +- htroot/Table_RobotsTxt_p.html | 4 +- htroot/User.html | 2 +- htroot/ViewFile.html | 12 +-- htroot/ViewProfile.html | 2 +- htroot/Vocabulary_p.html | 4 +- htroot/WatchWebStructure_p.html | 10 +-- htroot/YMarks.html | 70 +++++++++--------- htroot/YaCySearchPluginFF.html | 2 +- htroot/env/templates/header.template | 58 +++++++-------- htroot/env/templates/metas.template | 10 +-- htroot/env/templates/portalheader.template | 10 +-- htroot/env/templates/simpleheader.template | 10 +-- .../templates/submenuAccessTracker.template | 16 ++-- .../env/templates/submenuBlacklist.template | 10 +-- .../env/templates/submenuComputation.template | 22 +++--- htroot/env/templates/submenuConfig.template | 20 ++--- htroot/env/templates/submenuCookie.template | 4 +- .../templates/submenuCrawlMonitor.template | 34 ++++----- .../templates/submenuIndexControl.template | 20 ++--- .../env/templates/submenuIndexCreate.template | 22 +++--- .../env/templates/submenuPublication.template | 6 +- .../submenuSearchConfiguration.template | 16 ++-- .../submenuSearchIntegration.template | 4 +- htroot/env/templates/submenuSemantic.template | 10 +-- .../templates/submenuTargetAnalysis.template | 6 +- .../templates/submenuWebStructure.template | 4 +- htroot/index.html | 4 +- htroot/rssTerminal.html | 6 +- htroot/terminal_p.html | 24 +++--- htroot/www/welcome.html | 4 +- htroot/yacy/ui/colorpicker_images/Thumbs.db | Bin 19968 -> 0 bytes htroot/yacyinteractive.html | 12 +-- htroot/yacysearch.xsl | 2 +- htroot/yacysearch_location.html | 6 +- htroot/yacysearchitem.html | 22 +++--- htroot/yacysearchitem.java | 6 +- locales/cn.lng | 12 +-- locales/de.lng | 14 ++-- locales/fr.lng | 2 +- locales/hi.lng | 6 +- locales/ru.lng | 14 ++-- locales/sk.lng | 2 +- locales/uk.lng | 16 ++-- 80 files changed, 417 insertions(+), 417 deletions(-) delete mode 100644 htroot/yacy/ui/colorpicker_images/Thumbs.db diff --git a/htroot/AccessTracker_p.html b/htroot/AccessTracker_p.html index 02da492d9..8de3b15f9 100644 --- a/htroot/AccessTracker_p.html +++ b/htroot/AccessTracker_p.html @@ -7,7 +7,7 @@ <body id="AccessTracker"> #%env/templates/header.template%# #%env/templates/submenuAccessTracker.template%# - <script type="text/javascript" src="/js/sorttable.js"></script> + <script type="text/javascript" src="js/sorttable.js"></script> #(page)# <h2>Server Access Overview</h2> <p>This is a list of #[num]# requests to the local http server within the last hour.</p> @@ -110,7 +110,7 @@ <td>#[resulttime]#</td> <td>#[urltime]#</td> <td>#[snippettime]#</td> - <td><a href="/yacysearch.html?query=#[querystring]#&resource=local">#[querystring]#</a></td> + <td><a href="yacysearch.html?query=#[querystring]#&resource=local">#[querystring]#</a></td> <td>#[userAgent]#</td> </tr> #{/list}# diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index cc104d8dd..10ad2400c 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -3,8 +3,8 @@ <head> <title>YaCy '#[clientname]#': Bookmarks</title> #%env/templates/metas.template%# - <script src="/js/ajax.js" type="text/javascript"></script> - <script src="/js/Bookmarks.js" type="text/javascript"></script> + <script src="js/ajax.js" type="text/javascript"></script> + <script src="js/Bookmarks.js" type="text/javascript"></script> #(display)# <link rel="alternate" type="application/rss+xml" title="RSS" href="Bookmarks.rss" /> :: @@ -112,7 +112,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de :: <p><input type="submit" name="add" value="edit" /></p> #(/edit)# - <img src="/env/grafics/empty.gif" name="ajax" /> + <img src="env/grafics/empty.gif" name="ajax" /> </fieldset> </form> :: <!-- import XML Bookmarks (mode=3) --> @@ -229,7 +229,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de / <a href="Bookmarks.html?delete=#[hash]#" class="bookmarkAction" onclick="return confirm('Confirm deletion')">Delete</a> / - <a href="/api/getpageinfo_p.xml?url=#[link]#" class="bookmarkAction">Info</a> + <a href="api/getpageinfo_p.xml?url=#[link]#" class="bookmarkAction">Info</a> </p> </div> #{/bookmarks}# diff --git a/htroot/ConfigAppearance_p.html b/htroot/ConfigAppearance_p.html index 7248911a0..2c41590d3 100644 --- a/htroot/ConfigAppearance_p.html +++ b/htroot/ConfigAppearance_p.html @@ -2,14 +2,14 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>YaCy '#[clientname]#': Appearance and Integration</title> - <link rel="stylesheet" media="screen" type="text/css" href="/yacy/ui/css/colorpicker.css" /> + <link rel="stylesheet" media="screen" type="text/css" href="yacy/ui/css/colorpicker.css" /> #%env/templates/metas.template%# </head> <body id="ConfigSkins"> #%env/templates/header.template%# #%env/templates/submenuSearchConfiguration.template%# - <script type="text/javascript" src="/yacy/ui/js/jquery.colorpicker.js"></script> + <script type="text/javascript" src="yacy/ui/js/jquery.colorpicker.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#color_background, #color_text, #color_legend, #color_tableheader, #color_tableitem, #color_tableitem2, #color_tablebottom, #color_borderline, #color_signbad, #color_signgood, #color_signother, #color_searchheadline, #color_searchurl, #color_searchurlhover').ColorPicker({ diff --git a/htroot/ConfigPortal.java b/htroot/ConfigPortal.java index 9c83ec03e..6a504d4ed 100644 --- a/htroot/ConfigPortal.java +++ b/htroot/ConfigPortal.java @@ -126,8 +126,8 @@ public class ConfigPortal { } sb.setConfig(SwitchboardConstants.GREETING, config.getProperty(SwitchboardConstants.GREETING,"P2P Web Search")); sb.setConfig(SwitchboardConstants.GREETING_HOMEPAGE, config.getProperty(SwitchboardConstants.GREETING_HOMEPAGE,"http://yacy.net")); - sb.setConfig(SwitchboardConstants.GREETING_LARGE_IMAGE, config.getProperty(SwitchboardConstants.GREETING_LARGE_IMAGE,"/env/grafics/YaCyLogo_120ppi.png")); - sb.setConfig(SwitchboardConstants.GREETING_SMALL_IMAGE, config.getProperty(SwitchboardConstants.GREETING_SMALL_IMAGE,"/env/grafics/YaCyLogo_60ppi.png")); + sb.setConfig(SwitchboardConstants.GREETING_LARGE_IMAGE, config.getProperty(SwitchboardConstants.GREETING_LARGE_IMAGE,"env/grafics/YaCyLogo_120ppi.png")); + sb.setConfig(SwitchboardConstants.GREETING_SMALL_IMAGE, config.getProperty(SwitchboardConstants.GREETING_SMALL_IMAGE,"env/grafics/YaCyLogo_60ppi.png")); sb.setConfig(SwitchboardConstants.BROWSER_POP_UP_PAGE, config.getProperty(SwitchboardConstants.BROWSER_POP_UP_PAGE,"Status.html")); sb.setConfig(SwitchboardConstants.INDEX_FORWARD, config.getProperty(SwitchboardConstants.INDEX_FORWARD,"")); HTTPDFileHandler.indexForward = ""; diff --git a/htroot/ConfigProfile_p.html b/htroot/ConfigProfile_p.html index 71a7bb558..fd313a29e 100644 --- a/htroot/ConfigProfile_p.html +++ b/htroot/ConfigProfile_p.html @@ -23,7 +23,7 @@ <dd> <input type="text" name="nickname" id="nickname" size="40" maxlength="1000" value="#[nickname]#" /> </dd> - <dt><label for="homepage">Homepage (appears on every <a href="/Supporter.html">Supporter Page</a> as long as your peer is online)</label></dt> + <dt><label for="homepage">Homepage (appears on every <a href="Supporter.html">Supporter Page</a> as long as your peer is online)</label></dt> <dd> <input type="text" name="homepage" id="homepage" size="40" maxlength="1000" value="#[homepage]#" /> </dd> @@ -60,12 +60,12 @@ <textarea name="comment" id="comment" cols="40" rows="10">#[comment]#</textarea> <p class="help">You can use <a href="WikiHelp.html" onclick="window.open('WikiHelp.html','WikiHelp','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');return false;">Wiki Code</a> here.</p> </dd> - </dl> - <dl> - <dt> </dt> - <dd> - <input type="submit" name="set" value="Save" class="submitready"/> - </dd> + </dl> + <dl> + <dt> </dt> + <dd> + <input type="submit" name="set" value="Save" class="submitready"/> + </dd> </dl> </fieldset> diff --git a/htroot/ConfigSearchPage_p.html b/htroot/ConfigSearchPage_p.html index 7823f9edf..03686b578 100644 --- a/htroot/ConfigSearchPage_p.html +++ b/htroot/ConfigSearchPage_p.html @@ -197,7 +197,7 @@ $(function() { <td> | <a href="yacysearch.html" target="LayouTest">Pictures</a></td> <td> | <a href="CacheResource_p.html" target="LayouTest">Cache</a></td> <td> | <a href="proxy.html" target="LayouTest">Augmented Browsing</a></td> - <td> | <a href="HostBrowser.html" target="LayouTest"><img src="/env/grafics/minitree.png" width="15" height="8" /></a></td> + <td> | <a href="HostBrowser.html" target="LayouTest"><img src="env/grafics/minitree.png" width="15" height="8" /></a></td> </tr> <tr> <td></td> diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html index 6e9da0b72..87ed04795 100644 --- a/htroot/ConfigUpdate_p.html +++ b/htroot/ConfigUpdate_p.html @@ -21,7 +21,7 @@ <dl> <dt>Current installed Release</dt> <dd>#[versionpp]#</dd> - <dt><br />Available Releases (<a href="https://gitorious.org/yacy/rc1/commits/master" target="_blank">changelog</a> and <a href="https://gitorious.org/yacy/rc1/commits/master/feed.atom" target="_blank"><img width="16" height="16" src="/env/grafics/rss.png"> RSS feed</a>)</dt> + <dt><br />Available Releases (<a href="https://gitorious.org/yacy/rc1/commits/master" target="_blank">changelog</a> and <a href="https://gitorious.org/yacy/rc1/commits/master/feed.atom" target="_blank"><img width="16" height="16" src="env/grafics/rss.png"> RSS feed</a>)</dt> <dd><form action="ConfigUpdate_p.html" method="get" accept-charset="UTF-8"><p> <select name="releasedownload"> #{availreleases}# diff --git a/htroot/Connections_p.html b/htroot/Connections_p.html index bd0d49aa2..0afb11533 100644 --- a/htroot/Connections_p.html +++ b/htroot/Connections_p.html @@ -8,7 +8,7 @@ <body id="Connections"> #%env/templates/header.template%# #%env/templates/submenuAccessTracker.template%# - <script type="text/javascript" src="/js/sorttable.js"></script> + <script type="text/javascript" src="js/sorttable.js"></script> <h2>Server Connection Tracking</h2> <h3>Incoming Connections</h3> <p>Showing #[numActiveRunning]# active, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.</p> diff --git a/htroot/CookieTest_p.html b/htroot/CookieTest_p.html index 1913adc73..7794dc113 100644 --- a/htroot/CookieTest_p.html +++ b/htroot/CookieTest_p.html @@ -57,7 +57,7 @@ <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" alt="Mail-Adresse von Michael Peter Christen" /> + <img src="env/grafics/mcemailh.gif" alt="Mail-Adresse von Michael Peter Christen" /> </p> #%env/templates/footer.template%# </body> diff --git a/htroot/CrawlCheck_p.html b/htroot/CrawlCheck_p.html index 83e4f8a81..3db6e8333 100644 --- a/htroot/CrawlCheck_p.html +++ b/htroot/CrawlCheck_p.html @@ -3,8 +3,8 @@ <head> <title>YaCy '#[clientname]#': Crawl Start</title> #%env/templates/metas.template%# - <script type="text/javascript" src="/js/ajax.js"></script> - <script type="text/javascript" src="/js/IndexCreate.js"></script> + <script type="text/javascript" src="js/ajax.js"></script> + <script type="text/javascript" src="js/IndexCreate.js"></script> <script type="text/javascript"> function check(key){ document.getElementById(key).checked = 'checked'; diff --git a/htroot/CrawlMonitorRemoteStart.html b/htroot/CrawlMonitorRemoteStart.html index 6afd5f0a8..461ae56f0 100644 --- a/htroot/CrawlMonitorRemoteStart.html +++ b/htroot/CrawlMonitorRemoteStart.html @@ -3,8 +3,8 @@ <head> <title>YaCy '#[clientname]#': Monitor for remotely started global crawls</title> #%env/templates/metas.template%# - <script type="text/javascript" src="/js/ajax.js"></script> - <script type="text/javascript" src="/js/IndexCreate.js"></script> + <script type="text/javascript" src="js/ajax.js"></script> + <script type="text/javascript" src="js/IndexCreate.js"></script> </head> <body id="IndexCreate"> #%env/templates/header.template%# diff --git a/htroot/CrawlResults.html b/htroot/CrawlResults.html index 1298c1e76..e131791af 100644 --- a/htroot/CrawlResults.html +++ b/htroot/CrawlResults.html @@ -18,7 +18,7 @@ since it shows crawl requests from other peers. </p> <p>Case (7) occurs if surrogate files are imported</p> - <p><img src="/env/grafics/indexmonitor.png" width="600" height="308" alt="An illustration how yacy works" /></p> + <p><img src="env/grafics/indexmonitor.png" width="600" height="308" alt="An illustration how yacy works" /></p> <p>The image above illustrates the data flow initiated by web index acquisition. Some processes occur double to document the complex index migration structure. </p> @@ -63,7 +63,7 @@ :: <h2>(7) Results from surrogates import</h2> <p>These records had been imported from surrogate files in DATA/SURROGATES/in</p> - <p><em>Use Case:</em> place files with dublin core metadata content into DATA/SURROGATES/in or use an index import method (i.e. <a href="/IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>)</p> + <p><em>Use Case:</em> place files with dublin core metadata content into DATA/SURROGATES/in or use an index import method (i.e. <a href="IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>)</p> #(/process)# diff --git a/htroot/CrawlStartExpert_p.html b/htroot/CrawlStartExpert_p.html index ab0eed23a..3bb9ea316 100644 --- a/htroot/CrawlStartExpert_p.html +++ b/htroot/CrawlStartExpert_p.html @@ -3,8 +3,8 @@ <head> <title>YaCy '#[clientname]#': Crawl Start</title> #%env/templates/metas.template%# - <script type="text/javascript" src="/js/ajax.js"></script> - <script type="text/javascript" src="/js/IndexCreate.js"></script> + <script type="text/javascript" src="js/ajax.js"></script> + <script type="text/javascript" src="js/IndexCreate.js"></script> <script type="text/javascript"> //<![CDATA[ /** @@ -201,7 +201,7 @@ <body id="IndexCreate"> <div id="api"> -<a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API#Managing_crawl_jobs" id="apilink" target="_blank"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a> +<a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API#Managing_crawl_jobs" id="apilink" target="_blank"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a> <span>Click on this API button to see a documentation of the POST request parameter for crawl starts.</span> </div> @@ -228,7 +228,7 @@ <dl> <dt>One Start URL or a list of URLs:<br/>(must start with http:// https:// ftp:// smb:// file://)</dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;">Define the start-url(s) here. You can submit more than one URL, each line one URL please. + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;">Define the start-url(s) here. You can submit more than one URL, each line one URL please. Each of these URLs are the root for a crawl start, existing start URLs are always re-loaded. Other already visited URLs are sorted out as "double", if they are not allowed using the re-crawl option. </span></span> @@ -237,7 +237,7 @@ <span id="robotsOK"></span> <span id="title"><br/></span> - <img id="ajax" src="/env/grafics/empty.gif" alt="empty" /> + <img id="ajax" src="env/grafics/empty.gif" alt="empty" /> </dd> <dt></dt> <dd> @@ -264,7 +264,7 @@ <dl> <dt>Crawling Depth</dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> This defines how often the Crawler will follow links (of links..) embedded in websites. 0 means that only the page you enter under "Starting Point" will be added to the index. 2-4 is good for normal indexing. Values over 8 are not useful, since a depth-8 crawl will @@ -280,7 +280,7 @@ <dt>Maximum Pages per Domain</dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> You can limit the maximum number of pages that are fetched and indexed from a single domain with this option. You can combine this limitation with the 'Auto-Dom-Filter', so that the limit is applied to all the domains within the given depth. Domains outside the given depth are then sorted-out anyway. @@ -293,7 +293,7 @@ <dt><label for="Constraints">misc. Constraints</label></dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> A questionmark is usually a hint for a dynamic page. URLs pointing to dynamic content should usually not be crawled. However, there are sometimes web pages with static content that is accessed with URLs containing question marks. If you are unsure, do not check this to avoid crawl loops. @@ -304,30 +304,30 @@ Follow Frames: <input type="checkbox" name="followFrames" id="followFrames" #(followFramesChecked)#::checked="checked"#(/followFramesChecked)# /> --> </dd> <dt>Load Filter on URLs</dt> - <dd><span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <dd><span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> The filter is a <b><a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html" target="_blank">regular expression</a></b>. Example: to allow only urls that contain the word 'science', set the must-match filter to '.*science.*'. You can also use an automatic domain-restriction to fully crawl a single domain. </span></span> <table border="0"> - <tr><td width="110"><img src="/env/grafics/plus.gif"> must-match</td><td></td></tr> + <tr><td width="110"><img src="env/grafics/plus.gif"> must-match</td><td></td></tr> <tr><td colspan="2"><input type="radio" name="range" id="rangeDomain" value="domain" #(range_domain)#::checked="checked"#(/range_domain)#/><div id="rangeDomainDescription" style="display:inline">Restrict to start domain(s)</div></td></tr> <tr><td colspan="2"><input type="radio" name="range" id="rangeSubpath" value="subpath" #(range_subpath)#::checked="checked"#(/range_subpath)#/><div id="rangeSubpathDescription" style="display:inline">Restrict to sub-path(s)</div></td></tr> <tr><td><input type="radio" name="range" id="rangeWide" value="wide" #(range_wide)#::checked="checked"#(/range_wide)#/>Use filter</td> <td valign="bottom"><input name="mustmatch" id="mustmatch" type="text" size="55" maxlength="100000" value="#[mustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> - <tr><td><img src="/env/grafics/minus.gif"> must-not-match</td><td><input name="mustnotmatch" id="mustnotmatch" type="text" size="55" maxlength="100000" value="#[mustnotmatch]#" /></td></tr> + <tr><td><img src="env/grafics/minus.gif"> must-not-match</td><td><input name="mustnotmatch" id="mustnotmatch" type="text" size="55" maxlength="100000" value="#[mustnotmatch]#" /></td></tr> </table> </dd> <dt>Load Filter on IPs</dt> <dd> <table border="0"> - <tr><td width="110"><img src="/env/grafics/plus.gif"> must-match</td><td><input name="ipMustmatch" id="ipMustmatch" type="text" size="55" maxlength="100000" value="#[ipMustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> - <tr><td><img src="/env/grafics/minus.gif"> must-not-match</td><td><input name="ipMustnotmatch" id="ipMustnotmatch" type="text" size="55" maxlength="100000" value="#[ipMustnotmatch]#" /></td></tr> + <tr><td width="110"><img src="env/grafics/plus.gif"> must-match</td><td><input name="ipMustmatch" id="ipMustmatch" type="text" size="55" maxlength="100000" value="#[ipMustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> + <tr><td><img src="env/grafics/minus.gif"> must-not-match</td><td><input name="ipMustnotmatch" id="ipMustnotmatch" type="text" size="55" maxlength="100000" value="#[ipMustnotmatch]#" /></td></tr> </table> </dd> <dt><label for="crawlingCountryMustMatch">Must-Match List for Country Codes</label> </dt> - <dd><span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <dd><span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> Crawls can be restricted to specific countries. This uses the country code that can be computed from the IP of the server that hosts the page. The filter is not a regular expressions but a list of country codes, separated by comma. </span></span> @@ -343,20 +343,20 @@ <dl> <dt>Filter on URLs</dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> The filter is a <b><a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html" target="_blank">regular expression</a></b> that <b>must not match</b> with the URLs to allow that the content of the url is indexed. </span></span> <table border="0"> - <tr><td width="110"><img src="/env/grafics/plus.gif"> must-match</td><td><input name="indexmustmatch" id="indexmustmatch" type="text" size="55" maxlength="100000" value="#[indexmustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> - <tr><td><img src="/env/grafics/minus.gif"> must-not-match</td><td><input name="indexmustnotmatch" id="indexmustnotmatch" type="text" size="55" maxlength="100000" value="#[indexmustnotmatch]#" /></td></tr> + <tr><td width="110"><img src="env/grafics/plus.gif"> must-match</td><td><input name="indexmustmatch" id="indexmustmatch" type="text" size="55" maxlength="100000" value="#[indexmustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> + <tr><td><img src="env/grafics/minus.gif"> must-not-match</td><td><input name="indexmustnotmatch" id="indexmustnotmatch" type="text" size="55" maxlength="100000" value="#[indexmustnotmatch]#" /></td></tr> </table> </dd> <dt>Filter on Content of Document<br/>(all visible text, including camel-case-tokenized url and title)</dt> <dd> <table border="0"> - <tr><td width="110"><img src="/env/grafics/plus.gif"> must-match</td><td><input name="indexcontentmustmatch" id="indexcontentmustmatch" type="text" size="55" maxlength="100000" value="#[indexcontentmustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> - <tr><td><img src="/env/grafics/minus.gif"> must-not-match</td><td><input name="indexcontentmustnotmatch" id="indexcontentmustnotmatch" type="text" size="55" maxlength="100000" value="#[indexcontentmustnotmatch]#" /></td></tr> + <tr><td width="110"><img src="env/grafics/plus.gif"> must-match</td><td><input name="indexcontentmustmatch" id="indexcontentmustmatch" type="text" size="55" maxlength="100000" value="#[indexcontentmustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> + <tr><td><img src="env/grafics/minus.gif"> must-not-match</td><td><input name="indexcontentmustnotmatch" id="indexcontentmustnotmatch" type="text" size="55" maxlength="100000" value="#[indexcontentmustnotmatch]#" /></td></tr> </table> </dd> </dl> @@ -365,7 +365,7 @@ <legend><label>Clean-Up before Crawl Start</label></legend> <dl> <dt>No Deletion</dt> - <dd><span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <dd><span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> After a crawl was done in the past, document may become stale and eventually they are also deleted on the target host. To remove old files from the search index it is not sufficient to just consider them for re-load but it may be necessary to delete them because they simply do not exist any more. Use this in combination with re-crawl while this time should be longer. @@ -391,7 +391,7 @@ <legend><label>Double-Check Rules</label></legend> <dl> <dt>No Doubles</dt> - <dd><span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <dd><span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> A web crawl performs a double-check on all links found in the internet against the internal database. If the same url is found again, then the url is treated as double when you check the 'no doubles' option. A url may be loaded again when it has reached a specific age, to use that check the 're-load' option. @@ -415,7 +415,7 @@ <legend><label>Document Cache</label></legend> <dl><dt><label for="storeHTCache">Store to Web Cache</label></dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> This option is used by default for proxy prefetch, but is not needed for explicit crawling. </span></span> <input type="checkbox" name="storeHTCache" id="storeHTCache" #(storeHTCacheChecked)#::checked="checked"#(/storeHTCacheChecked)# /> @@ -423,7 +423,7 @@ <dt><label for="mustmatch">Policy for usage of Web Cache</label></dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> The caching policy states when to use the cache during crawling: <b>no cache</b>: never use the cache, all content from fresh internet source; <b>if fresh</b>: use the cache if the cache exists and is fresh using the proxy-fresh rules; @@ -443,7 +443,7 @@ <dl> <dt><label for="collection">Use Special User Agent and robot identification</label></dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> You are running YaCy in non-p2p mode and because YaCy can be used as replacement for commercial search appliances (like the GSA) the user must be able to crawl all web pages that are granted to such commercial plattforms. Not having this option would be a strong handicap for professional usage of this software. Therefore you are able to select @@ -463,7 +463,7 @@ <dl> <dt>Do Local Indexing</dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> This enables indexing of the webpages the crawler will download. This should be switched on by default, unless you want to crawl only to fill the Document Cache without indexing. </span></span> @@ -475,7 +475,7 @@ <dt><label for="crawlOrder">Do Remote Indexing</label></dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> If checked, the crawler will contact other peers and use them as remote indexers for your crawl. If you need your crawling results locally, you should switch this off. Only senior and principal peers can initiate or receive remote crawls. @@ -498,10 +498,10 @@ <dt><label for="collection">Add Crawl result to collection(s)</label></dt> <dd> - <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> + <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> A crawl result can be tagged with names which are candidates for a collection request. - These tags can be selected with the <a href="/gsa/search?q=www&site=#[collection]#">GSA interface</a> using the 'site' operator. - To use this option, the 'collection_sxt'-field must be switched on in the <a href="/IndexFederated_p.html">Solr Schema</a> + These tags can be selected with the <a href="gsa/search?q=www&site=#[collection]#">GSA interface</a> using the 'site' operator. + To use this option, the 'collection_sxt'-field must be switched on in the <a href="IndexFederated_p.html">Solr Schema</a> </span></span> <input name="collection" id="collection" type="text" size="60" maxlength="100" value="#[collection]#" #(collectionEnabled)#disabled="disabled"::#(/collectionEnabled)# /> </dd> diff --git a/htroot/CrawlStartScanner_p.html b/htroot/CrawlStartScanner_p.html index d53288997..385fbea46 100644 --- a/htroot/CrawlStartScanner_p.html +++ b/htroot/CrawlStartScanner_p.html @@ -15,7 +15,7 @@ } --> </script> - <script type="text/javascript" src="/js/sorttable.js"></script> + <script type="text/javascript" src="js/sorttable.js"></script> </head> <body id="IndexCreate"> #%env/templates/header.template%# @@ -97,7 +97,7 @@ </form> <iframe name="target" - src="/ServerScannerList.html?embedded=&edit=" + src="ServerScannerList.html?embedded=&edit=" width="100%" height="410" frameborder="0" diff --git a/htroot/CrawlStartSite_p.html b/htroot/CrawlStartSite_p.html index cfa384317..2a8f4b39a 100644 --- a/htroot/CrawlStartSite_p.html +++ b/htroot/CrawlStartSite_p.html @@ -3,8 +3,8 @@ <head> <title>YaCy '#[clientname]#': Crawl Start</title> #%env/templates/metas.template%# - <script type="text/javascript" src="/js/ajax.js"></script> - <script type="text/javascript" src="/js/IndexCreate.js"></script> + <script type="text/javascript" src="js/ajax.js"></script> + <script type="text/javascript" src="js/IndexCreate.js"></script> <script type="text/javascript"> function check(key){ document.getElementById(key).checked = 'checked'; @@ -46,7 +46,7 @@ </td> <td> <span id="robotsOK"></span> - <img id="ajax" src="/env/grafics/empty.gif" alt="empty" style="vertical-align: top;" /> + <img id="ajax" src="env/grafics/empty.gif" alt="empty" style="vertical-align: top;" /> </td> </tr><tr> <td><input type="radio" name="crawlingMode" id="sitelist" value="sitelist" disabled="disabled" />Link-List of URL</td> diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index 2a3381e58..94d2acdba 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -3,17 +3,17 @@ <head> <title>YaCy '#[clientname]#': Crawler</title> #%env/templates/metas.template%# -<script type="text/javascript" src="/js/ajax.js"></script> -<script type="text/javascript" src="/js/xml.js"></script> -<script type="text/javascript" src="/js/html.js"></script> -<script type="text/javascript" src="/js/rss2.js"></script> -<script type="text/javascript" src="/js/query.js"></script> -<script type="text/javascript" src="/js/Crawler.js"></script> +<script type="text/javascript" src="js/ajax.js"></script> +<script type="text/javascript" src="js/xml.js"></script> +<script type="text/javascript" src="js/html.js"></script> +<script type="text/javascript" src="js/rss2.js"></script> +<script type="text/javascript" src="js/query.js"></script> +<script type="text/javascript" src="js/Crawler.js"></script> </head> <body id="Crawler" onload="initCrawler();"> <div id="api"> -<a href="/api/status_p.xml" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a> +<a href="api/status_p.xml" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a> <span>Click on this API button to see an XML with information about the crawler status</span> </div> @@ -123,7 +123,7 @@ <input id="latencyFactor" name="latencyFactor" type="number" min="0.1" max="3.0" step="0.1" style="width:32px" value="#[latencyFactorDefault]#" />LF <input id="MaxSameHostInQueue" name="MaxSameHostInQueue" type="number" min="1" max="30" style="width:32px" value="#[MaxSameHostInQueueDefault]#" />MH <input type="submit" name="crawlingPerformance" value="set" /> - (<a href="/Crawler_p.html?crawlingPerformance=minimum">min</a>/<a href="/Crawler_p.html?crawlingPerformance=maximum">max</a>) + (<a href="Crawler_p.html?crawlingPerformance=minimum">min</a>/<a href="Crawler_p.html?crawlingPerformance=maximum">max</a>) </td> </tr> <tr class="TableCellLight"> @@ -237,7 +237,7 @@ --> </script> <div style="clear:both; text-align:left;"> - <img id="WebPicture" src="/env/grafics/invisible.png"/> + <img id="WebPicture" src="env/grafics/invisible.png"/> </div> #(/linkstructure)# <h3>Crawled Pages</h3> diff --git a/htroot/Help.html b/htroot/Help.html index 9aa9984f0..c0d6eff2d 100644 --- a/htroot/Help.html +++ b/htroot/Help.html @@ -14,14 +14,14 @@ To learn how to do that, watch one of the demonstration videos below: </p> -<h3><img src="/env/grafics/flag_english_28x17.gif"> Demo from <a href="http://fscons.org/" target="_blank">FSCONS 2010</a>: Web Search By The People, For The People</a></h3> +<h3><img src="env/grafics/flag_english_28x17.gif"> Demo from <a href="http://fscons.org/" target="_blank">FSCONS 2010</a>: Web Search By The People, For The People</a></h3> <iframe src="http://player.vimeo.com/video/32562148?portrait=0" width="720" height="540" frameborder="0"></iframe> <p> <a href="http://twitter.com/?status=FSCONS%202010:%20YaCy%20Demo%20http://vimeo.com/32562148%20%23YaCy" target="_blank">twitter this video</a> Download from Vimeo: <a href="http://vimeo.com/32562148" target="_blank">FSCONS 2010: YaCy Demo</a> </p> -<h3><img src="/env/grafics/flag_deutsch_28x17.gif"> Demo von <a href="http://dgd.de/ProgrammOberhof2011.aspx" target="_blank">26. Oberhofer Kolloquium 2011</a>: Freier Wissenszugang mit der Suchmaschine YaCy</a></h3> +<h3><img src="env/grafics/flag_deutsch_28x17.gif"> Demo von <a href="http://dgd.de/ProgrammOberhof2011.aspx" target="_blank">26. Oberhofer Kolloquium 2011</a>: Freier Wissenszugang mit der Suchmaschine YaCy</a></h3> <iframe src="http://player.vimeo.com/video/32200946?portrait=0" width="720" height="540" frameborder="0"></iframe> <p> <a href="http://twitter.com/?status=Freie%20Suchmaschine%20Demo%20http://vimeo.com/32200946%20%23YaCy" target="_blank">twitter this video</a> diff --git a/htroot/HostBrowser.html b/htroot/HostBrowser.html index f4c78e02f..81b7b6daa 100644 --- a/htroot/HostBrowser.html +++ b/htroot/HostBrowser.html @@ -55,14 +55,14 @@ function updatepage(str) { } //]]> </script> -<script type="text/javascript" src="/js/sorttable.js"></script> +<script type="text/javascript" src="js/sorttable.js"></script> </head> <body id="IndexControl"> #(topmenu)# #%env/templates/portalheader.template%# <div class="SubMenu"> <ul class="SubMenu"> - <li style="width:15%;"><a class="MenuItemLink" href="/index.html"><img src="env/grafics/navsl.gif" height="10px" style="padding-right:10px" align="baseline"/>back to start page</a></li> + <li style="width:15%;"><a class="MenuItemLink" href="index.html"><img src="env/grafics/navsl.gif" height="10px" style="padding-right:10px" align="baseline"/>back to start page</a></li> </ul> </div> #%env/templates/embeddedheader.template%# @@ -70,7 +70,7 @@ function updatepage(str) { #%env/templates/simpleheader.template%# #(/topmenu)# <h2>Host Browser</h2> - <p>Browse the index of #[ucount]# documents. Enter a host or an URL for a file list or view a list of <a href="/HostBrowser.html?hosts=">all hosts</a>, <a href="/HostBrowser.html?hosts=crawling">only hosts with urls pending in the crawler</a> or <a href="/HostBrowser.html?hosts=error">only with load errors</a>.</p> + <p>Browse the index of #[ucount]# documents. Enter a host or an URL for a file list or view a list of <a href="HostBrowser.html?hosts=">all hosts</a>, <a href="HostBrowser.html?hosts=crawling">only hosts with urls pending in the crawler</a> or <a href="HostBrowser.html?hosts=error">only with load errors</a>.</p> <form action="HostBrowser.html" id="searchform" method="get" onkeyup="xmlhttpPost(); return false;"> <fieldset class="yacys"> Host/URL: @@ -90,7 +90,7 @@ function updatepage(str) { <fieldset><legend>Host List</legend> #{list}# <div style="float:left; padding:1px 5px 1px 5px;"> - <div style="width:180px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><img src="/env/grafics/#(type)#invisible.png::burn-e.gif::construction.gif#(/type)#" align="left" width="12" height="8"> <a href="/HostBrowser.html?path=#[host]#&facetcount=#[count]#">#[host]#</a></div></div> + <div style="width:180px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><img src="env/grafics/#(type)#invisible.png::burn-e.gif::construction.gif#(/type)#" align="left" width="12" height="8"> <a href="HostBrowser.html?path=#[host]#&facetcount=#[count]#">#[host]#</a></div></div> <div style="width:120px; text-align:right; float: left; white-space:nowrap; overflow:hidden;"><span class="commit">#[count]#</span>#(crawler)#::/<span class="pending">#[pending]#</span>#(/crawler)##(errors)#::/<span class="info">#[exclcount]#</span>/<span class="error">#[failcount]#</span>#(/errors)# URLs</div> </div> #{/list}# @@ -106,7 +106,7 @@ function updatepage(str) { #(files)#:: <fieldset><legend>Browser for <a href="#[path]#" target="_blank">#[path]#</a></legend> - <p>documents stored for host: #[hostsize]#; documents stored for subpath: #[subpathloadsize]#; unloaded documents detected in subpath: #[subpathdetectedsize]# <!-- #(complete)#;<a href="/HostBrowser.html?complete=true&path=#[path]#">get complete list</a>::<a href="/HostBrowser.html?path=#[path]#">directory view</a>#(/complete)#--> + <p>documents stored for host: #[hostsize]#; documents stored for subpath: #[subpathloadsize]#; unloaded documents detected in subpath: #[subpathdetectedsize]# <!-- #(complete)#;<a href="HostBrowser.html?complete=true&path=#[path]#">get complete list</a>::<a href="HostBrowser.html?path=#[path]#">directory view</a>#(/complete)#--> </p> <table class="sortable" border="0" cellpadding="2" cellspacing="2" style="float:left"> <tr> @@ -121,25 +121,25 @@ function updatepage(str) { #(root)# <tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#"> <td align="center"></td> - <td align="left" nowrap ><a href="/HostBrowser.html?path=#[path]#" class="listing">..</a></td> + <td align="left" nowrap ><a href="HostBrowser.html?path=#[path]#" class="listing">..</a></td> <td align="right" colspan="5" nowrap></td> </tr>:: #(/root)# #{list}# #(type)#<!--file--> <tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#"> - <td align="center"><div id="info"><a href="/ViewFile.html?url=#[url]#"><img src="/env/grafics/doc.gif"/></a><span>Show Metadata</span></div></td> + <td align="center"><div id="info"><a href="ViewFile.html?url=#[url]#"><img src="env/grafics/doc.gif"/></a><span>Show Metadata</span></div></td> <td align="left" nowrap class=#(stored)#"listingem"::"listing"#(/stored)#><a href="#[url]#" target="_blank">#[url]#</a></td> #(stored)# - #(load)#<td align="left" colspan="5" nowrap class="listingem">link, detected from context</td>::<td align="left" colspan="5" nowrap class="listingnok"><a href="/HostBrowser.html?load=#[url]#&path=#[path]#">load & index</a>#(/load)#</td>:: + #(load)#<td align="left" colspan="5" nowrap class="listingem">link, detected from context</td>::<td align="left" colspan="5" nowrap class="listingnok"><a href="HostBrowser.html?load=#[url]#&path=#[path]#">load & index</a>#(/load)#</td>:: <td align="left" colspan="1" nowrap class="listingok">indexed</td><td align="left" colspan="4" nowrap class="listingem">#[comment]#</td>:: <td align="left" colspan="5" nowrap class="pending">loading</td>:: <td align="left" colspan="5" nowrap class="listingnok">#[error]#</td> #(/stored)# </tr>::<!--folder--> <tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#"> - <td align="center"><img src="/env/grafics/dir.gif"/></td> - <td align="left" nowrap class="listing"><a href="/HostBrowser.html?path=#[url]#" class="listing">#[url]#</a></td> + <td align="center"><img src="env/grafics/dir.gif"/></td> + <td align="left" nowrap class="listing"><a href="HostBrowser.html?path=#[url]#" class="listing">#[url]#</a></td> <td align="right" class="commit">#[stored]#</td> <td align="right" class="listing">#[linked]#</td> <td align="right" #(pendingVisible)#class="listingem"::class="pending"#(/pendingVisible)#>#[pending]#</td> @@ -156,13 +156,13 @@ function updatepage(str) { <fieldset><legend>Outbound Links, outgoing from #[host]# - Host List</legend> #{list}# <div style="float:left; padding:1px 5px 1px 5px;"> - <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="/HostBrowser.html?path=#[link]#">#[host]#</a></div></div> + <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="HostBrowser.html?path=#[link]#">#[host]#</a></div></div> <div style="width:80px; text-align:right; float: left; white-space:nowrap; overflow:hidden;">#[count]# URLs</div> </div> #{/list}# #(admin)#:: <p style="clear:both"><br/> - <img src="/WebStructurePicture_p.png?host=#[host]#&depth=3&width=1024&height=576&nodes=200&time=1000&colortext=888888&colorback=FFFFFF&colordot0=1111BB&colordota=11BB11&colorline=222222&colorlineend=333333"> + <img src="WebStructurePicture_p.png?host=#[host]#&depth=3&width=1024&height=576&nodes=200&time=1000&colortext=888888&colorback=FFFFFF&colordot0=1111BB&colordota=11BB11&colorline=222222&colorlineend=333333"> </p> #(/admin)# </fieldset> @@ -172,7 +172,7 @@ function updatepage(str) { <fieldset><legend>Inbound Links, incoming to #[host]# - Host List</legend> #{list}# <div style="float:left; padding:1px 5px 1px 5px;"> - <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="/HostBrowser.html?path=#[host]#">#[host]#</a></div></div> + <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="HostBrowser.html?path=#[host]#">#[host]#</a></div></div> <div style="width:80px; text-align:right; float: left; white-space:nowrap; overflow:hidden;">#[count]# URLs</div> </div> #{/list}# diff --git a/htroot/IndexControlRWIs_p.html b/htroot/IndexControlRWIs_p.html index cfbd7e149..c595f3210 100644 --- a/htroot/IndexControlRWIs_p.html +++ b/htroot/IndexControlRWIs_p.html @@ -151,7 +151,7 @@ #(keyhashsimilar)#::<p>Sequential List of Word-Hashes:<br /> #{rows}# #{cols}# - <a href="/IndexControlRWIs_p.html?keyhash=#[wordHash]#&keyhashsearch=1" class="tt">#[wordHash]#</a>#{/cols}#<br /> + <a href="IndexControlRWIs_p.html?keyhash=#[wordHash]#&keyhashsearch=1" class="tt">#[wordHash]#</a>#{/cols}#<br /> #{/rows}# </p> #(/keyhashsimilar)# @@ -201,7 +201,7 @@ :: <td><input type="checkbox" id="urlhx.#[urlhxCount]#" name="urlhx.#[urlhxCount]#" #(urlhxChecked)#::checked="checked" #(/urlhxChecked)#value="#[urlhxValue]#" align="top" /> <label for="urlhx.#[urlhxCount]#" class="tt"></label></td> - <td><a href="/IndexControlURLs_p.html?keystring=#[keyString]#&keyhash=#[keyHash]#&urlhash=#[urlhxValue]#&urlstringsearch=&urlstring=#[urlString]#" class="tt">#[urlhxValue]#</a></td> + <td><a href="IndexControlURLs_p.html?keystring=#[keyString]#&keyhash=#[keyHash]#&urlhash=#[urlhxValue]#&urlstringsearch=&urlstring=#[urlString]#" class="tt">#[urlhxValue]#</a></td> <td><a href="#[urlString]#" target="_blank">#[urlStringShort]#</a></td> <td class="TableCellDark">#[domlength]#</td> <td class="TableCellDark">#[urlcomps]#</td> diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index eb6d34ad5..87680d1c6 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -228,14 +228,14 @@ function updatepage(str) { #(genUrlProfile)# ::No entry found for URL-hash #[urlhash]# - ::<iframe src="/solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[urlhash]#%22" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br /> + ::<iframe src="solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[urlhash]#%22" width="100%" height="420" frameborder="0" scrolling="no"></iframe><br /> <div id="api"> - <a href="/solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[urlhash]#%22"> + <a href="solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[urlhash]#%22"> <img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> <span>These document details can be retrieved as <a href="http://www.w3.org/TR/xhtml-rdfa-primer/" target="_blank">XHTML+RDFa</a> document containg <a href="http://www.w3.org/RDF/" target="_blank">RDF</a> annotations in <a href="http://dublincore.org/" target="_blank">Dublin Core</a> vocabulary. The XHTML+RDFa data format is both a XML content format and a HTML display format and is considered as an important <a href="http://www.w3.org/2001/sw/" target="_blank">Semantic Web</a> content format. - The same content can also be retrieved as pure <a href="/api/yacydoc.xml?urlhash=#[urlhash]#">XML metadata</a> with DC tag name vocabulary. + The same content can also be retrieved as pure <a href="api/yacydoc.xml?urlhash=#[urlhash]#">XML metadata</a> with DC tag name vocabulary. Click the API icon to see an example call to the search rss API. To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API wiki page</a>.</span> </div> diff --git a/htroot/IndexCreateQueues_p.html b/htroot/IndexCreateQueues_p.html index e5a7b3b1d..11c74b1e1 100644 --- a/htroot/IndexCreateQueues_p.html +++ b/htroot/IndexCreateQueues_p.html @@ -7,7 +7,7 @@ <body id="IndexCreateQueues"> <div id="api"> -<a href="/api/latency_p.xml" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a> +<a href="api/latency_p.xml" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a> <span>Click on this API button to see an XML with information about the crawler latency and other statistics.</span> </div> diff --git a/htroot/IndexFederated_p.html b/htroot/IndexFederated_p.html index 2039cca15..0a8233b56 100644 --- a/htroot/IndexFederated_p.html +++ b/htroot/IndexFederated_p.html @@ -18,7 +18,7 @@ <legend> <label for="p2p">Solr Search Index</label> </legend> - Solr stores the main search index. It is the home of two cores, the default 'collection1' core for documents and the 'webgraph' core for a web structure graph. Detailed information about the used Solr fields can be edited in the <a href="/IndexSchema_p.html">Schema Editor</a>. + Solr stores the main search index. It is the home of two cores, the default 'collection1' core for documents and the 'webgraph' core for a web structure graph. Detailed information about the used Solr fields can be edited in the <a href="IndexSchema_p.html">Schema Editor</a>. <dl> <dt class="TableCellDark">Lazy Value Initialization <input type="checkbox" name="solr.indexing.lazy" id="solr.indexing.lazy" #(solr.indexing.lazy.checked)#:: checked="checked"#(/solr.indexing.lazy.checked)# /></dt> @@ -29,9 +29,9 @@ <dd> This will write the YaCy-embedded Solr index which stored within the YaCy DATA directory.<br/> The Solr native search interface is accessible at<br/> - <a href="/solr/select?q=*:*&start=0&rows=3&core=collection1">/solr/select?q=*:*&start=0&rows=3&core=collection1</a> + <a href="solr/select?q=*:*&start=0&rows=3&core=collection1">/solr/select?q=*:*&start=0&rows=3&core=collection1</a> for the default search index (core: collection1) and at<br/> - <a href="/solr/select?q=*:*&start=0&rows=3&core=webgraph">/solr/select?q=*:*&start=0&rows=3&core=webgraph</a> for the webgraph core.<br/> + <a href="solr/select?q=*:*&start=0&rows=3&core=webgraph">/solr/select?q=*:*&start=0&rows=3&core=webgraph</a> for the webgraph core.<br/> If you switch off this index, a remote Solr must be activated.</dd> <dt>Use remote Solr server(s) <input type="checkbox" name="solr.indexing.solrremote" id="solr_indexing_solrremote" #(solr.indexing.solrremote.checked)#:: checked="checked"#(/solr.indexing.solrremote.checked)# onclick="if(!document.getElementById('config').solr_indexing_solrremote.checked) {document.getElementById('config').core_service_fulltext.checked = true;}"/></dt> diff --git a/htroot/IndexImportOAIPMHList_p.html b/htroot/IndexImportOAIPMHList_p.html index 493376213..46e9c9982 100644 --- a/htroot/IndexImportOAIPMHList_p.html +++ b/htroot/IndexImportOAIPMHList_p.html @@ -17,7 +17,7 @@ } --> </script> - <script type="text/javascript" src="/js/sorttable.js"></script> + <script type="text/javascript" src="js/sorttable.js"></script> </head> <body> #(source)#:: diff --git a/htroot/IndexImportOAIPMHList_p.java b/htroot/IndexImportOAIPMHList_p.java index 14559d45b..68e1cf997 100644 --- a/htroot/IndexImportOAIPMHList_p.java +++ b/htroot/IndexImportOAIPMHList_p.java @@ -74,7 +74,7 @@ public class IndexImportOAIPMHList_p { int count = 0; for (final OAIPMHImporter job: jobs) { prop.put("import_table_" + count + "_dark", (dark) ? "1" : "0"); - prop.put("import_table_" + count + "_thread", (job.isAlive()) ? "<img src=\"/env/grafics/loading.gif\" alt=\"running\" />" : "finished"); + prop.put("import_table_" + count + "_thread", (job.isAlive()) ? "<img src=\"env/grafics/loading.gif\" alt=\"running\" />" : "finished"); prop.putXML("import_table_" + count + "_source", job.source()); prop.put("import_table_" + count + "_chunkCount", job.chunkCount()); prop.put("import_table_" + count + "_recordsCount", job.count()); diff --git a/htroot/IndexImportOAIPMH_p.html b/htroot/IndexImportOAIPMH_p.html index f2d152cbe..c5fb963f4 100644 --- a/htroot/IndexImportOAIPMH_p.html +++ b/htroot/IndexImportOAIPMH_p.html @@ -10,7 +10,7 @@ #%env/templates/header.template%# #%env/templates/submenuIndexCreate.template%# <h2>OAI-PMH Import</h2> - <p>Results from the import can be monitored in the <a href="/CrawlResults.html?process=7">indexing results for surrogates</a></p> + <p>Results from the import can be monitored in the <a href="CrawlResults.html?process=7">indexing results for surrogates</a></p> <form action="IndexImportOAIPMH_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <fieldset> @@ -41,7 +41,7 @@ </fieldset> </form> <iframe name="OAI-PMH_ImportList" - src="/IndexImportOAIPMHList_p.html#(iframetype)#::?import=::?source=#(/iframetype)#" + src="IndexImportOAIPMHList_p.html#(iframetype)#::?import=::?source=#(/iframetype)#" width="100%" height="420" frameborder="0" diff --git a/htroot/IndexSchema_p.html b/htroot/IndexSchema_p.html index fb4217d4a..bc6391d4d 100644 --- a/htroot/IndexSchema_p.html +++ b/htroot/IndexSchema_p.html @@ -6,7 +6,7 @@ </head> <body id="IndexSchema_p"> <div id="api"> -<a href="/api/schema.xml?core=#[core]#"> +<a href="api/schema.xml?core=#[core]#"> <img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> <span>The solr schema can also be retrieved as xml here. Click the API icon to see the xml. Just copy this xml to solr/conf/schema.xml to configure solr.</span> </div> @@ -22,7 +22,7 @@ <option value="#[name]#" #(selected)#::selected="selected"#(/selected)#>#[name]#</option> #{/cores}# </select> - ... the core can be searched at <a href="/solr/select?core=#[core]#&q=*:*&start=0&rows=3">/solr/select?core=#[core]#&q=*:*&start=0&rows=3</a> + ... the core can be searched at <a href="solr/select?core=#[core]#&q=*:*&start=0&rows=3">/solr/select?core=#[core]#&q=*:*&start=0&rows=3</a> </form> <form action="IndexSchema_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> diff --git a/htroot/Load_RSS_p.html b/htroot/Load_RSS_p.html index f52114c43..2e10448c2 100644 --- a/htroot/Load_RSS_p.html +++ b/htroot/Load_RSS_p.html @@ -15,7 +15,7 @@ } --> </script> - <script type="text/javascript" src="/js/sorttable.js"></script> + <script type="text/javascript" src="js/sorttable.js"></script> </head> <body id="IndexCreate"> #%env/templates/header.template%# @@ -82,8 +82,8 @@ #{list}# <tr class="TableCellLight"> <td align="left"><input type="checkbox" name="item_#[count]#" value="mark_#[pk]#" /></td> - <td><a href="/Load_RSS_p.html?showrss=&url=#[rss]#">#[title]#</a></td> - <td><a href="/Load_RSS_p.html?showrss=&url=#[rss]#">#[rss]#</a><br/><a href="#[referrer]#">#[referrer]#</a></td> + <td><a href="Load_RSS_p.html?showrss=&url=#[rss]#">#[title]#</a></td> + <td><a href="Load_RSS_p.html?showrss=&url=#[rss]#">#[rss]#</a><br/><a href="#[referrer]#">#[referrer]#</a></td> <td>#[recording]#</td> <td>#[lastload]#</td> <td>#[nextload]#</td> @@ -114,8 +114,8 @@ #{list}# <tr class="TableCellLight"> <td align="left"><input type="checkbox" name="item_#[count]#" value="mark_#[pk]#" /></td> - <td><a href="/Load_RSS_p.html?showrss=&url=#[rss]#">#[title]#</a></td> - <td><a href="/Load_RSS_p.html?showrss=&url=#[rss]#">#[rss]#</a><br/><a href="#[referrer]#">#[referrer]#</a></td> + <td><a href="Load_RSS_p.html?showrss=&url=#[rss]#">#[title]#</a></td> + <td><a href="Load_RSS_p.html?showrss=&url=#[rss]#">#[rss]#</a><br/><a href="#[referrer]#">#[referrer]#</a></td> <td>#[recording]#</td> </tr> #{/list}# diff --git a/htroot/Network.html b/htroot/Network.html index 8087d76b9..64e298b61 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -45,12 +45,12 @@ } --> </script> - <script type="text/javascript" src="/js/sorttable.js"></script> + <script type="text/javascript" src="js/sorttable.js"></script> </head> <body id="Network"> <div id="api"> -<a href="Network.xml" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a> +<a href="Network.xml" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a> <script type="text/javascript"> //<![CDATA[ document.getElementById('apilink').setAttribute('href', 'Network.xml?' + window.location.search.substring(1)); @@ -70,10 +70,10 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <div class="SubMenu"> <h3>YaCy Network</h3> <ul class="SubMenu"> - <li><a href="/Network.html" class="MenuItemLink">Network Overview</a></li> - <li><a href="/Network.html?page=1&maxCount=1000" class="MenuItemLink">Active Peers</a></li> - <li><a href="/Network.html?page=2&maxCount=1000" class="MenuItemLink">Passive Peers</a></li> - <li><a href="/Network.html?page=3&maxCount=1000" class="MenuItemLink">Potential Peers</a></li> + <li><a href="Network.html" class="MenuItemLink">Network Overview</a></li> + <li><a href="Network.html?page=1&maxCount=1000" class="MenuItemLink">Active Peers</a></li> + <li><a href="Network.html?page=2&maxCount=1000" class="MenuItemLink">Passive Peers</a></li> + <li><a href="Network.html?page=3&maxCount=1000" class="MenuItemLink">Potential Peers</a></li> </ul> </div> #(/menu)# @@ -141,14 +141,14 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <a href="ViewProfile.html?hash=#[hash]#&display=1" title="View profile of peer #[fullname]#">p</a> <a href="http://#[fullname]#.yacy/Wiki.html" title="Read and edit wiki on peer #[fullname]#">w</a> <a href="http://#[fullname]#.yacy/Blog.html" title="Browse blog of peer #[fullname]#">b</a> - #(updatedProfile)#::<a href="ViewProfile.html?hash=#[hash]#&display=1"><img src="/env/grafics/profile.gif" width="54" height="11" alt="Profile updated" /></a>#(/updatedProfile)# - #(updatedWiki)#::<a href="http://#[address]#/Wiki.html?page=#[page]#" title="#[page]#"><img src="/env/grafics/wiki.gif" width="54" height="11" alt="Wiki updated" /></a>#(/updatedWiki)# - #(updatedBlog)#::<a href="http://#[address]#/Blog.html?page=#[page]#" title="#[subject]#"><img src="/env/grafics/blog.gif" width="54" height="11" alt="Blog updated" /></a>#(/updatedBlog)# - #(isCrawling)#::<a href="#[page]#"><img src="/env/grafics/crawl.gif" width="54" height="11" alt="Crawl" /></a>#(/isCrawling)# + #(updatedProfile)#::<a href="ViewProfile.html?hash=#[hash]#&display=1"><img src="env/grafics/profile.gif" width="54" height="11" alt="Profile updated" /></a>#(/updatedProfile)# + #(updatedWiki)#::<a href="http://#[address]#/Wiki.html?page=#[page]#" title="#[page]#"><img src="env/grafics/wiki.gif" width="54" height="11" alt="Wiki updated" /></a>#(/updatedWiki)# + #(updatedBlog)#::<a href="http://#[address]#/Blog.html?page=#[page]#" title="#[subject]#"><img src="env/grafics/blog.gif" width="54" height="11" alt="Blog updated" /></a>#(/updatedBlog)# + #(isCrawling)#::<a href="#[page]#"><img src="env/grafics/crawl.gif" width="54" height="11" alt="Crawl" /></a>#(/isCrawling)# </nobr></td> - <td #(special)#::class="TableCellActive"#(/special)#><a href="http://www.#[fullname]#.yacy">#[shortname]#</a>#(ssl)#::<img src="/env/grafics/lock.gif" width="11" height="15" title="https supported" alt="https supported" />#(/ssl)#</td> + <td #(special)#::class="TableCellActive"#(/special)#><a href="http://www.#[fullname]#.yacy">#[shortname]#</a>#(ssl)#::<img src="env/grafics/lock.gif" width="11" height="15" title="https supported" alt="https supported" />#(/ssl)#</td> <td nowrap> - #(type)##(direct)#<img src="/env/grafics/JuniorPassive.gif" width="11" height="11" title="Type: Junior | Contact: passive" alt="Junior passive" />::<img src="/env/grafics/JuniorDirect.gif" width="11" height="11" title="Type: Junior | Contact: direct" alt="Junior direct" />::<img src="/env/grafics/JuniorOffline.gif" width="11" height="11" title="Type: Junior | Contact: offline" alt="Junior offline" />#(/direct)#::#(direct)#<img src="/env/grafics/SeniorPassive.gif" width="11" height="11" title="Type: Senior | Contact: passive" alt="senior passive" />::<img src="/env/grafics/SeniorDirect.gif" width="11" height="11" title="Type: Senior | Contact: direct" alt="Senior direct" />::<img src="/env/grafics/SeniorOffline.gif" width="11" height="11" title="Type: Senior | Contact: offline" alt="Senior offline" />#(/direct)#::<a href="#[url]#">#(direct)#<img src="/env/grafics/PrincipalPassive.gif" width="11" height="11" title="Type: Principal | Contact: passive | Seed download: possible" alt="Principal passive" />::<img src="/env/grafics/PrincipalDirect.gif" width="11" height="11" title="Type: Principal | Contact: direct | Seed download: possible" alt="Principal active" />::<img src="/env/grafics/PrincipalOffline.gif" width="11" height="11" title="Type: Principal | Contact: offline | Seed download: ?" alt="Principal offline" />#(/direct)#</a>#(/type)##(acceptcrawl)#<img src="/env/grafics/CrawlNo.gif" width="11" height="11" title="Accept Crawl: no" alt="no crawl" />::<img src="/env/grafics/CrawlYes.gif" width="11" height="11" title="Accept Crawl: yes" alt="crawl possible" />::<img src="/env/grafics/CrawlYesOffline.gif" width="11" height="11" title="Accept Crawl: yes" alt="crawl possible" />#(/acceptcrawl)##(dhtreceive)#<img src="/env/grafics/DHTReceiveNo.gif" width="11" height="11" title="DHT Receive: no; #[peertags]#" alt="no DHT receive" />::<img src="/env/grafics/DHTReceiveYes.gif" width="11" height="11" title="DHT Receive: yes" alt="DHT receive enabled" />::<img src="/env/grafics/DHTReceiveYesOffline.gif" width="11" height="11" title="DHT Receive: yes" alt="DHT receive enabled" />#(/dhtreceive)##(nodestate)#<img src="/env/grafics/RootStateNo.gif" width="11" height="11" title="Not a Node Candidate" alt="no node candidate" />::<a href="http://#[ip]#:#[port]#/Network.html?page=1"><img src="/env/grafics/RootStateYes.gif" width="11" height="11" title="Node Candidate" alt="node candidate" /></a>#(/nodestate)#</td> + #(type)##(direct)#<img src="env/grafics/JuniorPassive.gif" width="11" height="11" title="Type: Junior | Contact: passive" alt="Junior passive" />::<img src="env/grafics/JuniorDirect.gif" width="11" height="11" title="Type: Junior | Contact: direct" alt="Junior direct" />::<img src="env/grafics/JuniorOffline.gif" width="11" height="11" title="Type: Junior | Contact: offline" alt="Junior offline" />#(/direct)#::#(direct)#<img src="env/grafics/SeniorPassive.gif" width="11" height="11" title="Type: Senior | Contact: passive" alt="senior passive" />::<img src="env/grafics/SeniorDirect.gif" width="11" height="11" title="Type: Senior | Contact: direct" alt="Senior direct" />::<img src="env/grafics/SeniorOffline.gif" width="11" height="11" title="Type: Senior | Contact: offline" alt="Senior offline" />#(/direct)#::<a href="#[url]#">#(direct)#<img src="env/grafics/PrincipalPassive.gif" width="11" height="11" title="Type: Principal | Contact: passive | Seed download: possible" alt="Principal passive" />::<img src="env/grafics/PrincipalDirect.gif" width="11" height="11" title="Type: Principal | Contact: direct | Seed download: possible" alt="Principal active" />::<img src="env/grafics/PrincipalOffline.gif" width="11" height="11" title="Type: Principal | Contact: offline | Seed download: ?" alt="Principal offline" />#(/direct)#</a>#(/type)##(acceptcrawl)#<img src="env/grafics/CrawlNo.gif" width="11" height="11" title="Accept Crawl: no" alt="no crawl" />::<img src="env/grafics/CrawlYes.gif" width="11" height="11" title="Accept Crawl: yes" alt="crawl possible" />::<img src="env/grafics/CrawlYesOffline.gif" width="11" height="11" title="Accept Crawl: yes" alt="crawl possible" />#(/acceptcrawl)##(dhtreceive)#<img src="env/grafics/DHTReceiveNo.gif" width="11" height="11" title="DHT Receive: no; #[peertags]#" alt="no DHT receive" />::<img src="env/grafics/DHTReceiveYes.gif" width="11" height="11" title="DHT Receive: yes" alt="DHT receive enabled" />::<img src="env/grafics/DHTReceiveYesOffline.gif" width="11" height="11" title="DHT Receive: yes" alt="DHT receive enabled" />#(/dhtreceive)##(nodestate)#<img src="env/grafics/RootStateNo.gif" width="11" height="11" title="Not a Node Candidate" alt="no node candidate" />::<a href="http://#[ip]#:#[port]#/Network.html?page=1"><img src="env/grafics/RootStateYes.gif" width="11" height="11" title="Node Candidate" alt="node candidate" /></a>#(/nodestate)#</td> <td align="right">#[version]#</td> <td align="right">#[ppm]#</td> <td align="right">#[qph]#</td> @@ -258,8 +258,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <td>QPH<br/>(remote)</td> </tr> <tr class="TableCellDark"> - <td>#[my-name]##(my-ssl)#::<img src="/env/grafics/lock.gif" width="11" height="15" title="https supported" alt="https supported" />#(/my-ssl)#</td> - <td>#(my-info)#<img src="/env/grafics/Virgin.gif" width="11" height="11" title="Type: Virgin" alt="Virgin" />::<img src="/env/grafics/JuniorDirect.gif" width="11" height="11" title="Type: Junior" alt="Junior" />::<img src="/env/grafics/SeniorDirect.gif" width="11" height="11" title="Type: Senior" alt="Senior" />::<img src="/env/grafics/PrincipalDirect.gif" width="11" height="11" title="Type: Principal" alt="Principal" />#(/my-info)##(my-acceptcrawl)#<img src="/env/grafics/CrawlNo.gif" width="11" height="11" title="Accept Crawl: no" alt="no crawl" />::<img src="/env/grafics/CrawlYes.gif" width="11" height="11" title="Accept Crawl: yes" alt="Crawl enabled" />#(/my-acceptcrawl)##(my-dhtreceive)#<img src="/env/grafics/DHTReceiveNo.gif" width="11" height="11" title="DHT Receive: no" alt="no DHT receive" />::<img src="/env/grafics/DHTReceiveYes.gif" width="11" height="11" title="DHT Receive: yes" alt="DHT Receive enabled" />#(/my-dhtreceive)##(my-nodestate)#<img src="/env/grafics/RootStateNo.gif" width="11" height="11" title="Not a Node Candidate" alt="no node candidate" />::<img src="/env/grafics/RootStateYes.gif" width="11" height="11" title="Node Candidate" alt="node candidate" />#(/my-nodestate)#</td> + <td>#[my-name]##(my-ssl)#::<img src="env/grafics/lock.gif" width="11" height="15" title="https supported" alt="https supported" />#(/my-ssl)#</td> + <td>#(my-info)#<img src="env/grafics/Virgin.gif" width="11" height="11" title="Type: Virgin" alt="Virgin" />::<img src="env/grafics/JuniorDirect.gif" width="11" height="11" title="Type: Junior" alt="Junior" />::<img src="env/grafics/SeniorDirect.gif" width="11" height="11" title="Type: Senior" alt="Senior" />::<img src="env/grafics/PrincipalDirect.gif" width="11" height="11" title="Type: Principal" alt="Principal" />#(/my-info)##(my-acceptcrawl)#<img src="env/grafics/CrawlNo.gif" width="11" height="11" title="Accept Crawl: no" alt="no crawl" />::<img src="env/grafics/CrawlYes.gif" width="11" height="11" title="Accept Crawl: yes" alt="Crawl enabled" />#(/my-acceptcrawl)##(my-dhtreceive)#<img src="env/grafics/DHTReceiveNo.gif" width="11" height="11" title="DHT Receive: no" alt="no DHT receive" />::<img src="env/grafics/DHTReceiveYes.gif" width="11" height="11" title="DHT Receive: yes" alt="DHT Receive enabled" />#(/my-dhtreceive)##(my-nodestate)#<img src="env/grafics/RootStateNo.gif" width="11" height="11" title="Not a Node Candidate" alt="no node candidate" />::<img src="env/grafics/RootStateYes.gif" width="11" height="11" title="Node Candidate" alt="node candidate" />#(/my-nodestate)#</td> <td align="right">#[my-version]#</td> <td align="right">#[my-utc]#</td> <td align="right">#[my-uptime]#</td> diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html index e23df55bc..ba88ae0ac 100644 --- a/htroot/Performance_p.html +++ b/htroot/Performance_p.html @@ -29,7 +29,7 @@ <dt><label for="Xmx">Memory reserved for JVM</label></dt> <dd><input name="Xmx" id="Xmx" type="text" size="5" maxlength="5" value="#[Xmx]#" /> MByte <input type="submit" name="setStartup" value="Set" /> - #(setStartupCommit)#::<div class="commit">Accepted change. This will take effect after <strong>restart</strong> of YaCy. <br/><a href="/Steering.html?restart=" onclick="return confirm('Confirm Restart')">restart now</a></div>::<div class="error"></div>#(/setStartupCommit)# + #(setStartupCommit)#::<div class="commit">Accepted change. This will take effect after <strong>restart</strong> of YaCy. <br/><a href="Steering.html?restart=" onclick="return confirm('Confirm Restart')">restart now</a></div>::<div class="error"></div>#(/setStartupCommit)# </dd> </dl> </fieldset> diff --git a/htroot/ProxyIndexingMonitor_p.html b/htroot/ProxyIndexingMonitor_p.html index cf3dccc35..55b1ee2ba 100644 --- a/htroot/ProxyIndexingMonitor_p.html +++ b/htroot/ProxyIndexingMonitor_p.html @@ -15,7 +15,7 @@ or by POST-Parameters (either in URL or as HTTP protocol) and automatically excluded from indexing. </p> <p> - You have to <a href="/Settings_p.html?page=ProxyAccess">setup the proxy</a> before use. + You have to <a href="Settings_p.html?page=ProxyAccess">setup the proxy</a> before use. </p> <form action="ProxyIndexingMonitor_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> @@ -124,7 +124,7 @@ <p> You can see a snapshot of recently indexed pages - on the <a href="/CrawlResults.html?process=4">Proxy Index Monitor</a> Page. + on the <a href="CrawlResults.html?process=4">Proxy Index Monitor</a> Page. </p> #%env/templates/footer.template%# diff --git a/htroot/RankingRWI_p.html b/htroot/RankingRWI_p.html index 9390348fe..cec64c674 100644 --- a/htroot/RankingRWI_p.html +++ b/htroot/RankingRWI_p.html @@ -37,7 +37,7 @@ <fieldset> <legend>Pre-Ranking</legend> <dl>#{attrPre}# - <dt style="width:260px"><label for="#[nameorg]#">#[name]#</label> <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span>#[info]#</span></span></dt> + <dt style="width:260px"><label for="#[nameorg]#">#[name]#</label> <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>#[info]#</span></span></dt> <dd style="width:360px; float:left; display:inline;" id="#[nameorg]#"> <select style="float:left; display:inline;" name="#[nameorg]#">#{select}# <option value="#[value]#" #(checked)#:: selected="selected"#(/checked)#>#[value]#</option>#{/select}# @@ -51,7 +51,7 @@ <fieldset> <legend>Post-Ranking</legend> <dl>#{attrPost}# - <dt style="width:260px"><label for="#[nameorg]#">#[name]#</label> <span class="info" style="float:right"><img src="/env/grafics/i16.gif" width="16" height="16" alt="info"/><span>#[info]#</span></span></dt> + <dt style="width:260px"><label for="#[nameorg]#">#[name]#</label> <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>#[info]#</span></span></dt> <dd style="width:360px" id="#[nameorg]#"> <select name="#[nameorg]#">#{select}# <option value="#[value]#" #(checked)#:: selected="selected"#(/checked)#>#[value]#</option>#{/select}# diff --git a/htroot/RegexTest.html b/htroot/RegexTest.html index bdd59b254..8d9b9a92f 100644 --- a/htroot/RegexTest.html +++ b/htroot/RegexTest.html @@ -27,7 +27,7 @@ <dt> <label>Result</label> </dt> - #(match)#<dd><img src="/env/grafics/nok.png"> no match</dd>::<dd><img src="/env/grafics/ok.png"> match</dd>::<dd><img src="/env/grafics/bad.png"> error in expression: #[error]#</dd>#(/match)# + #(match)#<dd><img src="env/grafics/nok.png"> no match</dd>::<dd><img src="env/grafics/ok.png"> match</dd>::<dd><img src="env/grafics/bad.png"> error in expression: #[error]#</dd>#(/match)# <dt></dt> <dd> <input name="submit" id="submit" type="submit" /> diff --git a/htroot/Status.html b/htroot/Status.html index c7e51bb47..d66cbd88a 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -45,7 +45,7 @@ <div class="welcome"> <div style="margin:auto;text-align:center;"> - <h2><img src="/env/grafics/kaskelix.png" width="128" height="64" alt="YaCy Websearch" style="margin-right:5px; vertical-align:middle;" />Welcome to YaCy!</h2> + <h2><img src="env/grafics/kaskelix.png" width="128" height="64" alt="YaCy Websearch" style="margin-right:5px; vertical-align:middle;" />Welcome to YaCy!</h2> <iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,DHTRECEIVE,DHTSEND,PROXY&width=600px&height=180px&maxlines=20&maxwidth=120" style="width:600px;height:180px;margin:0px;border:1px solid black;" scrolling="no" name="newsframe"></iframe><br /> <img src="PerformanceGraph.png?nomem=" id="graph" alt="PerformanceGraph" width="660" height="240"/><br /> @@ -128,7 +128,7 @@ <form action="Table_API_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8" name="apilist"> --> <button type="submit" name="aquirerelease" value="Update YaCy"> - <img src="/env/grafics/lock.gif" alt="lock icon"/> + <img src="env/grafics/lock.gif" alt="lock icon"/> Install YaCy v#[latestVersion]# </button> </form> @@ -179,7 +179,7 @@ <!-- Social Networking --> <!-- <dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt> - <dd class="hint"><a href="http://twitter.com/yacy_search"><img src="/env/grafics/twitter_followme.png" alt="Follow YaCy on Twitter"/></a> + <dd class="hint"><a href="http://twitter.com/yacy_search"><img src="env/grafics/twitter_followme.png" alt="Follow YaCy on Twitter"/></a> </dd> --> diff --git a/htroot/Steering.html b/htroot/Steering.html index 1a34da61d..8b0454325 100644 --- a/htroot/Steering.html +++ b/htroot/Steering.html @@ -200,7 +200,7 @@ WBgLY2EsjIWxMBbG6z7+PzoY5xKR42VVAAAAAElFTkSuQmCC" width="100" height="100" alt=" Go back to the <a href="Settings_p.html">Settings</a> page.</p> :: <p><b>Your system is not protected by a password</b><br /> - Please go to the <a href="/ConfigAccounts_p.html">User Administration</a> page and set an administration password.</p> + Please go to the <a href="ConfigAccounts_p.html">User Administration</a> page and set an administration password.</p> :: <p><b>You don't have the correct access right to perform this task.</b><br /> Please log in.<br /> diff --git a/htroot/Supporter.html b/htroot/Supporter.html index 32383408d..97afc6703 100644 --- a/htroot/Supporter.html +++ b/htroot/Supporter.html @@ -14,7 +14,7 @@ } //]]> </script> - <script type="text/javascript" src="/js/yacysearch.js"></script> + <script type="text/javascript" src="js/yacysearch.js"></script> </head> <body id="Supporter"> #(display)# @@ -33,13 +33,13 @@ <div class="searchresults"> #(authorized)#:: <div class="urlactions"> - <a href="/Bookmarks.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="/env/grafics/empty.gif" title="bookmark" alt="Add to bookmarks" class="bookmarkIcon" /></a> + <a href="Bookmarks.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="env/grafics/empty.gif" title="bookmark" alt="Add to bookmarks" class="bookmarkIcon" /></a> #(recommend)# - <img src="/env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> - <img src="/env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> + <img src="env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> + <img src="env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> :: - <a href="/Supporter.html?votePositive=#[urlhash]#&refid=#[refid]#&url=#[url]#&title=#[title]#&description=#[description]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="positive vote" class="recommendlink" onclick="pcomment(this.href);void(0);"><img src="/env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> - <a href="/Supporter.html?voteNegative=#[urlhash]#&refid=#[refid]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="negative vote" class="deletelink" ><img src="/env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a> + <a href="Supporter.html?votePositive=#[urlhash]#&refid=#[refid]#&url=#[url]#&title=#[title]#&description=#[description]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="positive vote" class="recommendlink" onclick="pcomment(this.href);void(0);"><img src="env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> + <a href="Supporter.html?voteNegative=#[urlhash]#&refid=#[refid]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="negative vote" class="deletelink" ><img src="env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a> #(/recommend)# </div> #(/authorized)# diff --git a/htroot/Surftips.html b/htroot/Surftips.html index 026188a06..1f62a70ae 100644 --- a/htroot/Surftips.html +++ b/htroot/Surftips.html @@ -14,7 +14,7 @@ } //]]> </script> - <script type="text/javascript" src="/js/yacysearch.js"></script> + <script type="text/javascript" src="js/yacysearch.js"></script> </head> <body id="Surftips"> #%env/templates/header.template%# @@ -29,13 +29,13 @@ <div class="searchresults"> #(authorized)#:: <div class="urlactions"> - <a href="/Bookmarks.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="/env/grafics/empty.gif" title="bookmark" alt="Add to bookmarks" class="bookmarkIcon" /></a> + <a href="Bookmarks.html?edit=#[urlhash]#" class="bookmarklink" title="bookmark"><img src="env/grafics/empty.gif" title="bookmark" alt="Add to bookmarks" class="bookmarkIcon" /></a> #(recommend)# - <img src="/env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> - <img src="/env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> + <img src="env/grafics/empty.gif" title="" alt="" class="recommendIcon" /> + <img src="env/grafics/empty.gif" title="" alt="" class="deleteIcon" /> :: - <a href="/Surftips.html?votePositive=#[urlhash]#&refid=#[refid]#&url=#[url]#&title=#[title]#&description=#[description]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="positive vote" class="recommendlink" onclick="pcomment(this.href);void(0);"><img src="/env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> - <a href="/Surftips.html?voteNegative=#[urlhash]#&refid=#[refid]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="negative vote" class="deletelink" ><img src="/env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a> + <a href="Surftips.html?votePositive=#[urlhash]#&refid=#[refid]#&url=#[url]#&title=#[title]#&description=#[description]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="positive vote" class="recommendlink" onclick="pcomment(this.href);void(0);"><img src="env/grafics/empty.gif" title="positive vote" alt="Give positive vote" class="recommendIcon" /></a> + <a href="Surftips.html?voteNegative=#[urlhash]#&refid=#[refid]#&display=#[display]##(showScore)#::&score=true#(/showScore)#" title="negative vote" class="deletelink" ><img src="env/grafics/empty.gif" title="negative vote" alt="Give negative vote" class="deleteIcon" /></a> #(/recommend)# </div> #(/authorized)# @@ -46,7 +46,7 @@ #{/results}# <!-- supporter page (appears like surf tip) --> <div class="searchresults"> - <h4 class="linktitle"><a href="/Supporter.html">YaCy Supporters</a></h4> + <h4 class="linktitle"><a href="Supporter.html">YaCy Supporters</a></h4> <p class="snippet">a list of home pages of yacy users</p> </div> <!-- supporter page --> @@ -56,11 +56,11 @@ <form action="Surftips.html" method="get" class="PeerControl" accept-charset="UTF-8"><div> <button type="submit" name="publicPage" value="0"> - <img src="/env/grafics/lock.gif" alt="authentication required" /> + <img src="env/grafics/lock.gif" alt="authentication required" /> Hide surftips for users without autorization </button> <button type="submit" name="publicPage" value="1"> - <img src="/env/grafics/lock.gif" alt="authentication required" /> + <img src="env/grafics/lock.gif" alt="authentication required" /> Show surftips to everyone </button> </div></form> diff --git a/htroot/Table_API_p.html b/htroot/Table_API_p.html index 904fe664b..37104177e 100644 --- a/htroot/Table_API_p.html +++ b/htroot/Table_API_p.html @@ -26,12 +26,12 @@ document.getElementById("apilist").submit(); } </script> - <script type="text/javascript" src="/js/sorttable.js"></script> + <script type="text/javascript" src="js/sorttable.js"></script> </head> <body id="Tables"> <div id="api"> -<a href="/api/table_p.xml?table=api&count=100&search=" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a> +<a href="api/table_p.xml?table=api&count=100&search=" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a> <span>The information that is presented on this page can also be retrieved as XML Click the API icon to see the XML. To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API wiki page</a>.</span> @@ -85,7 +85,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de #{list}# <tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#" id="#[pk]#"> <td valign="top" align="left"><input type="checkbox" name="item_#[count]#" value="mark_#[pk]#" /></td> - <td valign="top">#[type]##(isCrawlerStart)#::<br/><br/><a href="#[url]#" title="clone"><img src="/env/grafics/doc.gif"><img src="/env/grafics/right.gif"><img src="/env/grafics/doc.gif"></a>#(/isCrawlerStart)#</td> + <td valign="top">#[type]##(isCrawlerStart)#::<br/><br/><a href="#[url]#" title="clone"><img src="env/grafics/doc.gif"><img src="env/grafics/right.gif"><img src="env/grafics/doc.gif"></a>#(/isCrawlerStart)#</td> <td valign="top">#[comment]#</td> <td valign="top">#[callcount]#</td> <td valign="top">#[dateRecording]#</td> diff --git a/htroot/Table_RobotsTxt_p.html b/htroot/Table_RobotsTxt_p.html index db1fe281f..df48c4258 100644 --- a/htroot/Table_RobotsTxt_p.html +++ b/htroot/Table_RobotsTxt_p.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>YaCy '#[clientname]#': Table Viewer</title> - <link rel="alternate" type="application/xml" title="robots.txt Table" href="/api/table_p.xml?table=robots&pk=" /> + <link rel="alternate" type="application/xml" title="robots.txt Table" href="api/table_p.xml?table=robots&pk=" /> #%env/templates/metas.template%# </head> <body id="Tables"> @@ -23,7 +23,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de #%env/templates/submenuCrawlMonitor.template%# <h2>robots.txt table</h2> - <iframe src="/api/table_p.html?table=robots&row=hostname,modDate,date,disallow,crawlDelayMillis,etag,sitemap" width="100%" height="600" frameborder="0" scrolling="auto"></iframe><br /> + <iframe src="api/table_p.html?table=robots&row=hostname,modDate,date,disallow,crawlDelayMillis,etag,sitemap" width="100%" height="600" frameborder="0" scrolling="auto"></iframe><br /> #%env/templates/footer.template%# </body> diff --git a/htroot/User.html b/htroot/User.html index 150266a42..6e62dabfc 100644 --- a/htroot/User.html +++ b/htroot/User.html @@ -25,7 +25,7 @@ <input type="submit" name="logout" value="logout"> </form> #(limit)#:: - #{percent}#<img src="/env/grafics/red-block.png" alt="red bar" />#{/percent}##{percent2}#<img src="/env/grafics/green-block.png" alt="green bar" />#{/percent2}# + #{percent}#<img src="env/grafics/red-block.png" alt="red bar" />#{/percent}##{percent2}#<img src="env/grafics/green-block.png" alt="green bar" />#{/percent2}# <br /> You have used <strong>#[timeused]#</strong> minutes of your onlinetime limit of <strong>#[timelimit]#</strong> minutes per day.<br /> #(/limit)# diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index fb4402096..e27839150 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -57,13 +57,13 @@ function updatepage(str) { <head> <title>YaCy '#[clientname]#': View URL Content</title> #%env/templates/metas.template%# - <script type="text/javascript" src="/js/highslide/highslide.js"></script> + <script type="text/javascript" src="js/highslide/highslide.js"></script> </head> <body> <div id="api"> <a href="http://localhost:8090/api/getpageinfo_p.xml?actions=title,robots&url=#[url]#" id="apilink"> -<img src="/env/grafics/api.png" width="60" height="40" alt="API"/> +<img src="env/grafics/api.png" width="60" height="40" alt="API"/> </a> <span>See the page info about the url.</span> </div> @@ -95,7 +95,7 @@ function updatepage(str) { <fieldset><legend>URL Metadata</legend> <dl> <dt>URL:</dt><dd><a href="#[url]#">#[url]#</a></dd> - <dt>Hash:</dt><dd><a href="/solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[hash]#%22">#[hash]#</a> (click this for full metadata)</dd> + <dt>Hash:</dt><dd><a href="solr/select?defType=edismax&start=0&rows=3&core=collection1&wt=html&q=id:%22#[hash]#%22">#[hash]#</a> (click this for full metadata)</dd> <dt>In Metadata:</dt><dd>#(inurldb)#no::yes#(/inurldb)#</dd> <dt>In Cache:</dt><dd>#(incache)#no::yes#(/incache)#</dd> <dt>Word Count:</dt><dd>#[wordCount]#</dd> @@ -174,8 +174,8 @@ function updatepage(str) { </fieldset> :: <!-- 5 --> <fieldset><legend>Original from Cache</legend> - #(html)#::<iframe src="/CacheResource_p.html?url=#[url]#" width="800" height="400" />#(/html)# - #(png)#::<iframe src="/CacheResource_p.png?url=#[url]#" width="800" height="400" />#(/png)# + #(html)#::<iframe src="CacheResource_p.html?url=#[url]#" width="800" height="400" />#(/html)# + #(png)#::<iframe src="CacheResource_p.png?url=#[url]#" width="800" height="400" />#(/png)# </fieldset> :: <!-- 6 --> <fieldset><legend>Link List</legend> @@ -207,7 +207,7 @@ function updatepage(str) { </fieldset> :: <!-- 8 --> <fieldset><legend>CitationReport</legend> - <iframe src="/api/citation.html?url=#[url]#" width="800" height="400" /> + <iframe src="api/citation.html?url=#[url]#" width="800" height="400" /> </fieldset> #(/viewMode)# </td></tr></table> diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index d1e114330..7e59de37e 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -64,7 +64,7 @@ <p>View this profile as <a rel="meta" type="application/rdf+xml" title="rdf:foaf" href="ViewProfile.rdf?hash=#[hash]#">rdf:foaf</a> or <a rel="alternate" type="text/x-vcard" title="vCard" href="ViewProfile.vcf?hash=#[hash]#">vCard</a></p> #(edit)#:: - <p>You can edit your profile <a href="/ConfigProfile_p.html">here</a></p> + <p>You can edit your profile <a href="ConfigProfile_p.html">here</a></p> #(/edit)# #(display)# #%env/templates/simplefooter.template%# diff --git a/htroot/Vocabulary_p.html b/htroot/Vocabulary_p.html index fa8f24ae3..d3ac606b3 100644 --- a/htroot/Vocabulary_p.html +++ b/htroot/Vocabulary_p.html @@ -61,7 +61,7 @@ function updatepage(str) { #(edit)#:: <div id="api"> -<a href="Vocabulary_p.xml" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a> +<a href="Vocabulary_p.xml" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a> <script type="text/javascript"> //<![CDATA[ document.getElementById('apilink').setAttribute('href', 'Vocabulary_p.xml?' + window.location.search.substring(1)); @@ -134,7 +134,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <dt>Prefix</dt><dd>#[prefix]#</dd> <dt>Objectspace</dt><dd>#(editable)##[objectspace]#::<input type="text" name="objectspace" value="#[objectspace]#" size="78" maxlength="128" /><br/>if set, uses the predicate <a href="#[objectspacepredicate]#" target="_blank">#[objectspacepredicate]#</a> for generated objects. Hint: use 'http://dbpedia.org/resource/' as default.#(/editable)#</dd> </dl> - <p>This produces the following triples in the <a href="/interaction/GetRDF.xml?global=">triplestore</a> if a term or synonym matches in a document:</p> + <p>This produces the following triples in the <a href="interaction/GetRDF.xml?global=">triplestore</a> if a term or synonym matches in a document:</p> <dl> <dt>Triple #1</dt><dd>#[triple1]#</dd> <dt>Triple #2</dt><dd>#[triple2]#</dd> diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 52b2a3a40..6df6da3d6 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -2,9 +2,9 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>YaCy '#[clientname]#': Web Structure</title> -<link rel="stylesheet" media="screen" type="text/css" href="/yacy/ui/css/colorpicker.css" /> +<link rel="stylesheet" media="screen" type="text/css" href="yacy/ui/css/colorpicker.css" /> #%env/templates/metas.template%# -<script type="text/javascript" src="/js/WatchWebStructure.js"></script> +<script type="text/javascript" src="js/WatchWebStructure.js"></script> <style type="text/css"> #left { float: left; @@ -23,7 +23,7 @@ #%env/templates/header.template%# #%env/templates/submenuWebStructure.template%# - <script type="text/javascript" src="/yacy/ui/js/jquery.colorpicker.js"></script> + <script type="text/javascript" src="yacy/ui/js/jquery.colorpicker.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#colorback, #colortext, #colorline, #colordot0, #colordota, #colorlineend').ColorPicker({ @@ -41,7 +41,7 @@ }); </script> -<div id="api"><a href="/api/webstructure.xml?about=#[besthost]#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> +<div id="api"><a href="api/webstructure.xml?about=#[besthost]#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> <span> The data that is visualized here can also be retrieved in a XML file, which lists the reference relation between the domains. With a GET-property 'about' you get only reference relations about the host that you give in the argument field for 'about'. @@ -55,7 +55,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <fieldset><legend>Host List</legend> #{list}# <div style="float:left; padding:1px 5px 1px 5px;"> - <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><a href="/WatchWebStructure_p.html?host=#[host]#&depth=3&time=1000">#[host]#</a></div> + <div style="width:160px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><a href="WatchWebStructure_p.html?host=#[host]#&depth=3&time=1000">#[host]#</a></div> <div style="width:80px; text-align:right; float: left; white-space:nowrap; overflow:hidden;">#[count]# outlinks</div> </div> #{/list}# diff --git a/htroot/YMarks.html b/htroot/YMarks.html index e11571bce..ba8e21fee 100644 --- a/htroot/YMarks.html +++ b/htroot/YMarks.html @@ -3,32 +3,32 @@ <head> <title>YaCy Bookmarks</title> #%env/templates/metas.template%# - <link media="screen" type="text/css" href="/jquery/flexigrid/css/flexigrid.pack.css" rel="stylesheet" /> - <script src="/jquery/flexigrid/js/flexigrid.pack.js" type="text/javascript"></script> + <link media="screen" type="text/css" href="jquery/flexigrid/css/flexigrid.pack.css" rel="stylesheet" /> + <script src="jquery/flexigrid/js/flexigrid.pack.js" type="text/javascript"></script> - <link media="screen" type="text/css" href="/jquery/css/jquery.multiselect.css" rel="stylesheet" /> - <script src="/jquery/js/jquery.multiselect.min.js" type="text/javascript"></script> + <link media="screen" type="text/css" href="jquery/css/jquery.multiselect.css" rel="stylesheet" /> + <script src="jquery/js/jquery.multiselect.min.js" type="text/javascript"></script> - <link media="screen" type="text/css" href="/jquery/css/jquery.tagsinput.css" rel="stylesheet" /> - <script src="/jquery/js/jquery.tagsinput.min.js" type="text/javascript"></script> + <link media="screen" type="text/css" href="jquery/css/jquery.tagsinput.css" rel="stylesheet" /> + <script src="jquery/js/jquery.tagsinput.min.js" type="text/javascript"></script> - <link media="screen" type="text/css" href="/jquery/css/jquery.multiselect.filter.css" rel="stylesheet" /> - <script src="/jquery/js/jquery.multiselect.filter.min.js" type="text/javascript"></script> + <link media="screen" type="text/css" href="jquery/css/jquery.multiselect.filter.css" rel="stylesheet" /> + <script src="jquery/js/jquery.multiselect.filter.min.js" type="text/javascript"></script> - <link media="screen" type="text/css" href="/yacy/ui/css/jquery.treeview.css" rel="stylesheet" /> - <script src="/yacy/ui/js/jquery.treeview.min.js" type="text/javascript"></script> - <script src="/yacy/ui/js/jquery.treeview.async.js" type="text/javascript"></script> + <link media="screen" type="text/css" href="yacy/ui/css/jquery.treeview.css" rel="stylesheet" /> + <script src="yacy/ui/js/jquery.treeview.min.js" type="text/javascript"></script> + <script src="yacy/ui/js/jquery.treeview.async.js" type="text/javascript"></script> - <link media="screen" type="text/css" href="/env/yacy-ymarks.css" rel="stylesheet" /> - <script src="/js/yacy-ymarks.js" type="text/javascript"></script> - <script src="/js/yacy-ymarks-bookmark-actions.js" type="text/javascript"></script> - <script src="/js/yacy-ymarks-tag-actions.js" type="text/javascript"></script> + <link media="screen" type="text/css" href="env/yacy-ymarks.css" rel="stylesheet" /> + <script src="js/yacy-ymarks.js" type="text/javascript"></script> + <script src="js/yacy-ymarks-bookmark-actions.js" type="text/javascript"></script> + <script src="js/yacy-ymarks-tag-actions.js" type="text/javascript"></script> </head> <body id="ymarks_body"> <div id="api"> -<a href="/api/table_p.xml?table=admin_bookmarks&count=100&search=" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a> +<a href="api/table_p.xml?table=admin_bookmarks&count=100&search=" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a> <span>The information that is presented on this page can also be retrieved as XML Click the API icon to see the XML. To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API wiki page</a>.</span> @@ -41,9 +41,9 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <!-- <ul class="SubMenu"> #(login)#<li><a href="YMarks.html" class="MenuItemLink">Login</a></li>::#(/login)# - <li><a href="/api/ymarks/test_treeview.html" class="MenuItemLink lock">TreeView</a></li> - <li><a href="/api/ymarks/test_import.html" class="MenuItemLink lock">Import Bookmarks</a></li> - <li><a href="/api/ymarks/get_xbel.xml" class="MenuItemLink lock">Bookmarks (XBEL)</a></li> + <li><a href="api/ymarks/test_treeview.html" class="MenuItemLink lock">TreeView</a></li> + <li><a href="api/ymarks/test_import.html" class="MenuItemLink lock">Import Bookmarks</a></li> + <li><a href="api/ymarks/get_xbel.xml" class="MenuItemLink lock">Bookmarks (XBEL)</a></li> </ul> <p/> --> @@ -57,13 +57,13 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </ul> <div id="ymarks_nav_tab"> <!-- - <div style="margin-top:2px; background:url('/yacy/ui/img/flexigrid/bg.gif') repeat-x scroll center top #FAFAFA; + <div style="margin-top:2px; background:url('yacy/ui/img/flexigrid/bg.gif') repeat-x scroll center top #FAFAFA; border-color:#CCCCCC #CCCCCC -moz-use-text-color; border-style:solid solid none; border-width:1px 1px 0; padding:5px; margin-top:-10px; margin-left:-15px; margin-right:-15px; margin-bottom: 15px;"> - <img src="/yacy/ui/img-2/plus.png" alt="Add" style="padding-right:4px; padding-left:5px;"/>Add - <img src="/yacy/ui/img-2/cancel.png" alt="Delete" style="padding-right:4px; padding-left:5px;"/>Delete - <img src="/yacy/ui/img-2/pencil.png" alt="Edit" style="padding-right:4px; padding-left:5px;"/>Edit - <img src="/yacy/ui/img-2/question_blue.png" alt="Help" style="padding-right:4px; padding-left:25px;"/>Help + <img src="yacy/ui/img-2/plus.png" alt="Add" style="padding-right:4px; padding-left:5px;"/>Add + <img src="yacy/ui/img-2/cancel.png" alt="Delete" style="padding-right:4px; padding-left:5px;"/>Delete + <img src="yacy/ui/img-2/pencil.png" alt="Edit" style="padding-right:4px; padding-left:5px;"/>Edit + <img src="yacy/ui/img-2/question_blue.png" alt="Help" style="padding-right:4px; padding-left:25px;"/>Help </div> --> <div class="tagSelect"> @@ -77,13 +77,13 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </div> <div id="ymarks_tags_tab"> <!-- - <div style="margin-top:2px; background:url('/yacy/ui/img/flexigrid/bg.gif') repeat-x scroll center top #FAFAFA; + <div style="margin-top:2px; background:url('yacy/ui/img/flexigrid/bg.gif') repeat-x scroll center top #FAFAFA; border-color:#CCCCCC #CCCCCC -moz-use-text-color; border-style:solid solid none; border-width:1px 1px 0; padding:5px; margin-top:-10px; margin-left:-15px; margin-right:-15px; margin-bottom: 15px;"> - <img src="/yacy/ui/img-2/plus.png" alt="Add" style="padding-right:4px; padding-left:5px;"/>Add - <img src="/yacy/ui/img-2/cancel.png" alt="Delete" style="padding-right:4px; padding-left:5px;"/>Delete - <img src="/yacy/ui/img-2/pencil.png" alt="Edit" style="padding-right:4px; padding-left:5px;"/>Edit - <img src="/yacy/ui/img-2/question_blue.png" alt="Help" style="padding-right:4px; padding-left:25px;"/>Help + <img src="yacy/ui/img-2/plus.png" alt="Add" style="padding-right:4px; padding-left:5px;"/>Add + <img src="yacy/ui/img-2/cancel.png" alt="Delete" style="padding-right:4px; padding-left:5px;"/>Delete + <img src="yacy/ui/img-2/pencil.png" alt="Edit" style="padding-right:4px; padding-left:5px;"/>Edit + <img src="yacy/ui/img-2/question_blue.png" alt="Help" style="padding-right:4px; padding-left:25px;"/>Help </div> --> <div> @@ -92,7 +92,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <hr /> <div class="tagSelect"> <form id="ymarks_tagmanager" action="YMarks.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> - <h4>Tag Manager<img title="help" alt="help" class="help" src="/yacy/ui/img-2/question_blue.png" /></h4> + <h4>Tag Manager<img title="help" alt="help" class="help" src="yacy/ui/img-2/question_blue.png" /></h4> All tag actions are applied to the sub-set of bookmarks defined by this query. <p> <small>Query</small> @@ -141,7 +141,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <div id="ymarks_import_tab"> <form action="/api/ymarks/import_ymark.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <input type="hidden" value="/YMarks.html" name="redirect"> - <h4>Bookmark Importer<img alt="help" title="If you put in your bookmarks here, you can access them anywhere where you have access to your YaCy peer. Think of it as your 'personal cloud' for bookmarking." class="help" src="/yacy/ui/img-2/question_blue.png"></h4> + <h4>Bookmark Importer<img alt="help" title="If you put in your bookmarks here, you can access them anywhere where you have access to your YaCy peer. Think of it as your 'personal cloud' for bookmarking." class="help" src="yacy/ui/img-2/question_blue.png"></h4> <p> <table cellspacing="3"> <tr> @@ -183,7 +183,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <input class="input" type="file" name="bmkfile" id="bmkfile" size="8" /><br /> </p> <hr /> - <h4>Folder settings<img alt="help" title="A folder structure is helpful to organize your bookmarks in a hierarchical way." class="help" src="/yacy/ui/img-2/question_blue.png"></h4> + <h4>Folder settings<img alt="help" title="A folder structure is helpful to organize your bookmarks in a hierarchical way." class="help" src="yacy/ui/img-2/question_blue.png"></h4> <p> <small>Source folder</small> <input class="input" type="text" name="source" id="source" value="" disabled="disabled" /> @@ -193,7 +193,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <input class="input" type="text" name="root" id="root" value="/Imported Bookmarks" /> </p> <hr /> - <h4>Automatic tagging<img alt="help" title="Tags are words that are attached to documents as metadata. It is possible to read all the documents and find the attached tags automatically." class="help" src="/yacy/ui/img-2/question_blue.png"></h4> + <h4>Automatic tagging<img alt="help" title="Tags are words that are attached to documents as metadata. It is possible to read all the documents and find the attached tags automatically." class="help" src="yacy/ui/img-2/question_blue.png"></h4> <p> <table cellspacing="5"> <tr> @@ -215,7 +215,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </table> </p> <hr /> - <h4>Automatic Indexing<img alt="help" title="While doing the bookmark import, YaCy can push all URLs to the indexing process" class="help" src="/yacy/ui/img-2/question_blue.png"></h4> + <h4>Automatic Indexing<img alt="help" title="While doing the bookmark import, YaCy can push all URLs to the indexing process" class="help" src="yacy/ui/img-2/question_blue.png"></h4> <p> <table cellspacing="5"> <tr> @@ -265,7 +265,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <table> <tr> <td> - <img id="bmaddimg" src="/yacy/ui/img-1/Star.png" /> + <img id="bmaddimg" src="yacy/ui/img-1/Star.png" /> </td> <td> <label for="bm_public">Public:</label> diff --git a/htroot/YaCySearchPluginFF.html b/htroot/YaCySearchPluginFF.html index 58ebd7a5f..405b764fb 100644 --- a/htroot/YaCySearchPluginFF.html +++ b/htroot/YaCySearchPluginFF.html @@ -11,7 +11,7 @@ <tr style="height:36px;"> <td width="240"> <a href="http://www.yacy.net" target="_blank"> - <img width="52" height="33" border="0" src="/env/grafics/yacy.png" align="top" alt="YaCy-Logo" /> + <img width="52" height="33" border="0" src="env/grafics/yacy.png" align="top" alt="YaCy-Logo" /> </a> </td> <td width="50%" align="center"> diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index e35cda779..a05f64712 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -7,60 +7,60 @@ <li class="menugroup" id="menugroupGlobalIndex"> <h3>Search Interfaces</h3> <ul class="menu"> - <li><a href="/index.html" accesskey="s" class="MenuItemLink">Web Search</a></li> - <li><a href="/yacyinteractive.html" class="MenuItemLink">File Search</a></li> - <li><a href="/HostBrowser.html?hosts=" class="MenuItemLink">Host Browser</a></li> - <!--<li><a href="/yacysearch_location.html" class="MenuItemLink">Location Search</a></li>--> - <li><a href="/solr/collection1/select?q=*:*&defType=edismax&start=0&rows=3" class="MenuItemLink">Solr Default Core</a></li> - <li><a href="/solr/webgraph/select?q=*:*&defType=edismax&start=0&rows=3" class="MenuItemLink">Solr Webgraph Core</a></li> - <li><a href="/gsa/search?q=www&num=3" class="MenuItemLink">Google Appliance API</a></li> - <!--<li><a href="/yacy/ui/" accesskey="s" class="MenuItemLink">Rich Client Search</a></li>--> - <li><a href="/compare_yacy.html?display=1" class="MenuItemLink">Compare Search</a></li> - <li><a href="/ViewFile.html" class="MenuItemLink">URL Viewer</a></li> - <li><a href="/YMarks.html" class="MenuItemLink">Bookmarks</a></li> + <li><a href="index.html" accesskey="s" class="MenuItemLink">Web Search</a></li> + <li><a href="yacyinteractive.html" class="MenuItemLink">File Search</a></li> + <li><a href="HostBrowser.html?hosts=" class="MenuItemLink">Host Browser</a></li> + <!--<li><a href="yacysearch_location.html" class="MenuItemLink">Location Search</a></li>--> + <li><a href="solr/collection1/select?q=*:*&defType=edismax&start=0&rows=3" class="MenuItemLink">Solr Default Core</a></li> + <li><a href="solr/webgraph/select?q=*:*&defType=edismax&start=0&rows=3" class="MenuItemLink">Solr Webgraph Core</a></li> + <li><a href="gsa/search?q=www&num=3" class="MenuItemLink">Google Appliance API</a></li> + <!--<li><a href="yacy/ui/" accesskey="s" class="MenuItemLink">Rich Client Search</a></li>--> + <li><a href="compare_yacy.html?display=1" class="MenuItemLink">Compare Search</a></li> + <li><a href="ViewFile.html" class="MenuItemLink">URL Viewer</a></li> + <li><a href="YMarks.html" class="MenuItemLink">Bookmarks</a></li> </ul> <li class="menugroup" id="menugroupGlobalIndex"> <h3>Search Design</h3> <ul class="menu"> - <li><a href="/ConfigLiveSearch.html" class="MenuItemLink">Search Integration into External Sites</a></li> - <li><a href="/ConfigPortal.html" class="MenuItemLink">Integrated Search Configuration</a></li> + <li><a href="ConfigLiveSearch.html" class="MenuItemLink">Search Integration into External Sites</a></li> + <li><a href="ConfigPortal.html" class="MenuItemLink">Integrated Search Configuration</a></li> </ul> </li> <li class="menugroup" id="menugroupCrawlerControl"> <h3>Index Production</h3> <ul class="menu"> - <li><a href="/CrawlStartSite_p.html" class="MenuItemLink lock">Crawler / Harvester</a></li> - <li><a href="/Crawler_p.html" class="MenuItemLink lock">Creation Monitor</a></li> - <li><a href="/IndexControlURLs_p.html" class="MenuItemLink lock">Index Administration</a></li> - <li><a href="/Blacklist_p.html" class="MenuItemLink lock">Filter & Blacklists</a></li> - <li><a href="/Vocabulary_p.html" class="MenuItemLink lock">Content Semantic</a></li> - <li><a href="/Tables_p.html?table=robots&count=100" class="MenuItemLink lock">Target Analysis</a></li> - <li><a href="/Table_API_p.html" class="MenuItemLink lock">Process Scheduler</a></li> + <li><a href="CrawlStartSite_p.html" class="MenuItemLink lock">Crawler / Harvester</a></li> + <li><a href="Crawler_p.html" class="MenuItemLink lock">Creation Monitor</a></li> + <li><a href="IndexControlURLs_p.html" class="MenuItemLink lock">Index Administration</a></li> + <li><a href="Blacklist_p.html" class="MenuItemLink lock">Filter & Blacklists</a></li> + <li><a href="Vocabulary_p.html" class="MenuItemLink lock">Content Semantic</a></li> + <li><a href="Tables_p.html?table=robots&count=100" class="MenuItemLink lock">Target Analysis</a></li> + <li><a href="Table_API_p.html" class="MenuItemLink lock">Process Scheduler</a></li> </ul> </li> <li class="menugroup" id="menugroupMonitoring"> <h3>Monitoring</h3> <ul class="menu"> - <li><a href="/Network.html" accesskey="w" class="MenuItemLink">YaCy Network</a></li> - <li><a href="/WatchWebStructure_p.html?host=auto&depth=3&time=1000" class="MenuItemLink lock">Web Visualization</a></li> - <li><a href="/AccessGrid_p.html" class="MenuItemLink lock">Network Access</a></li> - <li><a href="/ViewLog_p.html" class="MenuItemLink lock">Computation</a></li> - <li><a href="/terminal_p.html" accesskey="t" class="MenuItemLink lock">Terminal</a></li> + <li><a href="Network.html" accesskey="w" class="MenuItemLink">YaCy Network</a></li> + <li><a href="WatchWebStructure_p.html?host=auto&depth=3&time=1000" class="MenuItemLink lock">Web Visualization</a></li> + <li><a href="AccessGrid_p.html" class="MenuItemLink lock">Network Access</a></li> + <li><a href="ViewLog_p.html" class="MenuItemLink lock">Computation</a></li> + <li><a href="terminal_p.html" accesskey="t" class="MenuItemLink lock">Terminal</a></li> </ul> </li> <li class="menugroup" id="menugroupPeerControl"> <h3>Peer Control</h3> <ul class="menu"> - <li><a href="/Status.html?noforward=" class="MenuItemLink">Admin Console</a></li> - <li><a href="/Steering.html?restart=" class="MenuItemLink lock" onclick="return confirm('Confirm Restart')">Re-Start</a></li> - <li><a href="/Steering.html?shutdown=" class="MenuItemLink lock" onclick="return confirm('Confirm Shutdown')">Shutdown</a></li> + <li><a href="Status.html?noforward=" class="MenuItemLink">Admin Console</a></li> + <li><a href="Steering.html?restart=" class="MenuItemLink lock" onclick="return confirm('Confirm Restart')">Re-Start</a></li> + <li><a href="Steering.html?shutdown=" class="MenuItemLink lock" onclick="return confirm('Confirm Shutdown')">Shutdown</a></li> </ul> </li> <li class="menugroup" id="menugroupTheProjekt"> <h3>The YaCy Project</h3> <ul class="menu"> <li><a href="http://www.yacy.net/" target="_blank" class="MenuItemLink">Project Home</a></li> - <li><a href="/Help.html" class="MenuItemLink">Tutorials</a></li> + <li><a href="Help.html" class="MenuItemLink">Tutorials</a></li> <li><a href="http://forum.yacy.de" target="_blank" class="MenuItemLink">Forum/Discussion</a></li> <li><a href="http://wiki.yacy.de" target="_blank" class="MenuItemLink">Project Wiki</a></li> <li><a href="https://gitorious.org/yacy/rc1/commits/master" target="_blank" class="MenuItemLink">Git Repository</a></li> diff --git a/htroot/env/templates/metas.template b/htroot/env/templates/metas.template index b616e07a2..abbb760ea 100644 --- a/htroot/env/templates/metas.template +++ b/htroot/env/templates/metas.template @@ -4,16 +4,16 @@ <meta name="keywords" content="YaCy HTTP search engine spider indexer java network open free download Mac Windows Linux Software development" /> <meta name="description" content="Software HTTP Freeware Home Page" /> <meta name="copyright" content="Michael Christen et al." /> - <link rel="stylesheet" type="text/css" media="all" href="/env/base.css" /> - <link rel="stylesheet" type="text/css" media="screen" href="/env/style.css" /> + <link rel="stylesheet" type="text/css" media="all" href="env/base.css" /> + <link rel="stylesheet" type="text/css" media="screen" href="env/style.css" /> <!--[if lt IE 6]> - <link rel="stylesheet" type="text/css" media="screen" href="/env/oldie.css" /> + <link rel="stylesheet" type="text/css" media="screen" href="env/oldie.css" /> <![endif]--> <!--[if lte IE 6.0]> - <link rel="stylesheet" type="text/css" media="screen" href="/env/ie6.css" /> + <link rel="stylesheet" type="text/css" media="screen" href="env/ie6.css" /> <![endif]--> <!--[if lte IE 7.0]> - <link rel="stylesheet" type="text/css" media="screen" href="/env/ie7.css" /> + <link rel="stylesheet" type="text/css" media="screen" href="env/ie7.css" /> <![endif]--> #%env/templates/jqueryheader.template%# #%env/templates/portalheader.template%# diff --git a/htroot/env/templates/portalheader.template b/htroot/env/templates/portalheader.template index fc055ea66..8c9d3777a 100644 --- a/htroot/env/templates/portalheader.template +++ b/htroot/env/templates/portalheader.template @@ -1,9 +1,9 @@ <!-- YaCy Portalseach by apfelmaennchen <sof@gmx.de> --> <!-- /env/portalheader.template --> - <link media="screen" type="text/css" href="/portalsearch/yacy-portalsearch.css" rel="stylesheet" /> - <script src="/jquery/js/jquery.query-2.1.7.js" type="text/javascript"></script> - <script src="/jquery/js/jquery.form-2.73.js" type="text/javascript"></script> - <script src="/jquery/js/jquery.field-0.9.2.min.js" type="text/javascript"></script> + <link media="screen" type="text/css" href="portalsearch/yacy-portalsearch.css" rel="stylesheet" /> + <script src="jquery/js/jquery.query-2.1.7.js" type="text/javascript"></script> + <script src="jquery/js/jquery.form-2.73.js" type="text/javascript"></script> + <script src="jquery/js/jquery.field-0.9.2.min.js" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ $(document).ready(function() { @@ -18,7 +18,7 @@ load_js : false, load_css : false }; - $.getScript(yconf.url+'/portalsearch/yacy-portalsearch.js', function(){}); + $.getScript(yconf.url+'portalsearch/yacy-portalsearch.js', function(){}); } }); //]]> diff --git a/htroot/env/templates/simpleheader.template b/htroot/env/templates/simpleheader.template index a50ac593b..f29a7c852 100644 --- a/htroot/env/templates/simpleheader.template +++ b/htroot/env/templates/simpleheader.template @@ -1,10 +1,10 @@ <div class="SubMenu"> <ul class="SubMenu"> -<li style="width:15%;"><a href="/Status.html" class="MenuItemLink">Administration</a></li> -<li style="width:15%;"><a href="/index.html" onclick="this.href='/index.html?handover='+document.searchform.search.value" class="MenuItemLink">Web Search</a></li> -<li style="width:15%;"><a href="/yacyinteractive.html" onclick="this.href='/yacyinteractive.html?handover='+document.searchform.search.value" class="MenuItemLink">File Search</a></li> -<li style="width:15%;"><a href="/HostBrowser.html?hosts=" class="MenuItemLink">HostBrowser</a></li> -<li style="width:15%;"><a href="/ViewProfile.html?hash=localhash" class="MenuItemLink">About Us</a></li> +<li style="width:15%;"><a href="Status.html" class="MenuItemLink">Administration</a></li> +<li style="width:15%;"><a href="index.html" onclick="this.href='/index.html?handover='+document.searchform.search.value" class="MenuItemLink">Web Search</a></li> +<li style="width:15%;"><a href="yacyinteractive.html" onclick="this.href='/yacyinteractive.html?handover='+document.searchform.search.value" class="MenuItemLink">File Search</a></li> +<li style="width:15%;"><a href="HostBrowser.html?hosts=" class="MenuItemLink">HostBrowser</a></li> +<li style="width:15%;"><a href="ViewProfile.html?hash=localhash" class="MenuItemLink">About Us</a></li> <li style="width:9%;"><a href="http://www.yacy-websearch.net/wiki/" class="MenuItemLink" target="_blank">Help / YaCy Wiki</a></li> </ul> </div> diff --git a/htroot/env/templates/submenuAccessTracker.template b/htroot/env/templates/submenuAccessTracker.template index 59d0e5982..cfb9af0d7 100644 --- a/htroot/env/templates/submenuAccessTracker.template +++ b/htroot/env/templates/submenuAccessTracker.template @@ -3,26 +3,26 @@ <div class="SubMenugroup"> <h3>Server Access</h3> <ul class="SubMenu"> - <li><a href="/AccessGrid_p.html" class="MenuItemLink lock">Access Grid</a></li> - <li><a href="/AccessTracker_p.html?page=0" class="MenuItemLink lock">Incoming Requests Overview</a></li> - <li><a href="/AccessTracker_p.html?page=1" class="MenuItemLink lock">Incoming Requests Details</a></li> - <li><a href="/Connections_p.html" class="MenuItemLink lock">All Connections</a></li> + <li><a href="AccessGrid_p.html" class="MenuItemLink lock">Access Grid</a></li> + <li><a href="AccessTracker_p.html?page=0" class="MenuItemLink lock">Incoming Requests Overview</a></li> + <li><a href="AccessTracker_p.html?page=1" class="MenuItemLink lock">Incoming Requests Details</a></li> + <li><a href="Connections_p.html" class="MenuItemLink lock">All Connections</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Local Search</h3> <ul class="SubMenu"> - <li><a href="/AccessTracker_p.html?page=2" class="MenuItemLink lock">Log</a></li> - <li><a href="/AccessTracker_p.html?page=3" class="MenuItemLink lock">Host Tracker</a></li> + <li><a href="AccessTracker_p.html?page=2" class="MenuItemLink lock">Log</a></li> + <li><a href="AccessTracker_p.html?page=3" class="MenuItemLink lock">Host Tracker</a></li> </ul> </div> #(p2p)#:: <div class="SubMenugroup"> <h3>Remote Search</h3> <ul class="SubMenu"> - <li><a href="/AccessTracker_p.html?page=4" class="MenuItemLink lock">Log</a></li> - <li><a href="/AccessTracker_p.html?page=5" class="MenuItemLink lock">Host Tracker</a></li> + <li><a href="AccessTracker_p.html?page=4" class="MenuItemLink lock">Log</a></li> + <li><a href="AccessTracker_p.html?page=5" class="MenuItemLink lock">Host Tracker</a></li> </ul> </div> #(/p2p)# diff --git a/htroot/env/templates/submenuBlacklist.template b/htroot/env/templates/submenuBlacklist.template index 04bb039d5..123e1665c 100644 --- a/htroot/env/templates/submenuBlacklist.template +++ b/htroot/env/templates/submenuBlacklist.template @@ -1,10 +1,10 @@ <div class="SubMenu"> <h3>Filter & Blacklists</h3> <ul class="SubMenu"> - <li><a href="/Blacklist_p.html" class="MenuItemLink lock">Blacklist Administration</a></li> - <li><a href="/BlacklistCleaner_p.html" class="MenuItemLink lock">Blacklist Cleaner</a></li> - <li><a href="/BlacklistTest_p.html" class="MenuItemLink lock">Blacklist Test</a></li> - <li><a href="/BlacklistImpExp_p.html" class="MenuItemLink lock">Import/Export</a></li> - <li><a href="/ContentControl_p.html" class="MenuItemLink lock">Content Control</a></li> + <li><a href="Blacklist_p.html" class="MenuItemLink lock">Blacklist Administration</a></li> + <li><a href="BlacklistCleaner_p.html" class="MenuItemLink lock">Blacklist Cleaner</a></li> + <li><a href="BlacklistTest_p.html" class="MenuItemLink lock">Blacklist Test</a></li> + <li><a href="BlacklistImpExp_p.html" class="MenuItemLink lock">Import/Export</a></li> + <li><a href="ContentControl_p.html" class="MenuItemLink lock">Content Control</a></li> </ul> </div> \ No newline at end of file diff --git a/htroot/env/templates/submenuComputation.template b/htroot/env/templates/submenuComputation.template index 0ed024357..269f3c8a4 100644 --- a/htroot/env/templates/submenuComputation.template +++ b/htroot/env/templates/submenuComputation.template @@ -5,27 +5,27 @@ <div class="SubMenugroup"> <h3>Processes</h3> <ul class="SubMenu"> - <li><a href="/ViewLog_p.html" class="MenuItemLink lock">Server Log</a></li> - <li><a href="/PerformanceConcurrency_p.html" class="MenuItemLink lock">Concurrent Indexing</a></li> - <li><a href="/PerformanceMemory_p.html" class="MenuItemLink lock">Memory Usage</a></li> - <li><a href="/PerformanceSearch_p.html" class="MenuItemLink lock">Search Sequence</a></li> + <li><a href="ViewLog_p.html" class="MenuItemLink lock">Server Log</a></li> + <li><a href="PerformanceConcurrency_p.html" class="MenuItemLink lock">Concurrent Indexing</a></li> + <li><a href="PerformanceMemory_p.html" class="MenuItemLink lock">Memory Usage</a></li> + <li><a href="PerformanceSearch_p.html" class="MenuItemLink lock">Search Sequence</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Messages</h3> <ul class="SubMenu"> - <li><a href="/News.html" class="MenuItemLink">Overview</a></li> - <li><a href="/News.html?page=1" class="MenuItemLink">Incoming News</a></li> - <li><a href="/News.html?page=2" class="MenuItemLink">Processed News</a></li> - <li><a href="/News.html?page=3" class="MenuItemLink">Outgoing News</a></li> - <li><a href="/News.html?page=4" class="MenuItemLink">Published News</a></li> + <li><a href="News.html" class="MenuItemLink">Overview</a></li> + <li><a href="News.html?page=1" class="MenuItemLink">Incoming News</a></li> + <li><a href="News.html?page=2" class="MenuItemLink">Processed News</a></li> + <li><a href="News.html?page=3" class="MenuItemLink">Outgoing News</a></li> + <li><a href="News.html?page=4" class="MenuItemLink">Published News</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Community Data</h3> <ul class="SubMenu"> - <li><a href="/Surftips.html" class="MenuItemLink">Surftips</a></li> - <li><a href="/Wiki.html?display=1" class="MenuItemLink">Local Peer Wiki</a></li> + <li><a href="Surftips.html" class="MenuItemLink">Surftips</a></li> + <li><a href="Wiki.html?display=1" class="MenuItemLink">Local Peer Wiki</a></li> </ul> </div> </div> diff --git a/htroot/env/templates/submenuConfig.template b/htroot/env/templates/submenuConfig.template index 62781b80c..d7b80205c 100644 --- a/htroot/env/templates/submenuConfig.template +++ b/htroot/env/templates/submenuConfig.template @@ -1,19 +1,19 @@ <div class="SubMenu"> <h3>Peer Administration Console</h3> <ul class="SubMenu"> - <li><a href="/Status.html" class="MenuItemLink">Status</a></li> - <li><a href="/ConfigBasic.html" class="MenuItemLink lock">Basic Configuration</a></li> - <li><a href="/ConfigAccounts_p.html" class="MenuItemLink lock">Accounts</a></li> - <li><a href="/ConfigNetwork_p.html" class="MenuItemLink lock">Network Configuration</a></li> - <li><a href="/ConfigUpdate_p.html" class="MenuItemLink lock">Download System Update</a></li> + <li><a href="Status.html" class="MenuItemLink">Status</a></li> + <li><a href="ConfigBasic.html" class="MenuItemLink lock">Basic Configuration</a></li> + <li><a href="ConfigAccounts_p.html" class="MenuItemLink lock">Accounts</a></li> + <li><a href="ConfigNetwork_p.html" class="MenuItemLink lock">Network Configuration</a></li> + <li><a href="ConfigUpdate_p.html" class="MenuItemLink lock">Download System Update</a></li> </ul> </div> <div class="SubMenu"> <ul class="SubMenu"> - <li><a href="/Performance_p.html" class="MenuItemLink lock">Performance</a></li> - <li><a href="/Settings_p.html" class="MenuItemLink lock">Advanced Settings</a></li> - <li><a href="/ConfigRobotsTxt_p.html" class="MenuItemLink lock">Local robots.txt</a></li> - <li><a href="/ConfigProperties_p.html" class="MenuItemLink lock">Advanced Properties</a></li> - <li><a href="/Threaddump_p.html" class="MenuItemLink lock">Thread Dump</a></li> + <li><a href="Performance_p.html" class="MenuItemLink lock">Performance</a></li> + <li><a href="Settings_p.html" class="MenuItemLink lock">Advanced Settings</a></li> + <li><a href="ConfigRobotsTxt_p.html" class="MenuItemLink lock">Local robots.txt</a></li> + <li><a href="ConfigProperties_p.html" class="MenuItemLink lock">Advanced Properties</a></li> + <li><a href="Threaddump_p.html" class="MenuItemLink lock">Thread Dump</a></li> </ul> </div> \ No newline at end of file diff --git a/htroot/env/templates/submenuCookie.template b/htroot/env/templates/submenuCookie.template index 2ad542b5b..7fac0fba6 100644 --- a/htroot/env/templates/submenuCookie.template +++ b/htroot/env/templates/submenuCookie.template @@ -1,7 +1,7 @@ <div class="SubMenu"> <h3>Cookie Menu</h3> <ul class="SubMenu"> - <li><a href="/CookieMonitorIncoming_p.html" class="MenuItemLink lock">Incoming Cookies</a></li> - <li><a href="/CookieMonitorOutgoing_p.html" class="MenuItemLink lock">Outgoing Cookies</a></li> + <li><a href="CookieMonitorIncoming_p.html" class="MenuItemLink lock">Incoming Cookies</a></li> + <li><a href="CookieMonitorOutgoing_p.html" class="MenuItemLink lock">Outgoing Cookies</a></li> </ul> </div> \ No newline at end of file diff --git a/htroot/env/templates/submenuCrawlMonitor.template b/htroot/env/templates/submenuCrawlMonitor.template index 715495949..2c11f3bee 100644 --- a/htroot/env/templates/submenuCrawlMonitor.template +++ b/htroot/env/templates/submenuCrawlMonitor.template @@ -5,27 +5,27 @@ <div class="SubMenugroup"> <h3>Processing Monitor</h3> <ul class="SubMenu"> - <li><a href="/Crawler_p.html" class="MenuItemLink lock">Crawler</a></li> - <li><a href="/IndexCreateLoaderQueue_p.html" class="MenuItemLink lock">Loader</a></li> - <li><a href="/IndexCreateParserErrors_p.html" class="MenuItemLink lock">Rejected URLs</a></li> + <li><a href="Crawler_p.html" class="MenuItemLink lock">Crawler</a></li> + <li><a href="IndexCreateLoaderQueue_p.html" class="MenuItemLink lock">Loader</a></li> + <li><a href="IndexCreateParserErrors_p.html" class="MenuItemLink lock">Rejected URLs</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Queues</h3> <ul class="SubMenu"> - <li><a href="/IndexCreateQueues_p.html?stack=LOCAL" class="MenuItemLink lock">Local</a></li> - #(p2p)#::<li><a href="/IndexCreateQueues_p.html?stack=GLOBAL" class="MenuItemLink lock">Global</a></li>#(/p2p)# - #(p2p)#::<li><a href="/IndexCreateQueues_p.html?stack=REMOTE" class="MenuItemLink lock">Remote</a></li>#(/p2p)# - <li><a href="/IndexCreateQueues_p.html?stack=NOLOAD" class="MenuItemLink lock">No-Load</a></li> + <li><a href="IndexCreateQueues_p.html?stack=LOCAL" class="MenuItemLink lock">Local</a></li> + #(p2p)#::<li><a href="IndexCreateQueues_p.html?stack=GLOBAL" class="MenuItemLink lock">Global</a></li>#(/p2p)# + #(p2p)#::<li><a href="IndexCreateQueues_p.html?stack=REMOTE" class="MenuItemLink lock">Remote</a></li>#(/p2p)# + <li><a href="IndexCreateQueues_p.html?stack=NOLOAD" class="MenuItemLink lock">No-Load</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Crawler Steering</h3> <ul class="SubMenu"> - <li><a href="/CrawlProfileEditor_p.html" class="MenuItemLink lock">Scheduler and Profile Editor</a></li> - <li><a href="/Table_RobotsTxt_p.html" class="MenuItemLink lock">robots.txt Monitor</a></li> + <li><a href="CrawlProfileEditor_p.html" class="MenuItemLink lock">Scheduler and Profile Editor</a></li> + <li><a href="Table_RobotsTxt_p.html" class="MenuItemLink lock">robots.txt Monitor</a></li> </ul> </div> @@ -38,14 +38,14 @@ <div class="SubMenu"> <div class="SubMenugroup"> <ul class="SubMenu"> - <li><a href="/CrawlResults.html" class="MenuItemLink">Overview</a></li> - #(p2p)#::<li><a href="/CrawlResults.html?process=1" class="MenuItemLink lock">(1) Receipts</a></li>#(/p2p)# - <li><a href="/CrawlResults.html?process=2" class="MenuItemLink lock">(2) Queries</a></li> - #(p2p)#::<li><a href="/CrawlResults.html?process=3" class="MenuItemLink lock">(3) DHT Transfer</a></li>#(/p2p)# - <li><a href="/CrawlResults.html?process=4" class="MenuItemLink lock">(4) Proxy Use</a></li> - <li><a href="/CrawlResults.html?process=5" class="MenuItemLink lock">(5) Local Crawling</a></li> - #(p2p)#::<li><a href="/CrawlResults.html?process=6" class="MenuItemLink">(6) Global Crawling</a></li>#(/p2p)# - <li><a href="/CrawlResults.html?process=7" class="MenuItemLink lock">(7) Surrogate Import</a></li> + <li><a href="CrawlResults.html" class="MenuItemLink">Overview</a></li> + #(p2p)#::<li><a href="CrawlResults.html?process=1" class="MenuItemLink lock">(1) Receipts</a></li>#(/p2p)# + <li><a href="CrawlResults.html?process=2" class="MenuItemLink lock">(2) Queries</a></li> + #(p2p)#::<li><a href="CrawlResults.html?process=3" class="MenuItemLink lock">(3) DHT Transfer</a></li>#(/p2p)# + <li><a href="CrawlResults.html?process=4" class="MenuItemLink lock">(4) Proxy Use</a></li> + <li><a href="CrawlResults.html?process=5" class="MenuItemLink lock">(5) Local Crawling</a></li> + #(p2p)#::<li><a href="CrawlResults.html?process=6" class="MenuItemLink">(6) Global Crawling</a></li>#(/p2p)# + <li><a href="CrawlResults.html?process=7" class="MenuItemLink lock">(7) Surrogate Import</a></li> </ul> </div> </div> \ No newline at end of file diff --git a/htroot/env/templates/submenuIndexControl.template b/htroot/env/templates/submenuIndexControl.template index b6a96779f..01fd86e41 100644 --- a/htroot/env/templates/submenuIndexControl.template +++ b/htroot/env/templates/submenuIndexControl.template @@ -1,15 +1,15 @@ <div class="SubMenu"> <h3>Index Administration</h3> <ul class="SubMenu"> - <li><a href="/IndexControlURLs_p.html" class="MenuItemLink lock">URL Database Administration</a></li> - <li><a href="/IndexDeletion_p.html" class="MenuItemLink lock">Index Deletion</a></li> - <li><a href="/IndexFederated_p.html" class="MenuItemLink lock">Index Sources & Targets</a></li> - <li><a href="/IndexSchema_p.html" class="MenuItemLink lock">Solr Schema Editor</a></li> - <li><a href="/IndexReIndexMonitor_p.html" class="MenuItemLink lock">Field Re-Indexing</a></li> - #(p2p)#::<li><a href="/IndexControlRWIs_p.html" class="MenuItemLink lock">Reverse Word Index</a></li>#(/p2p)# - <!--<li><a href="/IndexControlCleaner_p.html" class="MenuItemLink lock">Index Cleaner</a></li>--> - <!--<li><a href="/ContentAnalysis_p.html" class="MenuItemLink lock">Content Analysis</a></li>--> - <li><a href="/ConfigHTCache_p.html" class="MenuItemLink lock">Web Cache</a></li> - <li><a href="/ConfigParser.html" class="MenuItemLink lock">Parser Configuration</a></li> + <li><a href="IndexControlURLs_p.html" class="MenuItemLink lock">URL Database Administration</a></li> + <li><a href="IndexDeletion_p.html" class="MenuItemLink lock">Index Deletion</a></li> + <li><a href="IndexFederated_p.html" class="MenuItemLink lock">Index Sources & Targets</a></li> + <li><a href="IndexSchema_p.html" class="MenuItemLink lock">Solr Schema Editor</a></li> + <li><a href="IndexReIndexMonitor_p.html" class="MenuItemLink lock">Field Re-Indexing</a></li> + #(p2p)#::<li><a href="IndexControlRWIs_p.html" class="MenuItemLink lock">Reverse Word Index</a></li>#(/p2p)# + <!--<li><a href="IndexControlCleaner_p.html" class="MenuItemLink lock">Index Cleaner</a></li>--> + <!--<li><a href="ContentAnalysis_p.html" class="MenuItemLink lock">Content Analysis</a></li>--> + <li><a href="ConfigHTCache_p.html" class="MenuItemLink lock">Web Cache</a></li> + <li><a href="ConfigParser.html" class="MenuItemLink lock">Parser Configuration</a></li> </ul> </div> diff --git a/htroot/env/templates/submenuIndexCreate.template b/htroot/env/templates/submenuIndexCreate.template index 6387127b6..ce5a66841 100644 --- a/htroot/env/templates/submenuIndexCreate.template +++ b/htroot/env/templates/submenuIndexCreate.template @@ -5,35 +5,35 @@ <div class="SubMenugroup"> <h3>Crawler/Spider</h3> <ul class="SubMenu"> - <li><a href="/CrawlStartSite_p.html" class="MenuItemLink lock">Full Site Crawl/<br/>Sitemap Loader</a></li> - <li><a href="/CrawlStartExpert_p.html" class="MenuItemLink lock">Crawl Start<br/>(Expert)</a></li> - <li><a href="/CrawlStartScanner_p.html" class="MenuItemLink lock">Network<br/>Scanner</a></li> - <li><a href="/Load_MediawikiWiki.html" class="MenuItemLink">Crawling of<br/>MediaWikis</a></li> - <li><a href="/Load_PHPBB3.html" class="MenuItemLink">Crawling of<br/>phpBB3 Forums</a></li> + <li><a href="CrawlStartSite_p.html" class="MenuItemLink lock">Full Site Crawl/<br/>Sitemap Loader</a></li> + <li><a href="CrawlStartExpert_p.html" class="MenuItemLink lock">Crawl Start<br/>(Expert)</a></li> + <li><a href="CrawlStartScanner_p.html" class="MenuItemLink lock">Network<br/>Scanner</a></li> + <li><a href="Load_MediawikiWiki.html" class="MenuItemLink">Crawling of<br/>MediaWikis</a></li> + <li><a href="Load_PHPBB3.html" class="MenuItemLink">Crawling of<br/>phpBB3 Forums</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Content Import</h3> <ul class="SubMenu"> - <li><a href="/Load_RSS_p.html" class="MenuItemLink lock">RSS Feed<br/>Importer</a></li> - <li><a href="/IndexImportOAIPMH_p.html" class="MenuItemLink lock">OAI-PMH<br/>Importer</a></li> + <li><a href="Load_RSS_p.html" class="MenuItemLink lock">RSS Feed<br/>Importer</a></li> + <li><a href="IndexImportOAIPMH_p.html" class="MenuItemLink lock">OAI-PMH<br/>Importer</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Network Harvesting</h3> <ul class="SubMenu"> - <li><a href="/RemoteCrawl_p.html" class="MenuItemLink lock">Remote<br/>Crawling</a></li> - <li><a href="/ProxyIndexingMonitor_p.html" class="MenuItemLink lock">Scraping<br/>Proxy</a></li> + <li><a href="RemoteCrawl_p.html" class="MenuItemLink lock">Remote<br/>Crawling</a></li> + <li><a href="ProxyIndexingMonitor_p.html" class="MenuItemLink lock">Scraping<br/>Proxy</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Database Reader</h3> <ul class="SubMenu"> - <li><a href="/ContentIntegrationPHPBB3_p.html" class="MenuItemLink lock">Database Reader<br/>for phpBB3 Forums</a></li> - <li><a href="/IndexImportMediawiki_p.html" class="MenuItemLink lock">Dump Reader for <br/>MediaWiki dumps</a></li> + <li><a href="ContentIntegrationPHPBB3_p.html" class="MenuItemLink lock">Database Reader<br/>for phpBB3 Forums</a></li> + <li><a href="IndexImportMediawiki_p.html" class="MenuItemLink lock">Dump Reader for <br/>MediaWiki dumps</a></li> </ul> </div> </div> \ No newline at end of file diff --git a/htroot/env/templates/submenuPublication.template b/htroot/env/templates/submenuPublication.template index 14321acc1..a9e38c270 100644 --- a/htroot/env/templates/submenuPublication.template +++ b/htroot/env/templates/submenuPublication.template @@ -1,8 +1,8 @@ <div class="SubMenu"> <h3>Publication</h3> <ul class="SubMenu"> - <li><a href="/Wiki.html?display=1" class="MenuItemLink lock">Wiki</a></li> - <li><a href="/Blog.html?display=1" class="MenuItemLink lock">Blog</a></li> - <li><a href="/repository/" class="MenuItemLink lock">File Hosting</a></li> + <li><a href="Wiki.html?display=1" class="MenuItemLink lock">Wiki</a></li> + <li><a href="Blog.html?display=1" class="MenuItemLink lock">Blog</a></li> + <li><a href="repository/" class="MenuItemLink lock">File Hosting</a></li> </ul> </div> diff --git a/htroot/env/templates/submenuSearchConfiguration.template b/htroot/env/templates/submenuSearchConfiguration.template index 66a1c156d..55a002943 100644 --- a/htroot/env/templates/submenuSearchConfiguration.template +++ b/htroot/env/templates/submenuSearchConfiguration.template @@ -1,13 +1,13 @@ <div class="SubMenu"> <h3>Integrated Search Configuration</h3> <ul class="SubMenu"> - <li><a href="/ConfigPortal.html" class="MenuItemLink">Generic Search Portal</a></li> - <li><a href="/ConfigSearchPage_p.html" class="MenuItemLink lock">Search Page Layout</a></li> - <li><a href="/ConfigAppearance_p.html" class="MenuItemLink lock">Appearance</a></li> - <li><a href="/ConfigLanguage_p.html" class="MenuItemLink lock">Language</a></li> - <li><a href="/ConfigProfile_p.html" class="MenuItemLink lock">User Profile</a></li> - <li><a href="/ConfigHeuristics_p.html" class="MenuItemLink lock">Heuristics</a></li> - <li><a href="/RankingSolr_p.html" class="MenuItemLink lock">Solr Ranking Config</a></li> - <li><a href="/RankingRWI_p.html" class="MenuItemLink lock">RWI Ranking Config</a></li> + <li><a href="ConfigPortal.html" class="MenuItemLink">Generic Search Portal</a></li> + <li><a href="ConfigSearchPage_p.html" class="MenuItemLink lock">Search Page Layout</a></li> + <li><a href="ConfigAppearance_p.html" class="MenuItemLink lock">Appearance</a></li> + <li><a href="ConfigLanguage_p.html" class="MenuItemLink lock">Language</a></li> + <li><a href="ConfigProfile_p.html" class="MenuItemLink lock">User Profile</a></li> + <li><a href="ConfigHeuristics_p.html" class="MenuItemLink lock">Heuristics</a></li> + <li><a href="RankingSolr_p.html" class="MenuItemLink lock">Solr Ranking Config</a></li> + <li><a href="RankingRWI_p.html" class="MenuItemLink lock">RWI Ranking Config</a></li> </ul> </div> \ No newline at end of file diff --git a/htroot/env/templates/submenuSearchIntegration.template b/htroot/env/templates/submenuSearchIntegration.template index 4a5397425..95d7bb8a2 100644 --- a/htroot/env/templates/submenuSearchIntegration.template +++ b/htroot/env/templates/submenuSearchIntegration.template @@ -1,7 +1,7 @@ <div class="SubMenu"> <h3>Search Integration into External Sites</h3> <ul class="SubMenu"> - <li><a href="/ConfigLiveSearch.html" class="MenuItemLink">Live Search Anywhere</a></li> - <li><a href="/ConfigSearchBox.html" class="MenuItemLink">Search Box Anywhere</a></li> + <li><a href="ConfigLiveSearch.html" class="MenuItemLink">Live Search Anywhere</a></li> + <li><a href="ConfigSearchBox.html" class="MenuItemLink">Search Box Anywhere</a></li> </ul> </div> \ No newline at end of file diff --git a/htroot/env/templates/submenuSemantic.template b/htroot/env/templates/submenuSemantic.template index 9784045ef..659590c2f 100644 --- a/htroot/env/templates/submenuSemantic.template +++ b/htroot/env/templates/submenuSemantic.template @@ -5,17 +5,17 @@ <div class="SubMenugroup"> <h3>Automated Annotation</h3> <ul class="SubMenu"> - <li><a href="/Vocabulary_p.html" class="MenuItemLink lock">Auto-Annotation Vocabulary Editor</a></li> - <li><a href="/DictionaryLoader_p.html" class="MenuItemLink lock">Knowledge Loader</a></li> + <li><a href="Vocabulary_p.html" class="MenuItemLink lock">Auto-Annotation Vocabulary Editor</a></li> + <li><a href="DictionaryLoader_p.html" class="MenuItemLink lock">Knowledge Loader</a></li> </ul> </div> <div class="SubMenugroup"> <h3>Augmented Content</h3> <ul class="SubMenu"> - <li><a href="/AugmentedBrowsing_p.html" class="MenuItemLink lock">Augmented Browsing</a></li> - <li><a href="/AugmentedBrowsingFilters_p.html" class="MenuItemLink lock">Filters and Modules</a></li> - <li><a href="/AugmentedParsing_p.html" class="MenuItemLink lock">Augmented Parsing</a></li> + <li><a href="AugmentedBrowsing_p.html" class="MenuItemLink lock">Augmented Browsing</a></li> + <li><a href="AugmentedBrowsingFilters_p.html" class="MenuItemLink lock">Filters and Modules</a></li> + <li><a href="AugmentedParsing_p.html" class="MenuItemLink lock">Augmented Parsing</a></li> </ul> </div> </div> \ No newline at end of file diff --git a/htroot/env/templates/submenuTargetAnalysis.template b/htroot/env/templates/submenuTargetAnalysis.template index 003a25f8e..1d1b27382 100644 --- a/htroot/env/templates/submenuTargetAnalysis.template +++ b/htroot/env/templates/submenuTargetAnalysis.template @@ -1,8 +1,8 @@ <div class="SubMenu"> <h3>Target Analysis</h3> <ul class="SubMenu"> - <li><a href="/Tables_p.html?table=robots&count=100" class="MenuItemLink lock">Robots.txt Database</a></li> - <li><a href="/CrawlCheck_p.html" class="MenuItemLink lock">Mass Crawl Check</a></li> - <li><a href="/RegexTest.html" class="MenuItemLink">Regex Test</a></li> + <li><a href="Tables_p.html?table=robots&count=100" class="MenuItemLink lock">Robots.txt Database</a></li> + <li><a href="CrawlCheck_p.html" class="MenuItemLink lock">Mass Crawl Check</a></li> + <li><a href="RegexTest.html" class="MenuItemLink">Regex Test</a></li> </ul> </div> diff --git a/htroot/env/templates/submenuWebStructure.template b/htroot/env/templates/submenuWebStructure.template index a5ebb18cc..e9c82fd7b 100644 --- a/htroot/env/templates/submenuWebStructure.template +++ b/htroot/env/templates/submenuWebStructure.template @@ -1,7 +1,7 @@ <div class="SubMenu"> <h3>Web Visualization</h3> <ul class="SubMenu"> - <li><a href="/WatchWebStructure_p.html?host=auto&depth=2&time=1000" class="MenuItemLink lock">Web Structure</a></li> - <li><a href="/Collage.html" class="MenuItemLink">Image Collage</a></li> + <li><a href="WatchWebStructure_p.html?host=auto&depth=2&time=1000" class="MenuItemLink lock">Web Structure</a></li> + <li><a href="Collage.html" class="MenuItemLink">Image Collage</a></li> </ul> </div> \ No newline at end of file diff --git a/htroot/index.html b/htroot/index.html index b1f2446ab..543f6f603 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -16,7 +16,7 @@ <script type="text/javascript" src="yacy/ui/js/jquery.autocomplete.yacy.js"></script> <script type="text/javascript"> $(document).ready(function() { - $('#search').autocomplete('/suggest.json', {parse: opensearch, delay: 0, selectFirst: false, scroll: false, max: 30}); + $('#search').autocomplete('suggest.json', {parse: opensearch, delay: 0, selectFirst: false, scroll: false, max: 30}); function opensearch(data) { var parsed = []; data = eval('({"suggest":' + data + '})'); @@ -43,7 +43,7 @@ #(/topmenu)# #(pi)#:: - <div style="position:fixed; bottom: 0; right: 1px;"><a href="/Status.html">π</a></div> + <div style="position:fixed; bottom: 0; right: 1px;"><a href="Status.html">π</a></div> #(/pi)# <h2 class="yacy"> diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index f92979d7c..20e22dd1b 100644 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -18,9 +18,9 @@ div#feedbox p { } </style> -<script type="text/javascript" src="/js/ajax.js"></script> -<script type="text/javascript" src="/js/rss2.js"></script> -<script type="text/javascript" src="/js/query.js"></script> +<script type="text/javascript" src="js/ajax.js"></script> +<script type="text/javascript" src="js/rss2.js"></script> +<script type="text/javascript" src="js/query.js"></script> <script type="text/javascript"> var lines = new Array(); diff --git a/htroot/terminal_p.html b/htroot/terminal_p.html index b0e226777..f8630e123 100644 --- a/htroot/terminal_p.html +++ b/htroot/terminal_p.html @@ -6,8 +6,8 @@ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="YaCy Peer Live Monitoring Terminal" /> <meta name="keywords" content="open,source,search,engine,monitor,terminal" /> -<link rel="stylesheet" type="text/css" href="/env/terminal.css" /> -<script type="text/javascript" src="/js/highslide/highslide.js"></script> +<link rel="stylesheet" type="text/css" href="env/terminal.css" /> +<script type="text/javascript" src="js/highslide/highslide.js"></script> <script type="text/javascript"> //<![CDATA[ var loaderBanner = null; @@ -40,11 +40,11 @@ function init() { <div id="outer"> <div id="location"> -<a href="http://yacy.net"><img src="/Banner.png?textcolor=ffffff&bgcolor=000000&bordercolor=aaaaaa" alt="YaCy" style="width:468px;height:60px;border-width:0px;vertical-align:bottom;" /></a> -<a href="/index.html"><Search Form></a> -<a href="/CrawlStartSite_p.html"><Crawl Start></a> -<a href="/Status.html"><Status Page></a> -<a href="/Steering.html?shutdown=" onclick="return confirm('Confirm Shutdown')"><Shutdown></a> +<a href="http://yacy.net"><img src="Banner.png?textcolor=ffffff&bgcolor=000000&bordercolor=aaaaaa" alt="YaCy" style="width:468px;height:60px;border-width:0px;vertical-align:bottom;" /></a> +<a href="index.html"><Search Form></a> +<a href="CrawlStartSite_p.html"><Crawl Start></a> +<a href="Status.html"><Status Page></a> +<a href="Steering.html?shutdown=" onclick="return confirm('Confirm Shutdown')"><Shutdown></a> </div> <div class="bars"></div> @@ -54,12 +54,12 @@ function init() { <div class="navouter"> <div class="navheader">Event Terminal</div> <div class="navcontent"> -<iframe src="/rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,DHTRECEIVE,DHTSEND&width=430px&height=200px&maxlines=22&maxwidth=95&color=fff&background=000" +<iframe src="rssTerminal.html?set=PEERNEWS,REMOTESEARCH,LOCALSEARCH,REMOTEINDEXING,LOCALINDEXING,DHTRECEIVE,DHTSEND&width=430px&height=200px&maxlines=22&maxwidth=95&color=fff&background=000" style="width:430px;height:200px;margin:0;border-width:0;" scrolling="no" name="newsframe"></iframe> </div> </div> <h1>Image Terminal</h1> -<iframe src="/Collage.html?emb=&width=468&height=460&max=3" +<iframe src="Collage.html?emb=&width=468&height=460&max=3" style="width:468px;height:460px;margin:0;border-width:0;" scrolling="no" name="collageframe"></iframe> </div> <!-- end left side --> @@ -127,12 +127,12 @@ function init() { </div> <h1>Resource Monitor</h1> -<a href="/PerformanceGraph.png" onclick="return hs.expand(this)"><img src="/PerformanceGraph.png" style="width:330px;height:120px;border-width:0;" id="graph" alt="PerformanceGraph"/></a> -<a href="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" onclick="return hs.expand(this)"><img src="/WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" style="width:330px;height:120px;border-width:0;" alt="WebStructurePicture"/></a> +<a href="PerformanceGraph.png" onclick="return hs.expand(this)"><img src="PerformanceGraph.png" style="width:330px;height:120px;border-width:0;" id="graph" alt="PerformanceGraph"/></a> +<a href="WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" onclick="return hs.expand(this)"><img src="WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" style="width:330px;height:120px;border-width:0;" alt="WebStructurePicture"/></a> <h1>Network Monitor</h1> <div style="text-align:left;margin:0;padding:0;"> -<a href="/NetworkPicture.png?width=660&height=360&bgcolor=000000" onclick="return hs.expand(this)"><img src="/NetworkPicture.png?width=660&height=360&bgcolor=000000" style="width:330px;height:180px;border-width:0;" alt="The yacy Network" /></a> +<a href="NetworkPicture.png?width=660&height=360&bgcolor=000000" onclick="return hs.expand(this)"><img src="NetworkPicture.png?width=660&height=360&bgcolor=000000" style="width:330px;height:180px;border-width:0;" alt="The yacy Network" /></a> <!--<embed src="http://widgets.amung.us/flash/v2map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=qp3j5gox&map=night&pin=star-orange&link=no" width="330" height="180" />--> <!-- Because embed is not XHTML 1.0 Transitional replaced by object --> <script type="text/javascript" src="http://widgets.amung.us/map.js"></script><script type="text/javascript">WAU_map('qp3j5gox', 330, 180, 'night', 'star-orange')</script> diff --git a/htroot/www/welcome.html b/htroot/www/welcome.html index 82c66dbeb..e95a7dcae 100644 --- a/htroot/www/welcome.html +++ b/htroot/www/welcome.html @@ -7,7 +7,7 @@ <meta name="keywords" content="yacy individual html content"> <meta name="description" content="YaCy www default page"> <meta name="copyright" content="Michael Christen"> -<link rel="stylesheet" media="all" href="/env/style.css"> +<link rel="stylesheet" media="all" href="../env/style.css"> <!-- (C), Architecture and Realisation: Michael Peter Christen; Contact: mc <at> anomic.de --> </head> @@ -18,7 +18,7 @@ <tr height="36"> <td width="240"> <a href="http://www.yacy.net"> - <img width="52" height="33" border="0" src="/env/grafics/yacy.png" align="top" alt="YaCy-Logo"> + <img width="52" height="33" border="0" src="../env/grafics/yacy.png" align="top" alt="YaCy-Logo"> </a> </td> <td width="50%" align="center"> diff --git a/htroot/yacy/ui/colorpicker_images/Thumbs.db b/htroot/yacy/ui/colorpicker_images/Thumbs.db deleted file mode 100644 index d396c36dd87185c82fdc303e5736e526634ec549..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19968 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 Oh41a9zZd&okN-cim*J!U diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index 60b7bdd74..9f9b3c2f2 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -3,16 +3,16 @@ <head> <title>YaCy Interactive Search</title> #%env/templates/metas.template%# -<script src="/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script> -<script type="text/javascript" src="/js/yacyinteractive.js"></script> -<script type="text/javascript" src="/js/sorttable.js"></script> -<link media="screen" type="text/css" href="/yacy/ui/css/autocomplete.css" rel="stylesheet" /> +<script src="yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script> +<script type="text/javascript" src="js/yacyinteractive.js"></script> +<script type="text/javascript" src="js/sorttable.js"></script> +<link media="screen" type="text/css" href="yacy/ui/css/autocomplete.css" rel="stylesheet" /> </head> <body> -<script type="text/javascript" src="/yacy/ui/js/jquery.autocomplete.yacy.js"></script> +<script type="text/javascript" src="yacy/ui/js/jquery.autocomplete.yacy.js"></script> <script type="text/javascript"> $(document).ready(function() { - $('#search').autocomplete('/suggest.json', {parse: opensearch, delay: 0, selectFirst: false, scroll: false, max: 30}); + $('#search').autocomplete('suggest.json', {parse: opensearch, delay: 0, selectFirst: false, scroll: false, max: 30}); function opensearch(data) { var parsed = []; data = eval('({"suggest":' + data + '})'); diff --git a/htroot/yacysearch.xsl b/htroot/yacysearch.xsl index 0eaf20038..5e5d1a7fd 100644 --- a/htroot/yacysearch.xsl +++ b/htroot/yacysearch.xsl @@ -15,7 +15,7 @@ </head> <body> <div align="center"> - <img src="/env/grafics/kaskelix.png"/><br/> + <img src="env/grafics/kaskelix.png"/><br/> <h1><xsl:value-of select='channel/title' /></h1> </div> <p> diff --git a/htroot/yacysearch_location.html b/htroot/yacysearch_location.html index add9eb9ba..98e4a9404 100644 --- a/htroot/yacysearch_location.html +++ b/htroot/yacysearch_location.html @@ -15,8 +15,8 @@ var searchLayer_co1 = null; var path_mdsearch = 'yacysearch_location.rss?dom=alltext&query='; var path_losearch = 'yacysearch_location.rss?dom=location&query='; - var marker_md = new OpenLayers.Icon("/env/grafics/marker_red.png", new OpenLayers.Size(11,16)); - var marker_co = new OpenLayers.Icon("/env/grafics/star_yellow.png", new OpenLayers.Size(25,25)); + var marker_md = new OpenLayers.Icon("env/grafics/marker_red.png", new OpenLayers.Size(11,16)); + var marker_co = new OpenLayers.Icon("env/grafics/star_yellow.png", new OpenLayers.Size(25,25)); var shallZoom = true; // flag if the map shall be zoomed to the search result var shallReload = false; // flag if the search shall be repeated upon next resize of the window var poisfound = 0; @@ -155,7 +155,7 @@ #%env/templates/embeddedheader.template%# :: <div id="api"> -<a href="yacysearch_location.rss" id="apilink"><img src="/env/grafics/api.png" width="60" height="40" alt="API"/></a> +<a href="yacysearch_location.rss" id="apilink"><img src="env/grafics/api.png" width="60" height="40" alt="API"/></a> <script type="text/javascript"> //<![CDATA[ document.getElementById('apilink').setAttribute('href', 'yacysearch_location.rss?dom=metatag|alltext&' + window.location.search.substring(1)); diff --git a/htroot/yacysearchitem.html b/htroot/yacysearchitem.html index d56cdf7ae..7de288c77 100644 --- a/htroot/yacysearchitem.html +++ b/htroot/yacysearchitem.html @@ -5,19 +5,19 @@ <a href="#[link]#" target="#[target]#">#[title]#</a></h4> <div class="urlactions"> #(heuristic)#:: - <img width="16" height="9" src="/env/grafics/heuristic_redundant.gif" title="heuristic:#[name]# (redundant)" style="width:16px; height:9px;" alt="heuristic:#[name]# (redundant)"/>:: - <img width="16" height="9" src="/env/grafics/heuristic_new.gif" title="heuristic:#[name]# (new link)" style="width:16px; height:9px;" alt="heuristic:#[name]# (new link)"/> + <img width="16" height="9" src="env/grafics/heuristic_redundant.gif" title="heuristic:#[name]# (redundant)" style="width:16px; height:9px;" alt="heuristic:#[name]# (redundant)"/>:: + <img width="16" height="9" src="env/grafics/heuristic_new.gif" title="heuristic:#[name]# (new link)" style="width:16px; height:9px;" alt="heuristic:#[name]# (new link)"/> #(/heuristic)# #(authorized)#:: #(bookmark)#:: - <a href="#[bookmarklink]#" class="bookmarklink" title="recommend"><img width="11" height="11" src="/env/grafics/empty.gif" title="bookmark" alt="bookmark" class="recommendIcon" /></a> + <a href="#[bookmarklink]#" class="bookmarklink" title="recommend"><img width="11" height="11" src="env/grafics/empty.gif" title="bookmark" alt="bookmark" class="recommendIcon" /></a> #(/bookmark)# #(recommend)# - <img width="11" height="11" src="/env/grafics/empty.gif" title="" alt="recommend" class="recommendIcon" /> - <img width="11" height="11" src="/env/grafics/empty.gif" title="" alt="delete" class="deleteIcon" /> + <img width="11" height="11" src="env/grafics/empty.gif" title="" alt="recommend" class="recommendIcon" /> + <img width="11" height="11" src="env/grafics/empty.gif" title="" alt="delete" class="deleteIcon" /> :: - <a href="#[recommendlink]#" class="recommendlink" title="recommend"><img width="11" height="11" src="/env/grafics/empty.gif" title="recommend" alt="recommend" class="recommendIcon" /></a> - <a href="#[deletelink]#" title="delete" class="deletelink" ><img width="11" height="11" src="/env/grafics/empty.gif" title="delete" alt="delete" class="deleteIcon" /></a> + <a href="#[recommendlink]#" class="recommendlink" title="recommend"><img width="11" height="11" src="env/grafics/empty.gif" title="recommend" alt="recommend" class="recommendIcon" /></a> + <a href="#[deletelink]#" title="delete" class="deletelink" ><img width="11" height="11" src="env/grafics/empty.gif" title="delete" alt="delete" class="deleteIcon" /></a> #(/recommend)# #(/authorized)# </div> @@ -26,19 +26,19 @@ <p class="urlinfo"> #(showDate)#::#[date]##(/showDate)# #(showSize)#:: | #[sizename]##(/showSize)# - #(showMetadata)#:: | <a href="/solr/select?q=id:%22#[urlhash]#%22&defType=edismax&start=0&rows=1&core=collection1&wt=html" target="_blank" onclick="return hs.htmlExpand(this, { objectType: 'ajax'} )">Metadata</a>#(/showMetadata)# + #(showMetadata)#:: | <a href="solr/select?q=id:%22#[urlhash]#%22&defType=edismax&start=0&rows=1&core=collection1&wt=html" target="_blank" onclick="return hs.htmlExpand(this, { objectType: 'ajax'} )">Metadata</a>#(/showMetadata)# #(showParser)#:: | <a href="ViewFile.html?urlHash=#[urlhash]#&words=#[words]#" target="_blank">Parser</a>#(/showParser)# - #(showCitation)#:: | <a href="/api/citation.html?hash=#[urlhash]#" target="_blank">Citations</a>#(/showCitation)# + #(showCitation)#:: | <a href="api/citation.html?hash=#[urlhash]#" target="_blank">Citations</a>#(/showCitation)# #(showPictures)#:: | <a href="yacysearch.html?cat=image&url=#[link]#&query=#[former]#">Pictures</a>#(/showPictures)# #(showCache)#:: | <a href="CacheResource_p.html?url=#[link]#" target="_blank">Cache</a>#(/showCache)# #(showProxy)#:: | <a href="proxy.html?url=#[link]#" target="_blank">Augmented Browsing</a>#(/showProxy)# - #(showHostBrowser)#:: | <a href="/HostBrowser.html?path=#[link]#"><img src="/env/grafics/minitree.png" width="15" height="8"/></a>#(/showHostBrowser)# + #(showHostBrowser)#:: | <a href="HostBrowser.html?path=#[link]#"><img src="env/grafics/minitree.png" width="15" height="8"/></a>#(/showHostBrowser)# </p> </div> :: #(item)#::<div class="thumbcontainer"> <a href="#[hrefCache]#" target="#[target]#" class="thumblink" onclick="return hs.expand(this)"> - <!-- <img src="/ViewImage.png?maxwidth=128&maxheight=128&code=#[code]#" alt="#[name]#" /> --> + <!-- <img src="ViewImage.png?maxwidth=128&maxheight=128&code=#[code]#" alt="#[name]#" /> --> <img src="#[href]#" width="128" height="128" alt="#[name]#" /> </a> <div class="highslide-caption"><a href="#[href]#" target="#[target]#">#[name]#</a><br /><a href="#[source]#" target="#[target]#">#[sourcedom]#</a></div> diff --git a/htroot/yacysearchitem.java b/htroot/yacysearchitem.java index 7306864b8..cdbbca0b4 100644 --- a/htroot/yacysearchitem.java +++ b/htroot/yacysearchitem.java @@ -143,10 +143,10 @@ public class yacysearchitem { prop.put("content_authorized", authenticated ? "1" : "0"); final String urlhash = ASCII.String(result.hash()); prop.put("content_authorized_bookmark", sb.tables.bookmarks.hasBookmark("admin", urlhash) ? "0" : "1"); - prop.putHTML("content_authorized_bookmark_bookmarklink", "/yacysearch.html?query=" + origQ.replace(' ', '+') + "&Enter=Search&count=" + theSearch.query.itemsPerPage() + "&offset=" + (theSearch.query.neededResults() - theSearch.query.itemsPerPage()) + "&order=" + crypt.simpleEncode(theSearch.query.ranking.toExternalString()) + "&resource=" + resource + "&time=3&bookmarkref=" + urlhash + "&urlmaskfilter=.*"); + prop.putHTML("content_authorized_bookmark_bookmarklink", "yacysearch.html?query=" + origQ.replace(' ', '+') + "&Enter=Search&count=" + theSearch.query.itemsPerPage() + "&offset=" + (theSearch.query.neededResults() - theSearch.query.itemsPerPage()) + "&order=" + crypt.simpleEncode(theSearch.query.ranking.toExternalString()) + "&resource=" + resource + "&time=3&bookmarkref=" + urlhash + "&urlmaskfilter=.*"); prop.put("content_authorized_recommend", (sb.peers.newsPool.getSpecific(NewsPool.OUTGOING_DB, NewsPool.CATEGORY_SURFTIPP_ADD, "url", resultUrlstring) == null) ? "1" : "0"); - prop.putHTML("content_authorized_recommend_deletelink", "/yacysearch.html?query=" + origQ.replace(' ', '+') + "&Enter=Search&count=" + theSearch.query.itemsPerPage() + "&offset=" + (theSearch.query.neededResults() - theSearch.query.itemsPerPage()) + "&order=" + crypt.simpleEncode(theSearch.query.ranking.toExternalString()) + "&resource=" + resource + "&time=3&deleteref=" + urlhash + "&urlmaskfilter=.*"); - prop.putHTML("content_authorized_recommend_recommendlink", "/yacysearch.html?query=" + origQ.replace(' ', '+') + "&Enter=Search&count=" + theSearch.query.itemsPerPage() + "&offset=" + (theSearch.query.neededResults() - theSearch.query.itemsPerPage()) + "&order=" + crypt.simpleEncode(theSearch.query.ranking.toExternalString()) + "&resource=" + resource + "&time=3&recommendref=" + urlhash + "&urlmaskfilter=.*"); + prop.putHTML("content_authorized_recommend_deletelink", "yacysearch.html?query=" + origQ.replace(' ', '+') + "&Enter=Search&count=" + theSearch.query.itemsPerPage() + "&offset=" + (theSearch.query.neededResults() - theSearch.query.itemsPerPage()) + "&order=" + crypt.simpleEncode(theSearch.query.ranking.toExternalString()) + "&resource=" + resource + "&time=3&deleteref=" + urlhash + "&urlmaskfilter=.*"); + prop.putHTML("content_authorized_recommend_recommendlink", "yacysearch.html?query=" + origQ.replace(' ', '+') + "&Enter=Search&count=" + theSearch.query.itemsPerPage() + "&offset=" + (theSearch.query.neededResults() - theSearch.query.itemsPerPage()) + "&order=" + crypt.simpleEncode(theSearch.query.ranking.toExternalString()) + "&resource=" + resource + "&time=3&recommendref=" + urlhash + "&urlmaskfilter=.*"); prop.put("content_authorized_urlhash", urlhash); final String resulthashString = urlhash; prop.putHTML("content_title", result.title()); diff --git a/locales/cn.lng b/locales/cn.lng index f5a279c71..df678ce09 100644 --- a/locales/cn.lng +++ b/locales/cn.lng @@ -681,7 +681,7 @@ You can create a personal profile here, which can be seen by other YaCy-members= or <a href="ViewProfile.html\?hash=localhash">in the public</a> using a <a href="ViewProfile.rdf\?hash=localhash">FOAF RDF file</a>.==或者<a href="ViewProfile.html?hash=localhash">在公共场所时</a>使用<a href="ViewProfile.rdf?hash=localhash">FOAF RDF 文件</a>. #Name==Name #Nick Name==Nick Name -Homepage \(appears on every <a href="/Supporter.html">Supporter Page</a> as long as your peer is online\)==首页(显示在每个<a href="/Supporter.html">支持者</a> 页面中, 前提是您的peer在线). +Homepage \(appears on every <a href="Supporter.html">Supporter Page</a> as long as your peer is online\)==首页(显示在每个<a href="Supporter.html">支持者</a> 页面中, 前提是您的peer在线). #eMail==eMail #ICQ==ICQ #Jabber==Jabber @@ -839,7 +839,7 @@ Sending Client==发送主机 Crawl profiles hold information about a crawl process that is currently ongoing.==Crawl文件里保存有正在运行的crawl进程信息. #Crawl profiles hold information about a specific URL which is internally used to perform the crawl it belongs to.==Crawl Profile enthalten Informationen über eine spezifische URL, welche intern genutzt wird, um nachzuvollziehen, wozu der Crawl gehört. -#The profiles for remote crawls, <a href="/ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==Die Profile für Remote Crawl, <a href="/ProxyIndexingMonitor_p.html">Indexierung per Proxy</a> und Snippet Abrufe +#The profiles for remote crawls, <a href="ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==Die Profile für Remote Crawl, <a href="ProxyIndexingMonitor_p.html">Indexierung per Proxy</a> und Snippet Abrufe #cannot be altered here as they are hard-coded.==können nicht verändert werden, weil sie "hard-coded" sind. Crawl Profile List==Crawl文件列表 Crawl Thread==Crawl线程 @@ -929,7 +929,7 @@ Statistics about \#\[domains\]\# domains in this stack:==此栈显示有关 #[do \(7\) Results from surrogates import==\(7\) 备份导入结果 These records had been imported from surrogate files in DATA/SURROGATES/in==这些记录从 DATA/SURROGATES/in 中的备份文件中导入 <em>Use Case:</em> place files with dublin core metadata content into DATA/SURROGATES/in or use an index import method==<em>用法:</em>将包含Dublin核心元数据的文件放在 DATA/SURROGATES/in 中, 或者使用索引导入方式 -\(i.e. <a href="/IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==(例如 <a href="/IndexImportMediawiki_p.html">MediaWiki 导入</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH 导入</a>\) +\(i.e. <a href="IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==(例如 <a href="IndexImportMediawiki_p.html">MediaWiki 导入</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH 导入</a>\) #Domain==Domain #URLs=URLs "delete all"=="全部删除" @@ -1662,7 +1662,7 @@ Remaining Time:==剩余时间: #File: IndexImportOAIPMH_p.html #--------------------------- #OAI-PMH Import==OAI-PMH Import -Results from the import can be monitored in the <a href=\"\/CrawlResults.html\?process=7\">indexing results for surrogates==导入结果<a href="/CrawlResults.html?process=7">监视 +Results from the import can be monitored in the <a href=\"CrawlResults.html\?process=7\">indexing results for surrogates==导入结果<a href="CrawlResults.html?process=7">监视 Single request import==单个导入请求 This will submit only a single request as given here to a OAI-PMH server and imports records into the index==向OAI-PMH服务器提交如下导入请求, 并将返回记录导入索引 "Import OAI-PMH source"=="导入OAI-PMH源" @@ -2741,7 +2741,7 @@ Peer is not online yet, will check again in a few seconds...==peer尚未上线, No action submitted==未提交动作 Go back to the <a href="Settings_p.html">Settings</a> page==将返回<a href="Settings_p.html">设置</a>页面 Your system is not protected by a password==您的系统未受密码保护 -Please go to the <a href="/ConfigAccounts_p.html">User Administration</a> page and set an administration password.==请在<a href="/ConfigAccounts_p.html">用户管理</a>页面设置管理密码. +Please go to the <a href="ConfigAccounts_p.html">User Administration</a> page and set an administration password.==请在<a href="ConfigAccounts_p.html">用户管理</a>页面设置管理密码. You don't have the correct access right to perform this task.==无执行此任务权限. Please log in.==请登录. You can now go back to the <a href="Settings_p.html">Settings</a> page if you want to make more changes.==您现在可以返回<a href="Settings_p.html">设置</a>页面进行详细设置. @@ -3037,7 +3037,7 @@ Anchor Name==祖先名 Delete==删除 Next update in==下次更新将在 /> seconds.==/> 秒后. -See a access timing <a href="/api/latency_p.xml">here</a>==<a href="/api/latency_p.xml">点这</a> 查看访问时间 +See a access timing <a href="api/latency_p.xml">here</a>==<a href="api/latency_p.xml">点这</a> 查看访问时间 Queue</th>==队列</th> >Size==>大小 #Max==Max diff --git a/locales/de.lng b/locales/de.lng index 23d9a2000..ea3c3e699 100644 --- a/locales/de.lng +++ b/locales/de.lng @@ -696,7 +696,7 @@ You can create a personal profile here, which can be seen by other YaCy-members= or <a href="ViewProfile.html\?hash=localhash">in the public</a> using a <a href="ViewProfile.rdf\?hash=localhash">FOAF RDF file</a>.==oder <a href="ViewProfile.html?hash=localhash">in der Öffentlichkeit</a> eine <a href="ViewProfile.rdf?hash=localhash">FOAF RDF Datei</a> benutzen. #Name==Name #Nick Name==Nick Name -Homepage \(appears on every <a href="/Supporter.html">Supporter Page</a> as long as your peer is online\)==Homepage (erscheint auf der <a href="/Supporter.html">Unterstützer Seite,</a> so lange Ihr Peer online ist). +Homepage \(appears on every <a href="Supporter.html">Supporter Page</a> as long as your peer is online\)==Homepage (erscheint auf der <a href="Supporter.html">Unterstützer Seite,</a> so lange Ihr Peer online ist). #eMail==eMail #ICQ==ICQ #Jabber==Jabber @@ -856,7 +856,7 @@ Sending Client==Client (Sender) Crawl profiles hold information about a crawl process that is currently ongoing.==Crawl Profile beinhalten Informationen über einen Crawl Prozess der gerade ausgeführt wird. #Crawl profiles hold information about a specific URL which is internally used to perform the crawl it belongs to.==Crawl Profile enthalten Informationen über eine spezifische URL, welche intern genutzt wird, um nachzuvollziehen, wozu der Crawl gehört. -#The profiles for remote crawls, <a href="/ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==Die Profile für Remote Crawl, <a href="/ProxyIndexingMonitor_p.html">Indexierung per Proxy</a> und Snippet Abrufe +#The profiles for remote crawls, <a href="ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==Die Profile für Remote Crawl, <a href="ProxyIndexingMonitor_p.html">Indexierung per Proxy</a> und Snippet Abrufe #cannot be altered here as they are hard-coded.==können nicht verändert werden, weil sie "hard-coded" sind. Crawl Profile List==Crawl Profil Liste Crawl Thread==Crawl Art @@ -946,7 +946,7 @@ Statistics about \#\[domains\]\# domains in this stack:==Statistiken über #[dom \(7\) Results from surrogates import==\(7\) Ergebnisse aus dem Surrogat Import These records had been imported from surrogate files in DATA/SURROGATES/in==Diese Datensätze wurden aus Surrogat Dateien in DATA/SURROGATES/in importiert <em>Use Case:</em> place files with dublin core metadata content into DATA/SURROGATES/in or use an index import method==<em>Anwendungsfall:</em> Dateien mit Dublin Core Metadaten Inhalt in das DATA/SURROGATES/in kopieren oder eine der Index Import Funktionen nutzen -\(i.e. <a href="/IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==(z.B. <a href="/IndexImportMediawiki_p.html">MediaWiki Dump Import</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH Import</a>\) +\(i.e. <a href="IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==(z.B. <a href="IndexImportMediawiki_p.html">MediaWiki Dump Import</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH Import</a>\) #Domain==Domain #URLs=URLs "delete all"=="Alle Löschen" @@ -1719,7 +1719,7 @@ Remaining Time:==Verbleibende Zeit: #File: IndexImportOAIPMH_p.html #--------------------------- #OAI-PMH Import==OAI-PMH Import -Results from the import can be monitored in the <a href=\"\/CrawlResults.html\?process=7\">indexing results for surrogates==Ergebnisse aus dem Import finden Sie auf der Seite <a href="/CrawlResults.html?process=7">Ergebnisse aus dem Surrogat Import +Results from the import can be monitored in the <a href=\"CrawlResults.html\?process=7\">indexing results for surrogates==Ergebnisse aus dem Import finden Sie auf der Seite <a href="CrawlResults.html?process=7">Ergebnisse aus dem Surrogat Import Single request import==Einfacher Anfrage Import This will submit only a single request as given here to a OAI-PMH server and imports records into the index==Mit dieser Methode wird nur eine einzelne Abfrage an einen OAI-PMH Server geschickt und die Datensätze in den Index aufgenommen "Import OAI-PMH source"=="Importiere OAI-PMH Quelle" @@ -2796,7 +2796,7 @@ Peer is not online yet, will check again in a few seconds...==Peer ist noch nich No action submitted==Keine Aktion übermittelt Go back to the <a href="Settings_p.html">Settings</a> page==Zurück zur Seite mit den <a href="Settings_p.html">Erweiterten Einstellungen</a> Your system is not protected by a password==Ihr System wird nicht von einem Passwort geschützt -Please go to the <a href="/ConfigAccounts_p.html">User Administration</a> page and set an administration password.==Bitte legen Sie ein Administrator Passwort auf der Seite <a href="/ConfigAccounts_p.html">Benutzerverwaltung</a> fest. +Please go to the <a href="ConfigAccounts_p.html">User Administration</a> page and set an administration password.==Bitte legen Sie ein Administrator Passwort auf der Seite <a href="ConfigAccounts_p.html">Benutzerverwaltung</a> fest. You don't have the correct access right to perform this task.==Sie haben nicht die Erlaubnis diese Anwendung auszuführen. Please log in.==Bitte melden Sie sich an. You can now go back to the <a href="Settings_p.html">Settings</a> page if you want to make more changes.==Sie können nun zurück auf die <a href="Settings_p.html">Einstellungen</a> Seite gehen, wenn Sie weitere Änderungen vornehmen wollen. @@ -3093,7 +3093,7 @@ Comment==Kommentar View this profile as==Zeige dieses Profil als > or==> oder #vCard==vCard -You can edit your profile <a href="/ConfigProfile_p.html">here</a>==Sie können Ihr Profil <a href="/ConfigProfile_p.html">hier</a> bearbeiten. +You can edit your profile <a href="ConfigProfile_p.html">here</a>==Sie können Ihr Profil <a href="ConfigProfile_p.html">hier</a> bearbeiten. #----------------------------- #File: Crawler_p.html @@ -3130,7 +3130,7 @@ Anchor Name==Linktitel Delete==Löschen Next update in==Nächste Aktualisierung in /> seconds.==/> Sekunden. -See a access timing <a href="/api/latency_p.xml">here</a>==<a href="/api/latency_p.xml">Hier</a> gibt es eine Tabelle mit Latenz- und Zugriffszeiten +See a access timing <a href="api/latency_p.xml">here</a>==<a href="api/latency_p.xml">Hier</a> gibt es eine Tabelle mit Latenz- und Zugriffszeiten Queue</th>==Puffer</th> >Size==>Größe #Max==Max diff --git a/locales/fr.lng b/locales/fr.lng index 3b6126a76..894003063 100644 --- a/locales/fr.lng +++ b/locales/fr.lng @@ -1720,7 +1720,7 @@ Peer is not online yet, will check again in a few seconds...==Le noeud n'est pas No action submitted==Aucune action n'a été soumise Go back to the <a href="Settings_p.html">Settings</a> page.==Retourner sur la page des <a href="Settings_p.html">paramètres</a>. Your system is not protected by a password==Votre système n'est pas protégé par mot de passe. -Please go to the <a href="/ConfigAccounts_p.html">User Administration</a> page and set an administration password.==Veuillez vous rendre sur la page de <a href="/ConfigAccounts_p.html">gestion des utilisateurs</a> et définir un mot de passe administrateur. +Please go to the <a href="ConfigAccounts_p.html">User Administration</a> page and set an administration password.==Veuillez vous rendre sur la page de <a href="ConfigAccounts_p.html">gestion des utilisateurs</a> et définir un mot de passe administrateur. You don't have the correct access right to perform this task.==Vous n'avez pas les droits d'accès nécessaires pour effectuer cette action. Please log in.==Veuillez vous connecter. You can now go back to the <a href="Settings_p.html">Settings</a> page if you want to make more changes.==Vous pouvez maintenant retourner sur la page des <a href="Settings_p.html">paramètres</a> si vous voulez effectuer d'autres modifications. diff --git a/locales/hi.lng b/locales/hi.lng index e995a836c..33966605e 100644 --- a/locales/hi.lng +++ b/locales/hi.lng @@ -667,7 +667,7 @@ You can create a personal profile here, which can be seen by other YaCy-members= or <a href="ViewProfile.html\?hash=localhash">in the public</a> using a <a href="ViewProfile.rdf\?hash=localhash">FOAF RDF file</a>.==oder <a href="ViewProfile.html?hash=localhash">in der Öffentlichkeit</a> eine <a href="ViewProfile.rdf?hash=localhash">FOAF RDF Datei</a> benutzen. #Name==नाम #Nick Name==उपनाम -Homepage \(appears on every <a href="/Supporter.html">Supporter Page</a> as long as your peer is online\)==Homepage (erscheint auf der <a href="/Supporter.html">Unterstützer Seite,</a> so lange Ihr Peer online ist). +Homepage \(appears on every <a href="Supporter.html">Supporter Page</a> as long as your peer is online\)==Homepage (erscheint auf der <a href="Supporter.html">Unterstützer Seite,</a> so lange Ihr Peer online ist). #eMail==ईमेल #ICQ==आईसीक्यू #Jabber==गपशप @@ -838,7 +838,7 @@ Sending Client==क्लाइंट भेजा जा रहा है >Scheduled Crawls can be modified in this table<==>इस तालिका में संशोधित किया जा सकता क्रॉल अनुसूचित< Crawl profiles hold information about a crawl process that is currently ongoing.==क्रॉल प्रोफाइल में वर्तमान में चल रही है कि एक क्रॉल करने की प्रक्रिया के बारे में जानकारी पकड़. #Crawl profiles hold information about a specific URL which is internally used to perform the crawl it belongs to.==क्रॉल प्रोफाइल को आंतरिक रूप से यह के अंतर्गत आता है क्रॉल प्रदर्शन करने के लिए प्रयोग किया जाता है जो एक विशिष्ट यूआरएल के बारे में जानकारी रखना है. -#The profiles for remote crawls, <a href="/ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==दूरदराज के लिए प्रोफाइल प्रॉक्सी के माध्यम से, <a href="/ProxyIndexingMonitor_p.html"> अनुक्रमण क्रॉल </ a> और टुकड़ा fetches +#The profiles for remote crawls, <a href="ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==दूरदराज के लिए प्रोफाइल प्रॉक्सी के माध्यम से, <a href="ProxyIndexingMonitor_p.html"> अनुक्रमण क्रॉल </ a> और टुकड़ा fetches #cannot be altered here as they are hard-coded.==वे हार्ड कोडित रहे हैं यहाँ के रूप में परिवर्तित नहीं किया जा सकता है. Crawl Profile List==प्रोफ़ाइल सूची क्रॉल Crawl Thread==धागा क्रॉल @@ -929,7 +929,7 @@ Statistics about \#\[domains\]\# domains in this stack:==इस ढेर मे \(7\) Results from surrogates import==\(7\) Surrogates के आयात से का परिणाम These records had been imported from surrogate files in DATA/SURROGATES/in==ये रिकॉर्ड आंकड़े / surrogates में / में सरोगेट फ़ाइलों से आयात किया गया था <em>Use Case:</em> place files with dublin core metadata content into DATA/SURROGATES/in or use an index import method==<em> प्रयोग करें प्रकरण: </ em> डबलिन कोर मेटाडेटा सामग्री के साथ जगह फाइलें आंकड़े / surrogates में / में या एक सूचकांक आयात विधि का उपयोग -\(i.e. <a href="/IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==\ (यानी <a href="/IndexImportMediawiki_p.html"> साँचा आयात </ a> <a href="/IndexImportOAIPMH_p.html"> OAI-PMH पुनर्प्राप्ति </ a> \) +\(i.e. <a href="IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==\ (यानी <a href="IndexImportMediawiki_p.html"> साँचा आयात </ a> <a href="IndexImportOAIPMH_p.html"> OAI-PMH पुनर्प्राप्ति </ a> \) #Domain==डोमेन #URLs=यूआरएल "delete all"=="सब नष्ट" diff --git a/locales/ru.lng b/locales/ru.lng index b3faca51d..25eb8ab82 100644 --- a/locales/ru.lng +++ b/locales/ru.lng @@ -682,7 +682,7 @@ You can create a personal profile here, which can be seen by other YaCy-members= or <a href="ViewProfile.html\?hash=localhash">in the public</a> using a <a href="ViewProfile.rdf\?hash=localhash">FOAF RDF file</a>.==или <a href="ViewProfile.html?hash=localhash">в публичном доступе</a> используя <a href="ViewProfile.rdf?hash=localhash">файл FOAF RDF</a>. >Name<==>Ваше имя< Nick Name==Ваш ник -Homepage \(appears on every <a href="/Supporter.html">Supporter Page</a> as long as your peer is online\)==Домашная страница (отображается на каждой <a href="/Supporter.html">поддерживаемой странице,</a> столько сколько Ваш пир в онлайне). +Homepage \(appears on every <a href="Supporter.html">Supporter Page</a> as long as your peer is online\)==Домашная страница (отображается на каждой <a href="Supporter.html">поддерживаемой странице,</a> столько сколько Ваш пир в онлайне). #eMail==eMail #ICQ==ICQ #Jabber==Jabber @@ -833,7 +833,7 @@ Sending Client==Client (Sender) >Scheduled Crawls can be modified in this table<==>Geplante Crawls können in dieser Tabelle geändert werden< Crawl profiles hold information about a crawl process that is currently ongoing.==Crawl Profile beinhalten Informationen über einen Crawl Prozess der gerade ausgeführt wird. #Crawl profiles hold information about a specific URL which is internally used to perform the crawl it belongs to.==Crawl Profile enthalten Informationen über eine spezifische URL, welche intern genutzt wird, um nachzuvollziehen, wozu der Crawl gehört. -#The profiles for remote crawls, <a href="/ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==Die Profile für Remote Crawl, <a href="/ProxyIndexingMonitor_p.html">Indexierung per Proxy</a> und Snippet Abrufe +#The profiles for remote crawls, <a href="ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==Die Profile für Remote Crawl, <a href="ProxyIndexingMonitor_p.html">Indexierung per Proxy</a> und Snippet Abrufe #cannot be altered here as they are hard-coded.==können nicht verändert werden, weil sie "hard-coded" sind. Crawl Profile List==Crawl Profil Liste Crawl Thread==Crawl Art @@ -922,7 +922,7 @@ Statistics about \#\[domains\]\# domains in this stack:==Statistiken über #[dom \(7\) Results from surrogates import==\(7\) Ergebnisse aus dem Surrogat Import These records had been imported from surrogate files in DATA/SURROGATES/in==Diese Datensätze wurden aus Surrogat Dateien in DATA/SURROGATES/in importiert <em>Use Case:</em> place files with dublin core metadata content into DATA/SURROGATES/in or use an index import method==<em>Anwendungsfall:</em> Dateien mit Dublin Core Metadaten Inhalt in das DATA/SURROGATES/in kopieren oder eine der Index Import Funktionen nutzen -\(i.e. <a href="/IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==(z.B. <a href="/IndexImportMediawiki_p.html">MediaWiki Dump Import</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH Import</a>\) +\(i.e. <a href="IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==(z.B. <a href="IndexImportMediawiki_p.html">MediaWiki Dump Import</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH Import</a>\) #Domain==Domain #URLs=URLs "delete all"=="удалить все" @@ -1643,7 +1643,7 @@ Remaining Time:==Verbleibende Zeit: #File: IndexImportOAIPMH_p.html #--------------------------- #OAI-PMH Import==OAI-PMH Import -Results from the import can be monitored in the <a href=\"\/CrawlResults.html\?process=7\">indexing results for surrogates==Ergebnisse aus dem Import finden Sie auf der Seite <a href="/CrawlResults.html?process=7">Ergebnisse aus dem Surrogat Import +Results from the import can be monitored in the <a href=\"CrawlResults.html\?process=7\">indexing results for surrogates==Ergebnisse aus dem Import finden Sie auf der Seite <a href="CrawlResults.html?process=7">Ergebnisse aus dem Surrogat Import Single request import==Einfacher Anfrage Import This will submit only a single request as given here to a OAI-PMH server and imports records into the index==Mit dieser Methode wird nur eine einzelne Abfrage an einen OAI-PMH Server geschickt und die Datensätze in den Index aufgenommen "Import OAI-PMH source"=="Importiere OAI-PMH Quelle" @@ -2680,7 +2680,7 @@ Peer is not online yet, will check again in a few seconds...==Узел пока #No action submitted==Keine Aktion übermittelt #Go back to the <a href="Settings_p.html">Settings</a> page==Zurück zur Seite mit den <a href="Settings_p.html">Erweiterten Einstellungen</a> #Your system is not protected by a password==Ihr System wird nicht von einem Passwort geschützt -#Please go to the <a href="/ConfigAccounts_p.html">User Administration</a> page and set an administration password.==Bitte legen Sie ein Administrator Passwort auf der Seite <a href="/ConfigAccounts_p.html">Benutzerverwaltung</a> fest. +#Please go to the <a href="ConfigAccounts_p.html">User Administration</a> page and set an administration password.==Bitte legen Sie ein Administrator Passwort auf der Seite <a href="ConfigAccounts_p.html">Benutzerverwaltung</a> fest. You don't have the correct access right to perform this task.==Sie haben nicht die Erlaubnis diese Anwendung auszuführen. Please log in.== Пожалкйста авторизуйтесь. #You can now go back to the <a href="Settings_p.html">Settings</a> page if you want to make more changes.==Sie können nun zurück auf die <a href="Settings_p.html">Einstellungen</a> Seite gehen, wenn Sie weitere Änderungen vornehmen wollen. @@ -2925,7 +2925,7 @@ Comment==Комментарий View this profile as==Просмотр этого профиля как > or==> или #vCard==vCard -You can edit your profile <a href="/ConfigProfile_p.html">here</a>==Вы можете изменить свой профиль <a href="/ConfigProfile_p.html">по этой ссылке</a> +You can edit your profile <a href="ConfigProfile_p.html">here</a>==Вы можете изменить свой профиль <a href="ConfigProfile_p.html">по этой ссылке</a> #----------------------------- #File: Crawler_p.html #--------------------------- @@ -2961,7 +2961,7 @@ Anchor Name==Имя якоря Delete==Удалить Next update in==Следующее обновление через /> seconds.==/> секунд. -See a access timing <a href="/api/latency_p.xml">here</a>==Смотрите сроки доступа <a href="/api/latency_p.xml">по этой ссылке</a> +See a access timing <a href="api/latency_p.xml">here</a>==Смотрите сроки доступа <a href="api/latency_p.xml">по этой ссылке</a> Queue</th>==Очередь</th> >Size==>Размер Max<==Максимально< diff --git a/locales/sk.lng b/locales/sk.lng index bc5be06fd..48975ae14 100644 --- a/locales/sk.lng +++ b/locales/sk.lng @@ -1839,7 +1839,7 @@ Steering Receipt:==Navod na ovladanie No information has been submitted==Udaje neboli odoslane Nothing changed==Udaje neboli zmenene Your system is not protected by a password==Vas system nie je chraneny heslom -Please go to the <a href="/Settings_p.html">Settings</a> page and set an administration password==Chodte prosim do <a href="/Settings_p.html">nastaveni</a> a zvolte administratorske heslo. +Please go to the <a href="Settings_p.html">Settings</a> page and set an administration password==Chodte prosim do <a href="Settings_p.html">nastaveni</a> a zvolte administratorske heslo. You don't have the correct access right to perform this task.==Nemate prava na spustenie tejto aplikacie. Please log in.==Prosim prihlaste sa. Shutting down.==Vypinanie. diff --git a/locales/uk.lng b/locales/uk.lng index bee279479..50b1f5ac0 100644 --- a/locales/uk.lng +++ b/locales/uk.lng @@ -741,7 +741,7 @@ You can create a personal profile here, which can be seen by other YaCy-members= or <a href="ViewProfile.html\?hash=localhash">in the public</a> using a <a href="ViewProfile.rdf\?hash=localhash">FOAF RDF file</a>.==<a href="ViewProfile.html?hash=localhash">переглянути</a> інші користувачі YaCy, а також всі інші через <a href="ViewProfile.rdf?hash=localhash">файл FOAF RDF</a>. >Name==>Ім’я Nick Name==Псевдонім -Homepage \(appears on every <a href="/Supporter.html">Supporter Page</a> as long as your peer is online\)==Домашня сторінка<br>(доступна <a href="/Supporter.html">звідси</a>) +Homepage \(appears on every <a href="Supporter.html">Supporter Page</a> as long as your peer is online\)==Домашня сторінка<br>(доступна <a href="Supporter.html">звідси</a>) eMail==ел.Пошта #ICQ==ICQ #Jabber==Jabber @@ -913,7 +913,7 @@ Crawl Profile Editor==Редактор профілю сканування Crawl profiles hold information about a crawl process that is currently ongoing.==Профілі сканування включають інформацію про поточний процес сканування. #Crawl profiles hold information about a specific URL which is internally used to perform the crawl it belongs to.==Профілі сканування містять інформацію про конкретні URL, які використовуються всередині, щоб зрозуміти, що таке сканування. -#The profiles for remote crawls, <a href="/ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==Профілі віддаленого сканування, <a href="/ProxyIndexingMonitor_p.html">індексування через проксі</a> та фрагменти витягнення +#The profiles for remote crawls, <a href="ProxyIndexingMonitor_p.html">indexing via proxy</a> and snippet fetches==Профілі віддаленого сканування, <a href="ProxyIndexingMonitor_p.html">індексування через проксі</a> та фрагменти витягнення #cannot be altered here as they are hard-coded.==не може бути змінений, тому що прописаний "намертво". Crawl Profile List==Профіль списку сканування Crawl Thread==Потік сканування @@ -1013,7 +1013,7 @@ Statistics about \#\[domains\]\# domains in this stack:==Статистика щ \(7\) Results from surrogates import==\(7\) Результати з імпорту "заміщень" These records had been imported from surrogate files in DATA/SURROGATES/in==Ці записи було імпортовано з сурогатних файлів з DATA/SURROGATES/in <em>Use Case:</em> place files with dublin core metadata content into DATA/SURROGATES/in or use an index import method==<em>Використання:</em> Розмістіть файли з вмістом dublin core metadata в DATA/SURROGATES/in або використайте в функцію імпорту індексу -\(i.e. <a href="/IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="/IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==(Наприклад, <a href="/IndexImportMediawiki_p.html">Імпорт Dump'у MediaWiki</a>, <a href="/IndexImportOAIPMH_p.html">Імпорт OAI-PMH</a>\) +\(i.e. <a href="IndexImportMediawiki_p.html">MediaWiki import</a>, <a href="IndexImportOAIPMH_p.html">OAI-PMH retrieval</a>\)==(Наприклад, <a href="IndexImportMediawiki_p.html">Імпорт Dump'у MediaWiki</a>, <a href="IndexImportOAIPMH_p.html">Імпорт OAI-PMH</a>\) Domain==Домен URLs=URL "delete all"=="Видалити всі" @@ -1787,7 +1787,7 @@ Remaining Time:==Залишилось часу: #File: IndexImportOAIPMH_p.html #--------------------------- OAI-PMH Import==Імпорт OAI-PMH -Results from the import can be monitored in the <a href=\"\/CrawlResults.html\?process=7\">indexing results for surrogates==Наслідки імпортування знаходяться на сторінці <a href="/CrawlResults.html?process=7">наслідків імпорту "заміщень" +Results from the import can be monitored in the <a href=\"CrawlResults.html\?process=7\">indexing results for surrogates==Наслідки імпортування знаходяться на сторінці <a href="CrawlResults.html?process=7">наслідків імпорту "заміщень" Single request import==Імпортування одиночним запитом This will submit only a single request as given here to a OAI-PMH server and imports records into the index==При цьому способі тільки один запит відправляється до OAI-PMH сервера і отримані записи додаються в індекс "Import OAI-PMH source"=="Імпортувати джерело OAI-PMH" @@ -2435,8 +2435,8 @@ Cachesize is now set to \#\[return\]\#MB.==Розмір кешу зараз ви Changes will take effect after restart only.==Зміни набируть чинності після перезапуску YaCy. An error has occurred:==Виникла помилка: You can see a snapshot of recently indexed pages==Ви можете перегянути останні проіндексовані сторінки -on the <a href="/CrawlResults\.html\?process=4">Proxy Index Monitor</a> Page.==на сторінці <a href="/CrawlResults.html?process=4">спостереження за індексуванням проксі</a>. -You have to <a href="/Settings_p\.html\?page=ProxyAccess">setup the proxy</a> before use.==Вам потрібно <a href="/Settings_p.html?page=ProxyAccess">налаштувати проксі-сервер</a> перед його використанням. +on the <a href="CrawlResults\.html\?process=4">Proxy Index Monitor</a> Page.==на сторінці <a href="CrawlResults.html?process=4">спостереження за індексуванням проксі</a>. +You have to <a href="Settings_p\.html\?page=ProxyAccess">setup the proxy</a> before use.==Вам потрібно <a href="Settings_p.html?page=ProxyAccess">налаштувати проксі-сервер</a> перед його використанням. #----------------------------- #File: QuickCrawlLink_p.html @@ -2932,7 +2932,7 @@ Peer is not online yet, will check again in a few seconds...==Вузол ще н No action submitted==Ніяких дій не відправлено Go back to the <a href="Settings_p.html">Settings</a> page==Назад до сторінки <a href="Settings_p.html">налаштувань</a> Your system is not protected by a password==Ваша система не захищена паролем -Please go to the <a href="/ConfigAccounts_p.html">User Administration</a> page and set an administration password.==Будь-ласка, перейдіть на сторінку <a href="/ConfigAccounts_p.html">керування користувачами</a> і виставте основний пароль. +Please go to the <a href="ConfigAccounts_p.html">User Administration</a> page and set an administration password.==Будь-ласка, перейдіть на сторінку <a href="ConfigAccounts_p.html">керування користувачами</a> і виставте основний пароль. You don't have the correct access right to perform this task.==У вас немає дозволу на запуск цього додатка. Please log in.==Bitte melden Sie sich an. You can now go back to the <a href="Settings_p.html">Settings</a> page if you want to make more changes.==Якщо хочете зробити інші зміни, можна перейти назад на сторінку <a href="Settings_p.html">налаштувань</a>. @@ -3242,7 +3242,7 @@ Anchor Name==Текст посилання Delete==Видалити Next update in==Наступне оновлення через /> seconds.==/> секунд. -See a access timing <a href="/api/latency_p.xml">here</a>==Таблиця затримок і часу доступу знаходиться <a href="/api/latency_p.xml">тут</a>. +See a access timing <a href="api/latency_p.xml">here</a>==Таблиця затримок і часу доступу знаходиться <a href="api/latency_p.xml">тут</a>. Queue</th>==Черга</th> >Size==>Розмір >Max<==>Макс.<