1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-05 05:30:39 +03:00
Commit Graph

127 Commits

Author SHA1 Message Date
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
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
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
c9ff803366 context list information are now taken from
$lang.xml file. the module file holds the
*untranslated* "server config", "virtual host" etc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97139 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 02:20:33 +00:00
André Malo
f89d0bed8e fix some style issues
- red solid border around warning areas
- <syntax> gets a <code> around
  (more shouldn't be used, because it breaks the flow too much)
- headings of warnings, notes & examples are left aligned

Based on a Proposal by: Tim Gerundt <tim@gerundt.de>

Added some linebreaks for better diffs... ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97133 13f79535-47bb-0310-9956-ffa450edef68
2002-10-07 15:17:25 +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
a917a0e5c2 use generic mechanism to detect and create linked letters
nice side effect: the build speeds up ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96938 13f79535-47bb-0310-9956-ffa450edef68
2002-09-21 00:42:42 +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
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
André Malo
f74f3e68dd insert some linebreaks for better diffs ;-)
proposed by: Joshua Slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96783 13f79535-47bb-0310-9956-ffa450edef68
2002-09-13 16:32:36 +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
c82a7729ff Link up the "Description" heading for modules and directives, and add
the "Source File" heading that was missing.

Note to translators: "Source File" is new.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96699 13f79535-47bb-0310-9956-ffa450edef68
2002-09-06 23:12:27 +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