public
Description: Repository for the ninjawars code
Homepage: http://www.ninjawars.net
Clone URL: git://github.com/tchalvak/ninjawars.git
tchalvak (author)
Sat Nov 14 15:56:24 -0800 2009
commit  5127356d72791118163da1f922849c8b24464fc1
tree    409c0f38c9e8cb6dbdd0dcee704f776947a1bb4e
parent  fcbb24c0e15a5eb06d6cbc2247a7c6fd1d188411
name age message
file README Tue Nov 03 19:55:48 -0800 2009 Readme: link to ohloh.net source code analysist. [tchalvak]
directory backups/ Wed Apr 08 23:00:33 -0700 2009 ALL: Added back in repository ignored files f... [tchalvak]
directory deploy/ Loading commit data...
directory docs/
file master.conf Mon Sep 07 09:45:34 -0700 2009 Added user column to cron heartbeat, added user... [Al Vazquez]
directory scripts/ Tue Nov 03 08:53:25 -0800 2009 DB: Moved migrations into deploy. [tchalvak]
directory todo/ Tue Oct 06 17:17:09 -0700 2009 Todo: Deleted redundant file todos. [tchalvak]
README
------------Ninjawars repository-------------
The source code repository for the ninjawars.net web game.


For licensing information read or view the ./deploy/www/staff.php html file (Creative Commons License)

Talk about development on the forum at: 
http://ninjawars.proboards.com/index.cgi?board=Devel1

Ninjawars breakdown on ohloh:
https://www.ohloh.net/p/ninjawars


--Contributing--
You can make web commits on github.com, just search github for "ninjawars".  To contribute on github:
For simple contribution/collaboration:
-Find the file or code that you want to suggest a fix for, and make a comment with the fixed code, or just the ggeneral 
process to acheive the fix.

For more in-depth contribution/collaboration:
-Make an account on github & log in.
-Click the button on the ninjawars repository to create your own "fork" of the ninjawars code.
-Find any files you want to change and click the "edit" link to edit your version directly.
-When you're ready, send me a message or hit the "pull request" button on this ninjawars repository to request that your 
changes get pulled back in to the main ninjawars code.

For non-web-based contribution:
Download the ninjawars source code, change files, and send the changed text to me, I'll try to incorporate the changes 
appropriately.


Learning how to use the git app on your local machine is highly recommended for any programmer or webdesigner, though 
there's a high initial learning curve.  My recommendation in that area is to try setting up git-tortoise as a really 
simple solution to starting to harness git's power.
To get a sense of it, read git_developer_tools_urls.txt in the /docs/ folder, which will point the way towards git tools 
to download on windows and mac, as git is native to linux.

A git cheatsheet:
http://git.or.cz/gitwiki/GitCheatSheet

A guide to using git on windows:
http://nathanj.github.com/gitguide/

--