Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / WWW / User / Reference / resources.html
diff --git a/JMCR-Stable/real-world application/jigsaw/WWW/User/Reference/resources.html b/JMCR-Stable/real-world application/jigsaw/WWW/User/Reference/resources.html
new file mode 100644 (file)
index 0000000..f8b4ca9
--- /dev/null
@@ -0,0 +1,254 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">\r
+<HTML>\r
+<HEAD>\r
+  <!-- Changed by: Benoit Mahe, 25-Jun-1997 -->\r
+  <META NAME="GENERATOR" CONTENT="Mozilla/3.01Gold (X11; I; SunOS 5.5 sun4u) [Netscape]">\r
+  <TITLE>All Resources</TITLE>\r
+</HEAD>\r
+<BODY BGCOLOR="#FFFFFF">\r
+<P>\r
+<!-- Created by GNNpress/1.2 --><!-- Changed by: Anselm Baird-Smith,  4-Feb-1997\r
+--><A HREF="http://www.w3.org/pub/WWW/" TARGET="_top_"><IMG SRC="/icons/WWW/w3c_home.gif"\r
+    ALT="W3C" BORDER=0 HEIGHT=48 WIDTH=72></A>\r
+<A HREF="http://www.w3.org/pub/WWW/Jigsaw/" TARGET="_top_"><IMG SRC="/icons/jigsaw" ALT="Jigsaw"\r
+    BORDER=0 ></A><A HREF="http://www.w3.org/pub/WWW/Jigsaw/" TARGET="_top_"> </A>\r
+<PRE><A HREF="filters.html">All Filters</A>\r
+</PRE>\r
+<P>\r
+  <HR>\r
+<H1>\r
+  <B>Jigsaw </B>resources index\r
+</H1>\r
+<P>\r
+This index briefly describes what resources are currently available in the\r
+<B>Jigsaw</B> release. See the <A HREF="../Introduction/indexer.html">indexer\r
+documentation</A> to understand how these resources are created by default.\r
+<P>\r
+To be more readable, the list of available resources has been split into\r
+three groups:\r
+<DL>\r
+  <DT>\r
+    <A HREF="#root">Root resources</A>\r
+  <DD>\r
+    Resources suitable to be used as the root of your server, as defined by the\r
+    <A HREF="w3c.jigsaw.http.GeneralProp.html#w3c.jigsaw.root.name">w3c.jigsaw.root.name</A>\r
+    general property.\r
+  <DT>\r
+    <A HREF="#standard">Standard resources</A>\r
+  <DD>\r
+    Resources that you expect any server to support.\r
+  <DT>\r
+    <A HREF="#extension">Extension resources</A>\r
+  <DD>\r
+    Basic resources, or resources that implement extra protocols.\r
+  <DT>\r
+    <A HREF="#admin">Admin resources</A>\r
+  <DD>\r
+    Resources that allow you to administer <B>Jigsaw</B>.\r
+  <DT>\r
+    <A HREF="#property">Property resources</A>\r
+  <DD>\r
+    Resources that wraps a sub-set of <B>Jigsaw</B> properties in order to make\r
+    themn editable.\r
+</DL>\r
+<P>\r
+  <HR>\r
+<H2>\r
+  <A NAME="root"></A>Root resources\r
+</H2>\r
+<DL>\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.resources.DirectoryResource.html">DirectoryResource</A>\r
+  <DD>\r
+    The directory resource handles file system directories.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.proxy.ProxyDirectory.html">ProxyDirectory</A>\r
+  <DD>\r
+    A resource that will turn <B>Jigsaw</B> into a fully HTTP/1.1 compliant proxy.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.proxy.MirrorDirectory.html">MirrorDirectory</A>\r
+  <DD>\r
+    A resource to mirror other web sites.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.resources.VirtualHostResource.html">VirtualHostResource</A>\r
+  <DD>\r
+    A top level resource that will handle virtual hosts <I>without</I> consuming\r
+    IP addresses !\r
+</DL>\r
+<P>\r
+  <HR>\r
+<H2>\r
+  <A NAME="standard"></A>Standard resources\r
+</H2>\r
+<DL>\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.resources.FileResource.html">FileResource</A>\r
+  <DD>\r
+    The FileResource handles files within a DirectoryResource.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.resources.NegotiatedResource.html">NegotiatedResource</A>\r
+  <DD>\r
+    A resource that will handle negotiation among a given set of variant resources.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.resources.HTTPResource.html">HTTPResource</A>\r
+  <DD>\r
+    The basic class for all HTTP accessible resources.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.resources.PutableDirectory.html">PutableDirectory</A>\r
+  <DD>\r
+    A directory that supports the PUT method for creating new child resources.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.resources.PassDirectory.html">PassDirectory</A>\r
+  <DD>\r
+    A directory resource that emulates the CERN-server PASS rule.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.forms.CgiResource.html">CgiResource</A>\r
+  <DD>\r
+    A resource that allows you to run CGI/1.1 compliant scripts. This is of course\r
+    not the recommended way of extending <B>Jigsaw</B>.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.ssi.SSIResource.html">SSIResource</A>\r
+  <DD>\r
+    A resource that will serve file and&nbsp;run any server side include command.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.map.MapResource.html">MapResource</A>\r
+  <DD>\r
+    A resource that handles both CERN-server style and NCSA style image maps.\r
+</DL>\r
+<P>\r
+  <HR>\r
+<H2>\r
+  <A NAME="extension"></A>Extension resources\r
+</H2>\r
+<DL>\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.cvs.AutoLookupDirectory.html">AutoLookupDirectory</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    A resource that can fetch or update files directly from CVS.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.cvs.CvsDirectoryResource.html">CvsDirectoryResource</A>\r
+  <DD>\r
+    A resource that gives you CVS access to the server's files through CVS.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.forms.PostableResource.html">PostableResource</A>\r
+  <DD>\r
+    The basic class for handling the HTTP POST method.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.resources.FilteredResource.html">FilteredResource</A>\r
+  <DD>\r
+    The basic class for resources that support filters.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.pics.LabelBureauResource.html">LabelBureauResource</A>\r
+  <DD>\r
+    A PICS label bureau resource: will serve document labels according to the\r
+    <A HREF="../../../PICS/Overview.html">PICS specifications</A>.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.pics.DataBaseBureauResource.html">DataBaseBureauResource</A>\r
+    <DL>\r
+      <DT>\r
+       A PICS label bureau resource: will serve document labels according to the\r
+       <A HREF="../../../PICS/Overview.html">PICS specifications</A>.\r
+      <DT>\r
+       This implementation use a real database to store labels.\r
+    </DL>\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.servlet.ServletDirectory.html">ServletDirectory</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    A <I>context</I> and container for servlets. All servlets should be made\r
+    children of a ServletDirectory instance.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.servlet.ServletWrapper.html">ServletWrapper</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    Implementation of Sun's servlet API, for local classes\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.servlet.RemoteServletWrapper.html">RemoteServletWrapper</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    Implementation of Sun's servlet API, will remotely fetch the servlet classes,\r
+    using HTTP.\r
+</DL>\r
+<P>\r
+  <HR>\r
+<H2>\r
+  <A NAME="admin"></A>Admin resources\r
+</H2>\r
+<DL>\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.indexer.ExtensionsEditor.html">ExtensionsEditor</A>\r
+  <DD>\r
+    A resource that allows you to edit the resource indexer extension database.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.status.ThreadStat.html">ThreadStat</A>\r
+  <DD>\r
+    A resource that will display the status of the threads running in the server\r
+    process, and that will refresh it at a given interval of time.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.status.Statistics.html">Statistics</A>\r
+  <DD>\r
+    A resource that displays internal server statistics (such as number of hits,\r
+    etc).\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.contrib.PasswordEditor.html">PasswordEditor</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    A resource that allow web site users to change their own password.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.contrib.SalvagerResource.html">SalvagerResource</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    A resource that will walk through your entire resource space, checking for\r
+    the validity and reachability of all installed resources.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.contrib.CheckpointResource.html">CheckpointResource</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    A resource that will periodically make sure that <B>Jigsaw</B> configuration\r
+    has been saved back to disk.\r
+</DL>\r
+<P>\r
+  <HR>\r
+<H2>\r
+  <A NAME="property"></A>Property resources\r
+</H2>\r
+<DL>\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.http.UnixProp.html">UnixProp</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    UNIX specific properties editor. Allows you to chroot <B>Jigsaw</B> and run\r
+    it on port 80.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.http.socket.SocketConnectionProp.html">SocketConnectionProp</A>\r
+    <IMG SRC="/icons/WWW/new_red" HEIGHT=13 WIDTH=32>\r
+  <DD>\r
+    Connection properties specific to the raw socket client and client factory.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.http.LoggingProp.html">LoggingProp</A>\r
+  <DD>\r
+    Gives editable access to <B>Jigsaw</B> logging properties.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.http.GeneralProp.html">GeneralProp</A>\r
+  <DD>\r
+    Gives editable access to <B>Jigsaw</B> general properties.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.proxy.ProxyProp.html">ProxyProp</A>\r
+  <DD>\r
+    Gives editable access to <B>Jigsaw</B> client-side specific properties to\r
+    customize it when used by the proxy. This will only appear when you use the\r
+    <A HREF="w3c.jigsaw.proxy.ProxyDirectory.html">ProxyDirectory</A> resource.\r
+  <DT>\r
+    <A HREF="w3c.jigsaw.proxy.CacheProp.html">CacheProp</A>\r
+  <DD>\r
+    Gives editable access to <B>Jigsaw</B> client-side cache, when the proxy\r
+    resource is used.\r
+</DL>\r
+<H1>\r
+    <HR>\r
+</H1>\r
+<P>\r
+<I><A HREF="mailto:jigsaw@w3c.org">Anselm Baird-Smith<BR>\r
+</A></I>$Id: resources.html,v 1.1 2010/06/15 12:22:27 smhuang Exp $\r
+</BODY></HTML>\r