1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Commit Graph

354 Commits

Author SHA1 Message Date
Joshua Slive
a710a32287 Fix a problem with commas appearing in the related module section,
and factor out a bunch of common stuff into callable templates
to make the stylesheet shorter and clearer.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96217 13f79535-47bb-0310-9956-ffa450edef68
2002-07-27 18:51:59 +00:00
Joshua Slive
0c3f874878 Transform <seealso> and add an <hr> before the footer.
Submitted by: David Shane Holden <dpejesh@yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96214 13f79535-47bb-0310-9956-ffa450edef68
2002-07-27 17:14:42 +00:00
Joshua Slive
613ff5f75f No content change; style update only.
Submitted by: David Shane Holden <dpejesh@yahoo.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96209 13f79535-47bb-0310-9956-ffa450edef68
2002-07-27 15:20:50 +00:00
Joshua Slive
ebfb2e0a19 Fix an inconsistency with the relativepath tag.
Submitted by:	Vincent de Lau <openoffice@delau.nl>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96206 13f79535-47bb-0310-9956-ffa450edef68
2002-07-27 01:40:05 +00:00
Joshua Slive
e892f89328 Remove meta tags and fix main title.
Submitted by: Vincent de Lau <vincent@delau.nl>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96204 13f79535-47bb-0310-9956-ffa450edef68
2002-07-26 17:43:20 +00:00
Joshua Slive
495570d19a Fix DTDs so that related is in common and section works properly.
Submitted by: Vincent de Lau <vincent@delau.nl>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96203 13f79535-47bb-0310-9956-ffa450edef68
2002-07-26 17:42:02 +00:00
Yoshiki Hayashi
6de46ddb9d Update Japanese translations.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by:	Yoshiki Hayashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96184 13f79535-47bb-0310-9956-ffa450edef68
2002-07-25 07:36:15 +00:00
Joshua Slive
dd0b8fad7a Introduce changes necessary to bring the remainder of the manual into xml.
1. Add a <relative-path href="whatever"/> element to the manualpage
DTD.  This should give the path from the location of the page to
the root of the manual directory.  It is necessary for proper linking
to directives, etc.

2. Add the stuff to common.xsl necessary to transform a <manualpage>.
This is basically the minimum.  It creates something VERY similar to
what we had before (with the exception of a little css here and
there).  I very much hope that this will be improved soon to look
nicer.

3. Add configuring.xml, which was written by Astrid Kessler.  I made only
a very few small changes to bring it in line with the current DTD.

I have not yet committed the corresponding configuring.html.en, since I
want to give people a little opporunity to comment on this stuff.

My appologies, but I am committing a few style changes to common.xsl
along with the substantial changes.  That file is really hard to
work with, and should probably be broken up.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96158 13f79535-47bb-0310-9956-ffa450edef68
2002-07-23 17:45:36 +00:00
Joshua Slive
97a203aca8 Fix definition of <section>, which was duplicated but not quite the same in
manualpage and common.

Submitted by: Vincent de Lau <vincent@delau.nl>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96076 13f79535-47bb-0310-9956-ffa450edef68
2002-07-16 12:46:15 +00:00
Joshua Slive
655acec662 Add a new DTD for a basic page in the users manual, and take out the common elements from
this and modulesynopsis.dtd into a common.dtd file.

Submitted by: Astrid Kessler <kess@kess-net.de>, Joshua Slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96062 13f79535-47bb-0310-9956-ffa450edef68
2002-07-15 17:18:54 +00:00
Yoshiki Hayashi
624176ba84 Prevent browsers from wrapping "description", "status" and "module
identitfier" (and their translations).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95639 13f79535-47bb-0310-9956-ffa450edef68
2002-06-13 07:37:38 +00:00
Yoshiki Hayashi
e99a4fe796 Add nowrap attribute to the column showing description, status,
module identifier etc.

This change is mainly for the sake of Japanese translation.  Because
Japanese words are not whitespace separated, web browser can wrap it
anywhere it wants.  This change prevent "module identifier" etc from
being wrapped.

