Dev:YaCy-UI

Aus YaCyWiki
Wechseln zu: Navigation, Suche

Overview

YaCy-UI (http://localhost:8090/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).

Change Log

  • 19-04-2007: new double-accordion sidebar menu is up and running (I am open for suggestions on how to populate the menus).
  • 19-04-2007: search results are now retrieved from yacysearch.rss (XML) and does no longer need a seperate servlet

Bug Tracker

  • 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...
  • 19-04-2007: resource types 'sciencenet' and 'bookmarks' doen't work yet. For 'sciencenet' we have to solve the Ajax cross domain restriction.
  • 19-04-2007: currently only contentdom="text" is working, all others will fail...
  • 19-04-2007: language selection is not yet supported

Resources