head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.10.24.09.11.20;	author dougb;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.24.04.17.15;	author dougb;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.13.05.00.36;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.3
log
@The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
@
text
@mod_encoding - Apache module for non-ascii filename interoperability

This module improves non-ascii filename interoperability of apache
(and mod_dav).

It seems many WebDAV clients send filename in its platform-local
encoding. But since mod_dav expects everything, even HTTP request
line, to be in UTF-8, this causes an interoperability problem.

I believe this is a future issue for specification (RFC?) to
standardize encoding used in HTTP request-line and HTTP header, but
life would be much easier if mod_dav (and others) can handle various
encodings sent by clients, TODAY. This module does just that.

This module adds following directives: EncodingEngine, SetServerEncoding,
AddClientEncoding, DefaultClientEncoding, and NormalizeUsername.

Note by maintainer:
	It also solves the problem with the "hostname\\username"
	way of authentication that Windows machines do when they
	attach to a DAV server. See the use of the NormalizeUsername
	directive.

Author:	Taisuke Yamada  <tai@@iij.ad.jp>
	Kunio Miyamoto  <wakatono@@todo.gr.jp>
	Akira YOSHIYAMA <yosshy@@debian.or.jp>
	Kazuhiko Iwama  <iwama@@ymc.ne.jp>
	IWAMURO Motonori <iwa@@mmp.fujitsu.co.jp>

WWW: http://webdav.todo.gr.jp/
@


1.2
log
@Remove more tags from pkg-descr files fo the form:

- Name
em@@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
@
text
@d24 5
a28 6
Authors:
- Taisuke Yamada  <tai@@iij.ad.jp>
- Kunio Miyamoto  <wakatono@@todo.gr.jp>
- Akira YOSHIYAMA <yosshy@@debian.or.jp>
- Kazuhiko Iwama  <iwama@@ymc.ne.jp>
- IWAMURO Motonori <iwa@@mmp.fujitsu.co.jp>
@


1.1
log
@New port: www/mod_encoding

	mod_encoding - Apache module for non-ascii filename interoperability

	This module improves non-ascii filename interoperability
	of apache (and mod_dav).

	It seems many WebDAV clients send filename in its platform-local
	encoding. But since mod_dav expects everything, even HTTP
	request line, to be in UTF-8, this causes an interoperability
	problem.

Note by maintainer: this port also solves the annoying form of
authentication that Windows machines do against a DAV enabled server:
"hostname\\username" instaed of the standard "username"
@
text
@a23 1
WWW: http://webdav.todo.gr.jp/
d30 2
@

