Changes between Version 135 and Version 136 of WikiStart
- Timestamp:
- 01/14/10 21:05:28 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v135 v136 219 219 == Developer Resources == 220 220 [[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.223 221 * [http://www.hellanzb.com/trac/wiki/DeveloperNotes DeveloperNotes] -- Some notes on hellanzb development 224 222 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 227 Use the following command to clone the repository: 228 229 ''git clone git://github.com/pjenvey/hellanzb.git'' 228 230 229 231 == Where to get help ==
