OpenCAP Code
Brought to you by:
flanneltuba,
spesic
File | Date | Author | Commit |
---|---|---|---|
django_opencap | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
documentation | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
BUGS.txt | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
CHANGELOG.txt | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
INSTALL.txt | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
LICENCE.txt | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
README.txt | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
REQUIREMENTS.txt | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
deploy_script.py | 2012-03-27 |
![]() |
[ce1d99] Initial Commit |
###################################################### # # # Center for Applied Second Language Studies (CASLS) # # University of Oregon # # http://casls.uoregon.edu # # Date Updated: 13/12/2011 # # # ###################################################### I. Description: --------------- OpenCAP (Collaborative Assessment Platform) is a research project being conducted by the Center for Applied Second Language Studies (CASLS) at the University of Oregon. OpenCAP is envisioned as an online community-driven tool that gives committed language educators a framework for designing and delivering quality custom assessments by leveraging community created content. II. List of files included: --------------------------- - README.txt This file. - LICENCE.txt Copyright and Licensing informations. - REQUIREMENTS.txt Libraries and tools required for project to run. - INSTALL.txt Installation instructions. - CHANGELOG.txt Detailed information regarding revision changes. - BUGS.txt Known bugs and/or features in progress. III. Requirements: ------------------ OpenCAP was developed using Django, Python-based framework. Make sure you have Python installed and in your PATH. You will need some sort of a database. We have used MySQL and PostgreSQL, but django will support other forms of data storage as well. Detailed information about dependencies and requirements can be found in REQUIREMENTS.txt included in the package. OPTIONAL: Install SetupTools (http://pypi.python.org/pypi/setuptools) for python. This will make installing dependencies much easier. IV. History: ------------ Version 2.0.0 - Second major release. (*) Version 1.1.0 - First significant feature addition. (*) Version 1.0.1 - First minor feature or bug fix (*) Version 1.0.0 - This would be first official release with all features implemented according to specs. (*) Version 0.0.1 - Current release (*) Items in above list containing (*) are not representing actual revision history. Instead these are suggested guidlines for versioning future releases. The format is: Version MAJOR_RELEASE.SIGNIFICANT_CHANGE.MINOR_CHANGE - Revision Description V. Compatibility: ----------------- OpenCAP was tested using python 2.6, django 1.2.3 and MySQL/PostgreSQL databases. VI. Known Issues: ----------------- Detailed list of known bugs and issues can be found in BUGS.txt included in the package.