yacy_search_server/htroot/env/templates/submenuIndexCreate.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

23 lines
893 B
Plaintext

<div class="SubMenu">
<h3>Advanced Crawler</h3>
</div>
<div class="SubMenu">
<div class="SubMenugroup">
<h3>Crawler/Spider</h3>
<ul class="SubMenu">
<li><a href="CrawlStartExpert_p.html" class="MenuItemLink lock">Crawl Start (Expert)</a></li>
<li><a href="CrawlStartScanner_p.html" class="MenuItemLink lock">Network Scanner</a></li>
<li><a href="Load_MediawikiWiki.html" class="MenuItemLink">Crawling of MediaWikis</a></li>
<li><a href="Load_PHPBB3.html" class="MenuItemLink">Crawling of phpBB3 Forums</a></li>
</ul>
</div>
<div class="SubMenugroup">
<h3>Network Harvesting</h3>
<ul class="SubMenu">
<li><a href="RemoteCrawl_p.html" class="MenuItemLink lock">Remote Crawling</a></li>
<li><a href="ProxyIndexingMonitor_p.html" class="MenuItemLink lock">Scraping Proxy</a></li>
</ul>
</div>
</div>