You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/04/23 12:01:38 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_cgi.html mod_cgi.xml mod_negotiation.html mod_negotiation.xml

yoshiki     02/04/23 03:01:38

  Modified:    docs/manual/howto ssi.html.en
               docs/manual/mod mod_cgi.html mod_cgi.xml
                        mod_negotiation.html mod_negotiation.xml
  Log:
  s/.html.html/.html/
  
  Revision  Changes    Path
  1.10      +1 -1      httpd-2.0/docs/manual/howto/ssi.html.en
  
  Index: ssi.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/howto/ssi.html.en,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ssi.html.en	5 Dec 2001 19:11:45 -0000	1.9
  +++ ssi.html.en	23 Apr 2002 10:01:38 -0000	1.10
  @@ -100,7 +100,7 @@
           href="../mod/mod_include.html#xbithack">XBitHack</a><br />
            <a href="../mod/mod_mime.html#addtype">AddType</a><br />
            <a
  -        href="../mod/core.html.html#setoutputfilter">SetOutputFilter</a><br />
  +        href="../mod/core.html#setoutputfilter">SetOutputFilter</a><br />
            <a
           href="../mod/mod_setenvif.html#BrowserMatchNoCase">BrowserMatchNoCase</a><br />
            </td>
  
  
  
  1.30      +2 -2      httpd-2.0/docs/manual/mod/mod_cgi.html
  
  Index: mod_cgi.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgi.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- mod_cgi.html	2 Apr 2002 20:40:47 -0000	1.29
  +++ mod_cgi.html	23 Apr 2002 10:01:38 -0000	1.30
  @@ -20,7 +20,7 @@
       <p>When the server invokes a CGI script, it will add a variable
       called <code>DOCUMENT_ROOT</code> to the environment. This
       variable will contain the value of the
  -    <a class="directive" href="core.html.html#documentroot"><code class="directive">DocumentRoot</code></a> configuration
  +    <a class="directive" href="core.html#documentroot"><code class="directive">DocumentRoot</code></a> configuration
       variable.</p>
   
       <p>For an introduction to using CGI scripts with Apache, see
  @@ -143,4 +143,4 @@
       growth, this directive can be used to set an maximum file-size for
       the CGI logfile. If the file exceeds this size, no more
       information will be written to it.</p>
  -<hr/><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></blockquote></body></html>
  \ No newline at end of file
  +<hr/><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></blockquote></body></html>
  
  
  
  1.3       +2 -2      httpd-2.0/docs/manual/mod/mod_cgi.xml
  
  Index: mod_cgi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgi.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_cgi.xml	6 Mar 2002 22:16:49 -0000	1.2
  +++ mod_cgi.xml	23 Apr 2002 10:01:38 -0000	1.3
  @@ -27,7 +27,7 @@
       <p>When the server invokes a CGI script, it will add a variable
       called <code>DOCUMENT_ROOT</code> to the environment. This
       variable will contain the value of the
  -    <directive module="core.html">DocumentRoot</directive> configuration
  +    <directive module="core">DocumentRoot</directive> configuration
       variable.</p>
   
       <p>For an introduction to using CGI scripts with Apache, see
  @@ -199,4 +199,4 @@
   </usage>
   </directivesynopsis>
   
  -</modulesynopsis>
  \ No newline at end of file
  +</modulesynopsis>
  
  
  
  1.26      +2 -2      httpd-2.0/docs/manual/mod/mod_negotiation.html
  
  Index: mod_negotiation.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- mod_negotiation.html	2 Apr 2002 20:40:47 -0000	1.25
  +++ mod_negotiation.html	23 Apr 2002 10:01:38 -0000	1.26
  @@ -13,7 +13,7 @@
         <code>type-map</code>) which explicitly lists the files
         containing the variants.</li>
   
  -      <li>A MultiViews search (enabled by the MultiViews <a class="directive" href="core.html.html#options"><code class="directive">Options</code></a>, where the server does an
  +      <li>A MultiViews search (enabled by the MultiViews <a class="directive" href="core.html#options"><code class="directive">Options</code></a>, where the server does an
         implicit filename pattern match, and choose from amongst the
         results.</li>
       </ul>
  @@ -175,4 +175,4 @@
       language cannot be determined by any other means or the <a class="directive" href="#forcelanguagepriority"><code class="directive">ForceLanguagePriority</code></a> directive
       is not <code>None</code>. Correctly implemented HTTP/1.1 requests
       will mean this directive has no effect.</p>
  -<hr/><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></blockquote></body></html>
  \ No newline at end of file
  +<hr/><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></blockquote></body></html>
  
  
  
  1.2       +2 -2      httpd-2.0/docs/manual/mod/mod_negotiation.xml
  
  Index: mod_negotiation.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_negotiation.xml	9 Mar 2002 18:31:00 -0000	1.1
  +++ mod_negotiation.xml	23 Apr 2002 10:01:38 -0000	1.2
  @@ -22,7 +22,7 @@
         containing the variants.</li>
   
         <li>A MultiViews search (enabled by the MultiViews <directive
  -      module="core.html">Options</directive>, where the server does an
  +      module="core">Options</directive>, where the server does an
         implicit filename pattern match, and choose from amongst the
         results.</li>
       </ul>
  @@ -240,4 +240,4 @@
   </usage>
   </directivesynopsis>
   
  -</modulesynopsis>
  \ No newline at end of file
  +</modulesynopsis>
  
  
  

Re: What's the recommend version of Xalan and Xerces?

Posted by Yoshiki Hayashi <yo...@xemacs.org>.
Joshua Slive <jo...@slive.ca> writes:

> On 23 Apr 2002, Yoshiki Hayashi wrote:
> > What is the recommended version of Xalan and Xerces?  I have
> > Xalan 1.2.2 and Xerces 1.4.3 installed from Debian unstable
> > package.  When I ran styles/build.sh to generate HTML from
> > XML docs, the diff was a bit larger than expected namely
> > because it reordered attributes like href and class.

> I think that is because I used Xalan-C to generate the docs at one point,
> at it does the ordering differently from Xalan-J.

Thanks for this info.  I feared that I might be missing
something obvious which is not written in
docsformat.html. :-)

> But
> in general, I wouldn't worry about the size of the diffs.  Those are
> generated files; they are only in CVS for the convenience of the release
> manager.

I thought it would make reviewing a bit harder, but it will
be solved by as simple way as doing separate commit of
generated files.  I'll do it that way the next time I touch
module docs.

-- 
Yoshiki Hayashi

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


Re: What's the recommend version of Xalan and Xerces?

Posted by Joshua Slive <jo...@slive.ca>.
On 23 Apr 2002, Yoshiki Hayashi wrote:
> What is the recommended version of Xalan and Xerces?  I have
> Xalan 1.2.2 and Xerces 1.4.3 installed from Debian unstable
> package.  When I ran styles/build.sh to generate HTML from
> XML docs, the diff was a bit larger than expected namely
> because it reordered attributes like href and class.
>
> Since the change itself was quite small, I hand-edited auto-
> generated HTML files to reflect the change but I don't think
> I want to do that for larger changes. :-)


I think that is because I used Xalan-C to generate the docs at one point,
at it does the ordering differently from Xalan-J.  Pretty irritating.  But
in general, I wouldn't worry about the size of the diffs.  Those are
generated files; they are only in CVS for the convenience of the release
manager.  If we can settle on a single transformer for everyone to use,
then the problem should go away.

Joshua.


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


What's the recommend version of Xalan and Xerces?

Posted by Yoshiki Hayashi <yo...@xemacs.org>.
yoshiki@apache.org writes:

> yoshiki     02/04/23 03:01:38
> 
>   Modified:    docs/manual/howto ssi.html.en
>                docs/manual/mod mod_cgi.html mod_cgi.xml
>                         mod_negotiation.html mod_negotiation.xml
>   Log:
>   s/.html.html/.html/

What is the recommended version of Xalan and Xerces?  I have
Xalan 1.2.2 and Xerces 1.4.3 installed from Debian unstable
package.  When I ran styles/build.sh to generate HTML from
XML docs, the diff was a bit larger than expected namely
because it reordered attributes like href and class.

Since the change itself was quite small, I hand-edited auto-
generated HTML files to reflect the change but I don't think
I want to do that for larger changes. :-)

-- 
Yoshiki Hayashi

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