root/swish_website/src/demos.html

Revision 1897, 1.2 kB (checked in by moseley, 1 year ago)

Darn fingers

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 [% META
2     title   = "Sites using Swish-e"
3     id      = "demos"
4     author = '$Author$'
5 %]
6
7
8 <h1>Demonstrations</h1>
9
10 <p>
11 A few select demonstrations of Swish-e in action.
12 </p>
13
14 <dl>
15
16 <dt>
17 <a href="http://sunsite.berkeley.edu/cgi-bin/search.pl">The Berkeley Digital Library SunSITE</a>
18 </dt>
19
20 <dd>We are now using a special Perl script that interacts with Swish-e to perform
21 an interative search. The search word(s) are first limited to the titles
22 of Web documents. If none are found, it automatically continues on to find
23 the words in the bodies of the documents. Results are also sorted and
24 displayed by server directory.
25 </dd>
26
27
28 <dt>
29 <a href="http://lists.webjunction.org/web4lib/">The Web4Lib Discussion</a>
30 </dt>
31
32 <dd>
33 Note the ability to limit to particular time periods, etc.
34 </dd>
35
36
37 <dt>
38 <a href='http://docs.cray.com/'>Cray Inc</a>
39 </dt>
40
41 <dd>
42 We use Swish-e as part of CrayDoc, an open source documentation server and search engine.
43 </dd>
44
45
46 <dt>
47 <a href='http://peknet.com/cgi-bin/swished_example.cgi'>SWISHED Example</a>
48 </dt>
49
50 <dd>
51 SWISHED is a persistent Swish-e server that runs under Apache and mod_perl. This example
52 shows how a CGI script using the SWISH::API can be used to connect to a SWISHED server.
53 </dd>
54
55
56 </dl>
57
Note: See TracBrowser for help on using the browser.