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

17 Commits

Author SHA1 Message Date
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
e662172781 add xslt/html/css support for <indent> elements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97097 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 14:19:54 +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
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
Joshua Slive
2707cf97eb Remove the stylesheet kludges for incomplete translations.
If the translation is not complete, you shouldn't be building it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96951 13f79535-47bb-0310-9956-ffa450edef68
2002-09-22 20:16:34 +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
André Malo
41c9349299 just another ant caching issue.
This patch actually doesn't solve the problem. It works
around with our current data. Probably we have to separate
the build of the module docs (<modulesynopsis>)
*sigh*


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96945 13f79535-47bb-0310-9956-ffa450edef68
2002-09-21 22:33:43 +00:00
André Malo
b21331daed add generic mechanisms for
- collecting start letters of directive names
- creating a letter bar
with this change, the <letters> element is no longer needed


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96937 13f79535-47bb-0310-9956-ffa450edef68
2002-09-21 00:40:44 +00:00
André Malo
fad5622a73 Fix broken link to rewritemap in rewritelock description
of the quickreference.
Relative anchors to directives may only be set, if we're
actually transforming the particular <modulesynopsis> document.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96922 13f79535-47bb-0310-9956-ffa450edef68
2002-09-20 03:01:22 +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
André Malo
36b25911d0 revert the outsourcing of page types.
It causes more problems than it helps.
Thanks to Joshua for pointing this out.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96750 13f79535-47bb-0310-9956-ffa450edef68
2002-09-10 16:56:32 +00:00
André Malo
75383dc98b *sigh* one change - one commit ;-)
add support for CSS media="print"


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96732 13f79535-47bb-0310-9956-ffa450edef68
2002-09-10 01:23:15 +00:00
André Malo
fa223b9e4d move the page types into an extra file, so a new type doesn't
require a change of common.xsl (and causes transforming of all xml
docs...)

new: pagetypes.xsl


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96731 13f79535-47bb-0310-9956-ffa450edef68
2002-09-10 01:20:47 +00:00
André Malo
c34a79013d sitemap revision: support for new sitemap.xml
new sitemap.dtd and sitemap.xsl
added some corresponding items to en.xml
added new li.separate style to manual.css

also, increased the distance between list items inside the sidebar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96729 13f79535-47bb-0310-9956-ffa450edef68
2002-09-10 00:36:11 +00:00
Joshua Slive
049151384f Add back one alternate stylesheet. This is a slightly simpler style,
and is the one you would want to use for printing if you have a
browser like mozilla that supports it (View->Style).  But I
haven't explicitly designated it that way.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96686 13f79535-47bb-0310-9956-ffa450edef68
2002-09-06 17:13:46 +00:00
Joshua Slive
3edc602f89 1. Remove all alternate stylesheets from docs. Some of these can be
replaced later if people want them.

2. Unwind the imports in ./style/css/manual-sbar-right-fix15.css
and name the result style/css/manual.xsl.

I made no content changes -- those will come in a second.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96659 13f79535-47bb-0310-9956-ffa450edef68
2002-09-06 00:36:44 +00:00
Erik Abele
cf32fbd66c Adding the 'heart' of the new manual style :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96652 13f79535-47bb-0310-9956-ffa450edef68
2002-09-05 23:06:17 +00:00