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

322 Commits

Author SHA1 Message Date
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
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
Yoshiki Hayashi
e9c4a44402 Update Japanese translation.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97170 13f79535-47bb-0310-9956-ffa450edef68
2002-10-10 14:23:16 +00:00
André Malo
1c10851d9a increase the font-size of example/warning/note title a little bit.
It should look much better now ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97143 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 14:20:09 +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
b4004e7c03 remove surplus CSS files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97138 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 02:13:25 +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
Astrid Malo
7fa99d8446 set padding-left for span.indent to 1.5em
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97099 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 14:31:19 +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
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
10eaf07e2b - fix several validation errors
- introduce CSS class td.centered: guess, what it does ;-)
  please, use with care...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97012 13f79535-47bb-0310-9956-ffa450edef68
2002-09-29 04:51:26 +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
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
297fd57932 <letters> is no longer needed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96940 13f79535-47bb-0310-9956-ffa450edef68
2002-09-21 00:55:27 +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
979b613a81 Fix up a few small xml validity problems.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96912 13f79535-47bb-0310-9956-ffa450edef68
2002-09-19 18:14:25 +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
Joshua Slive
b54a8e9bc7 CSS changes to accomodate the quickreference.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96889 13f79535-47bb-0310-9956-ffa450edef68
2002-09-18 22:51:05 +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
e9fb061226 whoops. keep revision info up to date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96873 13f79535-47bb-0310-9956-ffa450edef68
2002-09-18 14:38:02 +00:00
André Malo
e29fb44a94 add basic files for russian translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96872 13f79535-47bb-0310-9956-ffa450edef68
2002-09-18 14:36:52 +00:00
André Malo
9e0a2a9aac fix doctype definition
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96871 13f79535-47bb-0310-9956-ffa450edef68
2002-09-18 14:28:48 +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
a6c23bb3ec remove a holdover.
images inside #toc and #topics don't appear in this style


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96769 13f79535-47bb-0310-9956-ffa450edef68
2002-09-11 16:40:58 +00:00
André Malo
25eacd1d7e no need to redefine all the stuff.
the 100% style now imports the main CSS and
adjusts particular style rules.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96768 13f79535-47bb-0310-9956-ffa450edef68
2002-09-11 16:35:19 +00:00
André Malo
6c22fa6417 fix "hover" behaviour on non-white backgrounds
for all link types.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96766 13f79535-47bb-0310-9956-ffa450edef68
2002-09-11 13:30:34 +00:00
Yoshiki Hayashi
f90019bda7 Update Japanese translation.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>, Yoshiki Hayashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96761 13f79535-47bb-0310-9956-ffa450edef68
2002-09-11 08:50:11 +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
e886ae850e new file: printer friendly CSS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96733 13f79535-47bb-0310-9956-ffa450edef68
2002-09-10 01:25:08 +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
David Shane Holden
3e55018138 Remove underlines on links.
Submitted by: Andr� Malo <nd@perlig.de>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96720 13f79535-47bb-0310-9956-ffa450edef68
2002-09-09 02:33:24 +00:00
Astrid Malo
8ce826a8d6 Add the missing "Source File" heading.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96713 13f79535-47bb-0310-9956-ffa450edef68
2002-09-08 03:36:39 +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