[10761] | 1 | Metadata-Version: 1.1 |
---|
| 2 | Name: waeup.skeleton |
---|
| 3 | Version: 0.1dev |
---|
| 4 | Summary: A customized waeup.kofa |
---|
| 5 | Home-page: http://www.waeup.org/ |
---|
| 6 | Author: The WAeUP team. |
---|
| 7 | Author-email: UNKNOWN |
---|
| 8 | License: GPL |
---|
| 9 | Description: What is `waeup.kofa`? |
---|
| 10 | ********************* |
---|
| 11 | |
---|
| 12 | The WAeUP Student Information and Registration Portal. `waeup.kofa` is |
---|
| 13 | a web-based management tool for managing universities and schools. |
---|
| 14 | |
---|
| 15 | The package was created as an effort of the WAeUP group. See |
---|
| 16 | http://www.waeup.org to learn more about WAeUP. |
---|
| 17 | |
---|
| 18 | Installation instructions can be found in the User Documentation (docs folder in the file system). |
---|
| 19 | |
---|
| 20 | The waeup.skeleton package
|
---|
| 21 | ************************
|
---|
| 22 |
|
---|
| 23 | A customized portal software for student registration.
|
---|
| 24 | |
---|
| 25 | |
---|
| 26 | Changes |
---|
| 27 | ******* |
---|
| 28 | |
---|
| 29 | 0.2 (unreleased) |
---|
| 30 | ================ |
---|
| 31 | |
---|
| 32 | Feature changes |
---|
| 33 | --------------- |
---|
| 34 | |
---|
| 35 | * Started switch to groktoolkit (grok 1.1) based |
---|
| 36 | application. `waeup.kofa` is not compatible with grok 1.0 anymore. |
---|
| 37 | |
---|
| 38 | * Added first rudimentary support for application plugins. Plugins are |
---|
| 39 | looked up by the main app on creation time and created afterwards. |
---|
| 40 | |
---|
| 41 | * Added first rudimentary support for RSS2.0 feeds. |
---|
| 42 | |
---|
| 43 | * Generated filenames now have a filename extension that indicates |
---|
| 44 | mode of processing. So fred.csv becomes fred.create.pending.csv when |
---|
| 45 | being batch processed and something fails. |
---|
| 46 | |
---|
| 47 | * Coverage reports are now generated in ``coverage-report`` subdir of |
---|
| 48 | build-directory. |
---|
| 49 | |
---|
| 50 | Bug fixes |
---|
| 51 | --------- |
---|
| 52 | |
---|
| 53 | * Removed all references to stuff in university submodule into the |
---|
| 54 | module itself or replaced it with proper code. This way the |
---|
| 55 | university submodule could be factored out of the waeup.kofa |
---|
| 56 | package. Fixed bug #23. |
---|
| 57 | |
---|
| 58 | * Fixed default obj updater in batchprocessing. Fixed bug #17. |
---|
| 59 | |
---|
| 60 | * Fixed handling of pending file names, fixed bug #16. |
---|
| 61 | |
---|
| 62 | * Removed quick importer and all related components. |
---|
| 63 | |
---|
| 64 | * Removed TestData folder. It was too heavy and test data can be |
---|
| 65 | created on-the-fly. |
---|
| 66 | |
---|
| 67 | |
---|
| 68 | 0.1 (2010-01-31) |
---|
| 69 | ================ |
---|
| 70 | |
---|
| 71 | Initial version. (Incomplete) rewrite from the former CPS-based |
---|
| 72 | application. |
---|
| 73 | |
---|
| 74 | |
---|
| 75 | Download |
---|
| 76 | ******** |
---|
| 77 | |
---|
| 78 | Keywords: portal waeup kofa student university registration grok zope |
---|
| 79 | Platform: UNKNOWN |
---|
| 80 | Classifier: Development Status :: 3 - Alpha |
---|
| 81 | Classifier: Environment :: Web Environment |
---|
| 82 | Classifier: Intended Audience :: Education |
---|
| 83 | Classifier: License :: OSI Approved :: GNU General Public License (GPL) |
---|
| 84 | Classifier: Programming Language :: Python |
---|
| 85 | Classifier: Operating System :: POSIX |
---|
| 86 | Classifier: Operating System :: POSIX :: Linux |
---|
| 87 | Classifier: Framework :: Zope3 |
---|
| 88 | Classifier: Topic :: Education |
---|
| 89 | Classifier: Topic :: Internet :: WWW/HTTP |
---|