1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
<!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Documentation for the WN server</title>
<link rev="made" href="mailto:john@math.nwu.edu">
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="last-modified" content="Fri, 09 Oct 1998 18:18:09 GMT">
<meta http-equiv="keywords" content="WN documentation overview">
</head>
<body bgcolor="#FFFFFF">
<p>
<a href="http://hopf.math.nwu.edu/"><img
src="images/powered.jpg"
border="0"
width="190"
height="41"
align="right"
alt="WN home page"
></a>
</p>
<h2>Documentation for the <em>WN</em> server</h2>
<p>
You can do a <a href="dosearch.html">full text search</a> of this
material and view the matches to your search term in one line of context.
Try this out, it is one of the nice features of <em>WN</em>. Searches
are not case sensitive.
</p>
<hr>
<dl>
<dt>
<big>
<a href="manual.html">User's Guide for the <em>WN</em> Server</a>
</big>
</dt>
<dd>
<p>
The <em>WN</em> user's guide contains seventeen chapters and five
appendices on all aspects of setting up and maintaining a sever.
Here is an <a href="overview.html">overview of the server's
features</a>. Try out the <a href="docindex.html">Index to the
Guide</a>. It illustrates some of the nice features of <em>WN</em>.
</p>
</dd>
<dt>
<big>
<a href="examples/index.html"><em>WN</em> Examples: Forms, Clickable
Images and Authentication</a>
</big>
</dt>
<dd>
<p>
Here are some simple examples of <a
href="http://hoohoo.ncsa.uiuc.edu/cgi/">CGI/1.1</a> forms and
clickable images and authentication. They are intended as examples
to help you set up your own.
</p>
</dd>
<dt>
<big>
<a href="http://hopf.math.nwu.edu/html4/index.html">A Demo of
<em>WN</em>'s Context Searching</a>
</big>
</dt>
<dd>
<p>
The <em>WN</em> server supports a number of searching methods. Here
is the HTML4.0 Internet draft specification (consisting of 39 files)
as a demonstration of context searching and and an index to the
specification with over 1100 entries made by the <em>WN</em> utility
<a href="utility.html#wnindexmaker">wnindexmaker</a>.
</p>
</dd>
<dt>
<big>
<a href="changelog"><em>WN</em> Change Log</a>
</big>
</dt>
<dd>
<p>
This is the log of changes made in various versions of <em>WN</em>.
</p>
</dd>
<dt>
<big>
<a href="http://hopf.math.nwu.edu/src.html">Source files for
<em>WN</em></a>
</big>
</dt>
<dd>
<p>
These are the C language source files for the server proper. You can
browse or search them if you are curious about the server internals.
To download the source use <a
href="ftp://ftp.acns.nwu.edu/pub/wn/wn.tar.gz">ftp://ftp.acns.nwu.edu/pub/wn/wn.tar.gz</a>.
</p>
</dd>
<dt>
<big>
<a href="http://hopf.math.nwu.edu/digestauth/index.html">Prototype
Digest Authentication for the <em>WN</em> server</a>
</big>
</dt>
<dd>
<p>
Digest authentication is a proposed addition for <a
href="http://www.w3c.org/Protocols/">HTTP/1.1</a> which would replace
"Basic authentication". <em>WN</em> includes an experimental
prototype implementation.
</p>
</dd>
<dt>
<big>
<a href="QUICKSTART">Quick start Instructions</a>
</big>
</dt>
<dd>
<p>
Can't wait to get started? Here is a one page instruction sheet to
get you up and running. But it is better to read the chapter "<a
href="setup.html">Installation and Setup of <em>WN</em></a>" of the
<a href="manual.html">manual</a>!
</p>
</dd>
<dt>
<big>
<a href="Gnu_License">GNU General Public License</a>
</big>
</dt>
<dd>
<p>
The <em>WN</em> server is licensed under the <a
href="http://www.gnu.org/">GNU</a> General Public License. This
allows you to use it freely in any way you choose, for any purpose
commercial or non-commercial.
</p>
</dd>
</dl>
<hr size="4">
<address>
<em>WN</em> version 2.0.3
<br>
Copyright © 1998 <a href="mailto:john@math.nwu.edu">John Franks
<john@math.nwu.edu></a>
<br>
licensed under the <a href="http://www.opencontent.org/opl.html">
OpenContent Public License</a>
<br>
last-modified: Fri, 09 Oct 1998 18:18:09 GMT
</address>
</body>
</html>
|