added a section in the todo for what im currently working on (to
remind myself)
My basic roadmap of the things I want to do with this project in the order I want to do them:
+Current
+=======
+1) implement repo permissions
+2) add a page after repo creation to explain how to populate
+3) remove initial repo bit via bundle - going to leave this here for now
+4) fix up the gitbackend function once and for all
+
Alpha Release
=============
1) user/group admin page fully functional + form validation
echo "<table>";
echo "<tr><td>Repository Name</td><td bgcolor=\"#eeeeee\"><input type=\"text\" name=\"reponame\" value=\"$reponameobv\"></td></tr>";
echo "<tr><td>Repository Description</td><td bgcolor=\"#eeeeee\"><input type=\"text\" name=\"repodesc\" value=\"$repodescobv\"></td></tr>";
- echo "<tr><td>Repository Bundle</td><td bgcolor=\"#eeeeee\"><input type=\"file\" name=\"bundlefile\"></td><td><i>Create a bundle for pro-creating the git repository (export your git bundle with \"git bundle create /tmp/filename --branches\")</i></td></tr>";
+ echo "<tr><td>Repository Bundle</td><td bgcolor=\"#eeeeee\"><input type=\"file\" name=\"bundlefile\"></td><td><i>Create a bundle for pro-creating the git repository (export your git bundle with \"git bundle create /tmp/filename --branches\")<br>";
+ echo "Typically you wouldn't use this as its easier to \"push\" to the repo after its created by adding it as a remote and pushing your local master branch</i></td></tr>";
echo "<tr><td>Default Permisison Set</td><td bgcolor=\"#eeeeee\">";