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

354 Commits

Author SHA1 Message Date
André Malo
b3e9af0211 update license and copyright to 2004.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102133 13f79535-47bb-0310-9956-ffa450edef68
2004-01-01 13:20:08 +00:00
Joe Orton
8be2217e83 - use .SS not .Sh for subheadings, and don't capitalize them
- don't indent <dl> lists


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101882 13f79535-47bb-0310-9956-ffa450edef68
2003-11-25 13:36:31 +00:00
André Malo
a27a8c50f8 be consistent in case
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100569 13f79535-47bb-0310-9956-ffa450edef68
2003-07-12 18:42:41 +00:00
André Malo
4e6857c4f9 add basic xsl for French transformation
Submitted by:	Vincent Deffontaines <vincent@gryzor.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100457 13f79535-47bb-0310-9956-ffa450edef68
2003-07-05 22:27:57 +00:00
André Malo
e35e9fe52b restore old zebra behaviour
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100423 13f79535-47bb-0310-9956-ffa450edef68
2003-06-30 23:19:57 +00:00
Joshua Slive
51c56ba0d3 Merge the LaTeX todo list into the main docs STATUS file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100415 13f79535-47bb-0310-9956-ffa450edef68
2003-06-30 19:38:40 +00:00
Joshua Slive
217da4d4a9 LaTeX:
- Change the base font to 10pt.  Yes, this is a little smaller than
I prefer for reading a long book, but it makes it much easier to
fit text in tables/examples/lines/etc, and it shrinks the whole
thing by about 100 pages.

- Fix issue with inter-item spacing.

- Change all links to blue (the green was too light, and I don't feel
like figuring out how to fix that with the latex color package)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100377 13f79535-47bb-0310-9956-ffa450edef68
2003-06-27 18:50:49 +00:00
Joshua Slive
d7f6101878 LaTeX:
- Replace " with \texttt{"}, which is ugly, but less ugly than quotes going
in the wrong direction.

- Add a disclaimer to the front of the book telling people to look
at the html if they have a problem.

- Use "longtable" (and thereby allow a pagebreak) for tables with
more than 15 rows.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100319 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 22:51:28 +00:00
Joshua Slive
f044bb22f6 LaTeX:
- Add transformations of quickreference and faq.

- Move <seealso> and the titles to their own templates to avoid
repeating code.

- Fix external directives.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100304 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 18:36:06 +00:00
Joshua Slive
bde49b035a LaTeX:
- Add a little more meta-information to the pdf file (title/author)

- Remove the dependency on fullpage.sty, since this is not a standard
latex package.

- With <note type="Warning">, replace the arrow with an exclamation mark
in a box.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100267 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 15:03:59 +00:00
Joshua Slive
a305a84911 LaTeX:
- Another attempt to fix the # URL issue.

- Table changes:
  - Use \small font inside tables.
  - Use bold for table headers.

- Another hack to deal with <br>: use a small-skip rather
  than a line-break after an <indent>.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100243 13f79535-47bb-0310-9956-ffa450edef68
2003-06-13 15:08:58 +00:00
Joshua Slive
5107cf3d7d LaTeX:
- Add directive index.
- Number the front-matter pages using roman numerals
- Omit any <br/> that ends a block.
- Improve the rendering of <indent> by using a
  list environment rather than a minipage.
- Update the TODO list.

