* rewind debian changelog for initial packaging process
[citadel.git] / citadel / debian / control
1 Source: citadel
2 Section: mail
3 Priority: extra
4 Maintainer: Wilfried Goesgens <w.goesgens@outgesourced.org>
5 Build-Depends: debhelper (>= 4), po-debconf, bison, autotools-dev,
6  libdb4.4-dev | libdb4.3-dev, libical-dev, libldap2-dev, libncurses5-dev,
7  libpam0g-dev, libsieve2-dev, libssl-dev
8 Standards-Version: 3.7.2
9
10 Package: citadel-server
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, citadel-common
13 Recommends: db4.4-util | db4.3-util
14 Suggests: postfix | exim | citadel-mta | mail-transport-agent
15 Conflicts: pop3-server, imap-server
16 Provides: pop3-server, imap-server
17 Description: complete and feature-rich groupware server
18  Citadel is a complete and feature-rich open source groupware platform.
19   * Email, calendaring/scheduling, address books
20   * Bulletin boards, mailing list server, instant messaging
21   * Multiple domain support
22   * An intuitive, attractive AJAX-style web interface
23  .
24  The key to Citadel's versatility is its unique architecture. A Citadel system
25  is made up of containers called "rooms." A room may be used as an email
26  folder, a discussion forum, a real-time chat, a mailing list, a calendar,
27  an address book, an RSS sink ... sometimes a combination of any of the above,
28  and certainly any other uses which could be added in the future. Furthermore,
29  you can replicate rooms between multiple Citadel nodes, allowing you to set up
30  a federated, distributed messaging environment.
31  . 
32  With that in mind, Citadel excels at applications such as:
33   * E-mail and groupware (shared calendaring, etc.)
34   * Bulletin Board System (BBS)
35   * Online discussion forums / chat rooms
36  .
37  The Citadel system is extremely versatile. It provides numerous front ends to
38  present to users, such as a text-based interface, an AJAX-style web interface,
39  and many popular PIM clients using SMTP/POP/IMAP. All of these can be used
40  simultaneously.
41  .
42  It's also extremely scalable. Not only can a well-equipped Citadel server
43  support a large number of concurrent users, but you can also build
44  a distributed network of Citadel nodes that share rooms and their content.
45  .
46  Features:
47   * Email, calendaring, address books, bulletin boards, instant messaging, and
48     more ... all in one tightly integrated server package. Unlike other
49     open source groupware systems, all of Citadel's data stores are built-in.
50     "Integrate-it-yourself" is a thing of the past.
51   * High-performance, multiprotocol, multithreaded server engine
52   * Web browser, telnet/SSH, local client software accessible
53   * Standards-compliant e-mail built in: IMAP, POP3, ESMTP
54   * Group calendaring and scheduling (GroupDAV, Aethera, and Kolab-1
55     compatible)
56   * Built-in listserv (mailing list server)
57   * Database-driven, single-instance message store
58   * Authenticated SMTP (no more tedious mucking about with POP-before-SMTP
59     hacks)
60   * Multiple domain support
61   * Built-in integration with perimiter email filtering technologies such as
62     Realtime Blackhole Lists (RBL's) and SpamAssassin 
63   * Very strong replication features. Users in any number of domains can be
64     spread out across any number of Citadel servers, allowing you to put data
65     where you need it, and enabling infinite horizontal scalability.
66   * Web-based access to email, calendars, and everything else through
67     a powerful AJAX-style front end
68   * Very strong support for "public folders" and message forums.
69   * Built-in instant messenger service
70   * SSL/TLS encryption for all protocols
71   * LDAP integration capabilities. Citadel can populate your existing directory
72     server, or it can configure a standalone directory server if you don't
73     already have one.
74  .
75   Homepage: http://www.citadel.org
76
77 Package: citadel-common
78 Architecture: all
79 Description: complete and feature-rich groupware server
80  Citadel is a complete and feature-rich open source groupware platform.
81   * Email, calendaring/scheduling, address books
82   * Bulletin boards, mailing list server, instant messaging
83   * Multiple domain support
84   * An intuitive, attractive AJAX-style web interface
85  .
86  This package contains the common files.
87  .
88   Homepage: http://www.citadel.org
89
90 Package: citadel-mta
91 Architecture: any
92 Depends: ${shlibs:Depends}, ${misc:Depends}, citadel-server (= ${Source-Version}), citadel-common
93 Conflicts: mail-transport-agent
94 Provides: mail-transport-agent
95 Replaces: mail-transport-agent
96 Description: complete and feature-rich groupware server (mail transport agent)
97  This package contains the mail transport agent component for Citadel,
98  a complete and feature-rich open source groupware platform.
99  .
100  See the 'citadel-server' package for more informations.
101  .
102   Homepage: http://www.citadel.org
103
104 Package: citadel-client
105 Architecture: any
106 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, citadel-common
107 Description: complete and feature-rich groupware server (command line client)
108  This is package contains the command line client for Citadel, a complete and
109  feature-rich open source groupware platform.
110  .
111  See the 'citadel-server' package for more informations.
112  .
113    Homepage: http://www.citadel.org
114
115 Package: citadel-doc
116 Section: doc
117 Architecture: all
118 Description: complete and feature-rich groupware server (documentation)
119  This package contains documentation for Citadel, a complete and feature-rich
120  open source groupware platform.
121  .
122  See the 'citadel-server' package for more informations.
123  .
124   Homepage: http://www.citadel.org