|
|
Postscript PDF (Adobe Acrobat) system man pages |
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 man(1)
pages.
[ TOC ]
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
perldoc pod/INSTALL |
or to make life easier,
cd pod perldoc INSTALL perldoc SWISH-RUN |
Complain to your system administrator if the perldoc
command is not available on your machine.
[ TOC ]
The 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.
README - This file
INSTALL - Installation and basic usage instructions
SWISH-CONFIG - Configuration File Directives
SWISH-RUN - Running Swish and Command Line Switches
SWISH-SEARCH - All about Searching with Swish-e
SWISH-FAQ - Common questions, and some answers
SWISH-LIBRARY - Interface to the Swish-e C library
SWISH-PERL - Instructions for using the Perl library
CHANGES - List of feature changes and bug fixes
SWISH-BUGS - List of known bugs in the release
[ TOC ]
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 man(1),
Postscript, and PDF
formats.
Thanks, Stas, for your help!
[ TOC ]
Here's an overview of the directories included in the Swish-e distribution:
Example Swish-e configuration setups to help you get started. After reading the INSTALL page, and its included example, review the sample configuration in this directory.
In the conf/stopwords
sub-directory are a number of stopword files for different languages. Use
of stopwords is not required with Swish-e.
Contains files required for building the HTML, PDF, and Postscript documentation.
This contains a sample CGI script (swish.cgi) for searching with Swish-e. Documentation for using swish.cgi are included within the script. Type:
perldoc example/swish.cgi |
from the top-level directory where the Swish-e distribution was unpacked.
The filters directory contains Perl modules to convert documents from a format that Swish-e cannot index directly (pdf) to something that Swish-e can index (HTML). The modules simply make it easy to add filtering to external programs or to files indexed when spidering a remote web site.
See the filters/README file form more information.
Sample programs to use with Swish-e's FileFilter
feature. The FileFilter
allows running an external program to filter or convert documents before
indexing. Examples include PDF, MS Word, and binary strings filters.
Filters often require installing separate document conversion programs
(e.g. catdoc or pdftotext).
The documentation in HTML format.
The Perl interface to the Swish-e C library. This Perl module provides direct access to Swish-e from within your Perl programs. See the perl/README file for more information.
The source for all documentation in perldoc (pod) format.
Example programs and modules to use with the ``prog'' document source access method. Examples include a web spider, a program to index directly from a MySQL database, and a program to recurse a directory tree. Example Perl modules are provided for converting PDF and MS-Word documents into a format usable by Swish-e. See prog-bin/README for an overview of the programs and modules, and check each file for included documentation.
The prog-bin/spider.pl program is a web spider program with many features. It contains its own documentation. Type:
perldoc example/spider.pl |
from the top-level directory where the Swish-e distribution was unpacked.
The ``prog'' document source feature is very powerful, but can be a challange to set up when first using Swish-e. Please contact the Swish-e disussion list if you have any questions.
This directory contains the source code for Swish-e. OS-specific directories are also found here.
The documents used for running make test
.
[ TOC ]
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 ]
Please 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 is currently being developed as an open source project on SourceForge http://sourceforge.net.
Contact the Swish-e list for questions.
[ TOC ]
SWISH 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 ]
Each 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 ]