Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 152 → Rev 151

/tags/1.3.5-dfsg-1/debian/compat
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.postinst
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.default
File deleted
/tags/1.3.5-dfsg-1/debian/prayer-accountd.docs
File deleted
/tags/1.3.5-dfsg-1/debian/prayer-templates-dev.README.Debian
File deleted
/tags/1.3.5-dfsg-1/debian/patches/templates_fallback_to_compiled.patch
File deleted
/tags/1.3.5-dfsg-1/debian/patches/series
File deleted
/tags/1.3.5-dfsg-1/debian/patches/template_sdk.patch
File deleted
/tags/1.3.5-dfsg-1/debian/patches/dlopen_templates.patch
File deleted
/tags/1.3.5-dfsg-1/debian/patches/hurd.patch
File deleted
/tags/1.3.5-dfsg-1/debian/patches/no_db_version_check.patch
File deleted
/tags/1.3.5-dfsg-1/debian/patches/unbrand_cam_template.patch
File deleted
/tags/1.3.5-dfsg-1/debian/patches/sighandling.patch
File deleted
/tags/1.3.5-dfsg-1/debian/patches/makefile_install_config.patch
File deleted
/tags/1.3.5-dfsg-1/debian/patches/unbrand_accountd.patch
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.manpages
File deleted
/tags/1.3.5-dfsg-1/debian/prayer-accountd.lintian-overrides
File deleted
/tags/1.3.5-dfsg-1/debian/source/format
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.logrotate
File deleted
/tags/1.3.5-dfsg-1/debian/prayer-templates-dev.docs
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.dirs
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.init
File deleted
/tags/1.3.5-dfsg-1/debian/watch
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.install
File deleted
/tags/1.3.5-dfsg-1/debian/prayer-templates-src.docs
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.examples
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.postrm
File deleted
/tags/1.3.5-dfsg-1/debian/changelog
File deleted
/tags/1.3.5-dfsg-1/debian/prayer-templates-src.install
File deleted
/tags/1.3.5-dfsg-1/debian/prayer.docs
File deleted
/tags/1.3.5-dfsg-1/debian/rules
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 1.3.5-dfsg-1/debian/prayer-accountd.manpages
===================================================================
--- 1.3.5-dfsg-1/debian/prayer-accountd.manpages (revision 152)
+++ 1.3.5-dfsg-1/debian/prayer-accountd.manpages (nonexistent)
@@ -1 +0,0 @@
-debian/prayer-accountd.8
Index: 1.3.5-dfsg-1/debian/prayer.lintian-overrides
===================================================================
--- 1.3.5-dfsg-1/debian/prayer.lintian-overrides (revision 152)
+++ 1.3.5-dfsg-1/debian/prayer.lintian-overrides (nonexistent)
@@ -1 +0,0 @@
-prayer: possible-gpl-code-linked-with-openssl
Index: 1.3.5-dfsg-1/debian/prayer-accountd.init
===================================================================
--- 1.3.5-dfsg-1/debian/prayer-accountd.init (revision 152)
+++ 1.3.5-dfsg-1/debian/prayer-accountd.init (nonexistent)
@@ -1,72 +0,0 @@
-#!/bin/sh
-#
-### BEGIN INIT INFO
-# Provides: prayer-accountd
-# Required-Start: $local_fs $remote_fs
-# Required-Stop: $local_fs $remote_fs
-# Should-Start:
-# Should-Stop:
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: Prayer account helper daemon
-# Description: Lets users change passwords, manage filters and other things not supported by IMAP itself
-### END INIT INFO
-
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-DAEMON=/usr/sbin/prayer-accountd
-PIDFILE=/var/run/prayer-accountd.pid
-DESC="Prayer account helper server"
-
-test -x $DAEMON || exit 0
-
-egrep -iq "^[[:space:]]*accountd_port[[:space:]]*=[[:space:]]*[[:digit:]]+[[:space:]]*$" /etc/prayer/accountd.cf || exit 0
-
-. /lib/lsb/init-functions
-
-# Include prayer defaults if available
-if [ -f /etc/default/prayer-accountd ] ; then
- . /etc/default/prayer-accountd
-fi
-
-set +e
-
-start() {
- log_daemon_msg "Starting $DESC" "accountd"
- start-stop-daemon --start --background --make-pidfile --pidfile $PIDFILE \
- --exec $DAEMON -- $DAEMON_OPTS
- log_end_msg $?
-}
-
-stop() {
- log_daemon_msg "Stopping $DESC"
- if [ -f "$PIDFILE" ]; then
- start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE
- log_progress_msg "accountd"
- fi
- rm -f "$PIDFILE"
- log_end_msg 0
-}
-
-case "$1" in
- start)
- start
- ;;
-
- stop)
- stop
- ;;
-
- restart|force-reload)
- stop
- sleep 1
- start
- ;;
- *)
- N=/etc/init.d/prayer-accountd
- # echo "Usage: $N {start|stop|restart|reload|force-reload}" >&2
- log_failure_msg "Usage: $N {start|stop|restart|force-reload}" >&2
- exit 1
- ;;
-esac
-
-exit 0
Index: 1.3.5-dfsg-1/debian/Config
===================================================================
--- 1.3.5-dfsg-1/debian/Config (revision 152)
+++ 1.3.5-dfsg-1/debian/Config (nonexistent)
@@ -1,154 +0,0 @@
-# $Cambridge: hermes/src/prayer/defaults/Config,v 1.12 2008/05/21 13:25:13 dpc22 Exp $
-#
-# Prayer - a Webmail Interface
-#
-# Copyright (c) University of Cambridge 2000 - 2002
-# See the file NOTICE for conditions of use and distribution.
-#
-# Conventional Configure file.
-
-SSL_ENABLE = true # SSL requires OpenSSL
-SESSION_CACHE_ENABLE = true # SSL session cache Requires Berkeley DB 3 or 4
-GZIP_ENABLE = true # Enable on the fly compression of pages
-LDAP_ENABLE = true # Add LDAP interface
-FENCE_ENABLE = false # Use Electric Fence to catch malloc problems
-MUTEX_SEMAPHORE = true # Use SYSV mutexes rather than file locking
-TIDY_ENABLE = true # Use libtidy for HTML sanitisation
-
-# Following depend on the way that you have configured c-client
-CCLIENT_SSL_ENABLE = false # C-client was built with SSL support
-CCLIENT_PAM_ENABLE = false # C-client was built with PAM support
-CCLIENT_KERB_ENABLE = false # C-client was built with Kerberos support
-
-# Probably don't need the following
-ACCOUNTD_ENABLE = true # Only of use in Cambridge at the moment.
-ACCOUNTD_SSL_ENABLE = true # Enable SSL support in account management daemon
-ACCOUNTD_PAM_ENABLE = true # Enable PAM support in account management daemon
-ACCOUNTD_USE_BSD_PTY = false # Use Berkeley PTYs rather than Sys V PTYs
-
-############################################################################
-# Location of compiler
-CC = gcc
-# Location of make program (GNU make required)
-MAKE = make
-# Location of install program (GNU install or compatible required)
-INSTALL = install
-
-# Base Compiler options for GCC (use CFLAGS, CPPFLAGS and LDFLAGS if passed in)
-BASECFLAGS := $(CFLAGS)
-BASECFLAGS ?= -Wall -g -O2
-BASECFLAGS += $(CPPFLAGS)
-
-BASELDFLAGS := $(LDFLAGS)
-BASELDFLAGS ?= -g
-
-# Minimal libraries needed by Linux
-BASE_LIBS = -lcrypt -lutil
-# FreeBSD needs some extra libraries:
-# BASE_LIBS = -lcrypt -liconv -lutil
-# Solaris needs even more libararies:
-# BASE_LIBS = -lcrypt -lxnet -lnsl -lsocket
-
-# Base Compiler options for Sun SUNWspro compiler
-#CC = /opt/SUNWspro/bin/cc
-#BASECFLAGS = -fast
-#BASELDFLAGS = -s
-
-############################################################################
-# Location of various include files and libraries.
-############################################################################
-
-# Location of c-client library.
-CCLIENT_DIR=/usr/include/c-client
-CCLIENT_INCLUDE=-I$(CCLIENT_DIR)
-CCLIENT_LIBS=-lc-client
-
-# Electric fence (required if FENCE_ENABLE set)
-FENCE_INCLUDE=
-FENCE_LIBS=-lmcheck
-
-# Tidy library (required if TIDY_ENABLE set)
-TIDY_INCLUDE=-I/usr/include/tidy
-TIDY_LIBS=-ltidy
-
-# Zlib (required if GZIP_ENABLE set)
-Z_INCLUDE =
-Z_LIBS = -lz
-
-# LDAP (required if LDAP_ENABLE set)
-LDAP_INCLUDE =
-LDAP_LIBS = -lldap
-
-# Pam (required if CCLIENT_PAM_ENABLE set)
-PAM_INCLUDE =
-PAM_LIBS = -lpam
-
-# Kerberos (required if CCLIENT_KERB_ENABLE set)
-KERB_INCLUDE =
-KERB_LIBS = -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
-
-# SSL definitions (required if SSL_ENABLE or CCLIENT_SSL_ENABLE set)
-#
-# Following suitable for Linux and FreeBSD which have SSL preinstalled
-# (Header files from OpenSSL 0.9.7 want to include various Kerboros stuff)
-#
-SSL_INCLUDE=
-SSL_LIBS=-lssl -lcrypto
-OPENSSL=openssl
-
-# Following definitions suitable for our Sun systems.
-#SSL_BASE=/opt/local/ssl/current
-#SSL_INCLUDE=-I ${SSL_BASE}/include
-#SSL_LIBS=-L ${SSL_BASE}/lib -lssl -lcrypto
-#OPENSSL=${SSL_BASE}/bin/openssl
-
-# DB definitions (required if SESSION_CACHE_ENABLE set)
-#
-# Following suitable for Redhat Linux which has DB 3 preinstalled
-DB_INCLUDE=
-DB_LIBS=-ldb
-
-# Following suitable for FreeBSD with DB 4 package installed
-#DB_INCLUDE=-I/usr/local/include/db4
-#DB_LIBS=-L/usr/local/lib -ldb4
-
-############################################################################
-
-# Install location of prayer configuration and support files. The initial
-# config file runs prayer processes as user "prayer" and group "prayer".
-# If you are using SSL, the certificate file must be readable by RW_USER or
-# RW_GROUP. It is important that nothing else can read the certificate file.
-
-# Build root (used by Redhat RPM system)
-BROOT=$(CURDIR)/../debian/tmp
-
-# Directory, User and group for read-write files: log files, sockets etc
-VAR_PREFIX = /var/run/prayer
-RW_USER = root
-RW_GROUP = root
-
-# Root Directory, User and group for read-only configuration files.
-# Default configuration and permissions does not allow prayer user to
-# update prayer configuration file.
-
-PREFIX = /usr/share/prayer
-LIB_PREFIX = /usr/lib/prayer
-SHLIBEXT = .so
-
-RO_USER = root
-RO_GROUP = root
-
-# Access permissions for general objects (wrt above users and groups)
-PUBLIC_EXEC = 0755
-PUBLIC_DIR = 0755
-PUBLIC_FILE = 0644
-
-# Access permissions for private objects (wrt above users and groups)
-PRIVATE_EXEC = 0750
-PRIVATE_DIR = 0750
-PRIVATE_FILE = 0640
-
-# Location of configuration files and binaries
-PRAYER_CONFIG_FILE = /etc/prayer/prayer.cf
-BIN_DIR = /usr/sbin
-ACCOUNTD_CONFIG_FILE = /etc/prayer/accountd.cf
Index: 1.3.5-dfsg-1/debian/prayer-accountd.install
===================================================================
--- 1.3.5-dfsg-1/debian/prayer-accountd.install (revision 152)
+++ 1.3.5-dfsg-1/debian/prayer-accountd.install (nonexistent)
@@ -1,2 +0,0 @@
-usr/sbin/prayer-accountd
-etc/prayer/accountd.cf
Index: 1.3.5-dfsg-1/debian/prayer-accountd.8
===================================================================
--- 1.3.5-dfsg-1/debian/prayer-accountd.8 (revision 152)
+++ 1.3.5-dfsg-1/debian/prayer-accountd.8 (nonexistent)
@@ -1,78 +0,0 @@
-.Dd 27 March 2011
-.Os "The Prayer Webmail Interface"
-.ds volume-operating-system
-.Dt PRAYER-ACCOUNTD 8
-.Sh NAME
-.Nm prayer-accountd
-.Nd Prayer system account helper daemon
-.Sh SYNOPSIS
-.Nm
-.Oo Fl -config-file
-.Ar file Oc
-.Oo Oo Fl -config-option
-.Ar name Ns = Ns Ar value Oc
-.Ar ... Oc
-.Op Fl -enable-fork | -disable-fork
-.
-.Sh DESCRIPTION
-.Nm
-is an auxilliary daemon that allows users to perform various tasks
-with respect to their UNIX system account:
-.Bl -bullet
-.It
-Change passwords
-.It
-Change their name
-.It
-Check filesystem quota
-.El
-.Pp
-Furthermore it can help users set up an
-.Sy ( Exim-only )
-.Pa .forward
-file for Spam filtering, vacation auto-replies etc.
-.Pp
-.Nm
-can be installed on a separate host from the main Prayer services if necessary.
-It needs to be able to run
-.Xr passwd 1 ,
-.Xr chfn 1 ,
-and
-.Xr quota 1
-for the user, and access users' home directories.
-.Pp
-.Nm
-accepts the following command-line options:
-.Bl -tag -width indent
-.It Fl -config-file Ar file
-Reads configuration from
-.Ar file
-instead of the default.
-.It Fl -config-option Ar name Ns = Ns Ar value
-Sets (overrides) the configuration option
-.Ar name No to Ar value .
-Any number of options can be specified in this manner.
-.It Fl -enable-fork
-Fork subprocesses as requests come in. This is the default.
-.It Fl -disable-fork
-Don't fork; process one request in at the time (debug mode).
-.El
-.
-.Sh FILES
-.
-.Bl -tag -compact
-.It Pa /etc/prayer/accountd.cf
-Default configuration file.
-.El
-.
-.Sh BUGS
-.Nm
-is rather customized to the needs of the University of Cambridge,
-though some patches have been applied to the Debian package. System
-administrators should study the source code to see what this means.
-.
-.Sh AUTHORS
-.
-This introductory manual page was put together for Debian by
-.An -nosplit
-.An "Magnus Holmgren" <holmgren@debian.org> .
Index: 1.3.5-dfsg-1/debian/copyright
===================================================================
--- 1.3.5-dfsg-1/debian/copyright (revision 152)
+++ 1.3.5-dfsg-1/debian/copyright (nonexistent)
@@ -1,93 +0,0 @@
-This package was debianized by Magnus Holmgren <magnus@kibibyte.se> on
-Tue, 24 Oct 2006 21:08:34 +0200.
-
-It was downloaded from ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer
-
-However, due to dubious copyright/licensing status of the coat of
-arms/logo of the University of Cambridge, the upstream (.orig) tarball
-has been modified by removing the following files from the files/icons
-directory:
-
- identifier.gif
- identifier800.gif
- ucs-id-small.jpg
- univheader.gif
-
-Upstream author/maintainer: David Carter <dpc22@cam.ac.uk> et al.
-
-The Debian packaging is © 2006-2011 Magnus Holmgren <holmgren@debian.org>
-and is licensed under the GPL.
-
-The original licence is as follows (from the file NOTICE in the upstream
-distribution); the GPL should be in /usr/share/common-licenses/GPL on a debian
-system.
-
-
-The Prayer Webmail Interface
-----------------------------
-
-Copyright (c) 2002 University of Cambridge
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-In addition, for the avoidance of any doubt, permission is granted to
-link this program with OpenSSL or any other library package.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
-USA
-
-INCORPORATED CODE
------------------
-
-Code implementing the SSL session cache has been adapted from code used by
-the Cyrus IMAP server, which is distributed under the following copyright:
-
-/* Copyright (c) 2000 Carnegie Mellon University. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in
- * the documentation and/or other materials provided with the
- * distribution.
- *
- * 3. The name "Carnegie Mellon University" must not be used to
- * endorse or promote products derived from this software without
- * prior written permission. For permission or any other legal
- * details, please contact
- * Office of Technology Transfer
- * Carnegie Mellon University
- * 5000 Forbes Avenue
- * Pittsburgh, PA 15213-3890
- * (412) 268-4387, fax: (412) 268-7395
- * tech-transfer@andrew.cmu.edu
- *
- * 4. Redistributions of any form whatsoever must retain the following
- * acknowledgment:
- * "This product includes software developed by Computing Services
- * at Carnegie Mellon University (http://www.cmu.edu/computing/)."
- *
- * CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
- * THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
- * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
- * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
- * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
Index: 1.3.5-dfsg-1/debian/prayer.NEWS
===================================================================
--- 1.3.5-dfsg-1/debian/prayer.NEWS (revision 152)
+++ 1.3.5-dfsg-1/debian/prayer.NEWS (nonexistent)
@@ -1,21 +0,0 @@
-prayer (1.3.2-dfsg1-1) unstable; urgency=low
-
- * This version of Prayer Webmail (again) changes the set of available
- templates sets. The "xhtml_transitional" set is removed and
- "xhtml_strict" is now called "old". A new set is added: "cam" is the
- style used at the University of Cambridge.
- * This version also removes several obsolete configuration options:
- - login_prefix_path, login_suffix_path: login page is now a
- template.
- - session_banner_path, help_dir, contact_email: unused since
- templates were introduced in 1.2.0.
- - contact_warning: unused since before 1.0.18.
- - use_embed_http, http_icon_embed, http_icon_port: Serving icons from
- a different port is no longer supported.
- - is_netscape4: Netscape 4 is long obsolete.
- * You will probably have to edit /etc/prayer/prayer.cf to choose a new
- default template set and delete any instances of the aforementioned
- configuration options.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 04 Oct 2009 20:36:42 +0200
-
Index: 1.3.5-dfsg-1/debian/README.Debian
===================================================================
--- 1.3.5-dfsg-1/debian/README.Debian (revision 152)
+++ 1.3.5-dfsg-1/debian/README.Debian (nonexistent)
@@ -1,104 +0,0 @@
-prayer for Debian
------------------
-
-The Debian version of Prayer is built with SSL support with session
-cache using the latest libdb, gzip Content-Transfer-Encoding, LDAP,
-and System V mutex support. The initial Debian release, which was only
-uloaded to the experimental distribution, was heavily patched to add
-UTF-8 and IPv6 support among other things. All that has been
-incorporated and improved by upstream in 1.1.0. The remaining patches
-concern changes to the default configuration as detailed below, or fix
-bugs. You can always find information about patches in
-changelog.Debian.gz.
-
-To enable Prayer, you must edit /etc/default/prayer and change
-ENABLED=0 to ENABLED=1. But before you do that you should go through
-/etc/prayer/prayer.cf and adapt it to your needs. In particular, if
-you already run a web server on this machine you need to change
-use_http_port (and use_https_port) to something else.
-
-Debian-specific configuration defaults:
-
- * Static files (templates, icons, CSS files) are installed in
- /usr/share/prayer in accordance with policy. The prefix option
- points there, while var_prefix, the location of pid files
- (pid_dir), sockets (socket_dir), the SSL session cache
- (ssl_session_dir), and temporary storage of uploaded attachments
- (tmp_dir), is /var/run/prayer and subdirectories. Log files are
- written to /var/log/prayer (log_dir).
-
- * Prayer by default runs as user prayer (created on install) and
- group nogroup. The prayer user is added to the ssl-cert group on
- installation, so that it can access keys in /etc/ssl/private.
-
- * ssl_cert_file and ssl_privatekey_file point to the "snake oil"
- certificate and key created by the ssl-cert package, so that you
- only have to uncomment use_https_port to enable encryption. For a
- production server you should of course install a real certificate.
-
- * Support for SSL session caching is compiled in, but caching is
- disabled by default, as it probably doesn't make that much a
- difference on modern hardware. To enable it, uncomment the
- ssl_session_timeout setting in prayer.cf. You should also arrange
- for prayer-ssl-prune to be run periodically, for example by placing
- a symlink to it in /etc/cron.hourly or /etc/cron.daily.
-
- * The default IMAP folders for sent mail (sent_mail_folder) and
- drafts (postponed_folder) are "Sent" and "Drafts", respectively,
- the default for Mozilla Thunderbird and others (although many IMAP
- clients unfortunately use localized folder names).
-
- * socket_split_dir is off by default to reduce complexity when
- testing. You will probably only need it if you have lots of
- simultaneous users and a file system without directory indexes.
-
-Customizing templates:
-
-To use customized templates you must set template_use_compiled to
-FALSE in prayer.cf. Then copy the template (.t file) you wish to
-customize from /usr/share/prayer/templates to the corresponding
-location under /etc/prayer/templates and edit it there. Prayer will
-still use the compiled-in versions of the remaining templates, thanks
-to a small patch.
-
-Quirks:
-
- * If your IMAP server supports STARTTLS, then Prayer (actually the
- libc-client IMAP client library) will use it automatically. To
- disable, append "/notls" to the IMAP server name(s) specified with
- imapd_server. To force TLS, append "/tls". Make sure that the
- server name you specify for imapd_server in prayer.cf matches the
- Common Name in the SSL certificate; otherwise libc-client will
- refuse to accept it. To disable that check, use "/novalidate-cert".
- Other switches you can append are listed in the file naming.txt.gz
- in the documentation directory of the C-client library.
-
- * If your IMAP server is Dovecot (or any of a number of others,
- probably), then you must change prefs_folder_name to something not
- containing a dot. Unfortunately this means that the preference
- folder will be fully visible.
-
- * Prayer doesn't handle signals gracefully yet, which means that it
- will leave SysV semaphores lying around when it is stopped or
- restarted. You can use ipcs to find them and ipcrm to delete them.
-
- * While Prayer does its best to remove potentially harmful tags from
- HTML email, it doesn't try to convert it to XHTML. This means that
- Prayer's output is conformant XHTML only when not viewing HTML
- mail.
-
- * Prayer deletes mail the IMAP way, which is by marking messages as
- deleted and leaving them in their folders. Prayer always lists
- deleted messages (with a special icon) and expunges (deletes
- permanently) deleted messages only when explicitly requested.
- Before that they can be undeleted at any time by "unmarking" them.
-
- Most mail client software deletes mail by moving it to a "trash"
- folder, which in reality means creating a copy in the trash folder
- and marking the original deleted. Messages that are marked as
- deleted are usually never listed, cannot be unmarked, and are often
- automatically expunged. These two approaches are rather
- incompatible, but some software can take either.
-
- -- Magnus Holmgren <holmgren@debian.org>, Wed, 30 Sep 2009 22:57:19 +0200
-
Index: 1.3.5-dfsg-1/debian/prayer-templates-dev.install
===================================================================
--- 1.3.5-dfsg-1/debian/prayer-templates-dev.install (revision 152)
+++ 1.3.5-dfsg-1/debian/prayer-templates-dev.install (nonexistent)
@@ -1,5 +0,0 @@
-/usr/lib/prayer/template_*
-/usr/lib/prayer/*.pl
-/usr/include/prayer/template_structs.h
-/usr/include/prayer/misc.h
-/usr/share/prayer/*.make
Index: 1.3.5-dfsg-1/debian/control
===================================================================
--- 1.3.5-dfsg-1/debian/control (revision 152)
+++ 1.3.5-dfsg-1/debian/control (nonexistent)
@@ -1,97 +0,0 @@
-Source: prayer
-Section: mail
-Priority: optional
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Build-Depends: cdbs, debhelper (>= 7),
- libc-client2007e-dev | libc-client-dev,
- libldap2-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb-dev, libtidy-dev
-Standards-Version: 3.9.4
-Vcs-Svn: svn://svn.kibibyte.se/prayer/trunk
-Vcs-Browser: http://svn.kibibyte.se/prayer
-Homepage: http://www-uxsup.csx.cam.ac.uk/~dpc22/prayer/
-
-Package: prayer
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, ssl-cert (>= 1.0.11),
- logrotate, exim4 | mail-transport-agent
-Suggests: prayer-accountd, prayer-templates-src, imap-server, aspell | ispell
-Description: standalone IMAP-based webmail server
- Prayer is yet another Webmail interface.
- .
- It is unusual in that it is a complete, standalone, HTTP server and proxy
- rather a Apache/mod_php plugin. Prayer maintains persistent connections to
- the IMAP server and is written entirely in C. Consequently it is much
- faster than most open source Webmail interfaces and puts very little load
- on either the machines running the Web server or the backend IMAP servers
- (even if traditional Unix format mailfolders are in use).
- .
- Prayer has very few external dependencies as user preferences are stored on
- the IMAP server rather than in a SQL database. It does however implement a
- full range of features and user preference settings.
-
-Package: prayer-templates-src
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: prayer (>= 1.3.0)
-Replaces: prayer-templates (<< 1.3.2-dfsg1-2)
-Breaks: prayer-templates (<< 1.3.2-dfsg1-2)
-Suggests: prayer-templates-dev
-Description: templates for customizing Prayer Webmail
- Prayer is yet another Webmail interface.
- .
- It is unusual in that it is a complete, standalone, HTTP server and proxy
- rather a Apache/mod_php plugin. Prayer maintains persistent connections to
- the IMAP server and is written entirely in C. Consequently it is much
- faster than most open source Webmail interfaces and puts very little load
- on either the machines running the Web server or the backend IMAP servers
- (even if traditional Unix format mailfolders are in use).
- .
- This package contains, in source form, the templates for the HTML
- that Prayer outputs.
- .
- As all the templates are included with the main prayer package in
- compiled form, you only need to install this package if you need to
- customize one or more pages and you want something to start from.
-
-Package: prayer-templates-dev
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, make, gcc
-Suggests: prayer-templates-src, prayer
-Description: tools for compiling Prayer templates
- Prayer is yet another Webmail interface.
- .
- It is unusual in that it is a complete, standalone, HTTP server and proxy
- rather a Apache/mod_php plugin. Prayer maintains persistent connections to
- the IMAP server and is written entirely in C. Consequently it is much
- faster than most open source Webmail interfaces and puts very little load
- on either the machines running the Web server or the backend IMAP servers
- (even if traditional Unix format mailfolders are in use).
- .
- Prayer uses its own macro expansion language for the HTML it
- outputs. This package contains the programs and scripts needed to
- build template libraries, as well as a makefile to facilitate the
- process.
-
-Package: prayer-accountd
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: prayer
-Recommends: exim4
-Description: account management daemon for Prayer
- Prayer is yet another Webmail interface.
- .
- It is unusual in that it is a complete, standalone, HTTP server and proxy
- rather a Apache/mod_php plugin. Prayer maintains persistent connections to
- the IMAP server and is written entirely in C. Consequently it is much
- faster than most open source Webmail interfaces and puts very little load
- on either the machines running the Web server or the backend IMAP servers
- (even if traditional Unix format mailfolders are in use).
- .
- This package contains a daemon that can do the following for users:
- .
- * Change passwords
- * Change their full name
- * Manage mail filtering (requires Exim) and forwarding
- * Manage vacation messages and logs
- .
- NOTE: This package is currently not very useful.
Index: 1.3.5-dfsg-1/debian/prayer.links
===================================================================
--- 1.3.5-dfsg-1/debian/prayer.links (revision 152)
+++ 1.3.5-dfsg-1/debian/prayer.links (nonexistent)
@@ -1,2 +0,0 @@
-usr/lib/prayer/templates/old.so usr/lib/prayer/templates/xhtml_strict.so
-usr/lib/prayer/templates/old_frontend.so usr/lib/prayer/templates/xhtml_strict_frontend.so
Index: 1.3.5-dfsg-1/debian
===================================================================
--- 1.3.5-dfsg-1/debian (revision 152)
+++ 1.3.5-dfsg-1/debian (nonexistent)
/1.3.5-dfsg-1/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: 1.3.5-dfsg-1
===================================================================
--- 1.3.5-dfsg-1 (revision 152)
+++ 1.3.5-dfsg-1 (nonexistent)
/1.3.5-dfsg-1
Property changes:
Deleted: svn:mergeinfo
## -0,3 +0,0 ##
Reverse-merged /tags/1.2.2.1-1:r47-51
Reverse-merged /branches/lenny:r52-71
Reverse-merged /tags/1.2.2.1-7:r53-72