yacy_search_server/htroot/yacy/ui/welcome.html

25 lines
1.6 KiB
HTML
Raw Normal View History

<h3>Overview</h3>
<p>
YaCy-UI is going to be a rich client for YaCy attempting to provide a new, more functional and easier search interface.
Unlike the current server based interface YaCy-UI makes heavy use of jQuery, JavaScript, Ajax, XML and XSLT. This
approach offers some neat advantages, one example could be the integration of sciencenet via opensearch. The overall
idea is to integrate functionallity on a modular basis (e.g. a webshot function could be integrated by linking to
another, even local web service without the need to further extend YaCy's functionallity). Currently YaCy-UI is at most
alpha status, so I would be very greatful for feedback and bug reports!
</p>
apfelmaennchen
<h3>Change Log</h3>
<ul>
<li>19-04-2007: new double-accordion sidebar menu is up and running (I am open for suggestions on how to populate the menus).</li>
<li>19-04-2007: search results are now retrieved from yacysearch.rss (XML) and does no longer need a seperate servlet</li>
</ul>
<h3>Bug Tracker</h3>
<ul>
<li>Please report bugs in the official <a href="http://forum.yacy-websuche.de/">YaCy-Forum</a> - thanks!</li>
<li>19-04-2007: if you open more than one search tab, only the first result item is shown. I would be greatful for any hint...</li>
<li>19-04-2007: resource types 'sciencenet' and 'bookmarks' doen't work yet. For 'sciencenet' we have to solve the Ajax cross domain restriction.</li>
<li>19-04-2007: currently only contentdom="text" is working, all others will fail...</li>
<li>19-04-2007: language selection is not yet supported</li>
</ul>