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.pull/1/head
parent
a3b7366aee
commit
701df02ead
@ -0,0 +1,8 @@
|
||||
<div class="SubMenu">
|
||||
<h3>RAM/Disk Usage & Updates</h3>
|
||||
<ul class="SubMenu">
|
||||
<li><a href="Performance_p.html" class="MenuItemLink lock">Performance</a></li>
|
||||
<li><a href="ConfigHTCache_p.html" class="MenuItemLink lock">Web Cache</a></li>
|
||||
<li><a href="ConfigUpdate_p.html" class="MenuItemLink lock">Download System Update</a></li>
|
||||
</ul>
|
||||
</div>
|
@ -1,19 +1,8 @@
|
||||
<div class="SubMenu">
|
||||
<h3>Peer Administration Console</h3>
|
||||
<h3>System Administration</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>
|
||||
</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="ConfigNetwork_p.html" class="MenuItemLink lock">Network Configuration</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>
|
@ -0,0 +1,7 @@
|
||||
<div class="SubMenu">
|
||||
<h3>Use Case & Accounts</h3>
|
||||
<ul class="SubMenu">
|
||||
<li><a href="CrawlStartSite_p.html" class="MenuItemLink lock">Site Crawling</a></li>
|
||||
<li><a href="ConfigParser.html" class="MenuItemLink lock">Parser Configuration</a></li>
|
||||
</ul>
|
||||
</div>
|
@ -0,0 +1,7 @@
|
||||
<div class="SubMenu">
|
||||
<h3>Use Case & Accounts</h3>
|
||||
<ul class="SubMenu">
|
||||
<li><a href="ConfigBasic.html" class="MenuItemLink">Basic Configuration</a></li>
|
||||
<li><a href="ConfigAccounts_p.html" class="MenuItemLink lock">Accounts</a></li>
|
||||
</ul>
|
||||
</div>
|
Loading…
Reference in new issue