Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / www / demo / about.php
1 <?php
2
3 /* $Id: about.php,v 1.2 2007-03-20 05:23:06 quinn Exp $
4  * --------------------------------------------------------------------
5  * Keystone retreiver about page
6  */
7
8 require('includes.phpi');
9
10 insert_header();
11
12 ?>
13
14 <h3>What is This?</h3>
15
16 <p>
17 This is an early prototype of a new metasearch technology developed by Index Data.
18 It is scheduled for general release during the spring of 2007. It enables
19 efficient metasearching of up to hundreds of databases at the same time
20 using Z39.50, SRU/W, or proprietary protocols. It is a powerful,
21 open-source-based alternative to proprietary, closed-source metasearch
22 alternatives.
23 </p>
24
25 <p>
26 The technology supports on-the-fly merging, relevance-ranking, or sorting by
27 arbitrary data elements. It also supports any number of result facets for
28 limiting result sets by subject, author, etc.
29 </p>
30
31 <p>
32 Please <a href="mailto:info@indexdata.com">contact us</a> if you are
33 interested in more information about our metasearch technology.
34 </p>
35
36 <?php
37
38 insert_footer();
39
40 ?>