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 2002/07/24 05:13:04 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_echo.html.en mod_echo.xml allmodules.html.en allmodules.xml

rbowen      2002/07/23 20:13:04

  Modified:    docs/manual/mod allmodules.html.en allmodules.xml
  Added:       docs/manual/mod mod_echo.html.en mod_echo.xml
  Log:
  Add documentation for mod_echo.
  
  Revision  Changes    Path
  1.2       +1 -0      httpd-2.0/docs/manual/mod/allmodules.html.en
  
  Index: allmodules.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/allmodules.html.en,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- allmodules.html.en	23 May 2002 14:23:51 -0000	1.1
  +++ allmodules.html.en	24 Jul 2002 03:13:04 -0000	1.2
  @@ -17,6 +17,7 @@
     <modulefile>mod_dav.xml</modulefile>
     <modulefile>mod_deflate.xml</modulefile>
     <modulefile>mod_dir.xml</modulefile>
  +  <modulefile>mod_echo.xml</modulefile>
     <modulefile>mod_env.xml</modulefile>
     <modulefile>mod_example.xml</modulefile>
     <modulefile>mod_expires.xml</modulefile>
  
  
  
  1.7       +1 -0      httpd-2.0/docs/manual/mod/allmodules.xml
  
  Index: allmodules.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/allmodules.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- allmodules.xml	6 May 2002 08:31:44 -0000	1.6
  +++ allmodules.xml	24 Jul 2002 03:13:04 -0000	1.7
  @@ -19,6 +19,7 @@
     <modulefile>mod_dav.xml</modulefile>
     <modulefile>mod_deflate.xml</modulefile>
     <modulefile>mod_dir.xml</modulefile>
  +  <modulefile>mod_echo.xml</modulefile>
     <modulefile>mod_env.xml</modulefile>
     <modulefile>mod_example.xml</modulefile>
     <modulefile>mod_expires.xml</modulefile>
  
  
  
  1.1                  httpd-2.0/docs/manual/mod/mod_echo.html.en
  
  Index: mod_echo.html.en
  ===================================================================
  <html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><!-- 
            XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                  This file is generated from xml source: DO NOT EDIT
            XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
          --><title>mod_echo- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_echo</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap" valign="top"><span class="help">Description:</span></td><td>A simple echo server to illustrate protocol 
  modules</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#Status" class="help">Status:</a></td><td>Experimental</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>echo_module</td></tr><tr><td align="left" valign="top"><a href="module-dict.html#Compatibility" class="help">Compatibility:</a></td><td><compatibility>Available in Apache 2.0 and later</compatibility></td></tr></table></td></tr></table><h2>Summary</h2>
      This module provides an example protocol module to illustrate the
      concept. It provides a simple echo server. Telnet to it and type
      stuff, and it will echo it.
  <h2>Directives</h2><ul><li><a href="#protocolecho">ProtocolEcho</a></li></ul><hr/><h2><a name="ProtocolEcho">ProtocolEcho</a> <a name="protocolecho">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Turn the echo server on or off</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>ProtocolEcho <em>On|Off</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Experimental</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_echo</td></tr><tr><td nowrap="nowrap" align="left" valign="top"><a href="directive-dict.html#Compatibility" class="help">Compatibility:</a></td><td>ProtocolEcho is only available in 2.0 and
  later.</td></tr></table></td></tr></table>
      <p>The <code class="directive">ProtocolEcho</code> directive enables or
      disables the echo server.</p>
  
      <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
      
      ProtocolEcho On
      </code></td></tr></table></blockquote>
  
  <hr/></blockquote><h3 align="center">Apache HTTP Server Version 2.0</h3><a href="./"><img src="../images/index.gif" alt="Index"/></a><a href="../"><img src="../images/home.gif" alt="Home"/></a></body></html>
  
  
  1.1                  httpd-2.0/docs/manual/mod/mod_echo.xml
  
  Index: mod_echo.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  <modulesynopsis>
  
  <name>mod_echo</name>
  <description>A simple echo server to illustrate protocol 
  modules</description>
  <status>Experimental</status>
  <sourcefile>mod_echo.c</sourcefile>
  <identifier>echo_module</identifier>
  <compatibility>Available in Apache 2.0 and later</compatibility>
  
  <summary>
      This module provides an example protocol module to illustrate the
      concept. It provides a simple echo server. Telnet to it and type
      stuff, and it will echo it.
  </summary>
  
  <directivesynopsis>
  
  <name>ProtocolEcho</name>
  <description>Turn the echo server on or off</description>
  <syntax>ProtocolEcho <em>On|Off</em></syntax>
  <contextlist><context>server config</context>
  <context>virtual host</context></contextlist>
  <compatibility>ProtocolEcho is only available in 2.0 and
  later.</compatibility>
  
  <usage>
      <p>The <directive>ProtocolEcho</directive> directive enables or
      disables the echo server.</p>
  
      <example>
      <title>Example</title>
      ProtocolEcho On
      </example>
  
  </usage>
  
  </directivesynopsis>
  </modulesynopsis>
  
  
  
  

