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

24 Commits

Author SHA1 Message Date
Joe Orton
7f6aec2cf7 Follow up to r1880368 and r1880980:
Complete move to .en.utf8 suffixes in two steps:

1. From fresh checkout, renamed all existing files:
 
$ for f in *.html.en */*.html.en; do svn mv $f $f.utf8; done

2. Ran "./build.sh all" which also regenerates the typemaps.

[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880982 13f79535-47bb-0310-9956-ffa450edef68
2020-08-19 07:31:23 +00:00
Christophe Jaillet
e04a53399a Update "en" generated doc files to UTF-8
There seems to be an issue with mod_socache_redis.*
The files were marked as deleted in my tree, and are not seen as modified after running ./build.sh

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878790 13f79535-47bb-0310-9956-ffa450edef68
2020-06-13 07:18:35 +00:00
André Malo
165ee80c6a ran build bootstrap and rebuild transformation. sorry for the noise.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843205 13f79535-47bb-0310-9956-ffa450edef68
2018-10-08 21:09:09 +00:00
André Malo
f2b5ac922b move es and fr targets to *.utf8 extension. Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843201 13f79535-47bb-0310-9956-ffa450edef68
2018-10-08 20:59:30 +00:00
Lucien Gentis
a92100ebe1 French html doc files : UTF-8 encoding in order to get rid of HTML entities.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842386 13f79535-47bb-0310-9956-ffa450edef68
2018-09-30 15:02:28 +00:00
Luca Toscano
0ae5b1af6b Documentation rebuild after recent commits
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741558 13f79535-47bb-0310-9956-ffa450edef68
2016-04-29 06:33:47 +00:00
Lucien Gentis
e2384b3ebd Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728858 13f79535-47bb-0310-9956-ffa450edef68
2016-02-06 17:46:30 +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
André Malo
74aaf86f92 rename zh-cn html files and update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564801 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 15:20:19 +00:00
Rich Bowen
b3813c0968 Adds Korean index page for FAQs, and links to it from other languages.
From 윤병조 <yunbj AT naver DOT com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1296168 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 12:26:41 +00:00
Rich Bowen
c787a7ffcf Rebulds transformation, adding simplified chinese translation documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070871 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 12:52:47 +00:00
Vincent Deffontaines
26392ff972 french translation for faq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739781 13f79535-47bb-0310-9956-ffa450edef68
2009-02-01 16:31:11 +00:00
Takashi Sato
12137c2258 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653706 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 08:31:14 +00:00
André Malo
46c37c2b34 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639847 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 21:14:11 +00:00
Joshua Slive
853d40b6dd As discussed on docs@httpd, remove the FAQ and replace it with the contents
of the old support.xml and a pointer to the wiki.

Of possible interest: I've also removed the link to the professional support
database, since it was returning error 500 for some time and nobody
seemed to care.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@535248 13f79535-47bb-0310-9956-ffa450edef68
2007-05-04 14:13:42 +00:00
Yoshiki Hayashi
2f237a99cf Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105755 13f79535-47bb-0310-9956-ffa450edef68
2004-11-12 12:11:27 +00:00
André Malo
4bbda0d8a4 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103525 13f79535-47bb-0310-9956-ffa450edef68
2004-04-25 22:53:17 +00:00
André Malo
8d00650919 build typemaps
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100196 13f79535-47bb-0310-9956-ffa450edef68
2003-06-07 23:37:23 +00:00
André Malo
573fc66607 the faq html/ssi format bites me all the time.
Add initial xml/xsl version of the faq data.

(includes a build.xml/deps.xml update)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99393 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 22:39:37 +00:00
André Malo
644f349f8b deprecate the ?ONEPAGE parameter. Use an explicit URL (all_in_one.html) instead.
It's still usable (stable URI, at least for 2.0) anyway.

This step is neccessary to use some offline tools (like CHM build)
until we've decided about an XML format of the faq.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99380 13f79535-47bb-0310-9956-ffa450edef68
2003-04-16 02:03:36 +00:00
Wilfredo Sanchez
6c3569b193 2.0 -> 2.1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97800 13f79535-47bb-0310-9956-ffa450edef68
2002-12-08 21:05:57 +00:00
Rich Bowen
d78c998c6a Patch submitted by David Shane Holden to make docs valid xhtml.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96194 13f79535-47bb-0310-9956-ffa450edef68
2002-07-25 21:46:42 +00:00
Rich Bowen
a925e51e85 Ran w3c tidy to convert to xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91114 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 19:14:10 +00:00
Joshua Slive
c01abeaaa1 New faq for 2.0. Start with a relatively clean slate.
The existing faq will be deleted soon.

Discussion to follow on docs list.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90568 13f79535-47bb-0310-9956-ffa450edef68
2001-08-23 19:08:43 +00:00