cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_log_config.html

2000-11-02 Thread stoddard
stoddard00/11/02 13:52:25 Modified:htdocs/manual/mod mod_log_config.html Log: Doc for new mod_log_config %c option. Revision ChangesPath 1.39 +4 -0 httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html ===

Re: main page

2000-11-02 Thread Tony Finch
Joshua Slive <[EMAIL PROTECTED]> wrote: > >- Two or three columns? On my high-res monitors, the two column display >is nicer, but I can see how it could involve lots of scrolling on >lower-res displays. We can't please everyone, but what is the best >compromise? I think two columns is fine. My b

Re: SSI tutorial

2000-11-02 Thread Joshua Slive
On Wed, 1 Nov 2000, Rich Bowen wrote: > I think that it is valuable to have them in different sections. I have a > vague vision of having comprehensive beginner "how-to" documentation, > along the lines of my ApacheToday articles. And, indeed, much of it will > just be my articles reformatted. And

cvs commit: apache-2.0/src/lib/apr/include apr.hw

2000-11-02 Thread wrowe
wrowe 00/11/02 07:24:14 Modified:src CHANGES src/lib/apr/file_io/unix fileacc.c src/lib/apr/file_io/win32 dir.c filedup.c fileio.h filestat.c open.c pipe.c src/lib/apr/include apr.hw Log: The Unicode/WinNT

Re: duplicate mails

2000-11-02 Thread Rodent of Unusual Size
Joshua Slive wrote: > > On Tue, 31 Oct 2000, Brian Behlendorf wrote: > > > > Looks like commits against the httpd-1.3-docs CVS tree are > > going to both the [EMAIL PROTECTED] list and > > new-httpd@apache.org list. That seems excessive. Either > > it should just go to apache-docs, or a new list

Apache Docs Site Map

2000-11-02 Thread Carlos Ramirez
Hello, Here's a first cut at a site map of the Apache 2.0 Documentation. I ran this against Apache2.0a7. using a modified version of sitemapper.pl This one seems to do a good job without any major modifications. http://www.quantumfx.com/manual/sitemap.html And just for kicks I created one using

cvs commit: apache-2.0/src/include http_main.h

2000-11-02 Thread wrowe
wrowe 00/11/01 20:44:44 Modified:src/main http_main.c src/include http_main.h Log: Get win32 building again... we need something just a little more sophisticated here Submitted by: John Sterling <[EMAIL PROTECTED] Reviewed by: rbb, wrowe Revision Cha

cvs commit: httpd-docs-1.3/htdocs/manual/mod index.html index-bytype.html

2000-11-02 Thread wrowe
wrowe 00/11/01 19:46:25 Modified:htdocs/manual/mod index.html index-bytype.html Log: Petty patch to make the module lists consistent with no trailing periods, and the "experimental" tag only where appropriate. Revision ChangesPath 1.37 +25 -25httpd-docs-

Re: SSI tutorial

2000-11-02 Thread Rich Bowen
Hmm. Ironic, given the content. I left out the SSI to include the header, and hard-coded in the header. Here's another version that fixes this. And I've written pod2apachedocs, just in case anyone cares and wants a copy. It's a very small hack on pod2html. It could probably be done better, and I'm

Re: SSI tutorial

2000-11-02 Thread Rich Bowen
Joshua Slive wrote: ... > I think the first decision that needs to be made is: should there be one > section for "high level" docs (high meaning knowledge required to > understand them), and a seperate section for "beginner level" docs, or can > they be combined into a single section. I think that