summaryrefslogtreecommitdiff
path: root/command
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2012-09-30 20:14:06 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2012-09-30 20:14:06 -0700
commit95aed0d68cf6474396bab406c78d2a2e3602fc40 (patch)
tree8776083093f9d053783bef9931e8460336d0d31c /command
parentd114371254445ca2f3f6d0e0872be34df21d31dc (diff)
downloadhosting-95aed0d68cf6474396bab406c78d2a2e3602fc40.tar.gz
hosting-95aed0d68cf6474396bab406c78d2a2e3602fc40.zip
command -> commands
Diffstat (limited to 'command')
-rw-r--r--command/addaccess.mdwn9
-rw-r--r--command/lsaccess.mdwn11
-rw-r--r--command/lsrepo.mdwn5
-rw-r--r--command/newrepo.mdwn30
-rw-r--r--command/newuser.mdwn12
-rw-r--r--command/pinyconfig.mdwn33
-rw-r--r--command/rebuildrepo.mdwn5
-rw-r--r--command/rmaccess.mdwn9
-rw-r--r--command/rmrepo.mdwn5
9 files changed, 0 insertions, 119 deletions
diff --git a/command/addaccess.mdwn b/command/addaccess.mdwn
deleted file mode 100644
index 47f38d8..0000000
--- a/command/addaccess.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-# Add User Access to a Repository
-
-<form action="https://secure.piny.be/auth/addaccess.cgi" method="post">
-[[!table format=dsv delimiter=# data="""
-Repository name: # <input type="text" name="r" />
-User name: # <input type="text" name="n" />
-<input type="submit" />
-"""]]
-</form>
diff --git a/command/lsaccess.mdwn b/command/lsaccess.mdwn
deleted file mode 100644
index f687e72..0000000
--- a/command/lsaccess.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-# List repositories you have access to
-
-<form action="https://secure.piny.be/auth/lsaccess.cgi" method="post">
-<input type="submit" />
-</form>
-
-# List users who have access to a repository
-
-<form action="https://secure.piny.be/auth/lsaccess.cgi" method="post">
-Repository name: <input type="text" name="r" /> <input type="submit" />
-</form>
diff --git a/command/lsrepo.mdwn b/command/lsrepo.mdwn
deleted file mode 100644
index 8a6ca00..0000000
--- a/command/lsrepo.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-# List repositories you have access to
-
-<form action="https://secure.piny.be/auth/lsrepo.cgi" method="post">
-<input type="submit" />
-</form>
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.
diff --git a/command/newuser.mdwn b/command/newuser.mdwn
deleted file mode 100644
index 3c5c756..0000000
--- a/command/newuser.mdwn
+++ /dev/null
@@ -1,12 +0,0 @@
-# Make a New User
-
-A confirmation email will be sent to the provided email address.
-
-<form action="https://secure.piny.be/piny-newuser" method="post">
-[[!table format=dsv delimiter=# data="""
-New username: #<input type="text" name="n" />
-Password: #<input type="password" name="p" />
-Email address: #<input type="text" name="a" />
- #<input type="submit" />
-"""]]
-</form>
diff --git a/command/pinyconfig.mdwn b/command/pinyconfig.mdwn
deleted file mode 100644
index 70f2df8..0000000
--- a/command/pinyconfig.mdwn
+++ /dev/null
@@ -1,33 +0,0 @@
-# List configuration variables for a repository
-<form action="https://secure.piny.be/auth/pinyconfig.cgi" method="post">
-Repository name: <input type="text" name="r" />
- <input type="submit" />
-</form>
-
-# Configure a repository
-
-<form action="https://secure.piny.be/auth/pinyconfig.cgi" method="post">
-[[!table format=dsv delimiter=# data="""
-Repository name: #<input type="text" name="r" />
-Variable name: #<input type="text" name="n" />
-Variable value: #<input type="text" name="v" />
- #<input type="submit" />
-"""]]
-</form>
-
-# List your own configuration variables
-<form action="https://secure.piny.be/auth/pinyconfig.cgi" method="post">
-<input type="hidden" name="r" value="--user" />
- <input type="submit" />
-</form>
-
-# Configure your own settings
-
-<form action="https://secure.piny.be/auth/pinyconfig.cgi" method="post">
-[[!table format=dsv delimiter=# data="""
-<input type="hidden" name="r" value="--user" />
-Variable name: #<input type="text" name="n" />
-Variable value: #<input type="text" name="v" />
- #<input type="submit" />
-"""]]
-</form>
diff --git a/command/rebuildrepo.mdwn b/command/rebuildrepo.mdwn
deleted file mode 100644
index 66bfe19..0000000
--- a/command/rebuildrepo.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-# Rebuild a Repository
-
-<form action="https://secure.piny.be/auth/rebuildrepo.cgi" method="post">
-Repository name: <input type="text" name="r" /> <input type="submit" />
-</form>
diff --git a/command/rmaccess.mdwn b/command/rmaccess.mdwn
deleted file mode 100644
index 67733f2..0000000
--- a/command/rmaccess.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-# Remove User Access to a Repository
-
-<form action="https://secure.piny.be/auth/rmaccess.cgi" method="post">
-[[!table format=dsv delimiter=# data="""
-Repository name: # <input type="text" name="r" />
-User name: # <input type="text" name="n" />
-<input type="submit" />
-"""]]
-</form>
diff --git a/command/rmrepo.mdwn b/command/rmrepo.mdwn
deleted file mode 100644
index ebec365..0000000
--- a/command/rmrepo.mdwn
+++ /dev/null
@@ -1,5 +0,0 @@
-# Remove a Repository
-
-<form action="https://secure.piny.be/auth/rmrepo.cgi" method="post">
-Repository name: <input type="text" name="r" /> <input type="submit" />
-</form>