Sakai 2.7.1
Source code: https://source.sakaiproject.org/contrib/opensyllabus/tags/2.7.1.
Binary: http://osyltest.hec.ca/opensyllabus.tar.bz2
Installation
- Download Jsp-Adapter: https://source.sakaiproject.org/contrib/caret/sakai-jsp-adapter/tags/sakai-jsp-adapter-0.10-K1
- Install Jsp-Adapter: mvn clean insall
- Download OpenSyllabus using the SVN link or the binary link.
- Install and deploy OpenSyllabus: mvn clean install sakai:deploy -Dmaven.tomcat.home=%CATALINA_HOME%
Use HEC SDATA
This version of OpenSyllabus comes with our modified version of Sdata. Our SDATA is added as a war file located in the folder gwt-shared/lib.
The war is deployed to your tomcat/webapps repository when you deploy the code using maven: mvn clean install sakai:deploy -Dmaven.tomcat.home=%CATALINA_HOME%
Important
Removing our SDATA war file won't stop code from compiling and deploying but users won't be able to add documents and citations to the syllabus using the browsers.
Customization
Course Outline Configurations
The OpenSyllabus code comes with a default configuration. This configuration contains:
- the messages used in the course outline
- the sections used in the course outline (lectures, themes, presentations ...)
- the css files and images used in OpenSyllabus
An institution can define more than one configuration and make it available to users or make it mandatory.
Sakai 2.6.1
Source Code
OpenSyllabus for Sakai 2.6.1 is really "HEC friendly" we would suggest you download all our Sakai 2.6.1 version to prevent some customization issues: svn://pollux.hec.ca/full_versions/branches/HEC_Prod_A2010
Need Help?
Contact us using the sakai-dev list or opensyllabus@hec.ca.