| 1 |
Source: webcit
|
| 2 |
Section: web
|
| 3 |
Priority: extra
|
| 4 |
Maintainer: Debian Citadel Team <pkg-citadel-devel@lists.alioth.debian.org>
|
| 5 |
Uploaders: Wilfried Goesgens <w.goesgens@outgesourced.org>, Michael Meskes <meskes@debian.org>, Alexander Wirt <formorer@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 7), po-debconf, libical-dev (>=0.43), gettext, locales,
|
| 7 |
libcitadel-dev (>= 7.63), quilt (>= 0.40), autotools-dev, libssl-dev
|
| 8 |
Standards-Version: 3.8.3
|
| 9 |
Vcs-Svn: svn://svn.debian.org/pkg-citadel/webcit/trunk
|
| 10 |
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-citadel/webcit/trunk/
|
| 11 |
Homepage: http://www.citadel.org/
|
| 12 |
|
| 13 |
Package: citadel-webcit
|
| 14 |
Architecture: any
|
| 15 |
Depends: ${shlibs:Depends}, ${misc:Depends}, ${citadel:Depends}, debconf, tinymce, openssl, locales, libjs-prototype, libjs-scriptaculous
|
| 16 |
Suggests: citadel-server, apache2, localepurge, gnome-icon-theme
|
| 17 |
Recommends: shared-mime-info
|
| 18 |
Description: web-based frontend to Citadel groupware server
|
| 19 |
WebCit is a web-based, AJAX-enabled frontend to the Citadel groupware system.
|
| 20 |
It is an attractive web middleware layer that allows user-friendly access.
|
| 21 |
By combining WebCit and Citadel, you can have a versatile online environment
|
| 22 |
with many users concurrently accessing the same system using the user
|
| 23 |
interface of their choice (text, web, or downloaded client software).
|
| 24 |
|
| 25 |
Package: webcit-dbg
|
| 26 |
Section: debug
|
| 27 |
Priority: extra
|
| 28 |
Architecture: any
|
| 29 |
Depends: ${misc:Depends},
|
| 30 |
citadel-webcit (= ${binary:Version})
|
| 31 |
Description: web-based frontend to Citadel groupware server
|
| 32 |
WebCit is a web-based, AJAX-enabled frontend to the Citadel groupware system.
|
| 33 |
It is an attractive web middleware layer that allows user-friendly access.
|
| 34 |
By combining WebCit and Citadel, you can have a versatile online environment
|
| 35 |
with many users concurrently accessing the same system using the user
|
| 36 |
interface of their choice (text, web, or downloaded client software).
|
| 37 |
.
|
| 38 |
This package provides the debugging symbols for WebCit.
|
| 39 |
|
| 40 |
Package: citadel-suite
|
| 41 |
Section: mail
|
| 42 |
Architecture: all
|
| 43 |
Depends: citadel-common, citadel-server, citadel-mta, citadel-webcit, citadel-client, ${misc:Depends}
|
| 44 |
Description: complete and feature-rich groupware server; metapackage for full installation
|
| 45 |
Citadel is a complete and feature-rich open source groupware platform.
|
| 46 |
* Email, calendaring/scheduling, address books
|
| 47 |
* Bulletin boards, mailing list server, instant messaging
|
| 48 |
* Multiple domain support
|
| 49 |
* An intuitive, attractive AJAX-style web interface
|
| 50 |
.
|
| 51 |
The Citadel system is extremely versatile. It provides numerous front ends to
|
| 52 |
present to users, such as a text-based interface, an AJAX-style web interface,
|
| 53 |
and many popular PIM clients using SMTP/POP/IMAP. All of these can be used
|
| 54 |
simultaneously.
|
| 55 |
.
|
| 56 |
It's also extremely scalable. Not only can a well-equipped Citadel server
|
| 57 |
support a large number of concurrent users, but you can also build
|
| 58 |
a distributed network of Citadel nodes that share rooms and their content.
|