Changeset 186

Show
Ignore:
Timestamp:
08/16/08 21:54:24 (4 months ago)
Author:
rgrp
Message:

[docs][xs]: bring CHANGELOG.txt up to date with v0.5 and start on v0.6 items.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG.txt

    Revision 153 Revision 186
    1v0.5: 2008-05-10  1 v0.6: 2008-? 
       2 ================ 
       3  
       4   * Text search via Xapian  
       5   * Text statistics 
       6  
       7 v0.5: 2008-06-01 
    2================ 8================ 
    3 9 
    4  * Move to Pylons and rework web interface 10  * Move to Pylons and rework web interface 
    5  * Move command line interface to use pastescript 11  * Move command line interface to use pastescript 
    6  * Now have Milton in addition to Shakespeare 12  * Now have Milton in addition to Shakespeare 
    7  * Store copies of texts in package (shksprdata) rather than downloading. 13  * Store copies of texts in package (shksprdata) rather than downloading. 
      14  * Refactor site layout and move to 'KForge/CKAN' look. 
    8 15 
    9v0.4: 2007-04-16 16v0.4: 2007-04-16 
    10================ 17================ 
    11 18 
    12  * Annotation of texts (js-based in browser) (ticket:20, ticket:21) 19  * Annotation of texts (js-based in browser) (ticket:20, ticket:21) 
    13    (<http://www.openshakespeare.org/2007/04/10/annotation-is-working/>) 20    (<http://www.openshakespeare.org/2007/04/10/annotation-is-working/>) 
    14  * Switch to unicode for internal string handling (resolves ticket:23: some 21  * Switch to unicode for internal string handling (resolves ticket:23: some 
    15    texts breaking the viewer) 22    texts breaking the viewer) 
    16  * Add functional tests for the web interface (ticket:11) 23  * Add functional tests for the web interface (ticket:11) 
    17  * Substantial improvements to speed of concordance (ticket:22) 24  * Substantial improvements to speed of concordance (ticket:22) 
    18    (<http://www.openshakespeare.org/2007/01/03/improvements-to-the-concordance/>) 25    (<http://www.openshakespeare.org/2007/01/03/improvements-to-the-concordance/>) 
    19  * Switch to genshi templates from kid 26  * Switch to genshi templates from kid 
    20  * Switch to plain WSGI from cherrypy 27  * Switch to plain WSGI from cherrypy 
    21 28 
    22Outstanding Issues 29Outstanding Issues 
    23------------------ 30------------------ 
    24 31 
    25  * Annotation cannot handle long texts because of javascript performance 32  * Annotation cannot handle long texts because of javascript performance 
    26    issues 33    issues 
    27 34 
    28 35 
    29v0.3: 2006-10-04 36v0.3: 2006-10-04 
    30================ 37================ 
    31 38 
    32  * Can now view mutiple texts side by side (ticket:15). See it in action at: 39  * Can now view mutiple texts side by side (ticket:15). See it in action at: 
    33    <http://demo.openshakespeare.org/view?name=othello_gut_f+othello_gut> 40    <http://demo.openshakespeare.org/view?name=othello_gut_f+othello_gut> 
    34  * Now include moby/bosak versions of shakespeare as well as gutenberg 41  * Now include moby/bosak versions of shakespeare as well as gutenberg 
    35    (ticket:10) (though more work remains to be done to process these versions 42    (ticket:10) (though more work remains to be done to process these versions 
    36    to plaintext and html) 43    to plaintext and html) 
    37  * Fix bug whereby we were missing some of the available gutenberg texts  44  * Fix bug whereby we were missing some of the available gutenberg texts  
    38    (ticket:18) 45    (ticket:18) 
    39  * Install the shakespeare python package (ticket:16) 46  * Install the shakespeare python package (ticket:16) 
    40  * Move to py.test from unittest 47  * Move to py.test from unittest 
    41  * New project website at <http://www.openshakespeare.org/> 48  * New project website at <http://www.openshakespeare.org/> 
    42 49 
    43Outstanding Issues 50Outstanding Issues 
    44------------------ 51------------------ 
    45 52 
    46  * Several of the source texts (all of them Gutenberg folios) seem to  53  * Several of the source texts (all of them Gutenberg folios) seem to  
    47    break the viewer due to kid (the templating system) complaining about about 54    break the viewer due to kid (the templating system) complaining about about 
    48    'not well-formed (invalid token) xml'. Any help in tracking this down would 55    'not well-formed (invalid token) xml'. Any help in tracking this down would 
    49    be greatly appreciated. 56    be greatly appreciated. 
    50 57 
    51 58 
    52v0.2 2006-07-16 59v0.2 2006-07-16 
    53=============== 60=============== 
    54 61 
    55  * Database backend with proper domain model (ticket:6) 62  * Database backend with proper domain model (ticket:6) 
    56  * Text snippets in concordance system and links through to source (ticket:12) 63  * Text snippets in concordance system and links through to source (ticket:12) 
    57  * Sources document (ticket:5) 64  * Sources document (ticket:5)