Changeset 5642

Show
Ignore:
Timestamp:
10/29/08 03:25:49 (2 months ago)
Author:
deets
Message:

enhanced docs & added new release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/tgMochiKit/trunk/README.txt

    r5619 r5642  
    121121    This setting selects the version of the MochiKit library that the 
    122122    ``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. 
    124124 
    125125``tg_mochikit.packed -- False`` 
     
    133133 
    134134``tg_mochikit.draganddrop -- False`` 
    135     Selects whether the ``turbogears.mochikit`` widget should include the 
     135    Selects if the ``turbogears.mochikit`` widget should include the 
    136136    ``DragAndDrop.js`` file. 
    137137 
     
    153153 
    154154 
     155Chosing the right version 
     156~~~~~~~~~~~~~~~~~~~~~~~~~ 
     157 
     158 
    155159Now when using tgMochiKit, the problem of which version to chose arises.  
    156160 
  • projects/tgMochiKit/trunk/tgmochikit/release.py

    r5619 r5642  
    11# Release information about tgMochikit 
    22 
    3 version = "0.2beta
     3version = "0.2beta2
    44 
    55description = "MochiKit packaged as TurboGears widgets."