root/swish_website/src/scripts.html

Revision 2143, 4.1 kB (checked in by karpet, 4 months ago)

add swishcm

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1     [% META
2         title   = "Related Scripts and Projects"
3         id      = "scripts"
4         author  = '$Author$'
5     %]
6
7     <h1>Related Scripts and Projects</h1>
8
9     <h3>Disclaimer</h3>
10
11     <p>The projects listed here are <strong>not</strong> part of
12     the Swish-e distribution and are <strong>not</strong> supported
13     as part of Swish-e. Many may be out dated, too.
14     Check with the [% link_to_page('discuss',
15     'Swish-e discussion list') %] if you have questions.</p>
16
17     <dl>
18         <dt><a href=
19         "http://www.quipu.co.uk/SWISH-E/AutoSwish/src/">AutoSwish</a></dt>
20
21         <dd>A rewritten (but not widely tested) version of the
22         classic front-end to Swish-e.
23        
24         <blockquote>
25         NOTE: e-mail to author on 4/8/2005 received no reply
26         </blockquote>
27         </dd>
28
29         <dt><a href="http://www.capella.org/swish/">Java Wrapper
30         for SWISH</a></dt>
31     <!-- jmdavid@capella.coop says still supported as of 4/11/2005 -->
32
33         <dd>Swish.jsp uses Swish-e to dynamically generate XML from
34         the search executed on the indexes. When executing a
35         search, the application will create the XML structure based
36         on the search parameters which are set in the config file.
37         It can be used as a generic search engine for any web site
38         since it is fully configurable.</dd>
39
40         <dt><a href=
41         "http://www.tiger-marmalade.com/~james/code/">JSWISHI</a></dt>
42
43         <dd>A "feature-laden" front-end to Swish-e
44         <blockquote>
45         NOTE: e-mail to author on 4/8/2005 received no reply
46         </blockquote>
47         </dd>
48
49         <dt><a href="http://www.webaugur.com/wares/sws/">Simple Web
50         Search</a></dt>
51
52         <dd>A <b>PHP3</b> script by David Norris.</dd>
53
54         <dt><a href="http://joshr.com/src/sman/">Sman</a></dt>
55
56         <dd>An enhanced version of apropos that provides free text
57         searching on your system's man pages (using Swish-e), by
58         Josh Rabinowitz.</dd>
59    
60         <dt><a href="http://swishd.sourceforge.net/">Swishd Cluster System</a></dt>
61
62         <dd>Swishd cluster system is an application that will allow Swish-e to scale
63         out to multiple machines, thus allowing the number of indexes (or collections)
64          to become almost limitless. By scaling out to multiple swishd nodes the index
65         sizes can remain small as the number of documents increase. This it typically
66         measured in millions of documents/files.</dd>
67
68         <dt><a href="http://swishcm.sourceforge.net/">SwishCM: another cluster management solution</a></dt>
69         <dd>Goals are to give swish-e clustering on several nodes with standard
70         protocols like XMLRPC or JSON-RPC
71         You can access source code with anonymous CVS at swishcm.cvs.sourceforge.net
72         It is written in C and uses many OpenSource libraries like libwww,
73         xmlrpc-c, json, libini.
74         It's working in combinaison of FCGI modules of Apache or Lighttp.</dd>
75
76
77         <dt><a href="http://joshr.com/src/SWISHED">SWISHED</a></dt>
78
79         <dd>Swish-e server code by Josh Rabinowitz. Runs under
80         Apache and mod_perl. Intended to be used with matching client
81         code <a href="http://joshr.com/src/SWISH-API-Remote">SWISH::API::Remote</a>
82         Both of these packages can also be found on CPAN.</dd>
83    
84     <dt><a href="http://pgfoundry.org/projects/pgswish/">Query swish-e index from PostgreSQL.</a></dt>
85    
86     <dd> This allows integration of search results from swish-e index and structured data from PostgreSQL.
87     </dd>
88    
89     <dt><a href="http://search.cpan.org/search?query=swish&mode=all">SWISH::* Perl modules on CPAN</a></dt>
90         <dd>A variety of Perl modules are available for Swish-e in the SWISH namespace on the
91         CPAN. <strong>NOTE:</strong> Not all CPAN modules work with the current version (2.4.x)
92         of Swish-e. Check the documentation in each module.
93         </dd>
94    
95    
96     <dt><a href="http://pecl.php.net/package/swish">PHP bindings against libswish-e</a></dt>
97       <dd>PHP bindings also available for
98       <a href="http://pecl4win.php.net/ext.php/php_swish.dll">Windows</a>.
99          
100       </dd>
101    
102    
103     </dl>
104    
105    
Note: See TracBrowser for help on using the browser.