I have not committed this. Just submitting it for peer review and approval/suggestions.
I called it mod_TEMPLATE.html rather than mod_template.html in case we have a mod_template at some point, as an implementation of one of the plethora of template-based web content generation tools. Of course, if that were to happen, this will probably be confusing anyway. Thoughts on that? -- Rich Bowen - [EMAIL PROTECTED] ... and another brother out of his mind, and another brother out at New York (not the same, though it might appear so) Somebody's Luggage (Charles Dickens) ========================================================== <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <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><A HREF="#directive2">Directive2</A> <LI><A HREF="#directive3">Directive3</A> </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> <!--%plaintext <?INDEX {\tt Directive1} directive> --> <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. <HR> <H2><A NAME="directive2">Directive2</A> directive</H2> <!--%plaintext <?INDEX {\tt Directive2} directive> --> <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. <HR> <H2><A NAME="directive3">Directive3</A> directive</H2> <!--%plaintext <?INDEX {\tt Directive3} directive> --> <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" --> </BODY> </HTML> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]