From ee1efafd196cf791d85b876f2e538f6c4e409780 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Sat, 3 Nov 2012 02:16:12 +0100 Subject: Adding a README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..80e5e6e --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +## ABOUT + +This is a collection of bridges allowing an ejabberd XMPP server to use a locally installed PHP-based CMS for external authentication. + +## FEATURES + +Currently implemented bridges: + +* phpBB 3.0 +* phpBB 3.1 (unstable) +* Drupal 7.x +* Drupal 8.x (unstable) + +Potential candidates for further bridges are WordPress, MediaWiki, Joomla! and Moodle. + +## LICENSE + +The core project, without plugins, is available under the terms of the GNU General Public License, version 2 or later. + +Plugins are individually licensed: + +* phpBB, all versions: GNU General Public License, v2 +* Drupal, all versions: GNU General Public License, v2 and later. + +GPL v2: http://www.gnu.org/licenses/gpl-2.0.txt +GPL v3: http://www.gnu.org/licenses/gpl-3.0.txt -- cgit v1.1