Re: New install.xml.de

2002-09-15 Thread i.t
> Well, this is the german translation of install.xml r.1.3. > Could someone review it please? > > Kess < ist empfhlenswert (Version 2.7.2 ist gut) ^ empfehlenswert < Wenn kein derartiger Interpreter vom `configure'-Skript gefunden werden kan Backtick + single quote fo configure?

generating pdf (was Re: cvs commit: httpd-2.0/docs/manual/style/css manual-loose-100pc.css)

2002-09-15 Thread Joshua Slive
André Malo wrote: I have some problems with printing to PDF files directly when embedding fonts. I guess it has to do with the unicode arrow, which I used for links in the printer CSS... Am I alone with that problem? However, for now I would suggest a quickhack ;-): cp manual.css manual.css.bak &

New install.xml.de

2002-09-15 Thread Astrid Keßler
Well, this is the german translation of install.xml r.1.3. Could someone review it please? Kess install.xml.de Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[NEW] win_compiling.xml;win_service.xml;windows.xml

2002-09-15 Thread Tim Gerundt
Hi! Ok, this are the other platform-docs in xml. *ww* Tim Compiling Apache for Microsoft Windows There are many important points before you begin compiling Apache. See Using Apache with Microsoft Windows before you begin. Requirements Compiling Apache

Re: Does Doc 1.3 have XML version?

2002-09-15 Thread Rich Bowen
On 15 Sep 2002, JHKChan wrote: > When I see doc 2.0, it uses XML and is prettier. However, does doc 1.3 have > XML version? If not, I will just translate in HTML, else I think XML is > more convenient. Thx XML would indeed be more convenient, but, no, the 1.3 docs have never been translated to XM

Does Doc 1.3 have XML version?

2002-09-15 Thread JHKChan
When I see doc 2.0, it uses XML and is prettier. However, does doc 1.3 have XML version? If not, I will just translate in HTML, else I think XML is more convenient. Thx One more thing, how can I access apache cvs to upload those translated materials? though it is not urgent before we have done

Re: [NEW] netware.xml;perf-hp.xml

2002-09-15 Thread André Malo
* Tim Gerundt wrote: > This are the first 2 platform-docs (netware, perf-hp) in xml. Thanks! I've committed them with a few modifications (some oddities, stylistic changes). nd -- $_=q?tvc!uif)%*|#Bopuifs!A`#~tvc!Xibu)%*|qsjou#Kvtu!A`#~tvc!KBQI!)*|~ tvc!ifmm)%*|#Qfsm!A`#~tvc!jt)%*|(Ibdlfs(~ #

Re: Review: AddOutputFilterByType

2002-09-15 Thread André Malo
* Justin Erenkrantz wrote: > AddOutputFilterByType DEFLATE;INCLUDES text/html > > Err, yeah, the code doesn't like that. I'll try to fix that up > today if I get a chance. ok, I see the change, but two points: - AFAICS the filter ordering is still reversed (in contrast to the mod_mime defini

Re: Question on install.xml/install.html.en

2002-09-15 Thread Justin Erenkrantz
On Sun, Sep 15, 2002 at 02:53:06AM +0200, Astrid Keßler wrote: > "For some of the support scripts like apxs or dbmmanage (which are > written in Perl) the Perl 5 interpreter is required (versions 5.003 and > 5.004 are sufficient)" "5.003 or newer are sufficient." -- justin ---

Question on install.xml/install.html.en

2002-09-15 Thread Astrid Keßler
The compiling and installing documentation contains at Requirements > Perl 5: "For some of the support scripts like apxs or dbmmanage (which are written in Perl) the Perl 5 interpreter is required (versions 5.003 and 5.004 are fine)" 5.003/5.004 are very old. Current Perl Version is 5.8. S

[NEW] netware.xml;perf-hp.xml

2002-09-15 Thread Tim Gerundt
Hi! This are the first 2 platform-docs (netware, perf-hp) in xml. The other platform-docs follow at the next few days. *ww* Tim Using Apache With Novell NetWare This document explains how to install, configure and run Apache 2.0 under Novell NetWare 5.1 and above. If you f

Re: Review: AddOutputFilterByType (was: no doc for MaxMemFree or AddOutputFilterByType)

2002-09-15 Thread Justin Erenkrantz
On Sun, Sep 15, 2002 at 02:08:45AM +0200, André Malo wrote: > +If you want the content to be processed by more than one filter, you > +have to use one AddOutputFilterByType > +directive for each of them. Filters of the same type are processed in > +reversed order they appear in your configuration,

Review: AddOutputFilterByType (was: no doc for MaxMemFree or AddOutputFilterByType)

2002-09-15 Thread André Malo
* Jeff Trawick wrote: > What about AddOutputFilterByType? Is that working properly now? It works at least for me (win32, 2.0.40 tested). I've attached a patch for core.xml that should match the current HEAD (of core.c). Please review and feel free to correct the English if neccessary ;-) The p