diff options
Diffstat (limited to 'command/pinyconfig.mdwn')
-rw-r--r-- | command/pinyconfig.mdwn | 33 |
1 files changed, 0 insertions, 33 deletions
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> |