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

266 Commits

Author SHA1 Message Date
André Malo
44c53b5f1d keep the not-yet-converted list in sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99650 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 20:31:31 +00:00
André Malo
c265181127 fix a space problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99645 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 20:06:21 +00:00
André Malo
1ede60f5d6 for some reason, the NAME section got lost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99640 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 14:06:17 +00:00
André Malo
13a504a8a6 add stylesheets for conversion to nroff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99589 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 22:10:47 +00:00
André Malo
6fff09f1e0 - break down the beast into smaller pieces and (try to) make it better readable.
- add license
- fix a small bug, where document sections were not indexed, when a
  translated document was in html format only (affected Japanese only)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99502 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 04:38:49 +00:00
André Malo
de7b609f85 I've read somewhere, that open source is required to be not obfuscated :)
So did some research to puzzle out the magic values for the window definition.
These are now computed at transformation time and can be easily changed
within the template. Further changes:
- add license
- cleanup
- CHM layout:
  * add "toc sync" button
  * use buttons with text. This widens the button bar, but looks much better, imho
  * add menu to the chm window.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99480 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 19:33:45 +00:00
André Malo
ce1a09a8e0 this patch seems to solve the xmlns="" problem. Thanks to kess for
remote debugging.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99471 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 03:26:55 +00:00
André Malo
4ba5fb215e use the same charset as in the toc.
(W1252 is luckily a real superset of iso-8859-1, so no problems are expected)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99462 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 14:52:58 +00:00
André Malo
2321075458 general cleanup.
- add more comments
- add the license
- make the code better readable


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99458 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 02:52:34 +00:00
André Malo
1b4c13f348 the @ was wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99435 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 04:28:16 +00:00
André Malo
17071595bb respect the replace-space-with attribute in the toc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99427 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 01:59:44 +00:00
André Malo
a970363905 the style/chm directory contains styles used only for building chm
files. the foo.$lang.xsl stylesheets are the entry styles for ant.

hhc builds the toc file (html help contents) from the sitemap
hhp builds the project file from the sitemap


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99411 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 16:42:15 +00:00
André Malo
7be02f58c0 this css file contains definitions only for the chm html files (only required
to run in IE). for now I've lowered the font-size a bit, since the chm
frame steals a lot of space on the screen.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99410 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 16:36:33 +00:00
André Malo
c78ba64742 the html files used for chm compiling differ in detail from our normal
manual pages. The target format is reflected by the $is-chm variable
which is used to <if> in and out the interesting parts.

Further add some more utility snippets.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99409 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 16:34:23 +00:00
André Malo
1196c77f19 well, start with chm-support. (more commits to come)
Further development should take place in CVS.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99408 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 16:28:04 +00:00
André Malo
573fc66607 the faq html/ssi format bites me all the time.
Add initial xml/xsl version of the faq data.

