Jump to content

Citadel/UX: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
According to their homepage, Citadel also supports jabber/xmpp
No edit summary
Line 19: Line 19:
Citadel uses the [[Berkeley DB]] database for all of its data stores, including the message base.
Citadel uses the [[Berkeley DB]] database for all of its data stores, including the message base.


The software is open source, and released under the [[GNU General Public License|GPL]] license.
The software is open source, and released under the [[GNU General Public License|GPL]].


==External links==
==External links==

Revision as of 04:28, 28 March 2010

Citadel/UX
Developer(s)citadel.org
Stable release906 (January 15, 2017; 7 years ago (2017-01-15)) [±]
Repository
Operating systemUnix, Linux
TypeGroupware
LicenseGPL
Websitewww.citadel.org

Citadel/UX (typically referred to simply as "Citadel") is a collaboration suite (messaging and groupware) that is descended from the Citadel family of programs which became popular in the 1980s and 1990s as a bulletin board system platform. It is designed to run on open source operating systems such as Linux or BSD. Although it is still being used widely[citation needed] on bulletin board systems, in 1998 the developers began to expand its functionality to a general purpose groupware platform.

In order to modernize the Citadel platform for the Internet, the Citadel/UX developers added functionality such as shared calendars, instant messaging, and built-in implementations of Internet protocols such as SMTP, IMAP, Sieve, POP3, GroupDAV and Jabber. All protocols offer OpenSSL encryption for additional security.

Users of Citadel/UX systems also have available to them a web-based user interface which employs Ajax style functionality to allow application-like interaction with the system.

Citadel uses the Berkeley DB database for all of its data stores, including the message base.

The software is open source, and released under the GPL.