资源说明:
h1. Introduction This plugin allows to start and join web meetings using a BigBlueButton server (http://bigbluebutton.org server) h1. Setup h3. 1. Install plugin into vendor/plugins Install redmine_bbb with: * ruby script/plugin install http://github.com/amartel/redmine_bbb.git No DB migration is required... h3. 2. Restart your web server h3. 3. Configure REDMINE with your web browser If everything is OK, you should see BigBlueButton plugin in the plugin list (Administration -> Plugins) Then, you have to configure the plugin: * BigBlueButton server: public url of your BigBlueButton server (ie: used by user's browser) * Internal address: private url of your BigBlueButton server (if any). Useful when your BBB server is behind a firewall... * Salt: salt of your BBB server (to allow use of APIs) * return url: url where to be redirected at the end of the meeting (leave blank if you want to be redirected to the project's overview tab) * Use popup window: choose if you want to start the meeting in a popup window or not. A popup window is useful because it allows you to resize the windows at the maximum size with chat available... (When switching to fullscreen, chat is disable due to security reasons in the flash plugin...) New permissions are now available (in BigBlueButton section): * :bigbluebutton_join allows user to join a started meeting * :bigbluebutton_start allows user to create and start a new meeting * :bigbluebutton_moderator grants a MODERATOR access to the user in the meeting When the plugin is activated in a project, you should see a new section "virtual meeting" in the project's overview tab. If not, check your settings (the plugin doesn't display the section if it is not possible to open a connection with the BBB server...) h1. History 0.1.1 : 2010-12-27 new: German localization new: Permission to allow meeting creation new: Permission to grant MODERATOR role in meeting 0.1.0 : 2010-10-14 new: Dutch localization fixed: change URI.escape() with CGI.escape() for better support of extended chars in usernames and code cleaned 0.0.1: Initial release
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。