From 5a4d9e05f6cddc0b44915079d31724d6b60ed7f5 Mon Sep 17 00:00:00 2001
From: Lennart Poettering
Date: Mon, 23 Jan 2006 01:17:14 +0000
Subject: port to apache 2.0
git-svn-id: file:///home/lennart/svn/public/mod_mime_xattr/trunk@12 f01872de-66d6-0310-9185-fc3b30f50adc
---
doc/Makefile.am | 2 +-
doc/README.html.in | 52 +++++++++++++++++++++++++++++-----------------------
doc/style.css | 19 +++++--------------
3 files changed, 35 insertions(+), 38 deletions(-)
(limited to 'doc')
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f21e42c..50afd4f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
# $Id$
-# Copyright 2004 Lennart Poettering
+# Copyright 2004-2006 Lennart Poettering
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You
diff --git a/doc/README.html.in b/doc/README.html.in
index 575ffd9..4d69132 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
-Copyright 2004 Lennart Poettering <@PACKAGE_BUGREPORT@>
+Copyright 2004-2006 Lennart Poettering <@PACKAGE_BUGREPORT@>
- License
@@ -42,6 +42,10 @@ permissions and limitations under the License.
+Mon Jan 23 2004:
Version
+0.3 released; changes include: ported to Apache 2.0 - For Apache 1 use versions <= 0.2
+
Sun Mar 28 2004:
Version
0.2 released; changes include: look for both user.mime_type and user.mime-type for compliance with XDG
@@ -53,7 +57,7 @@ href="@PACKAGE_URL@mod_mime_xattr-0.1.tar.gz">Version
mod_mime_xattr is a module for the Apache HTTPD 1.3 which may be used to
+href="http://httpd.apache.org/">Apache HTTPD 2.0 which may be used to
set a range of MIME properties of files served from a document tree with
extended attributes (EAs) as supported by the underlying file
system. The current version of mod_mime_xattr has support for
@@ -83,38 +87,38 @@ MIME database specification as published by Requirements
-
A current release of Apache 1.3 with apxs, the development
+
A current release of Apache 2.0 (2.2 probably works, too) with apxs, the development
headers and libraries installed. You need to install libattr
and its development package.
@@ -157,7 +161,7 @@ and its development package.
easy to do, however. Feel free to send me patches!
mod_mime_xattr was developed and tested on Debian GNU/Linux
-"testing" from March 2004, it should work on most other Linux
+"testing" from January 2006, it should work on most other Linux
distributions since it uses GNU autoconf source code configuration.
@@ -178,12 +182,14 @@ compilation and make install (as root) for installation of
The current release is @PACKAGE_VERSION@
-Get mod_mime_xattr's development sources from the Subversion repository.
+Get mod_mime_xattr's development sources from the Subversion repository (viewcvs):
+
+svn checkout svn://svn.0pointer.net/mod_mime_xattr/trunk mod_mime_xattr
If you want to be notified whenever I release a new version of this software use the subscription feature of Freshmeat.
-Lennart Poettering <@PACKAGE_BUGREPORT@>, March 2004
+Lennart Poettering <@PACKAGE_BUGREPORT@>, January 2006
$Id$
diff --git a/doc/style.css b/doc/style.css
index 3499640..7d7eb75 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,8 +1,7 @@
/* $Id$ */
/***
-
- Copyright 2004 Lennart Poettering
+ Copyright 2004-2006 Lennart Poettering
Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You
@@ -15,18 +14,10 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.
-
***/
-body { color: black; background-color: white; margin: 0.5cm; }
+body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }
-p { margin-left: 0.5cm; margin-right: 0.5cm; }
-div.news-date { margin-left: 0.5cm; font-size: 80%; color: #4f0000; }
-p.news-text { margin-left: 1cm; }
-h1 { color: #00009F; }
-h2 { color: #00009F; }
-h3 { color: #00004F; margin-left: 0.5cm; }
-ul { margin-left: .5cm; }
-ol { margin-left: .5cm; }
-pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
-.grey { color: #afafaf; }
+div.news-date { font-size: 80%; font-style: italic; }
+pre { background-color: #f0f0f0; padding: 0.4cm; }
+.grey { color: #8f8f8f; font-size: 80%; }
--
cgit