pull/1/head
Michael Peter Christen 11 years ago
parent 697613170d
commit 48ddd50a6c

@ -22,7 +22,7 @@
::
<p class="error">Passwords do not match.</p>
::
<p class="error">Username too short. Username must be >= 4 Characters.</p>
<p class="error">Username too short. Username must be &gt;= 4 Characters.</p>
#(/error)#
#(passwordNotSetWarning)#::<div class="error">No password is set for the administration account. Please define a password for the admin account.</div>#(/passwordNotSetWarning)#

@ -66,7 +66,7 @@
<dt>Greedy Learning Mode</dt>
<dd>
<input type="checkbox" name="greedylearning.active" value="true" #(greedylearning.active)#::checked="checked"#(/greedylearning.active)# />load documents linked in search results, will be deactivated automatically when index size > #[greedylearning.limit.doccount]#
<input type="checkbox" name="greedylearning.active" value="true" #(greedylearning.active)#::checked="checked"#(/greedylearning.active)# />load documents linked in search results, will be deactivated automatically when index size &gt; #[greedylearning.limit.doccount]#
</dd>
<dt>Default Pop-Up Page</dt>

@ -69,7 +69,7 @@
<dl>
<dt>Content</dt>
<dd>cities with a population > 1000 all over the world</dd>
<dd>cities with a population &gt; 1000 all over the world</dd>
<dt><label>Download from</label></dt>
<dd>#[geon0URL]#</dd>
<dt><label>Storage location</label></dt>
@ -103,7 +103,7 @@
</dl>
<dl>
<dt>Content</dt>
<dd>cities with a population > 5000 all over the world</dd>
<dd>cities with a population &gt; 5000 all over the world</dd>
<dt><label>Download from</label></dt>
<dd>#[geon1URL]#</dd>
<dt><label>Storage location</label></dt>
@ -137,7 +137,7 @@
</dl>
<dl>
<dt>Content</dt>
<dd>cities with a population > 100000 all over the world (the set is is reduced to cities > 100000)</dd>
<dd>cities with a population &gt; 100000 all over the world (the set is is reduced to cities &gt; 100000)</dd>
<dt><label>Download from</label></dt>
<dd>#[geon2URL]#</dd>
<dt><label>Storage location</label></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=*:*&amp;start=0&amp;rows=3&amp;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=*:*&amp;start=0&amp;rows=3&amp;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)&nbsp;<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>

@ -22,7 +22,7 @@
<option value="#[name]#" #(selected)#::selected="selected"#(/selected)#>#[name]#</option>
#{/cores}#
</select>
&nbsp;&nbsp;&nbsp;... 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>
&nbsp;&nbsp;&nbsp;... the core can be searched at <a href="/solr/select?core=#[core]#&amp;q=*:*&start=0&rows=3">/solr/select?core=#[core]#&amp;q=*:*&amp;start=0&amp;rows=3</a>
</form>
<form action="IndexSchema_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">

@ -37,9 +37,9 @@
<p>
The network picture below shows how the latest search query was solved by asking corresponding peers in the DHT:<br/>
red -> request list alive<br/>
green -> request has terminated<br/>
grey -> the search target hash order position(s) (more targets if a dht partition is used)<br/>
red -&gt; request list alive<br/>
green -&gt; request has terminated<br/>
grey -&gt; the search target hash order position(s) (more targets if a dht partition is used)<br/>
<img src="SearchEventPicture.png" alt="Search event picture" />
</p>
#%env/templates/footer.template%#

@ -11,8 +11,8 @@ apfelmaennchen
<li>27-01-2009: added two dialogs for managing tags (finally fixed the renameTag() method in bookmarksDB)</li>
<li>26-01-2009: reworked search interface, still has timing problems, but now uses yacysearch.json and has full support for flexigrid</li>
<li>25-01-2009: bookmark folders sidebar is now directly linked to flexigrid if bookmark tab is selected</li>
<li>25-01-2009: successfully migrated bookmark folders to treeview.async mode (==> new json api)</li>
<li>11-01-2009: support for new unified bookmark api ==> much improved handling due to json and flexigrid</li>
<li>25-01-2009: successfully migrated bookmark folders to treeview.async mode (==&gt; new json api)</li>
<li>11-01-2009: support for new unified bookmark api ==&gt; much improved handling due to json and flexigrid</li>
<li>27-09-2008: Enabled edit bookmark and added some more icons to toolbar</li>
<li>27-09-2008: Added scrollbar to folder widget</li>
<li>27-09-2008: Slightly improved Ajax handling for folder and tag widget</li>
@ -28,7 +28,7 @@ apfelmaennchen
<li>24-08-2008: Updated to jQuery-ui 1.6b</li>
<li>28-05-2008: Updated to jQuery 1.2.6 and jQuery-ui 1.5b4</li>
<li>18-05-2008: YaCy-UI has basic support for searching Bookmark tags !!</li>
<li>17-05-2008: YaCy-Widget: e.g. /yacy/ui/ywidget.html?query=yacy&count=50&offset=0</li>
<li>17-05-2008: YaCy-Widget: e.g. /yacy/ui/ywidget.html?query=yacy&amp;count=50&amp;offset=0</li>
<li>14-05-2008: YaCy-UI now support searching Sciencenet !!</li>
<li>12-05-2008: added tagcloud for bookmarks</li>
<li>12-05-2008: bookmarks support date and public fields as they have been added to XBEL output.</li>

Loading…
Cancel
Save