From 70ea6cbebca247cb2027e424a42934a903b135a4 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 16 Sep 2007 23:52:17 +0000 Subject: [PATCH] Updated documentation for version 1.2-5. --- debian/README.Debian | 16 ++++++++++++---- debian/changelog | 11 +++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index ced2817..6ca9bfc 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,6 +1,14 @@ -This Debian package of Memories configures any installed version of -Apache with mod_perl so that Memories is available through the path -/memories/. This is controlled by /etc/memories/apache.conf. +You can run Memories through CGI or Apache's mod_perl: + +- The CGI script is /usr/lib/cgi-bin/memories.cgi. + +- Use of mod_perl is configured in /etc/memories/apache.conf, + which by default uses the path /memories/. If you use mod_perl + you must also enable mod_apreq. If both these modules are + enabled for Apache 2 when Memories is installed or upgraded, + Memories is added to the Apache configuration automatically. + To do this later, run: + ln -s ../../memories/apache.conf /etc/apache2/conf.d/memories In order to run Memories you will need to set up a database with the schema given in /usr/share/memories/memories.sql and grant the @@ -21,4 +29,4 @@ You will almost certainly need to change the 'uri_base' and configuration. You will also need to change the 'dsn' parameter if the database name is not 'memories'. - -- Ben Hutchings Fri, 17 Feb 2006 02:12:31 +0000 + -- Ben Hutchings Tue, 21 Aug 2007 00:37:26 +0100 diff --git a/debian/changelog b/debian/changelog index 3e6012c..498f7e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +memories (1.2-5) unstable; urgency=low + + * Changed to work with Apache 2, using Maypole 2.111 - closes: #432504 + * Split changes into patches managed with quilt + * Fixed generation of thumbnail URIs in templates (102_fix-uris.diff) + * Added CGI script + * Added md5sums + * Updated policy version to 3.7.2 (no other changes required) + + -- Ben Hutchings Mon, 17 Sep 2007 00:46:20 +0100 + memories (1.2-4) unstable; urgency=low * Disabled integration with Apache 2 since Memories does not yet work -- 2.39.2