summaryrefslogtreecommitdiff
path: root/command/pinyconfig.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-12 21:13:51 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-05-12 21:13:51 -0700
commit0f1f8aa6138a4095fcf1d7c3fba7e46e4861605b (patch)
treea6119d68b8076754e406d1fb999d0724b5bc3903 /command/pinyconfig.mdwn
parent7b9076ae90f231065d7198f9800883070c8e5a04 (diff)
downloadhosting-0f1f8aa6138a4095fcf1d7c3fba7e46e4861605b.tar.gz
hosting-0f1f8aa6138a4095fcf1d7c3fba7e46e4861605b.zip
Adding lsaccess.mdwn, lsrepo.mdwn, pinyconfig.mdwn, rebuildrepo.mdwn
Diffstat (limited to 'command/pinyconfig.mdwn')
-rw-r--r--command/pinyconfig.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/command/pinyconfig.mdwn b/command/pinyconfig.mdwn
new file mode 100644
index 0000000..70f2df8
--- /dev/null
+++ b/command/pinyconfig.mdwn
@@ -0,0 +1,33 @@
+# 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>