Changeset 4944
- Timestamp:
- 31 Jan 2010, 09:17:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/README.txt
r4789 r4944 1 waeup 2 ***** 1 waeup.sirp 2 ********** 3 3 4 A web-based management tool for managing universities and schools. 4 The WAeUP Student Information and Registration Portal. `waeup.sirp` is 5 a web-based management tool for managing universities and schools. 5 6 6 What is ``waeup ``?7 ================== 7 What is ``waeup.sirp``? 8 ======================= 8 9 9 10 The package was created as an effort of the WAeUP group. See … … 14 15 ============ 15 16 17 .. note:: ``waeup.sirp`` does not work with Python > 2.5 18 currently. Use of Python 2.5 is recommended. 19 20 .. note:: ``waeup.sirp`` does not work on Windows. 21 16 22 Prerequisites 17 23 ------------- 18 24 19 The ``waeup`` package is based on `Grok`_, which is a Python framework 20 for agile webapplication development. Grok itself is based on `Zope`_. 25 The ``waeup.sirp`` package is based on `Grok`_, which is a Python 26 framework for agile webapplication development. Grok itself is based 27 on `Zope`_. 21 28 22 29 .. _Grok: http://grok.zope.org/ … … 24 31 .. _Zope: http://www.zope.org/ 25 32 26 To deploy ``waeup `` most easily, we use `zc.buildout`_33 To deploy ``waeup.sirp`` most easily, we use `zc.buildout`_ 27 34 28 35 .. _zc.buildout: http://cheeseshop.python.org/pypi/zc.buildout
Note: See TracChangeset for help on using the changeset viewer.