Changes between Version 135 and Version 136 of WikiStart

Show
Ignore:
Timestamp:
01/14/10 21:05:28 (8 months ago)
Author:
pjenvey
Comment:

link to git repo

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v135 v136  
    219219== Developer Resources == 
    220220[[Image(http://www.hellanzb.com/hellanzb-content/anim-daemon.gif)]] 
    221  * [http://subversion.tigris.org/ subversion] -- version control system for hellanzb as well as many of the other programs listed here ([http://metissian.com/projects/macosx/subversion/ OSX package of subversion] available)  
    222  * [http://projects.edgewall.com/python-sidebar/ Python Sidebar] -- A Python Sidebar extension for Mozilla / Firefox that makes all the Python documentation easily accessible. 
    223221 * [http://www.hellanzb.com/trac/wiki/DeveloperNotes DeveloperNotes] -- Some notes on hellanzb development  
    224222 
    225  The latest code is available via SVN, use the following command: 
    226  
    227   ''svn co http://www.hellanzb.com/hellanzb/trunk hellanzb'' 
     223 The code is available from: 
     224 
     225  http://github.com/pjenvey/hellanzb 
     226 
     227Use the following command to clone the repository: 
     228 
     229  ''git clone git://github.com/pjenvey/hellanzb.git'' 
    228230   
    229231== Where to get help ==