summaryrefslogtreecommitdiff
path: root/commands/pinyconfig.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2012-09-30 20:14:47 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2012-09-30 20:14:47 -0700
commit6b225d1a587f7f57d66812fe066f172b61e5d0b6 (patch)
tree58a63e18fdb42393d07f39c24407ac69a9a19a15 /commands/pinyconfig.mdwn
parent95aed0d68cf6474396bab406c78d2a2e3602fc40 (diff)
downloadhosting-6b225d1a587f7f57d66812fe066f172b61e5d0b6.tar.gz
hosting-6b225d1a587f7f57d66812fe066f172b61e5d0b6.zip
command URLs: piny.be -> fairlystable.org
Diffstat (limited to 'commands/pinyconfig.mdwn')
-rw-r--r--commands/pinyconfig.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/pinyconfig.mdwn b/commands/pinyconfig.mdwn
index 70f2df8..5d22a50 100644
--- a/commands/pinyconfig.mdwn
+++ b/commands/pinyconfig.mdwn
@@ -1,12 +1,12 @@
# List configuration variables for a repository
-<form action="https://secure.piny.be/auth/pinyconfig.cgi" method="post">
+<form action="https://secure.fairlystable.org/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">
+<form action="https://secure.fairlystable.org/auth/pinyconfig.cgi" method="post">
[[!table format=dsv delimiter=# data="""
Repository name: #<input type="text" name="r" />
Variable name: #<input type="text" name="n" />
@@ -16,14 +16,14 @@ Variable value: #<input type="text" name="v" />
</form>
# List your own configuration variables
-<form action="https://secure.piny.be/auth/pinyconfig.cgi" method="post">
+<form action="https://secure.fairlystable.org/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">
+<form action="https://secure.fairlystable.org/auth/pinyconfig.cgi" method="post">
[[!table format=dsv delimiter=# data="""
<input type="hidden" name="r" value="--user" />
Variable name: #<input type="text" name="n" />