1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

51 Commits

Author SHA1 Message Date
6881183e84 Fix spelling errors in docs found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874148 13f79535-47bb-0310-9956-ffa450edef68
2020-02-17 21:41:22 +00:00
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
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
171febdabd port latex-build fix from 2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611815 13f79535-47bb-0310-9956-ffa450edef68
2014-07-18 21:43:09 +00:00
5c38fc3c7a stabilize directive sort for latex build as well
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1570867 13f79535-47bb-0310-9956-ffa450edef68
2014-02-22 18:01:30 +00:00
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
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
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
8ebc324bda improve pdf TOC output
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563907 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 14:15:02 +00:00
7efba7926f put indexes in pdf where they were planned.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563888 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 13:34:53 +00:00
084682929d - treat highlight sections in latex output identically to pre sections.
- trim whitespaces from pre and highligh sections.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1562402 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 11:14:09 +00:00
456dab3b77 fix links relative to the current directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1562299 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 22:56:02 +00:00
24dc9da32c restore directive output without module attribute
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1562298 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 22:55:37 +00:00
b4081d25a3 - fix a few missing references in latex output by adding module and directive
index and dict pages. The simple directive list (/mod/directives.html) won't
  be included. The link points to the quick reference instead.
- use &lf; for newline output along the way.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561869 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 21:56:03 +00:00
f00d070009 - avoid duplicate inclusion of module files in latex source
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561568 13f79535-47bb-0310-9956-ffa450edef68
2014-01-26 22:56:24 +00:00
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
ff4338d2df recognize ftp: as remote link
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561413 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 22:14:45 +00:00
e26a349e29 latex build was also broken by multiline syntax descriptions (which are bad on
their own, but anyway...).

Also add some missing formatting rules


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561281 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 10:41:48 +00:00
e8db26e73a add more escaping for urls
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560640 13f79535-47bb-0310-9956-ffa450edef68
2014-01-23 11:20:34 +00:00
6f4c6b8b86 only include local pages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1559942 13f79535-47bb-0310-9956-ffa450edef68
2014-01-21 08:56:07 +00:00
e0fd9d9b91 * let status texts and letters completely depend on the language
* let directive contexts and letters completely depend on the language
* allow embedding the "licensed" footer text
* generate quickreference legend automatically
* fix some japanese documents where statusses where translated by accident

Initially submitted by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636495 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 20:26:01 +00:00
8489723b25 update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421095 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 02:57:16 +00:00
2714420533 update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421081 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 02:25:00 +00:00
8543206431 update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421020 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 23:04:56 +00:00
ebe24d48c7 Update the last year of copyright.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395229 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 12:23:42 +00:00
13958c3a99 fix latex build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333016 13f79535-47bb-0310-9956-ffa450edef68
2005-11-13 15:05:53 +00:00
0550e8f49c centralize the versioning of the httpd and the docs directories
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@333005 13f79535-47bb-0310-9956-ffa450edef68
2005-11-13 14:11:48 +00:00
a4e7576ddf Get latex build working again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306833 13f79535-47bb-0310-9956-ffa450edef68
2005-10-06 18:42:38 +00:00
905cdf9f0b Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
2005-02-04 20:28:49 +00:00
4a5e555f8e adjust copyright notices in the style directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124113 13f79535-47bb-0310-9956-ffa450edef68
2005-01-04 15:35:57 +00:00
bd2cc475c2 allmodules.xml references were removed
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103613 13f79535-47bb-0310-9956-ffa450edef68
2004-05-04 23:14:15 +00:00
0d61af8c58 fix $message references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103585 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 20:18:46 +00:00
217de70a7c Forward Port:
Put a little more detail (including copyright notice) into
  frontmatter of latex version.  Also prepare for inclusion
  of png graphics.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103245 13f79535-47bb-0310-9956-ffa450edef68
2004-04-02 21:02:46 +00:00
b68721ed3a fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102617 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 20:22:54 +00:00
5ec2bfbf62 apply Apache License, Version 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102536 13f79535-47bb-0310-9956-ffa450edef68
2004-02-07 15:52:06 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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