Current draft at:
http://www.apache.org/~slive/manual/


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100225 13f79535-47bb-0310-9956-ffa450edef68
2003-06-12 19:50:41 +00:00
Joshua Slive
9f4b802299 Update the LaTeX TODO.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100224 13f79535-47bb-0310-9956-ffa450edef68
2003-06-12 15:13:11 +00:00
Joshua Slive
b1421c366b LaTeX:
- Add the moduleindex
- Add borders where appropriate to tables
- Include table headers (but don't style them properly yet)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100223 13f79535-47bb-0310-9956-ffa450edef68
2003-06-12 15:12:47 +00:00
Joshua Slive
4ab56d50cb Latex: Improve the table generation code a little and
make another try at getting the # to work in urls.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100208 13f79535-47bb-0310-9956-ffa450edef68
2003-06-10 21:51:57 +00:00
Joshua Slive
8798b88fdc Transform <columnspec><column width=".2">... hints to help latex
size tables properly.  Also change the html tranforms to ignore this
and add the elements to the dtd.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100207 13f79535-47bb-0310-9956-ffa450edef68
2003-06-10 20:17:51 +00:00
Joshua Slive
d57e69ab85 A bunch of little latex-related updates:
- Increase the inter-list-item spacing a little.

- Decrease the font-size used in examples by one notch (\small).

- Use regular paragraph formatting in the directive synopsis
table cells rather than a minipage.

- Add links to <directive> and <module> (online only, not page numbers)

- Fix the space missing in the directive titles.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100206 13f79535-47bb-0310-9956-ffa450edef68
2003-06-10 18:29:05 +00:00
André Malo
5e77cc99e8 add typemap generator
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100195 13f79535-47bb-0310-9956-ffa450edef68
2003-06-07 22:43:04 +00:00
Joshua Slive
d9c9d17673 A couple notes on what is left, along with some hints for people who
are good with xsl but not latex.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100174 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05 16:09:57 +00:00
Joshua Slive
3eef7403e6 A little bit of progress:
1. Fix transformation of absolute <a href>s to footnotes,
   and include hyperref links.  This is a result of fixing
   a bug in the latex escaping template.

2. Turn off the ugly box around the links, and make them
   colored instead.

3. Slightly shrink the inter-paragraph spacing, and the spacing
   around <notes> and <examples>.

4. Change to favour standard pdf fonts where possible.  This
   may or may not be a good move in the long run.

A new version is online at
http://www.apache.org/~slive/manual/


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100173 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05 15:16:27 +00:00
Joshua Slive
321387b331 A first attempt at xslt to create a latex file from our xml docs.
Lots of things remain to be done here; see TODO for some ideas.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100172 13f79535-47bb-0310-9956-ffa450edef68
2003-06-04 19:38:19 +00:00
André Malo
f3d0156c22 add support for localized docs download packages. (currently en only)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100167 13f79535-47bb-0310-9956-ffa450edef68
2003-06-04 09:57:18 +00:00
André Malo
fa42ffbd16 don't wrap in legend tables (looks ugly)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100139 13f79535-47bb-0310-9956-ffa450edef68
2003-06-02 19:46:45 +00:00
André Malo
6528683051 - add rel="alternate" attribute
- use rel and hreflang attribute only if the link points to another language
- add newlines for better diffs (the next will be a huge one ...)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100087 13f79535-47bb-0310-9956-ffa450edef68
2003-05-29 15:49:49 +00:00
André Malo
a293ffa25f add title and hreflang attributes to the cross-language links.
Translators: please patch the language files
(langname="nativename" needs to be filled)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99939 13f79535-47bb-0310-9956-ffa450edef68
2003-05-20 14:53:29 +00:00
André Malo
ec64dcc2a4 translate "available languages" to german.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99890 13f79535-47bb-0310-9956-ffa450edef68
2003-05-17 13:37:27 +00:00
André Malo
3607d8312f Incorporate new Korean translations
Translated by: Jeongho Jeon <maczniak@operamail.com>
Reviewed by: Choi Kyusic <kyusic@hotmail.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99755 13f79535-47bb-0310-9956-ffa450edef68
2003-05-10 15:05:36 +00:00
André Malo
48fb534ba6 be more specific when expressing style whishes :)
This removes the hover effect on non-link anchors. (tested with IE6, Phoenix 0.5, Opera 7)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99733 13f79535-47bb-0310-9956-ffa450edef68
2003-05-06 22:35:11 +00:00
André Malo
3808e951b0 add stylesheets for Korean documents.
Submitted by: Jeongho Jeon <maczniak@operamail.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99721 13f79535-47bb-0310-9956-ffa450edef68
2003-05-05 14:46:38 +00:00
André Malo
1f04941bce fix namespace problem and update a transformation that seems to be forgotten
yesterday ...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99703 13f79535-47bb-0310-9956-ffa450edef68
2003-05-03 15:00:09 +00:00
André Malo
a26af67e7a That was the LAST XML file.
Additional cleanup: Get a rid of all the footer/header files


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99697 13f79535-47bb-0310-9956-ffa450edef68
2003-05-03 00:12:37 +00:00
André Malo
0fb938da67 omit the cross-language links in CHM files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99694 13f79535-47bb-0310-9956-ffa450edef68
2003-05-02 19:53:31 +00:00
André Malo
a621ff2b34 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99691 13f79535-47bb-0310-9956-ffa450edef68
2003-05-02 19:10:08 +00:00
André Malo
bee1a3e808 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99686 13f79535-47bb-0310-9956-ffa450edef68
2003-05-02 00:58:27 +00:00
André Malo
d9cabd1e8c introduce cross-language links. The links to all available languages of a
document will show up on the top and the bottom of a page.
Additionally, change the default config to deliver the desired results.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99684 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 22:54:35 +00:00
André Malo
01aa3b4468 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99669 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 00:39:17 +00:00
André Malo
7c386476ee fresh manpage for dbmmanage. Some grammatical review desired ... :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99663 13f79535-47bb-0310-9956-ffa450edef68
2003-04-30 23:25:09 +00:00
André Malo
bc1a0d6881 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99652 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 23:07:54 +00:00
André Malo
44c53b5f1d keep the not-yet-converted list in sync
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99650 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 20:31:31 +00:00
André Malo
c265181127 fix a space problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99645 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 20:06:21 +00:00
André Malo
1ede60f5d6 for some reason, the NAME section got lost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99640 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 14:06:17 +00:00
André Malo
13a504a8a6 add stylesheets for conversion to nroff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99589 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 22:10:47 +00:00
André Malo
6fff09f1e0 - break down the beast into smaller pieces and (try to) make it better readable.
- add license
- fix a small bug, where document sections were not indexed, when a
  translated document was in html format only (affected Japanese only)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99502 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 04:38:49 +00:00
