Metadata-Version: 1.1 Name: waeup.imostate Version: 0.1dev Summary: A customized waeup.kofa Home-page: http://www.waeup.org/ Author: The WAeUP team. Author-email: UNKNOWN License: GPL Description: What is `waeup.kofa`? ********************* The WAeUP Student Information and Registration Portal. `waeup.kofa` is a web-based management tool for managing universities and schools. The package was created as an effort of the WAeUP group. See http://www.waeup.org to learn more about WAeUP. Installation instructions can be found in the User Documentation (docs folder in the file system). The waeup.imostate package ************************ A customized portal software for student registration. Changes ******* 0.2 (unreleased) ================ Feature changes --------------- * Started switch to groktoolkit (grok 1.1) based application. `waeup.kofa` is not compatible with grok 1.0 anymore. * Added first rudimentary support for application plugins. Plugins are looked up by the main app on creation time and created afterwards. * Added first rudimentary support for RSS2.0 feeds. * Generated filenames now have a filename extension that indicates mode of processing. So fred.csv becomes fred.create.pending.csv when being batch processed and something fails. * Coverage reports are now generated in ``coverage-report`` subdir of build-directory. Bug fixes --------- * Removed all references to stuff in university submodule into the module itself or replaced it with proper code. This way the university submodule could be factored out of the waeup.kofa package. Fixed bug #23. * Fixed default obj updater in batchprocessing. Fixed bug #17. * Fixed handling of pending file names, fixed bug #16. * Removed quick importer and all related components. * Removed TestData folder. It was too heavy and test data can be created on-the-fly. 0.1 (2010-01-31) ================ Initial version. (Incomplete) rewrite from the former CPS-based application. Download ******** Keywords: portal waeup kofa student university registration grok zope Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Web Environment Classifier: Intended Audience :: Education Classifier: License :: OSI Approved :: GNU General Public License (GPL) Classifier: Programming Language :: Python Classifier: Operating System :: POSIX Classifier: Operating System :: POSIX :: Linux Classifier: Framework :: Zope3 Classifier: Topic :: Education Classifier: Topic :: Internet :: WWW/HTTP