1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +03:00

72 Commits

Author SHA1 Message Date
64b5f061b7 Fix some typos and inaccuracies and incorrectnesses.
PR:		3016
Submitted by:	Youichirou Koga <y-koga@jp.FreeBSD.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82061 13f79535-47bb-0310-9956-ffa450edef68
1998-09-17 12:06:41 +00:00
0189823900 Update the filname column width-sizing piece of mod_autoindex
so that it's customisable with a NameLength keyword on the
	IndexOptions directive.  A value of '*' means 'as wide as the
	longest filename,' which was the default effect of the last
	patch in this area.

PR:	1949, 2324


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81979 13f79535-47bb-0310-9956-ffa450edef68
1998-09-02 21:04:39 +00:00
1a6dd5e389 Clean up mod_autoindex's storage of the IndexOptions settings.
They are per-directory, not per-filename, so keeping them in
	an array is confusing and pointless.  They're now stored in an
	int in the module config record.  Also (finally!) fix the
	FancyIndexing directive so it gets merged into any IndexOptions
	settings for the current directory, rather than replacing them.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81972 13f79535-47bb-0310-9956-ffa450edef68
1998-08-31 01:18:48 +00:00
38d73313a9 Some of my semi-regular HTML cleanup (tag ordering, B/I
replacement) and long-line (>80) shortening.  No thirty..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81320 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 14:13:00 +00:00
6740cae1bc More HTML fixes (improper nesting of tags).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80134 13f79535-47bb-0310-9956-ffa450edef68
1998-02-05 22:34:05 +00:00
80c32a1d5f Another pass at the normalisation of the HTML tags. Some
corrections coming up.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
1998-02-05 20:05:18 +00:00
8d03a2f944 As threatened. The directive attributes in the module documentation
are now links back to a description of what the attributes mean.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68
1998-01-28 19:11:58 +00:00
07050bb5be A truly mighty mod normalising HTML tags to uppercase, and
'i' and 'b' to 'EM' and 'STRONG' respectively.  Been threatening
	to do this for months.. no-one need try to maintain this when
	writing/modifiying the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80021 13f79535-47bb-0310-9956-ffa450edef68
1998-01-26 16:54:35 +00:00
f2a573e72a Add a "SuppressColumnSorting" option to the IndexOptions list,
which will keep the column heading from beling links for sorting
	the display.

PR:		1261
Reviewed by:	Jim Jagielski, Martin Kraemer, Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79543 13f79535-47bb-0310-9956-ffa450edef68
1997-11-09 05:49:23 +00:00
af7cbf0b6d Strongly note that the standalone FancyIndexing and IndexOptions
directives override each other.

PR:		1106


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79166 13f79535-47bb-0310-9956-ffa450edef68
1997-09-09 15:19:48 +00:00
85e64c8541 Add ability to sort FancyIndexed directories by the different
column values, ascending or descending.  Also update the new
	features page with some stuff that got missed.

Reviewed by:	Marc Slemko, Dean Gaudet, Alexei Kosut


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78779 13f79535-47bb-0310-9956-ffa450edef68
1997-07-25 11:04:00 +00:00
19558a0804 Add documentation for IndexOptions SuppressHTMLPreamble (and
alphabetise the options list, too).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78625 13f79535-47bb-0310-9956-ffa450edef68
1997-07-15 15:57:28 +00:00
dd7fd9a797 Fix mod_dir references.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78569 13f79535-47bb-0310-9956-ffa450edef68
1997-07-08 19:58:33 +00:00
4c413a6c97 Automatic indexes moved from mod_dir into mod_autoindex. The mod_autoindex
CVS files are copies of the mod_dir files so that we retain history in
both places.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78566 13f79535-47bb-0310-9956-ffa450edef68
1997-07-08 19:50:41 +00:00
87226ebeb8 More HTML cleanups, retrofit of intentional <XA> tag to a no-op
<A NAME> (thanks, Marc).  Lots of trailing blanks removed throughout.
	Small addition to the new_features_1_3 page.  Plenty of
	cleanup still to come..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78545 13f79535-47bb-0310-9956-ffa450edef68
1997-07-06 17:19:19 +00:00
d547cd550f Update mod_dir documentation to include IconHeight and IconWidth
keywords for the IndexOptions directive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78358 13f79535-47bb-0310-9956-ffa450edef68
1997-06-24 16:36:56 +00:00
8a147876e2 Online docs appearance rework, pass 1 phase 3: module descriptions.
This is the end of this pass for the online manual.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78228 13f79535-47bb-0310-9956-ffa450edef68
1997-06-04 16:14:24 +00:00
494fe559b2 Correcting various manual documentation errors and omissions.
Submitted by:	Martin Kraemer


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78210 13f79535-47bb-0310-9956-ffa450edef68
1997-06-02 20:19:57 +00:00
pcs
518759133c Fix description of DirectoryIndex to explain that a directory index will
only be returned if Options +Indexes is set.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77917 13f79535-47bb-0310-9956-ffa450edef68
1997-04-16 12:40:31 +00:00
5c09d4b24b Spelling corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77156 13f79535-47bb-0310-9956-ffa450edef68
1996-12-02 18:14:12 +00:00
3af317e82e Added headers/footers for these files. Fixed some typos. Started removing
old latex stuff.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77016 13f79535-47bb-0310-9956-ffa450edef68
1996-11-21 10:30:54 +00:00
b2ab672f99 Moving files to mod/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@76995 13f79535-47bb-0310-9956-ffa450edef68
1996-11-21 08:12:53 +00:00