bhyde 99/04/07 08:24:55
Modified: . index.html
Log:
Add a search field and reorder TOC based to usage patterns.
Revision Changes Path
1.76 +13 -4 apache-site/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/apache-site/index.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- index.html 1999/03/23 23:27:36 1.75
+++ index.html 1999/04/07 15:24:51 1.76
@@ -28,8 +28,8 @@
<LI><A HREF="LICENSE.txt">The Apache License</A>
<LI><A HREF="docs/">Server Documentation</A>
<LI><A HREF="docs/misc/FAQ.html">The Apache FAQ</A>
+ <LI><A HREF="awards.html">Awards won by the Apache software</A>
<LI><A HREF="bug_report.html">Bug Reporting</A>
- <LI><A HREF="security_report.html">Security Bug Reporting</A>
<LI><A HREF="info.html">Background Information</A>
<LI><A HREF="library/">Project Library</A>
</UL>
@@ -37,17 +37,26 @@
<TD>
<UL>
<LI><A HREF="dist/">Download!</A>
+ <LI><A HREF="search.html">Search This Site</A>
+ <LI><A HREF="related_projects.html">Related Projects</A>
<LI><A HREF="announcelist.html">Announcements via Email</A>
<LI><A HREF="in_the_news.html">In the News</A>
- <LI><A HREF="related_projects.html">Related Projects</A>
+ <LI><A HREF="security_report.html">Security Bug Reporting</A>
<LI><A HREF="contributors/">Project Contributors</A>
<LI><A HREF="info/">Other Information</A>
- <LI><A HREF="search.html">Search This Site</A>
- <LI><A HREF="awards.html">Awards won by the Apache software</A>
</UL>
</TD>
</TR>
</TABLE>
+
+<center>
+<FORM ACTION="http://search.apache.org/" METHOD="POST">
+<INPUT TYPE="text" NAME="keyword" SIZE=40>
+<input type=hidden name="results" value=20>
+<input type=hidden name="what" value="ap">
+<INPUT TYPE="submit" VALUE="Search Site">
+</FORM>
+</center>
</DIV>