Changeset 147 for branches

Show
Ignore:
Timestamp:
08/20/06 15:55:50 (2 years ago)
Author:
mk
Message:

Merged README updates from Trac wiki page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/README

    r142 r147  
    113113current directory. 
    114114 
    115 The source code is also available with [http://pycheesecake.org/browser browsing] 
    116 on project's Trac wiki. 
    117  
    118115You may want to modify your subversion client configuration to automatically 
    119116expand tags, like $Id$, $Author$ etc. To do so add following two lines to your 
     
    131128------------- 
    132129 
    133 Most recent code documentation should be alway available 
     130The most recent code documentation should be always available 
    134131at http://agilistas.org/cheesecake/mk/docs/. You can also generate 
    135132this documentation directly from the Cheesecake sources. Run this command 
     
    175172------------- 
    176173 
    177 Developer mailing list: http://lists2.idyll.org/listinfo/cheesecake-dev 
    178 User mailing list: http://lists2.idyll.org/listinfo/cheesecake-users 
     174* Developer mailing list: http://lists2.idyll.org/listinfo/cheesecake-dev 
     175* User mailing list: http://lists2.idyll.org/listinfo/cheesecake-users 
    179176 
    180177License 
     
    269266:: 
    270267 
    271     $ python cheesecake_index -n Durus 
     268    $ cheesecake_index -n Durus 
    272269    py_pi_download .........................  50  (downloaded package Durus-3.4.1.tar.gz following 1 link from http://www.mems-exchange.org/software/durus/Durus-3.4.1.tar.gz) 
    273270    unpack .................................  25  (package unpacked successfully) 
     
    297294    OVERALL CHEESECAKE INDEX (ABSOLUTE) .... 431 
    298295    OVERALL CHEESECAKE INDEX (RELATIVE) ....  72  (431 out of a maximum of 595 points is 72%) 
     296 
     297Case study: Cleaning up PyBlosxom 
     298--------------------------------- 
     299 
     300Many thanks to Will Guaraldi for writing 
     301`this article <http://pycheesecake.org/wiki/CleaningUpPyBlosxom>`_ about his 
     302experiences in using Cheesecake to clean up and improve the structure of his 
     303PyBlosxom package. 
    299304     
    300305Future plans 
     
    307312by the Cheesecake metrics. 
    308313 
    309 .. footer:: Last modified 2006-08-02 by `Michal Kwiatkowski <http://joker.linuxstuff.pl>`_. 
     314.. footer:: Last modified 2006-08-21 by `Michal Kwiatkowski <http://joker.linuxstuff.pl>`_.