summaryrefslogtreecommitdiff
path: root/commands/pinyconfig.mdwn
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 /commands/pinyconfig.mdwn
parentd114371254445ca2f3f6d0e0872be34df21d31dc (diff)
downloadhosting-95aed0d68cf6474396bab406c78d2a2e3602fc40.tar.gz
hosting-95aed0d68cf6474396bab406c78d2a2e3602fc40.zip
command -> commands
Diffstat (limited to 'commands/pinyconfig.mdwn')
-rw-r--r--commands/pinyconfig.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/commands/pinyconfig.mdwn b/commands/pinyconfig.mdwn
new file mode 100644
index 0000000..70f2df8
--- /dev/null
+++ b/commands/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>