Suggested by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95312 13f79535-47bb-0310-9956-ffa450edef68
2002-05-28 07:34:10 +00:00
Joshua Slive
a1393a6ab1 Correct the tag name for "This module provides no directives."
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95282 13f79535-47bb-0310-9956-ffa450edef68
2002-05-25 16:57:17 +00:00
Joshua Slive
fe6833695f A test block snuck in sometime.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95247 13f79535-47bb-0310-9956-ffa450edef68
2002-05-23 15:06:42 +00:00
Joshua Slive
dc4ff3c1c7 Build file updated to work with modified ant to get us the proper extension
substitution.

Submitted by: Yoshiki Hayashi, Joshua Slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95239 13f79535-47bb-0310-9956-ffa450edef68
2002-05-23 14:22:17 +00:00
Yoshiki Hayashi
629e800484 Oops. I overlooked this typo yesterday.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95228 13f79535-47bb-0310-9956-ffa450edef68
2002-05-23 07:10:37 +00:00
Yoshiki Hayashi
ade862d075 Lowercase ISO-2022-JP.
Suggested by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95212 13f79535-47bb-0310-9956-ffa450edef68
2002-05-22 10:06:33 +00:00
Joshua Slive
247125eecb We are going to need to use the file.xml.ja order, because multiviews will not
work the other way.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95156 13f79535-47bb-0310-9956-ffa450edef68
2002-05-17 17:27:19 +00:00
Joshua Slive
aa50dde978 Missed this in the last commit. The content here is almost identical to
the content of manual.xsl, which was just removed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95155 13f79535-47bb-0310-9956-ffa450edef68
2002-05-17 17:25:15 +00:00
Joshua Slive
0de64a192c Change the way language-dependent xslt works. Now a different
stylesheet must be used for different languages.  The language-dependent
stylesheets simply include the appropriate language settings and then
include common.xsl to get the real stylesheet.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95154 13f79535-47bb-0310-9956-ffa450edef68
2002-05-17 17:24:41 +00:00
Justin Erenkrantz
dacb7f806f Ant is horribly broken for me and can't complete an entire build here without
producing an "IndexOutOfBounds" exception (no stack trace), so provide info
for Xalan-J make.  (Assumes you have Xalan-J stuff in your CLASSPATH.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95131 13f79535-47bb-0310-9956-ffa450edef68
2002-05-16 06:49:14 +00:00
Yoshiki Hayashi
e7dd8ddaeb Update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95079 13f79535-47bb-0310-9956-ffa450edef68
2002-05-14 06:30:32 +00:00
Joshua Slive
58912e6abb A few directives where missing from the index because of some obscure xslt
thing that I don't really understand ;-)

PR: 8938


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95017 13f79535-47bb-0310-9956-ffa450edef68
2002-05-09 16:12:06 +00:00
Justin Erenkrantz
afbb15e9f7 Uh, yeah, make this work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94984 13f79535-47bb-0310-9956-ffa450edef68
2002-05-07 00:02:09 +00:00
Justin Erenkrantz
dff98534a2 For those with just xalan-c, drop a hint on what to do.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94983 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 23:58:55 +00:00
patrikj
e6e1aacfe7 Added several strings.
Tried to group strings according to usage.
Tried to comment where strings are used.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94955 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 10:05:29 +00:00
patrikj
843c4a4a14 Replaced all hard-coded strings with localized versions.
Some clean ups.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94954 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 10:04:30 +00:00
patrikj
33187b2f50 Simple Makefile for those who prefer make over ant.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94948 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 08:25:03 +00:00
patrikj
2dd4d89a22 Added <directiveindex>, <moduleindex>, and <modulefilelist>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94946 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 08:19:07 +00:00
Yoshiki Hayashi
e82c07746c First cut of Japanese translation of module docs.
These files don't play nicely with current transformation scripts yet.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94941 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 07:18:44 +00:00
Joshua Slive
072603b7ed Put the "seealso"s after the directive index.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94010 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:21:43 +00:00
Joshua Slive
255c1fd5f6 Get rid of some extranous xml tags that were leaking through to the html.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94009 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:20:02 +00:00
patrikj
1c717bc6c6 Allow the border attribute in <img>
Allow the id attribute in <a>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93857 13f79535-47bb-0310-9956-ffa450edef68
2002-03-12 15:24:26 +00:00
patrikj
406c1313ff Removed <em> from <default>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93844 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 19:43:47 +00:00
patrikj
95defd8cab Added some attributes to various tags
Added <img> tag


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93841 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 12:58:23 +00:00
patrikj
068219cc6d Added %inlinetags; to <default> (some docs uses <em> in <default>)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93836 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 11:31:57 +00:00
Joshua Slive
4f609166a0 Add the stylesheet transformation to create the automatic module index.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93828 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 05:05:42 +00:00
Joshua Slive
5850cb8671 Fix a couple problems with the automatic directive index.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93827 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 04:35:42 +00:00
Joshua Slive
2a9502d927 First crack at the automatic directive index. Now the only thing that
needs to be done if a new module is added is to stick it in allmodules.xml.
The directives will then get included in the index.

The technique in the xsl stylesheet can surely be improved, and we can
also now do fancy stuff like having a "quick reference" which includes
syntax/etc.  But this is a good start.

I haven't committed the html output of this yet, because there are still
a few modules yet to be converted to xml.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93822 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 22:42:54 +00:00
Joshua Slive
9c19b9e53b A few tweaks to the DTD found while validating existing docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93740 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 20:42:40 +00:00
Joshua Slive
c04a96e863 Try once more to fix the whitespace problems. This type use a big stick
by turning off indenting.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93730 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 17:06:41 +00:00
Joshua Slive
68738e393b Add a DTD for the new module docs.
At the moment, not everything will validate with this DTD.  This could be
for a couple reasons:

1. The DTD needs some slight adjustments.

2. The xml needs some slight adjustments.

On the other hand, some things like mod_rewrite.xml are so far from this
DTD that I don't think I will bother trying to make it validate right
now.

Submitted By: Brad Miller <brad@beldamar.com>, Joshua Slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93728 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 16:19:35 +00:00
Joshua Slive
3cf169f109 A few changes of my own:
Get rid of the 100% table widths, since they don't render well in MSIE.
Add the &nbsp; back in "Module Identifier".
Fix the remaining extra-space problems.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93727 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 15:57:52 +00:00
Joshua Slive
0deadb27c2 Updated to stylessheets to translate remaining text
and improve a few spacing issues.

Submitted by: Patrik Grip-Jansson <patrikj@gnulix.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93726 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 15:48:14 +00:00
Joshua Slive
d181d7e4f5 Updates to the XSLT transformation:
- Add a facility for translations.
- Add a type="warning" for <note>.
- Clean up some variable definitions.

Submitted by:  Patrik Grip-Jansson <patrikj@gnulix.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93685 13f79535-47bb-0310-9956-ffa450edef68
2002-03-03 15:32:57 +00:00
Joshua Slive
b7dac35858 Changes necessary to document MPMs.
In particular, we use an mpm_common file for directives shared between
mpms.  These changes allow for an

<directivesynopsis location="mpm_common">
<name>Listen</name>
</directivesynopsis>

to be included in mpm documentation files.  Also, I added the option
of a <modulelist>, which is used in documenting directives inside
mpm_common.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93578 13f79535-47bb-0310-9956-ffa450edef68
2002-02-26 19:00:01 +00:00
Joshua Slive
b4e054ff33 Make sure the "do not edit" comment gets passed through.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93500 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 18:33:00 +00:00
Joshua Slive
feb01eb556 Woops... Not allowed to break a line there.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93499 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 18:22:30 +00:00
Joshua Slive
6449815496 A couple small changes and a little reformatting to try to make it more
understandable.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93497 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 18:15:45 +00:00
Joshua Slive
c605a80665 Three xsl changes:
1. If there are no directives for a module, print "This module provides
no directives."

2. Add the type="section" parameter for <directive> and
<directivesynopsis>.  The < and > should not be included.  They will
be added by the transformation.

3. All fragment anchors (internal page links) go to lowercase.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93476 13f79535-47bb-0310-9956-ffa450edef68
2002-02-18 15:43:15 +00:00