(includes a build.xml/deps.xml update)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99393 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 22:39:37 +00:00
André Malo
06d1cf98cf filter no-break-spaces in text output. In some environments (e.g. mine)
they are not transformed correctly.
This change defines the output to be exactly "&nbsp;" (without quotes)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99354 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 17:50:50 +00:00
André Malo
337bd84488 get a rid of <relativepath>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99343 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 15:03:02 +00:00
André Malo
188c29587c use the metafile to determine the relative path to manual-root.
the relativepath element becomes obsolete.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99342 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 14:35:50 +00:00
André Malo
495c5a7774 re-introduce mod/allmodules.xml*
The change is mainly intended to save some memory during the build process.
Additionally we may get a bit more clearness in our document structure ...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99333 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 21:17:44 +00:00
André Malo
6dea9992a7 add support for metafile attribute.
(not backported yet; but later)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99325 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 01:17:08 +00:00
André Malo
6b92968727 if there's no sidebar, there's no need to squeeze the content.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99309 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 14:54:42 +00:00
André Malo
f9b67df04b use Google Search.
We may have to experimt a bit to get best results. This is a first
attempt.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99303 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 12:21:21 +00:00
André Malo
ee807cd034 new german XML for the index page
additionally add reference revision number to de.xml


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99275 13f79535-47bb-0310-9956-ffa450edef68
2003-04-06 19:17:38 +00:00
André Malo
ac7a154727 - new XML and XSLT for our start page
- required some changes in DTD, CSS and style/lang/* files

Reviewed by: Astrid Ke�ler, Erik Abele


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99270 13f79535-47bb-0310-9956-ffa450edef68
2003-04-06 18:01:34 +00:00
Astrid Malo
05dc6e3d45 remove 90% on transnote for printing, too
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98580 13f79535-47bb-0310-9956-ffa450edef68
2003-02-04 21:24:19 +00:00
Erik Abele
c1584a476b Removed font-size:90%;
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98575 13f79535-47bb-0310-9956-ffa450edef68
2003-02-03 20:27:28 +00:00
Astrid Malo
be82bdbfbf add style rules for the new <transnote> element
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98288 13f79535-47bb-0310-9956-ffa450edef68
2003-01-16 02:37:07 +00:00
André Malo
31ab9c71d3 be more specific on element ordering and allow <seealso> within
the moduleindex


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98218 13f79535-47bb-0310-9956-ffa450edef68
2003-01-09 04:34:26 +00:00
André Malo
7469d1fe41 fix xsl error (although xalan doesn't complain it).
according to the spec it's not allowed to bind the same
variable twice or more within the same scope.
(<http://www.w3.org/TR/xslt#local-variables>)

Reported by:  Michael Schr�pl <Michael.Schroepl@telekurs.de>
Submitted by: Astrid Ke�ler
Reviewed by:  /me ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98216 13f79535-47bb-0310-9956-ffa450edef68
2003-01-09 04:16:24 +00:00
André Malo
c61f08c8bb add missing pass-through-template
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98213 13f79535-47bb-0310-9956-ffa450edef68
2003-01-09 03:19:00 +00:00
Astrid Malo
6671b9d4f1 respect inline tags within <compatibility>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98206 13f79535-47bb-0310-9956-ffa450edef68
2003-01-08 20:01:26 +00:00
Astrid Malo
e941e2a717 add <transnote> element
This element should only be used in non-english documentation to include
some translation notes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98197 13f79535-47bb-0310-9956-ffa450edef68
2003-01-08 07:09:03 +00:00
André Malo
1cc5e44be3 allow the space in "xy directive" (directivesynopsis heading)
to be replaced by other stuff.
Requested by Kess for German translation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98140 13f79535-47bb-0310-9956-ffa450edef68
2003-01-01 02:35:18 +00:00
Astrid Malo
7f6279ec74 add neccessary template for <default>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98111 13f79535-47bb-0310-9956-ffa450edef68
2002-12-25 03:36:45 +00:00
Astrid Malo
54a94c3111 allow <br/> within <default> to increase readability for directives
with OS dependent defaults

thanks to nd for his help with xsl


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98109 13f79535-47bb-0310-9956-ffa450edef68
2002-12-25 02:50:09 +00:00
André Malo
1c3115a7e3 since nobody objected, apply proposed style changes:
- reintroduced the sidebar for the module index page (obvious ;-)
  * didn't want to leave the section links so alone, thus added some
    <seealso>s.
- changed the ordering of the core/MPMs as follows:
  * core
  * mpm_common
  * alphabetical list of the mpms (ordered by their "natural" names).
- same appeared on the sitemap
- changed <h1> headings of the modulesynopsis files, so that they match the
  titles in the sitemap. This should better reflect the nature of the
  modules. (affects only core & MPMs)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98076 13f79535-47bb-0310-9956-ffa450edef68
2002-12-22 22:45:38 +00:00
Erik Abele
ad96b18463 Added imports for the extended character entity sets Latin 1,
Symbols and Special: for convenience all XML docs which use
common.dtd can now use the well-known character entities instead
of their numerical counterparts. For a complete reference see
the corresponding .ent-files in the w3c directory.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97934 13f79535-47bb-0310-9956-ffa450edef68
2002-12-15 22:10:42 +00:00
Erik Abele
eb98698248 Import public W3C resources to use the extended character entities
and to be able to validate the XHTML docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97933 13f79535-47bb-0310-9956-ffa450edef68
2002-12-15 22:01:03 +00:00
André Malo
61f472ac2a - add "cite" attribute to <blockquote>
- allow only block elements inside of blockquote.
  (HTML strict requirement)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97920 13f79535-47bb-0310-9956-ffa450edef68
2002-12-15 16:00:38 +00:00
André Malo
32850bec56 diffs with long lines are such a pain.
add a bunch of line breaks for better code & diff
readability


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97860 13f79535-47bb-0310-9956-ffa450edef68
2002-12-11 20:33:02 +00:00
André Malo
301431d26a cleanup and introduce a letter bar for "other" modules for
better navigation. insert also some more line breaks for better diffs.

Reviewed by: Erik Abele, Astrid Ke�ler


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97845 13f79535-47bb-0310-9956-ffa450edef68
2002-12-11 15:39:26 +00:00
André Malo
4d18682120 switch navigation to 2.1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97779 13f79535-47bb-0310-9956-ffa450edef68
2002-12-05 14:28:00 +00:00
André Malo
4bcc28e478 - removed obs_* files
- keep sitemap in sync
- Note: mod_auth_digest is currently exactly the same as in 2.0
  (no changes were made due to the aaa-rewrite)
- modified the example in mod_info (was a bad one ;-)
- forward port (i.e copy) of rotatelogs.html, so we shouldn't forget the
  recent changes
- fixed xslt/css for module index page
-> update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97752 13f79535-47bb-0310-9956-ffa450edef68
2002-12-02 21:58:35 +00:00
Astrid Malo
28a3821541 update translation
by Tim Gerundt <tim@gerundt.de>
with some minor changes from me


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97681 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29 23:38:21 +00:00
André Malo
ec6fa85be9 check whether <parentdocument> contains text(nodes).
this allows documents to set the href of the top left left-arrow
without adding a breadcrumb link. This feature primarily intended for
directory index files.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97548 13f79535-47bb-0310-9956-ffa450edef68
2002-11-17 05:54:04 +00:00
André Malo
bba226af0e KISS.
<xsl:attribute> makes the life easy :)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97547 13f79535-47bb-0310-9956-ffa450edef68
2002-11-17 05:23:23 +00:00
André Malo
b6025f9f68 make <parentdocument> legal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97490 13f79535-47bb-0310-9956-ffa450edef68
2002-11-12 03:43:02 +00:00
André Malo
66e5a07de6 - add a forgotten CSS rule; examples in warnings also
get a border around (and no bgcolor)
- extend mod_deflate documentation
  (better example, notes on proxies)
  it still needs some fine tuning.

Reviewed by: Luiz Rocha <lsdr@lsdr.net>, Joshua Slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97479 13f79535-47bb-0310-9956-ffa450edef68
2002-11-11 03:13:54 +00:00
Joshua Slive
87644a2d4b Add a <parentdocument href="...">...</parentdocument> tag to
allow the docs to have a little more structure.  Used for the
"back" link and for the breadcrumb links.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97476 13f79535-47bb-0310-9956-ffa450edef68
2002-11-10 20:34:48 +00:00