Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / www / demo / help.php
1 <?php
2
3 /* $Id: help.php,v 1.2 2007-03-20 05:23:06 quinn Exp $
4  * --------------------------------------------------------------------
5  * Keystone retreiver help page
6  */
7
8 require('includes.phpi');
9
10 insert_header();
11
12 ?>
13
14 <h3>How to Use This Portal</h3>
15
16 <p>
17 You can enter search keywords into the search bar, just as you would for
18 google. However, you can also limit your search to specific fields.
19 Examples:
20 </p>
21 <p>
22 ti=old christmas
23 </p>
24 <p>
25 ti=old christmas and au=washington
26 </p>
27 <p>
28 You can use boolean operators, and, or, not, to combine terms, or even
29 parantheses to group complex expressions. The search fields supported are
30 au=author, ti=title, and su=subject.
31 </p>
32
33 <?php
34
35 insert_footer();
36
37 ?>