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

19 Commits

Author SHA1 Message Date
André Malo
b68721ed3a fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 20:22:54 +00:00
André Malo
5d7df91a20 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102538 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:08:16 +00:00
Joshua Slive
8798b88fdc Transform <columnspec><column width=".2">... hints to help latex
size tables properly.  Also change the html tranforms to ignore this
and add the elements to the dtd.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100207 13f79535-47bb-0310-9956-ffa450edef68
2003-06-10 20:17:51 +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
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
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
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
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
edab0c4aed formal changes:
- <em> -> <var>
- markup improvements
- allow class attribute for <li>

content changes:
- remove the references to apache 1.3 in IndexOptions descriptions
- clarify (prior non-existing) incremental index options example...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97412 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 00:27:17 +00:00
André Malo
bdc2bbf99c required changes to include the obsolete stuff.
- new entries in en.xml
- sidebar for moduleindex
- new <hint> element for modulesynopsis
- status attribute for <directive> and <module> in order to
  create correct links (status="obsolete" inserts an 'obs_'
  before the module file name in the href)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97234 13f79535-47bb-0310-9956-ffa450edef68
2002-10-16 06:45:22 +00:00
Astrid Malo
efc2c6e2eb Added <indent> element (after a discussion with and reviewed by nd)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97096 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 13:42:34 +00:00
André Malo
cf2e90c61d ok, starting this: turn bogus <em> to <var>
also:
- several markup improvements (I hope)
- remove &nbsp; from c&p examples, because:
  - if you want preformatted text, use <pre>
  - they may lead to invisible errors (\xA0 = &nbsp;
    is not recognized by the config parser as whitespace)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97069 13f79535-47bb-0310-9956-ffa450edef68
2002-10-03 00:53:48 +00:00
André Malo
0a5846a9ba - add the general ability to create zebra tables
automagically (<table style="zebra">)
- allow some attributes in th (e.g. colspan)
- add ability for <h4> sections
- refuse to transform deeper nesting than h4


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97008 13f79535-47bb-0310-9956-ffa450edef68
2002-09-28 23:49:14 +00:00
André Malo
3fa4aed859 allow inline quotations (<q>)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96999 13f79535-47bb-0310-9956-ffa450edef68
2002-09-28 03:54:08 +00:00
André Malo
372ec1147a <var> becomes legal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96898 13f79535-47bb-0310-9956-ffa450edef68
2002-09-19 00:19:00 +00:00
Erik Abele
9a3aee992b Clean-up for some newly located files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96651 13f79535-47bb-0310-9956-ffa450edef68
2002-09-05 22:59:32 +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
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