root/swish_website/src/index.html

Revision 1896, 1.6 kB (checked in by moseley, 1 year ago)

A few content updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 [% META # page meta info
2
3     title   = 'Home Page'
4     id      = 'home'
5     type    = 'html'
6     author = '$Author$'
7 %]
8
9
10 <p class='quote'>
11 <i>What a bloody fantastic tool.
12 <br />
13 <br />
14 I went from seeing it mentioned in a link on the hypermail website,
15 to downloading, installing, configuring, integrating the PHP,
16 setting up the cron jobs and having it all working within the hour.
17 <br/>
18 <br/>
19 Now that's how good software is meant to integrate.
20 <br/>
21 <br/>
22 </i>
23 - Holon.net Web Team
24 </p>
25
26
27 <!-- about swish-e: the marketing blurb -->
28
29 <h1 id="about">About Swish-e</h1>
30     <p>
31       Swish-e is a fast, flexible, and free open source system for indexing collections of Web pages or other files.
32       Swish-e is ideally suited for collections of a million documents or smaller. Using the GNOME&trade; libxml2
33       parser and a collection of filters, Swish-e can index plain text, e-mail, PDF, HTML, XML, Microsoft&reg; Word/PowerPoint/Excel
34       and just about any file that can be converted to XML or HTML text. Swish-e is also often used to supplement databases like the
35       MySQL&reg; DBMS for very fast full-text searching.
36       Check out the [% link_to_page('readme#key_features', 'full list of features') %].
37
38     </p>
39
40     <p>
41       Swish-e was featured in the <i>Linux Journal</i> article
42       <a href='http://joshr.com/src/docs/HowToIndexAnything.pdf'>How to Index Anything</a>
43        by Josh Rabinowitz.
44     </p>
45
46     <p>
47       Swish-e is descended from the original web indexing program SWISH by
48       <a href='http://botw.org/1994/awards/fame.html'>WWW Hall of Famer</a>
49       <a href='http://www.kevcom.com/'>Kevin Hughes</a>.
50     </p>
Note: See TracBrowser for help on using the browser.