Changeset 5642
- Timestamp:
- 10/29/08 03:25:49 (2 months ago)
- Files:
-
- projects/tgMochiKit/trunk/README.txt (modified) (3 diffs)
- projects/tgMochiKit/trunk/tgmochikit/release.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/tgMochiKit/trunk/README.txt
r5619 r5642 121 121 This setting selects the version of the MochiKit library that the 122 122 ``turbogears.mochikit`` widget will use. tgMochiKit currently ships 123 with version 1.3.1 and several snapshots of the 1.4 development version.123 with version 1.3.1, 1.4 and several snapshots of the 1.4 development version. 124 124 125 125 ``tg_mochikit.packed -- False`` … … 133 133 134 134 ``tg_mochikit.draganddrop -- False`` 135 Selects whetherthe ``turbogears.mochikit`` widget should include the135 Selects if the ``turbogears.mochikit`` widget should include the 136 136 ``DragAndDrop.js`` file. 137 137 … … 153 153 154 154 155 Chosing the right version 156 ~~~~~~~~~~~~~~~~~~~~~~~~~ 157 158 155 159 Now when using tgMochiKit, the problem of which version to chose arises. 156 160 projects/tgMochiKit/trunk/tgmochikit/release.py
r5619 r5642 1 1 # Release information about tgMochikit 2 2 3 version = "0.2beta "3 version = "0.2beta2" 4 4 5 5 description = "MochiKit packaged as TurboGears widgets."