diff options
Diffstat (limited to 'command/newrepo.mdwn')
-rw-r--r-- | command/newrepo.mdwn | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/command/newrepo.mdwn b/command/newrepo.mdwn deleted file mode 100644 index 035f7b7..0000000 --- a/command/newrepo.mdwn +++ /dev/null @@ -1,30 +0,0 @@ -# New Repository - -<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:</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:</p> -<p><input type="text" name="d" size="80" maxlength="80" /></p> -<input type="submit" /> -</form> - -Note: your email address will be published with your repository. |