Luca Toscano
41df726ba7
Make the comments link always appear under "See also" in the right panel of each doc page.
...
Previously it was inconsistently placed right below the last section on top.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741557 13f79535-47bb-0310-9956-ffa450edef68
2016-04-29 06:31:53 +00:00
Luca Toscano
71dc70fb42
Follow up for the Bugfix checklist panel. Remove ":" from Bugfix checklist, moved HTTPD to httpd, added the component=mod_name to the "Open bug" link.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741065 13f79535-47bb-0310-9956-ffa450edef68
2016-04-26 18:12:26 +00:00
Yann Ylavic
56b647349d
Follow up to r1740928, r1740967: Introduce 'proxy section' context?
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740987 13f79535-47bb-0310-9956-ffa450edef68
2016-04-26 09:47:46 +00:00
Christophe Jaillet
4d0d1ddae9
Fix a typo
...
Remove a useless empty line
Turn a tab into spaces to be consistent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740880 13f79535-47bb-0310-9956-ffa450edef68
2016-04-25 19:18:38 +00:00
Luca Toscano
b684b4e395
Second part of the new "Bugfix checklist" panel in the modules doc pages.
...
Changes discussed in docs@ and implemented:
- Moved Httpd to HTTPD
- Created a new link to quickly open a bug in Bugzilla
- Modified the link called "Open bugs" to "Known issues" and appended
the bugzilla component name to the URL. In this way the user will only
see bugs related to the module under review, not all the httpd ones.
A little hack was necessary since some mpms have inconsistent naming
(e.g. mpm_event in Bugzilla and event in docs).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740735 13f79535-47bb-0310-9956-ffa450edef68
2016-04-24 21:11:42 +00:00
Luca Toscano
38016d1d25
Add a new panel to all the module doc pages containing quicklinks for Changelog and open bugs.
...
This change should help users not familiar with the httpd changelog and bugzilla to check them
before asking in IRC/users@/etc if httpd has a bug or not. The wording and position of the
panel can of course be changed; this is a proposal to improve user experience while consulting
doc pages related to httpd modules. The change has also been discussed in docs@.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740110 13f79535-47bb-0310-9956-ffa450edef68
2016-04-20 11:12:50 +00:00
Jim Jagielski
79f068d00c
Use nice PNG instead of ugly nasty GIF
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730073 13f79535-47bb-0310-9956-ffa450edef68
2016-02-12 17:03:09 +00:00
Lucien Gentis
985fcfccee
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727738 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30 17:36:32 +00:00
Lucien Gentis
a8ed88f87b
Rebuild with 'fr bootstrap' options.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1727735 13f79535-47bb-0310-9956-ffa450edef68
2016-01-30 17:25:53 +00:00
Rainer Jung
a35dbc4e61
Happy New Year 2016
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1722572 13f79535-47bb-0310-9956-ffa450edef68
2016-01-01 20:51:54 +00:00
André Malo
e4ef6e7dbc
The good thing about standards is that there are so many to choose from.
...
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55741
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674382 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 19:46:28 +00:00
Daniel Ruggeri
8ce268c3c6
Flip directives and topics sections after discussion around ordering
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673867 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 16:51:57 +00:00
Daniel Ruggeri
2c3efa3157
Adjust template to align page content with table of contents
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673846 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 16:21:28 +00:00
André Malo
2a46c5a884
allow placing the 'directive' word before the directive name in the module synopsis.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659855 13f79535-47bb-0310-9956-ffa450edef68
2015-02-14 20:07:46 +00:00
Rainer Jung
545e553dfb
Xforms.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649002 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 11:42:59 +00:00
Rainer Jung
7cb5913e8a
Happy New Year 2015
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648840 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 13:05:30 +00:00
Rainer Jung
1c96933732
Xforms.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629257 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 16:48:30 +00:00
Joe Orton
6d9fb2783f
- ignore <br> inside <dd> too, since ab.xml is using that,
...
though it's kind of wrong
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1605841 13f79535-47bb-0310-9956-ffa450edef68
2014-06-26 16:25:44 +00:00
Christophe Jaillet
4292178ce8
Add version number in <title> as proposed by Louise Hope in online doc.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1596441 13f79535-47bb-0310-9956-ffa450edef68
2014-05-21 02:20:27 +00:00
André Malo
1a2824e812
handle duplicate directives by sorting directive lists additionally by module name
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1570862 13f79535-47bb-0310-9956-ffa450edef68
2014-02-22 17:47:10 +00:00
André Malo
b9f08fd090
indentation fixup for multinode <pre> container
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565135 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 09:34:52 +00:00
André Malo
0a4b4dd433
left-trim one-liner-<pre>s or -<highlight>s completely. The indentation is
...
usually an accident.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565001 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 23:51:08 +00:00
André Malo
8f29edaadf
move the <pre> trimming code into its own module and use it both for html and
...
latex output
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564993 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 23:19:32 +00:00
André Malo
4d2c9470bc
move string-reverse function into its own file and share it.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564972 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 22:47:57 +00:00
André Malo
e76da58f48
improve output by trimming spaces from <pre> and <highlight> output.
...
- strip the initial empty lines, but keep initial indentation
- strip trailing whitespace completely.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564956 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 22:19:53 +00:00
André Malo
c0b3ad339f
build bootstrap
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564800 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 15:15:29 +00:00
André Malo
a6cc3fa3ba
ignore external references in the sitemap
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563740 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 22:45:11 +00:00
André Malo
6c73c03100
use minified prettify script
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563734 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 22:20:23 +00:00
André Malo
abfd7490c9
build bootstrap with new xalan
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563716 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 21:06:36 +00:00
André Malo
26fb6e433d
prepare for upcoming xalan update
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563697 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 19:53:08 +00:00
André Malo
9355f5282c
msdn url change
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563629 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 14:51:41 +00:00
André Malo
5539d793fe
port retirement styles from 2.0 to trunk
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563493 13f79535-47bb-0310-9956-ffa450edef68
2014-02-01 22:22:18 +00:00
André Malo
1bd6445c6f
fix another source of invalid links: too much space.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561600 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 08:11:45 +00:00
André Malo
a02a4a9797
evaluate the new dtd attributes.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561567 13f79535-47bb-0310-9956-ffa450edef68
2014-01-26 22:55:00 +00:00
Rich Bowen
e61ef97a99
s/2013/2014/
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554855 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02 17:50:37 +00:00
Rich Bowen
bec1cf0251
Remove redundant 'directives' list, and use the more-useful
...
quickreference doc instead.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1447968 13f79535-47bb-0310-9956-ffa450edef68
2013-02-19 23:42:40 +00:00
Rainer Jung
dfcb39b3ec
Happy new year.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1429349 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 18:15:07 +00:00
André Malo
f576e91f3c
update bootstrap stylesheets to reflect manual lang-targets changes.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361076 13f79535-47bb-0310-9956-ffa450edef68
2012-07-13 08:02:14 +00:00
Daniel Gruno
685cfb0ea9
comments.apache.org is live! Changing URL of the javascript to reflect this.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357936 13f79535-47bb-0310-9956-ffa450edef68
2012-07-05 21:29:58 +00:00
Daniel Gruno
b00ea37599
Use HTTPS for the comments instead of HTTP (and yay for commit number 500)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346344 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 11:19:00 +00:00
Daniel Gruno
73d706b880
Change references in version.ent from disqus to the new comment system.
...
Set version to 'trunk' instead of 2.4 in the comments_idenfitier variable
Disregard translations (use same comments thread for all languages)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1345863 13f79535-47bb-0310-9956-ffa450edef68
2012-06-04 08:22:04 +00:00
Daniel Gruno
8f52612190
Replacing disqus references with $newstuff
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1341746 13f79535-47bb-0310-9956-ffa450edef68
2012-05-23 05:08:30 +00:00
Daniel Gruno
853fc50bf7
Disabling the Disqus system until we have a proper resolution about this.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1340701 13f79535-47bb-0310-9956-ffa450edef68
2012-05-20 12:53:19 +00:00
André Malo
86d35f0f0a
- simplify and cleanup comment integration script
...
- make comment version tag configurable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335773 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 21:18:40 +00:00
Daniel Gruno
fb4841ea8f
Reverting to the old style with a static div, until a working solution can be found.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335626 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 16:42:34 +00:00
Daniel Gruno
a35ae7b514
Is this a proper fix? :\
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335608 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 16:09:59 +00:00
Daniel Gruno
f85d8f20c5
That should be !=, not == :\ moar rebuilding inc!
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335592 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 15:32:18 +00:00
Daniel Gruno
4ed4fb7032
Add something between <div> and </div> so the same thing doesn't happen again. bleh.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335581 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 15:20:07 +00:00
Daniel Gruno
132c26c873
placeholder for disqus thread is now created using javascript.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335568 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 15:08:07 +00:00
Daniel Gruno
98eb08645e
Small hack so the XSLT process won't turn <div></div> into <div/>, thus messing up the DOM tree.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335366 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 07:35:24 +00:00