Via - Virtual Classroom
Maintained by
SVI eSolutions, Thomas Fauquignon, Michael Leblanc
The Via activity module provides integration between Moodle and Via, our virtual classroom tool. It is designed to simplify the use of synchronous events within Moodle. It provides a single sign on between the two systems with easy event creation and management.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
1) the GPL license needs to be explicity declared - I suggest doing this at least in the version.php file with the typical Moodle boilerplate - ideally this boilerplate is in all of the files you have created or modified. See http://docs.moodle.org/dev/version.php for a sample.
I also noticed some files having ^M at the end of the lines indicating that you are likely working from Windows machines or an editor that is not saving the files with UTF-8 encoding. Those should be cleaned up.
I would also recommend using all lowercase file names. On Windows servers Auth.php and auth.php might be the same. As long as you are consistent it is not likely to be an issue but I prefer to see all lower case files.
I also noticed a file that phpxml.php uses the Artistic license which is GPL compatible so that is OK. All files must meet that criteria. When in doubt, you can check against http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
For now, until these issues are addressed, I am going to mark this plugin as needing more work. Please do not hesitate to let me know if there is anything I can do to be supportive of your efforts. Peace - Anthony
also consider adding (to useful links section) :
- code repository url
- bug tracker url
- website url