![]()
|
Table of Contents:
What is Swish-e?Swish-e is Simple Web Indexing System for Humans - Enhanced. Swish-e can quickly and easily index directories of files or remote web sites and search the generated indexes. Swish-e it extremely fast in both indexing and searching, highly configurable, and can be seamlessly integrated with existing web sites to maintain a consistent design. Swish-e can index web pages, but can just as easily index text files, mailing list archives, or data stored in a relational database. Swish-e version 2.2 represents a major rewrite of the code and the addition of many new features. Memory requirements for indexing have been reduced, and indexing speed is significantly improved from previous versions. New features allow more control over indexing, better document parsing, improved indexing and searching logic, better filter code, and the ability to index from any data source. Swish-e is not a ``turn-key'' indexing and searching solution. The Swish-e distribution contains most of the parts to create such a system, but you need to put the parts together as best meets your needs. This gives you the power to index and search your documents the way you wish and to seemlessly integrate a search engine into your web site or application. You will need to configure Swish-e to index your documents, create an index by running Swish-e, and setup an interface such as a CGI script (a script is included). Swish uses helper programs to index documents of types that Swish-e cannot natively index. These programs may need to be installed separately from Swish-e. Swish-e is an Open Source (see: http://opensource.org ) program supported by developers and a large group of users. Please take time to join the Swish-e discussion list at http://Swish-e.org. [ TOC ] Key features
[ TOC ] Where do I get Swish-e?The current version of Swish-e can be found at: Please make sure you use a current version of Swish-e. Information about Windows binary distributions can also be found at this site. [ TOC ] How Do I Install Swish-e?Read the INSTALL page. Building from source is recommended. On most platforms Swish-e should build without problems. A list of platforms where Swish-e has been build can be found in the INSTALL page. Information on building for VMS and Win32 can be found in sub-directories of the src directory. Check the Swish-e site for information about binary distributions (such as for Windows). In addition to the INSTALL page, make sure you read the SWISH-FAQ page if you have any questions, or to get an idea of questions that you might someday ask. Problems or questions about installing Swish-e should be directed to the Swish-e discussion list (see the Swish-e web site at http://Swish-e.org).
Please read [ TOC ] The Swish-e DocumentationDocumetation is provided in the Swish-e distribution package in two forms, POD (Plain Old Documentation), and in html format. The POD documentation is in the pod directory, and the HTML documentation is in the html directory, of course. If your system includes the required support files and programs, the distribution make files can also generate the documentation in these formats:
You may also build a ``split'' version of the documentation where each topic heading is a separate web page. Building the split version also creates a Swish-e index of the documentation that makes the documentation searchable via the included Perl CGI program. Building these other forms of documentation require additional helper applications -- most modern Linux distributions will include all that's needed (at least mine does...). You shouldn't have a problem if you have kept your Perl and Perl libraries up to date. Online documentation can be found at the Swish-e web site listed above.
See INSTALL for information on creating the PDF and Postscript versions of the
documentation, and for information on installing the SWISH-* documentation
as Unix [ TOC ] How do I read the Swish-e documentation?The Swish-e documentation included with the distribution is in POD and HTML formats. The POD documentation can be found in the pod directory, and the HTML documentation can be found in the html directory. To view the HTML documentation point your browser to the html/index.html file. The POD documentation is displayed by the ``perldoc'' command that is included with every Perl installation. For example, to view the Swish-e installation documentation page called ``INSTALL'', type
or to make life easier,
Complain to your system administrator if the [ TOC ] Included DocumentationThe following documentation is included in this Swish-e distribution. If you are new to Swish-e read the INSTALL page to get Swish-e installed and tested. Work through the example in shown in the INSTALL page, and the examples in the conf directory. Also review the SWISH-FAQ.
[ TOC ] Document Generation
The Swish-e documentation in HTML format was created with Pod::HtmlPsPdf, a
package of Perl modules written and/or modified by Stas Bekman to automate
the conversion of documents in pod format (see perldoc perlpod) to HTML,
Postscript, and PDF. A slightly modified version of this package is include
with the Swish-e distribution and used for building the HTML. As
distributed, Swish-e contains only the pod and HTML documentation. See INSTALL for instructions on creating Thanks, Stas, for your help! [ TOC ] What's included in the Swish-e distribution?Here's an overview of the directories included in the Swish-e distribution:
[ TOC ] Where do I get help with Swish-e?If you need help with installing or using Swish-e please subscribe to the Swish-e mailing list. Visit the Swish-e web site listed above for information on subscribing to the mailing list. Before posting any questions please read QUESTIONS AND TROUBLESHOOTING in the INSTALL documentation page. [ TOC ] Speling mistakesPlease contact the Swish-e list with corrections to this documentation. Any help in cleaning up the docs will be appreciated! Any patches should be made against the .pod files, not the .html files. [ TOC ] Swish-e DevelopmentSwish-e is currently being developed as an open source project on SourceForge http://sourceforge.net. Contact the Swish-e list for questions. [ TOC ] Swish-e's HistorySWISH was created by Kevin Hughes circa 1994 to fill the need of the growing number of Web administrators on the Internet - many of the indexing systems were not well documented, were hard to use and install, and were too complex for their own good. The system was widely used for several years, long enough to collect some bug fixes and requests for enhancements. In Fall 1996, The Library of UC Berkeley received permission from Kevin Hughes to implement bug fixes and enhancements to the original binary. The result is Swish-enhanced or Swish-e, brought to you by the Swish-e Development Team. [ TOC ] Document InfoEach document in the Swish-e distribution contains this section. It refers only to the specific page it's located in, and not to the Swish-e program or the documentation as a whole. $Id: README.pod,v 1.12 2002/09/11 00:54:08 whmoseley Exp $ . [ TOC ]
|