All Filters

Jigsaw resources index

This index briefly describes what resources are currently available in the Jigsaw release. See the indexer documentation to understand how these resources are created by default.

To be more readable, the list of available resources has been splited into three groups:

Standard resources
Resource that you expect any server to support.
Extension resources
Basic resources, or resources that implement extra-protocols
Admin resources
Resources that allows you to admin Jigsaw.


Standard resources

DirectoryResource
The directory resource handles file system directories.
FileResource
The FileResource handles file within a DirectoryResource.
NegotiatedResource
A resource that will handle negotiation among a given set of variant resources.
HTTPResource
The basic class for all HTTP accessible resources.
PutableDirectory
A directory that supports the PUT method for creating new child resources.
PassDirectory
A directory resource that emulates the CERN-server PASS rule.
CgiResource
A resource that allows you to run CGI/1.1 compliant scripts. This is of course not the recommended way of extending Jigsaw.


Extension resources

CvsDirectoryResource
A resource that gives you CVS access to the server's files through CVS.
PostableResource
The basic class for handling the HTTP POST method.
FilteredResource
The basic class for resources that support filters.
LabelBureauResource
A PICS label bureau resource: will server document labels according to the PICS specifications.


Admin resources

ExtensionsEditor
A resource that allows you to edit the resource indexer extension database.
ThreadStat
A resource that will display the status of the threads running in the server process, and that will refresh it at a given interval of time.
Statistics
A resource that displays internal server statistics (such as number of hits, etc).


Anselm Baird-Smith
$Id: resources.html,v 1.3 1996/04/30 22:21:06 abaird Exp $