You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/08/22 03:42:44 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_TEMPLATE.html

rbowen      01/08/21 18:42:44

  Added:       docs/manual/mod mod_TEMPLATE.html
  Log:
  Base template for Apache module documentation
  
  Revision  Changes    Path
  1.1                  httpd-2.0/docs/manual/mod/mod_TEMPLATE.html
  
  Index: mod_TEMPLATE.html
  ===================================================================
  <html>
  <head>
  <title>Apache module mod_foo</title>
  </head>
  
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink=
  "#000080" alink="#FF0000">
  
  <!--#include virtual="header.html" -->
  
  <h1 align="center">Module mod_foo</h1>
  
  The module mod_foo should be summarized in a sentence or two here.
  A more complete summary is below, so keep it short. You might say
  something about what is necessary to enable the functionality, and
  link to the relevant doc. See <a href=
  "mod_autoindex.html"><code>mod_autoindex</code></a> as a good
  example. 
  
  <p><a href="module-dict.html#Status" rel=
  "Help"><strong>Status:</strong></a> Base<br>
  
   <a href="module-dict.html#SourceFile" rel="Help"><strong>Source
  File:</strong></a> mod_autoindex.c<br>
  
   <a href="module-dict.html#ModuleIdentifier" rel=
  "Help"><strong>Module Identifier:</strong></a> foo_module</p>
  
  <h2>Summary</h2>
  
  A more detailed summary goes here, but it should still be kept to a
  few short paragraphs. More detailed discussion of the finer points
  of the module should be left for below. 
  
  <h2>Directives</h2>
  
  <ul>
  <li><a href="#directive1">Directive1</a></li>
  
  <li><a href="#directive2">Directive2</a></li>
  
  <li><a href="#directive3">Directive3</a></li>
  </ul>
  
  <p>See also: <a href="core.html#options">Options</a> and <a href=
  "mod_dir.html#directoryindex">DirectoryIndex</a>.</p>
  
  <h2>More detailed discussion one</h2>
  
  <p>Here you can discuss in detail a particular point of interest,
  or soemthing which requires a detailed explanation. This is a good
  place for examples and tutorial-style discussion.</p>
  
  <h2>Detailed discussion two</h2>
  
  <p>You can have more than one such discussion, if appropriate.</p>
  
  <hr>
  <h2><a name="directive1">Directive1</a> directive</h2>
  
  <a href="directive-dict.html#Syntax" rel=
  "Help"><strong>Syntax:</strong></a> Directive 1 <em>argument</em>
  [<em>optional_argument</em>] ...<br>
  
   <a href="directive-dict.html#Context" rel=
  "Help"><strong>Context:</strong></a> server config, virtual host,
  directory, .htaccess<br>
  
   <a href="directive-dict.html#Override" rel=
  "Help"><strong>Override:</strong></a> Indexes<br>
  
   <a href="directive-dict.html#Status" rel=
  "Help"><strong>Status:</strong></a> Base<br>
  
   <a href="directive-dict.html#Module" rel=
  "Help"><strong>Module:</strong></a> mod_foo 
  
  <p><em>Directive1</em> will be described in detail here. Each
  argument should be explained, with example values.</p>
  
  <hr>
  <h2><a name="directive2">Directive2</a> directive</h2>
  
  <a href="directive-dict.html#Syntax" rel=
  "Help"><strong>Syntax:</strong></a> Directive2 <em>argument</em>
  [<em>optional_argument</em>] ...<br>
  
   <a href="directive-dict.html#Context" rel=
  "Help"><strong>Context:</strong></a> server config, virtual host,
  directory, .htaccess<br>
  
   <a href="directive-dict.html#Override" rel=
  "Help"><strong>Override:</strong></a> Indexes<br>
  
   <a href="directive-dict.html#Status" rel=
  "Help"><strong>Status:</strong></a> Base<br>
  
   <a href="directive-dict.html#Module" rel=
  "Help"><strong>Module:</strong></a> mod_foo 
  
  <p><em>Directive2</em> should then be described in the same manner.</p>
  
  <hr>
  <h2><a name="directive3">Directive3</a> directive</h2>
  
  <a href="directive-dict.html#Syntax" rel=
  "Help"><strong>Syntax:</strong></a> Directive3 <em>argument</em>
  [<em>optional_argument</em>] ...<br>
  
   <a href="directive-dict.html#Context" rel=
  "Help"><strong>Context:</strong></a> server config, virtual host,
  directory, .htaccess<br>
  
   <a href="directive-dict.html#Override" rel=
  "Help"><strong>Override:</strong></a> Indexes<br>
  
   <a href="directive-dict.html#Status" rel=
  "Help"><strong>Status:</strong></a> Base<br>
  
   <a href="directive-dict.html#Module" rel=
  "Help"><strong>Module:</strong></a> mod_foo 
  
  <p><em>Directive3</em> is described here, and so on. 
  
  <!--#include virtual="footer.html" -->
  
  </p>
  </body>
  </html>