source: main/waeup.imostate/src/waeup.imostate.egg-info/PKG-INFO @ 10340

Last change on this file since 10340 was 10340, checked in by Henrik Bettermann, 11 years ago

This is mainly a copy of the FUTMinna custom package.

File size: 3.0 KB
Line 
1Metadata-Version: 1.1
2Name: waeup.imostate
3Version: 0.1dev
4Summary: A customized waeup.kofa
5Home-page: http://www.waeup.org/
6Author: The WAeUP team.
7Author-email: UNKNOWN
8License: GPL
9Description: 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.imostate 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       
78Keywords: portal waeup kofa student university registration grok zope
79Platform: UNKNOWN
80Classifier: Development Status :: 3 - Alpha
81Classifier: Environment :: Web Environment
82Classifier: Intended Audience :: Education
83Classifier: License :: OSI Approved :: GNU General Public License (GPL)
84Classifier: Programming Language :: Python
85Classifier: Operating System :: POSIX
86Classifier: Operating System :: POSIX :: Linux
87Classifier: Framework :: Zope3
88Classifier: Topic :: Education
89Classifier: Topic :: Internet :: WWW/HTTP
Note: See TracBrowser for help on using the repository browser.