add release dir
This commit is contained in:
47
release/base/cgi/html/archie-adv.html
Normal file
47
release/base/cgi/html/archie-adv.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<HTML>
|
||||
<BODY BGCOLOR="#ccccdd">
|
||||
<TITLE>Search in Archie</TITLE>
|
||||
<!-- Please modify the action field in the following line to accomodate your system -->
|
||||
<FORM method="POST" action="http://archie.bunyip.com/cgi-bin/archie.cgi">
|
||||
<INPUT TYPE=hidden NAME=oflag VALUE="0">
|
||||
<CENTER>
|
||||
<IMG SRC="query.gif" ALT="Archie Query Form"><br>
|
||||
<font size="+2">S</font>earch <font size="+2">f</font>or:<br>
|
||||
<INPUT SIZE=48 NAME="query"><P>
|
||||
</CENTER>
|
||||
<PRE>
|
||||
<blockquote>
|
||||
<b><font size="+1">D</font>atabase:</b> <INPUT TYPE=radio NAME=database VALUE="Anonymous FTP" CHECKED>Anonymous FTP <INPUT TYPE=radio NAME=database VALUE="Web Index">Web Index
|
||||
<b><font size="+1">S</font>earch Type:</b> <INPUT TYPE=radio NAME=type VALUE="Sub String" CHECKED>Sub String <INPUT TYPE=radio NAME=type VALUE="Exact">Exact <INPUT TYPE=radio NAME=type VALUE="Regular Expression">Regular Expression
|
||||
<b><font size="+1">C</font>ase:</b> <INPUT TYPE=radio NAME=case VALUE="Insensitive" CHECKED>Insensitive <INPUT TYPE=radio NAME=case VALUE="Sensitive">Sensitive<p>
|
||||
<b><font size="+1">O</font>utput Format For Web Index Search:</b> <INPUT TYPE=radio NAME="format" VALUE="Keywords Only">Keywords <INPUT TYPE=radio NAME="format" VALUE="Excerpts Only" CHECKED>Excerpts
|
||||
<INPUT TYPE=radio NAME="format" VALUE="Links Only">Links <INPUT TYPE=radio NAME="format" VALUE="Strings Only">Strings
|
||||
</blockquote>
|
||||
<CENTER> <INPUT TYPE="submit" VALUE=" Search "> <INPUT TYPE="reset" VALUE="Reset"></CENTER></PRE>
|
||||
<HR>
|
||||
<H3>Optional Search Parameters</H3>
|
||||
<ul>
|
||||
<p>
|
||||
<li>Maximum Hits: <INPUT TYPE="text" SIZE=5 NAME="maxhits" VALUE="100"><BR>
|
||||
|
||||
<li>If you want to limit the search so that it only looks in certain domains
|
||||
(such as ca, edu or com), enter one or more in the following boxes:<BR>
|
||||
<INPUT TYPE="text" NAME=domain1 SIZE=5> <INPUT TYPE="text" NAME=domain2
|
||||
SIZE=5> <INPUT TYPE="text" NAME=domain3 SIZE=5> <INPUT TYPE="text"
|
||||
NAME=domain4 SIZE=5> <INPUT TYPE="text" NAME=domain5 SIZE=5>
|
||||
<!--A HREF="domains.html"To view a list of domains/A--!><BR>
|
||||
|
||||
<li>Limit the search results to match a directory path (this is optional):
|
||||
<BR><INPUT TYPE="text" SIZE=48 NAME="path"><BR>
|
||||
|
||||
<li>You can use as many terms as you like in your path restriction field, as long as you separate them by spaces. The operator among these terms is:
|
||||
<BR><INPUT TYPE=radio NAME=pathrel VALUE="OR" CHECKED> OR <INPUT TYPE=radio NAME=pathrel VALUE="AND"> AND<BR>
|
||||
|
||||
<li>Exclude search results that match a directory path you don't want (this is also optional):
|
||||
<BR><INPUT TYPE="text" SIZE=48 NAME="expath"><BR>
|
||||
</ul>
|
||||
<CENTER>
|
||||
<B><A HREF="archie-help.html">Help</A> | <A HREF="archie.html">Simple Search</A> | <A HREF="http://www.bunyip.com/products/archie"> Archie's Home Page</A></B>
|
||||
</CENTER>
|
||||
</FORM>
|
||||
</HTML>
|
||||
138
release/base/cgi/html/archie-help.html
Normal file
138
release/base/cgi/html/archie-help.html
Normal file
@@ -0,0 +1,138 @@
|
||||
<html>
|
||||
<title>Archie Help</title>
|
||||
<center><h2>Archie Help</h2></center>
|
||||
<blockquote>This help file explains in moderate detail what each field in the search page
|
||||
means. If you still can't locate the help you need or you want to report an
|
||||
error please mail us at <i><A
|
||||
HREF="mailto:archie-group@bunyip.com">archie-group@bunyip.com</A></i> and we
|
||||
will get back to you as soon as we can.
|
||||
</blockquote>
|
||||
<hr>
|
||||
<br>
|
||||
<b>Search For:</b>
|
||||
<blockquote>
|
||||
Here you type in the search variable. If regular expression is the type of
|
||||
search you are using then the string would be the
|
||||
<A HREF="archie-help.html#regex" REL="SUBDOCUMENT">regular expression</A> you are
|
||||
looking for.
|
||||
</blockquote>
|
||||
|
||||
<b>Database:</b>
|
||||
<blockquote>
|
||||
The database which will be undergoing the search. If you are searching the
|
||||
web then press on the <i>Web Index</i> button. Otherwise if you are searching
|
||||
the FTP sites then press on the other button.
|
||||
</blockquote>
|
||||
|
||||
<b>Search Type:</b>
|
||||
<blockquote>
|
||||
<ul>
|
||||
<li><b>Exact: </b>
|
||||
<li><b>Sub String: </b><br>
|
||||
<i>Substring (case insensitive)</i>: A match occurs if
|
||||
the file (or directory) name in the database contains
|
||||
the user-given substring, without regard to case.
|
||||
<pre>
|
||||
Example:
|
||||
|
||||
The pattern:
|
||||
is
|
||||
|
||||
matches any of the following:
|
||||
|
||||
islington
|
||||
this
|
||||
poison
|
||||
|
||||
</pre>
|
||||
<i>Substring (case sensitive):</i> As above, but taking case as significant.
|
||||
|
||||
<pre>
|
||||
Example:
|
||||
|
||||
The pattern:
|
||||
|
||||
TeX
|
||||
|
||||
will match:
|
||||
|
||||
LaTeX
|
||||
|
||||
but neither of the following:
|
||||
|
||||
Latex
|
||||
TExTroff
|
||||
</pre>
|
||||
<li><b><A NAME="regex" REL="SUBDOCUMENT">Regular Expression</A>: </b>
|
||||
Regular expressions follow the conventions of the ed(1) command,
|
||||
allowing sophisticated pattern matching. Regular expressions imbue
|
||||
certain characters with special meaning, providing a quoting mechanism to remove
|
||||
this special meaning when required.
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
<b>Case: </b>
|
||||
<blockquote>
|
||||
This option only affects searches of type Regular Expression and Substring.
|
||||
</blockquote>
|
||||
|
||||
<b>Output Format: </b>
|
||||
<blockquote>
|
||||
This controls the output format for results from the Web Index database.
|
||||
<ul>
|
||||
<li><b>Keywords Only</b>: The most frequently occurring Keywords in each document will
|
||||
be displayed after the document's URL.
|
||||
<li><b>Excerpts Only</b>: A short excerpt from each document is displayed
|
||||
after its URL.
|
||||
<li><b>Links Only</b>: Only links are displayed with no further details. No excerpts
|
||||
or Keywords are displayed with each URL.
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
<h3>Optional Parameters</h3>
|
||||
<ul>
|
||||
<li><b>Path restriction or exclusion: </b>Several parameters could be used to
|
||||
improve your search results. But first you must specify what type of operation
|
||||
to be used on those upcoming fields. If you specify <b>OR</b> then you ask
|
||||
that the strings you provide in these fields have an OR relationship among
|
||||
them. Otherwise if you specify <b>AND</b> then you are asking for all the
|
||||
strings that you provide in these fields to be considered.
|
||||
<ul>
|
||||
<li><b>Path Restriction</b> : You can improve the results by restricting on
|
||||
the path of each URL that comes back. The strings you provide in these field
|
||||
will be matched against the paths returned in the result and paths that do not
|
||||
contain these strings will be disregarded. If you have chosen the <b>OR</b>
|
||||
as your operator among the strings then if any of the strings occur in a path
|
||||
this path will be considered valid. However if you have chosen <b>AND</b> as
|
||||
your operator then unless all the entered strings appear in the path, the path
|
||||
is invalid.
|
||||
<li><b>Path Exclusion</b> : You can exclude certain results from coming back
|
||||
if they contain a specific string you don't need to see. By specifying this
|
||||
string in this field you will achieve your goal.
|
||||
</ul>
|
||||
<li><b>Domains: </b> This variable allows you to restrict the scope of
|
||||
your search based upon the Fully Qualified Domain Names (FQDN) of the
|
||||
anonymous FTP or Web sites being searched. In this way, you can specify a
|
||||
list of domain names to which all returned sites must match.
|
||||
|
||||
<li><b>Maximum Hits :</b> Allows Archie to generate at most the
|
||||
specified number of matches (permissible range: 0-200; default: 100).
|
||||
|
||||
<li><b>Maximum Hits Per Match :</b> Across all the anonymous FTP and
|
||||
Web archives on the Internet (and even on one single anonymous FTP archive) many
|
||||
files will have the same name. For example, if you
|
||||
search for a very common filename like "README" you can
|
||||
get hundreds even thousands of matches. You can limit
|
||||
the number of files with the same name through this variable.
|
||||
|
||||
<li><b>Maximum Match :</b> This variable will limit the number filenames (or
|
||||
strings matched) returned.
|
||||
For example, if maxmatch is set to 2 and you perform a
|
||||
substring search for the string "etc", and the database
|
||||
contains filenames "etca", "betc" and "detc" only the
|
||||
filenames "etca" and "betc" will be returned. However,
|
||||
depending on the values of maxhitspm and maxhits you
|
||||
will get back a number of actual files with those
|
||||
names.
|
||||
</ul>
|
||||
</html>
|
||||
30
release/base/cgi/html/archie.html
Normal file
30
release/base/cgi/html/archie.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<HTML>
|
||||
<BODY BGCOLOR="#ccccdd">
|
||||
<TITLE>Search in Archie</TITLE>
|
||||
<!-- Please modify the action field in the following line to accomodate your system -->
|
||||
<FORM method="POST" action="http://archie.bunyip.com/cgi-bin/archie.cgi">
|
||||
|
||||
<INPUT TYPE=hidden NAME=oflag VALUE="0">
|
||||
<CENTER>
|
||||
<IMG SRC="query.gif" ALT="Archie Query Form"><br>
|
||||
<font size="+2">S</font>earch <font size="+2">f</font>or:<br>
|
||||
<INPUT SIZE=48 NAME="query"><br>
|
||||
<INPUT TYPE="submit" VALUE=" Search "><INPUT TYPE="reset" VALUE="Reset">
|
||||
</CENTER>
|
||||
<PRE>
|
||||
<blockquote>
|
||||
<b><font size="+1">D</font>atabase:</b> <INPUT TYPE=radio NAME=database VALUE="Anonymous FTP" CHECKED>Anonymous FTP <INPUT TYPE=radio NAME=database VALUE="Web Index">Web Index
|
||||
<b><font size="+1">S</font>earch Type:</b> <INPUT TYPE=radio NAME=type VALUE="Sub String" CHECKED>Sub String <INPUT TYPE=radio NAME=type VALUE="Exact">Exact <INPUT TYPE=radio NAME=type VALUE="Regular Expression">Regular Expression
|
||||
<b><font size="+1">C</font>ase:</b> <INPUT TYPE=radio NAME=case VALUE="Insensitive" CHECKED>Insensitive <INPUT TYPE=radio NAME=case VALUE="Sensitive">Sensitive<p>
|
||||
<b><font size="+1">O</font>utput Format For Web Index Search:</b> <INPUT TYPE=radio NAME="format" VALUE="Keywords Only">Keywords
|
||||
<INPUT TYPE=radio NAME="format" VALUE="Excerpts Only" CHECKED>Excerpts
|
||||
<INPUT TYPE=radio NAME="format" VALUE="Links Only">Links
|
||||
<INPUT TYPE=radio NAME="format" VALUE="Strings Only">Strings
|
||||
</blockquote>
|
||||
</PRE>
|
||||
<HR>
|
||||
<CENTER>
|
||||
<B><A HREF="archie-help.html">Help</A> | <A HREF="archie-adv.html">Advanced Search</A> | <A HREF="http://www.bunyip.com/products/archie"> Archie's Home Page</A></B>
|
||||
</CENTER>
|
||||
</FORM>
|
||||
</HTML>
|
||||
BIN
release/base/cgi/html/query.gif
Normal file
BIN
release/base/cgi/html/query.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
BIN
release/base/cgi/html/results.gif
Normal file
BIN
release/base/cgi/html/results.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user