From 2c44badbd3d21622d70fb2ceac2fa96e7cc9e6d7 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 20 Mar 2007 05:23:06 +0000 Subject: [PATCH] Various changes which have piled up on the demo --- www/demo/about.php | 28 ++++++++++++++++++++++++++-- www/demo/css/styles.css | 6 ++++++ www/demo/help.php | 25 +++++++++++++++++++++++-- www/demo/search.js | 28 ++++++++++++++++++---------- 4 files changed, 73 insertions(+), 14 deletions(-) diff --git a/www/demo/about.php b/www/demo/about.php index b928e0f..5edc2db 100644 --- a/www/demo/about.php +++ b/www/demo/about.php @@ -1,6 +1,6 @@ Welcome to the about page"; +?> + +

What is This?

+ +

+This is an early prototype of a new metasearch technology developed by Index Data. +It is scheduled for general release during the spring of 2007. It enables +efficient metasearching of up to hundreds of databases at the same time +using Z39.50, SRU/W, or proprietary protocols. It is a powerful, +open-source-based alternative to proprietary, closed-source metasearch +alternatives. +

+ +

+The technology supports on-the-fly merging, relevance-ranking, or sorting by +arbitrary data elements. It also supports any number of result facets for +limiting result sets by subject, author, etc. +

+ +

+Please contact us if you are +interested in more information about our metasearch technology. +

+ +Welcome to the help page"; +?> + +

How to Use This Portal

+ +

+You can enter search keywords into the search bar, just as you would for +google. However, you can also limit your search to specific fields. +Examples: +

+

+ti=old christmas +

+

+ti=old christmas and au=washington +

+

+You can use boolean operators, and, or, not, to combine terms, or even +parantheses to group complex expressions. The search fields supported are +au=author, ti=title, and su=subject. +

+ + 0) -- 1.7.10.4