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
|
<!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>How the Index to WN User's Guide Works</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 index">
</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>
<strong>Version 2.0.3</strong>
<br>
<!-- pnuts --> <a href="configmacros.html">[Previous]</a> <a href="docindex.html">[Next]</a> <a href="manual.html">[Up]</a> <a href="manual.html">[Top]</a> <a href="dosearch.html">[Search]</a> <a href="docindex.html">[Index]</a>
<br clear="right">
<hr size="4">
<!-- #start -->
<h2 align="center">How the Index to <em>WN</em> User's Guide Server
Works</h2>
<hr size="4">
<p>
The file <a href="docindex.html"><code>docindex.html</code></a> was
produced by the <em>WN</em> utility <a
href="utility.html#wnindexmaker"><code>wnindexmaker</code></a>.
<code>wnindexmaker</code> produces a collection of HTML unordered lists
with entries like:
</p>
<blockquote>
<code>
<li> <a href="search=context?content-type">content-type</a>
</code>
</blockquote>
<p>
This is an anchor to a relative URL. The complete URL would be:
</p>
<blockquote>
<code>
http://host/docs/search=context?content-type
</code>
</blockquote>
<p>
which asks the server to do a <a href="search.html#context">context
search</a> of the 25 files in the <a href="manual.html">User's Guide</a>
with query term "<code>content-type</code>". When this is selected the
server returns a list of all files in the directory with matches, with a
sublist for each list consisting of the lines that contain a match.
Selecting one of the highlighted search terms in a match line causes the
server to return document positioned at the location of the matched
item. This is part of all context searches. It is done by inserting an
anchor on the fly at the location of the match.
</p>
<!-- #end -->
<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>
<!-- pnuts --> <a href="configmacros.html">[Previous]</a> <a href="docindex.html">[Next]</a> <a href="manual.html">[Up]</a> <a href="manual.html">[Top]</a> <a href="dosearch.html">[Search]</a> <a href="docindex.html">[Index]</a>
</body>
</html>
|