Re: cvs commit: httpd-2.0/docs/manual/mod mod_echo.html.en mod_echo.xml allmodules.html.en allmodules.xml

Posted by Rich Bowen <rb...@rcbowen.com>.
On Wed, 24 Jul 2002, Rich Bowen wrote:

> On Wed, 24 Jul 2002, Joshua Slive wrote:
>
> > On Wed, 24 Jul 2002, Rich Bowen wrote:
> > > This still does not show up in directives.html and modules.html. What do
> > > I still need to change to make that happen?
> >
> > I think that is because we haven't setup proper "dependency checking" in
> > Ant.  My guess is that
> > touch mod/directives.xml
> > touch mod/modules.xml
> > style/build.sh
> > will do the trick.  There is probably a better way to handle this, but I'm
> > not sure.
>
> Now I have an empty index.html file, but the directive shows up in
> directives.html. Half way there

Deleted index.html and regenerated. All good now.

-- 
Rich Bowen - rbowen@rcbowen.com
As we trace our own few circles around the sun
We get it backwards and our seven years go by like one
	Dog Years (Rush - Test for Echo - 1999)


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: cvs commit: httpd-2.0/docs/manual/mod mod_echo.html.en mod_echo.xml allmodules.html.en allmodules.xml

Posted by Rich Bowen <rb...@rcbowen.com>.
On Wed, 24 Jul 2002, Joshua Slive wrote:

> On Wed, 24 Jul 2002, Rich Bowen wrote:
> > This still does not show up in directives.html and modules.html. What do
> > I still need to change to make that happen?
>
> I think that is because we haven't setup proper "dependency checking" in
> Ant.  My guess is that
> touch mod/directives.xml
> touch mod/modules.xml
> style/build.sh
> will do the trick.  There is probably a better way to handle this, but I'm
> not sure.

Now I have an empty index.html file, but the directive shows up in
directives.html. Half way there

> For additional commands, e-mail: docs-help@httpd.apache.org

Will do.

-- 
Rich Bowen - rbowen@rcbowen.com
... 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)


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: cvs commit: httpd-2.0/docs/manual/mod mod_echo.html.en mod_echo.xml allmodules.html.en allmodules.xml

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, 24 Jul 2002, Rich Bowen wrote:
> This still does not show up in directives.html and modules.html. What do
> I still need to change to make that happen?

I think that is because we haven't setup proper "dependency checking" in
Ant.  My guess is that
touch mod/directives.xml
touch mod/modules.xml
style/build.sh
will do the trick.  There is probably a better way to handle this, but I'm
not sure.

Joshua.


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: cvs commit: httpd-2.0/docs/manual/mod mod_echo.html.en mod_echo.xml allmodules.html.en allmodules.xml

Posted by Rich Bowen <rb...@rcbowen.com>.
On 24 Jul 2002 rbowen@apache.org wrote:

> rbowen      2002/07/23 20:13:04
>
>   Modified:    docs/manual/mod allmodules.html.en allmodules.xml
>   Added:       docs/manual/mod mod_echo.html.en mod_echo.xml

This still does not show up in directives.html and modules.html. What do
I still need to change to make that happen?

-- 
Who can say where the road goes
Where the day flows
Only time
 --Pilgrim (Enya - A Day Without Rain)


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org