summaryrefslogtreecommitdiffstats
path: root/srclib (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-06-05steal some code from APR intended to allow you to properly switchJeff Trawick1-0/+4
between libtool 1.3 and 1.4+... newer libtool doesn't have ltconfig, so having a stray ltconfig around will confuse some of our config logic This also fixes cp failure on FreeBSD since ltconfig and ltmain.sh are installed with 0400 perms, and when buildconf is run a second time the cp of those files would fail. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100178 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05Fix some broken log messages in WinNT MPM.Jeff Trawick2-2/+5
Submitted by: Juan Rivera <Juan.Rivera@citrix.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100175 13f79535-47bb-0310-9956-ffa450edef68
2003-06-05A couple notes on what is left, along with some hints for people whoJoshua Slive1-7/+40
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-05A little bit of progress:Joshua Slive6-22/+36
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-04A first attempt at xslt to create a latex file from our xml docs.Joshua Slive7-0/+1141
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-04validation issuesAndré Malo4-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100169 13f79535-47bb-0310-9956-ffa450edef68