summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" />