summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-06-01 18:06:09 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-06-01 18:06:09 -0700
commitcab0dba2004e450e4b617a369b041402114a7771 (patch)
tree15f96fc4bf83e7cf7c7eea4eae74ac08cf0475db
parent0f1f8aa6138a4095fcf1d7c3fba7e46e4861605b (diff)
downloadhosting-cab0dba2004e450e4b617a369b041402114a7771.tar.gz
hosting-cab0dba2004e450e4b617a369b041402114a7771.zip
Adding Ikiwiki selection and clone capability to newrepo.mdwn
-rw-r--r--command/newrepo.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/command/newrepo.mdwn b/command/newrepo.mdwn
index c333f85..2ec7a4f 100644
--- a/command/newrepo.mdwn
+++ b/command/newrepo.mdwn
@@ -2,6 +2,26 @@
<form action="https://secure.piny.be/auth/newrepo.cgi" method="post">
<p>New repository name: <input type="text" name="r" /></p>
+<p>Ikiwiki:
+<input type="radio" name="i" value="1" checked /> enable
+<input type="radio" name="i" value="0"/> disable
+<!-- <input type="radio" name="i" value=""/> inherit -->
+</p>
+<p>Provide a one-line description to be used in repo listings:s</p>
+<p><input type="text" name="d" size="80" maxlength="80" /></p>
+<input type="submit" />
+</form>
+
+# Clone Repo
+
+<form action="https://secure.piny.be/auth/newrepo.cgi" method="post">
+<p>New repository name: <input type="text" name="r" /></p>
+<p>Piny repo or git-fetchable remote to clone: <input type="text" name="s" /></p>
+<p>Ikiwiki:
+<input type="radio" name="i" value="1"/> enable
+<input type="radio" name="i" value="0" checked /> disable
+<-- <input type="radio" name="i" value=""/> inherit -->
+</p>
<p>Provide a one-line description to be used in repo listings:s</p>
<p><input type="text" name="d" size="80" maxlength="80" /></p>
<input type="submit" />