Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 147 | Rev 164 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 magnus 1
Source: prayer
2
Section: mail
3
Priority: optional
5 magnus 4
Maintainer: Magnus Holmgren <holmgren@debian.org>
137 magnus 5
Build-Depends: cdbs, debhelper (>= 7),
136 magnus 6
 libc-client2007e-dev | libc-client-dev,
115 magnus 7
 libldap2-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb-dev, libtidy-dev
149 magnus 8
Standards-Version: 3.9.4
5 magnus 9
Vcs-Svn: svn://svn.kibibyte.se/prayer/trunk
10
Vcs-Browser: http://svn.kibibyte.se/prayer
24 magnus 11
Homepage: http://www-uxsup.csx.cam.ac.uk/~dpc22/prayer/
3 magnus 12
 
13
Package: prayer
14
Architecture: any
43 magnus 15
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, ssl-cert (>= 1.0.11),
81 magnus 16
         logrotate, exim4 | mail-transport-agent
105 magnus 17
Suggests: prayer-accountd, prayer-templates-src, imap-server, aspell | ispell
71 magnus 18
Description: standalone IMAP-based webmail server
3 magnus 19
 Prayer is yet another Webmail interface.
20
 .
21
 It is unusual in that it is a complete, standalone, HTTP server and proxy
22
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
23
 the IMAP server and is written entirely in C. Consequently it is much
24
 faster than most open source Webmail interfaces and puts very little load
25
 on either the machines running the Web server or the backend IMAP servers
26
 (even if traditional Unix format mailfolders are in use).
27
 .
28
 Prayer has very few external dependencies as user preferences are stored on
29
 the IMAP server rather than in a SQL database. It does however implement a
30
 full range of features and user preference settings.
31
 
105 magnus 32
Package: prayer-templates-src
33
Architecture: all
75 magnus 34
Depends: ${misc:Depends}
105 magnus 35
Recommends: prayer (>= 1.3.0)
36
Replaces: prayer-templates (<< 1.3.2-dfsg1-2)
117 magnus 37
Breaks: prayer-templates (<< 1.3.2-dfsg1-2)
105 magnus 38
Suggests: prayer-templates-dev
71 magnus 39
Description: templates for customizing Prayer Webmail
105 magnus 40
 Prayer is yet another Webmail interface.
41
 .
42
 It is unusual in that it is a complete, standalone, HTTP server and proxy
43
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
44
 the IMAP server and is written entirely in C. Consequently it is much
45
 faster than most open source Webmail interfaces and puts very little load
46
 on either the machines running the Web server or the backend IMAP servers
47
 (even if traditional Unix format mailfolders are in use).
48
 .
71 magnus 49
 This package contains, in source form, the templates for the HTML
50
 that Prayer outputs.
51
 .
105 magnus 52
 As all the templates are included with the main prayer package in
53
 compiled form, you only need to install this package if you need to
71 magnus 54
 customize one or more pages and you want something to start from.
55
 
105 magnus 56
Package: prayer-templates-dev
57
Architecture: any
58
Depends: ${shlibs:Depends}, ${misc:Depends}, make, gcc
59
Suggests: prayer-templates-src, prayer
60
Description: tools for compiling Prayer templates
61
 Prayer is yet another Webmail interface.
62
 .
63
 It is unusual in that it is a complete, standalone, HTTP server and proxy
64
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
65
 the IMAP server and is written entirely in C. Consequently it is much
66
 faster than most open source Webmail interfaces and puts very little load
67
 on either the machines running the Web server or the backend IMAP servers
68
 (even if traditional Unix format mailfolders are in use).
69
 .
70
 Prayer uses its own macro expansion language for the HTML it
71
 outputs. This package contains the programs and scripts needed to
72
 build template libraries, as well as a makefile to facilitate the
73
 process.
74
 
3 magnus 75
Package: prayer-accountd
76
Architecture: any
77
Depends: ${shlibs:Depends}, ${misc:Depends}
78
Suggests: prayer
79
Recommends: exim4
80
Description: account management daemon for Prayer
81
 Prayer is yet another Webmail interface.
82
 .
83
 It is unusual in that it is a complete, standalone, HTTP server and proxy
84
 rather a Apache/mod_php plugin. Prayer maintains persistent connections to
85
 the IMAP server and is written entirely in C. Consequently it is much
86
 faster than most open source Webmail interfaces and puts very little load
87
 on either the machines running the Web server or the backend IMAP servers
88
 (even if traditional Unix format mailfolders are in use).
89
 .
90
 This package contains a daemon that can do the following for users:
91
 .
92
  * Change passwords
93
  * Change their full name
94
  * Manage mail filtering (requires Exim) and forwarding
95
  * Manage vacation messages and logs
96
 .
97
 NOTE: This package is currently not very useful.