Beehive Forum
Beehive Forum is an online discussion forum with lots of cool features.
This is a fork of the official Beehive repository so that I can experiment with various changes without getting in the way.
Note: The official readme is at docs/readme.txt
Beehive is already awesome, but there are a number of changes that would make it even better.
Primarily, REST support - being able to access and interact with the forum via a REST API - will open up a whole variety of possibilities for further improvement and integration with other software.
However, there are a number of other assorted tweaks and improvements that may be made alongside this.
Development will be done following the nvie git branching model, with each feature branch being related to an issue in GitHub's issue tracker.
This project is licensed under the GPLv3 - read COPYING for details.
It makes use of the following third-party software, each available individually under their respective licenses.
jQuery (http://www.jquery.com)
- Source: https://github.com/jquery/jquery
- License: GPLv2 or MIT (See http://jquery.org/license)
- Files: forum/js/jquery-1.7.1.min.js
jQuery Autocomplete plugin 1.1 (http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/)
- Source: https://github.com/dyve/jquery-autocomplete
- License: GPL or MIT (See http://jquery.org/license)
- Files: forum/js/jquery.autocomplete.js
jQuery Querystring parser plugin (http://actingthemaggot.com/jquery)
- Source: ???
- License: GPL or MIT (See http://jquery.org/license)
- Files: forum/js/jquery.parsequery.js
jQuery sprintf and vprintf plugin (???)
- Source: ???
- License: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.txt)
- Files: forum/js/jquery.sprintf.js
jQuery URL Parser plugin (https://github.com/allmarkedup/jQuery-URL-Parser)
- Source: https://github.com/allmarkedup/jQuery-URL-Parser
- License: Public Domain (http://unlicense.org/)
- Files: forum/js/jquery.url.js
SwiftMailer (http://swiftmailer.org/)
- Source: https://github.com/swiftmailer/swiftmailer
- License: GPLv3 (http://www.gnu.org/licenses/gpl-3.0.txt)
- Files: forum/includes/swift
/eof