Modified:
/GetInvolved.wiki
=======================================
--- /GetInvolved.wiki Thu Dec 9 13:49:57 2010
+++ /GetInvolved.wiki Sun Jul 10 22:35:30 2011
@@ -6,3 +6,28 @@
Send us some patches, and if we like your stuff, we'll let you know.
Don't forget, we hate freedom.
+
+= Project Source =
+== Source Management ==
+tv-renamer primarily uses [http://git-scm.com/ GIT] as its source
management software.
+
+It can be accessed via:
+ * git://github.com/tvrenamer/tvrenamer.git
+ * https://github.com/tvrenamer/tvrenamer.git
+
+=== Branches ===
+The two main branches are:
+ * _master_: The current stable release
+ * _devel_: The next scheduled release
+
+_gh-pages_ is used by github and not part of the project.
+
+The remaining branches are topic branches that will eventually be merged
into the _devel_ branch.
+
+== Source layout ==
+ * Directories
+ * _etc_: Application configuration files
+ * _lib_: Java libraries required by the application
+ * _res_: Graphical resources
+ * _src/main_: Application code
+ * _src/test_: JUnit tests for application