Changeset 52

Show
Ignore:
Timestamp:
06/10/06 14:54:04 (7 years ago)
Author:
mk
Message:

README update.

Files:

Legend:

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

    r34 r52  
    101101------------------------- 
    102102 
    103 The Cheesecake project has not yet been released as a tarball or 
    104 a Python egg. You can obtain the source code from SourceForge via CVS:: 
    105  
    106   cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cheesecake co -P cheesecake 
     103There is no release for Cheesecake yet, but you can get the source code via svn:: 
     104 
     105  svn co http://svn.pycheesecake.org/trunk cheesecake 
     106 
     107*Note*: make sure you indicate the target directory when you do the svn checkout, 
     108otherwise the cheesecake package files will be checked out directly in your 
     109current directory. 
     110 
     111The source code is also available with [http://pycheesecake.org/browser browsing] 
     112on project's Trac wiki. 
     113 
     114You may want to modify your subversion client configuration to automatically 
     115expand tags, like $Id$, $Author$ etc. To do so add following two lines to your 
     116``/.subversion/config``:: 
     117 
     118  enable-auto-props = yes 
     119 
     120in [miscellany] section, and:: 
     121 
     122  *.py = svn:eol-style=native;svn:keywords=Author Date Id Revision 
     123 
     124in [auto-props] section. 
    107125 
    108126Mailing list 
     
    385403by the Cheesecake metrics. 
    386404 
    387 .. footer:: Generated with rst2html.py from the  
    388    `docutils <http://docutils.sourceforge.net/>`_  
    389    distribution. Last modified 2006-05-25 by  
    390    `Michal Kwiatkowski <http://joker.linuxstuff.pl>`_. 
     405.. footer:: Last modified 2006-05-25 by `Michal Kwiatkowski <http://joker.linuxstuff.pl>`_.