You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2003/06/19 20:40:50 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_ssl.xml quickreference.xml

slive       2003/06/19 11:40:50

  Modified:    docs/manual sitemap.xml
               docs/manual/mod mod_ssl.xml quickreference.xml
  Log:
  Fix some really nasty markup in mod_ssl (well, just a work-around
  really; the <pre> needs to be removed).
  
  Add a missing faq section to the sitemap (my fault)
  
  Add a columnspec to the quickreference.
  
  Revision  Changes    Path
  1.31      +1 -1      httpd-2.0/docs/manual/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -d -b -u -r1.30 -r1.31
  --- sitemap.xml	13 Jun 2003 15:12:01 -0000	1.30
  +++ sitemap.xml	19 Jun 2003 18:40:49 -0000	1.31
  @@ -59,8 +59,8 @@
   <category id="faq">
   <title>Apache Server Frequently Asked Questions</title>
   <page href="faq/">Overview</page>
  -<page separate="yes" href="faq/all_in_one.html">All on One Page</page>
   <page href="faq/support.html">Support</page>
  +<page href="faq/error.html">Error Messages</page>
   </category>
   
   <category id="ssl">
  
  
  
  1.15      +3 -4      httpd-2.0/docs/manual/mod/mod_ssl.xml
  
  Index: mod_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -d -b -u -r1.14 -r1.15
  --- mod_ssl.xml	18 Apr 2003 02:28:28 -0000	1.14
  +++ mod_ssl.xml	19 Jun 2003 18:40:49 -0000	1.15
  @@ -1108,8 +1108,8 @@
               and %{TIME_HOUR} &gt;= 8 and %{TIME_HOUR} &lt;= 20       ) \<br />
              or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
   </example>
  -<table border="1"><tr><td>
  -<em>Standard CGI/1.0 and Apache variables:</em>
  +
  +<p><em>Standard CGI/1.0 and Apache variables:</em></p>
   <pre>
   HTTP_USER_AGENT        PATH_INFO             AUTH_TYPE
   HTTP_REFERER           QUERY_STRING          SERVER_SOFTWARE
  @@ -1125,7 +1125,7 @@
   REQUEST_URI            REMOTE_USER           ENV:<strong>variablename</strong>
   REQUEST_FILENAME
   </pre>
  -<em>SSL-related variables:</em>
  +<p><em>SSL-related variables:</em></p>
   <pre>
   HTTPS                  SSL_CLIENT_M_VERSION   SSL_SERVER_M_VERSION
                          SSL_CLIENT_M_SERIAL    SSL_SERVER_M_SERIAL
  @@ -1165,7 +1165,6 @@
                          SSL_CLIENT_CERT_CHAIN<strong>n</strong>
                          SSL_CLIENT_VERIFY
   </pre>
  -</td></tr></table>
   </usage>
   </directivesynopsis>
   
  
  
  
  1.7       +2 -0      httpd-2.0/docs/manual/mod/quickreference.xml
  
  Index: quickreference.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- quickreference.xml	11 Apr 2003 21:17:43 -0000	1.6
  +++ quickreference.xml	19 Jun 2003 18:40:49 -0000	1.7
  @@ -24,6 +24,7 @@
   
     <legend>
       <table>
  +      <columnspec><column width=".1"/><column width=".2"/></columnspec>
         <tr><th>s</th><td>server&#160;config</td></tr>
         <tr><th>v</th><td>virtual&#160;host</td></tr>
         <tr><th>d</th><td>directory</td></tr>
  @@ -31,6 +32,7 @@
       </table>
   
       <table>
  +      <columnspec><column width=".1"/><column width=".2"/></columnspec>
         <tr><th>C</th><td>Core</td></tr>
         <tr><th>M</th><td>MPM</td></tr>
         <tr><th>B</th><td>Base</td></tr>
  
  
  

Re: cvs commit: httpd-2.0/docs/manual/mod mod_ssl.xml quickreference.xml

Posted by Astrid Keßler <ke...@kess-net.de>.
>> A philisophical question: is a sitemap a list of all "files" or a list of
>> all "content"?  I don't know, but I think I favor the latter.

> philosophical - may be. Technical - we need one document that maintains a
> list of all files for transformation and autogeneration purposes. The
> sitemap doesn't seem to be the worst choice ;-)

I tend to tell a sitemap a table of content, not a list of all physical
files. But both needs can be fullfilled with one document, when we think
of the generated sitemap as a subset of the files list. An attribute
"hide from sitemap" would help.
For this special problem ...


>>> This problem should be gone anyway, if/when we automate the FAQ category
>>> entries. Then we would do something similar to the modules (a &faq; entity
>>> or so) and every transformation can do with this, what it wants. What do you
>>> think?
>>
>> Sure.  I'm having a hard time imagining exactly what this will look like,
>> but it sounds like the right direction.

... a new faq will do it. Sounds good.

Kess

---------------------------------------------------------------------
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_ssl.xml quickreference.xml

Posted by André Malo <nd...@perlig.de>.
* Joshua Slive wrote:

> On Sun, 22 Jun 2003, André Malo wrote:
>> Hmm. If we consider the sitemap containing references to all files, it
>> should contain that link, too. For example, in the CHM toc, I think, it
>> would be still useful.
> 
> A philisophical question: is a sitemap a list of all "files" or a list of
> all "content"?  I don't know, but I think I favor the latter.

philosophical - may be. Technical - we need one document that maintains a
list of all files for transformation and autogeneration purposes. The
sitemap doesn't seem to be the worst choice ;-)

>> This problem should be gone anyway, if/when we automate the FAQ category
>> entries. Then we would do something similar to the modules (a &faq; entity
>> or so) and every transformation can do with this, what it wants. What do you
>> think?
> 
> Sure.  I'm having a hard time imagining exactly what this will look like,
> but it sounds like the right direction.

Once I have more time, I'll take it (if nobody else does).

nd
-- 
Gefunden auf einer "Webdesigner"-Seite:
        > Programmierung in HTML, XML, WML, CGI, FLASH <

# André Malo # http://www.perlig.de/ #

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