yacy_search_server/htroot/env/templates/submenuIndexControl.template
Michael Peter Christen 701df02ead Complete redesign of administration top-level menu. This follows two
principles:
- provide an easy tutorial-like "what should I do first" menu
- provide all elements which are subject to most first questions to YaCy
exibition people on top level: Resource limitation, Parser and Ranking
settings
I apologize to everyone who are used to the old style and need to find
the menu items (again) after this change. I hope that this will make the
interface more usable for new users who see a web indexer/crawler the
first time.
2014-03-31 15:47:58 +02:00

13 lines
796 B
Plaintext

<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 &amp; 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="ContentAnalysis_p.html" class="MenuItemLink lock">Content Analysis</a></li>
</ul>
</div>