1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-03 10:42:03 +03:00

23 Commits

Author SHA1 Message Date
Roy T. Fielding
8543206431 update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421020 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 23:04:56 +00:00
André Malo
8a66d7a2cd add href attribute to modules's status field
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@419690 13f79535-47bb-0310-9956-ffa450edef68
2006-07-06 20:27:34 +00:00
Colm MacCarthaigh
ebe24d48c7 Update the last year of copyright.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395229 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 12:23:42 +00:00
Justin Erenkrantz
905cdf9f0b Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
2005-02-04 20:28:49 +00:00
André Malo
4a5e555f8e adjust copyright notices in the style directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124113 13f79535-47bb-0310-9956-ffa450edef68
2005-01-04 15:35:57 +00:00
André Malo
49d6324b5a remove reference to allmodules.xml from document
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103606 13f79535-47bb-0310-9956-ffa450edef68
2004-05-04 22:23:49 +00:00
André Malo
8014de161d update stylesheets for autogeneration
move non-autogenerated chm/ stuff to xsl/


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103567 13f79535-47bb-0310-9956-ffa450edef68
2004-05-02 22:55:21 +00:00
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
598b248e99 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102537 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 16:02:08 +00:00
André Malo
b3e9af0211 update license and copyright to 2004.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102133 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 13:20:08 +00:00
André Malo
d9cabd1e8c introduce cross-language links. The links to all available languages of a
document will show up on the top and the bottom of a page.
Additionally, change the default config to deliver the desired results.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99684 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 22:54:35 +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
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 " " (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
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
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
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
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
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
André Malo
08a1c36c03 fix context abbreviation code
it didn't work properly if there's a newline inside of a context
(instead of a single space), so some <context>virtual
host</context> were lost.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97141 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 02:48:22 +00:00
André Malo
805f42c21d move module list into sitemap.xml
allmodules.xml is no longer needed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96955 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 03:40:12 +00:00
André Malo
c8627c8651 rebuild of directive quickreference
this mostly modifies the layout and adds a letter bar

Reviewed by: Joshua Slive, Astrid Ke�ler


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96947 13f79535-47bb-0310-9956-ffa450edef68
2002-09-22 00:14:40 +00:00
Joshua Slive
f41824c909 A little fine-tuning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96888 13f79535-47bb-0310-9956-ffa450edef68
2002-09-18 22:50:38 +00:00
Joshua Slive
9cfb699086 XSLT instrastructure for the quickreference.
Still work to do on this, but I'm putting it in CVS so others can help.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96886 13f79535-47bb-0310-9956-ffa450edef68
2002-09-18 22:31:23 +00:00