André Malo
de7b609f85 I've read somewhere, that open source is required to be not obfuscated :)
So did some research to puzzle out the magic values for the window definition.
These are now computed at transformation time and can be easily changed
within the template. Further changes:
- add license
- cleanup
- CHM layout:
  * add "toc sync" button
  * use buttons with text. This widens the button bar, but looks much better, imho
  * add menu to the chm window.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99480 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 19:33:45 +00:00
André Malo
ce1a09a8e0 this patch seems to solve the xmlns="" problem. Thanks to kess for
remote debugging.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99471 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 03:26:55 +00:00
André Malo
4ba5fb215e use the same charset as in the toc.
(W1252 is luckily a real superset of iso-8859-1, so no problems are expected)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99462 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 14:52:58 +00:00
André Malo
2321075458 general cleanup.
- add more comments
- add the license
- make the code better readable


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99458 13f79535-47bb-0310-9956-ffa450edef68
2003-04-20 02:52:34 +00:00
André Malo
1b4c13f348 the @ was wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99435 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 04:28:16 +00:00
André Malo
17071595bb respect the replace-space-with attribute in the toc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99427 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 01:59:44 +00:00
André Malo
a970363905 the style/chm directory contains styles used only for building chm
files. the foo.$lang.xsl stylesheets are the entry styles for ant.

hhc builds the toc file (html help contents) from the sitemap
hhp builds the project file from the sitemap


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99411 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 16:42:15 +00:00