diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/addaccess.mdwn | 2 | ||||
-rw-r--r-- | commands/lsaccess.mdwn | 4 | ||||
-rw-r--r-- | commands/lsrepo.mdwn | 2 | ||||
-rw-r--r-- | commands/newrepo.mdwn | 4 | ||||
-rw-r--r-- | commands/newuser.mdwn | 2 | ||||
-rw-r--r-- | commands/pinyconfig.mdwn | 8 | ||||
-rw-r--r-- | commands/rebuildrepo.mdwn | 2 | ||||
-rw-r--r-- | commands/rmaccess.mdwn | 2 | ||||
-rw-r--r-- | commands/rmrepo.mdwn | 2 |
9 files changed, 14 insertions, 14 deletions
diff --git a/commands/addaccess.mdwn b/commands/addaccess.mdwn index 47f38d8..8836223 100644 --- a/commands/addaccess.mdwn +++ b/commands/addaccess.mdwn @@ -1,6 +1,6 @@ # Add User Access to a Repository -<form action="https://secure.piny.be/auth/addaccess.cgi" method="post"> +<form action="https://secure.fairlystable.org/auth/addaccess.cgi" method="post"> [[!table format=dsv delimiter=# data=""" Repository name: # <input type="text" name="r" /> User name: # <input type="text" name="n" /> diff --git a/commands/lsaccess.mdwn b/commands/lsaccess.mdwn index f687e72..fce13e4 100644 --- a/commands/lsaccess.mdwn +++ b/commands/lsaccess.mdwn @@ -1,11 +1,11 @@ # List repositories you have access to -<form action="https://secure.piny.be/auth/lsaccess.cgi" method="post"> +<form action="https://secure.fairlystable.org/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"> +<form action="https://secure.fairlystable.org/auth/lsaccess.cgi" method="post"> Repository name: <input type="text" name="r" /> <input type="submit" /> </form> diff --git a/commands/lsrepo.mdwn b/commands/lsrepo.mdwn index 8a6ca00..db8f228 100644 --- a/commands/lsrepo.mdwn +++ b/commands/lsrepo.mdwn @@ -1,5 +1,5 @@ # List repositories you have access to -<form action="https://secure.piny.be/auth/lsrepo.cgi" method="post"> +<form action="https://secure.fairlystable.org/auth/lsrepo.cgi" method="post"> <input type="submit" /> </form> diff --git a/commands/newrepo.mdwn b/commands/newrepo.mdwn index 035f7b7..5a8d31f 100644 --- a/commands/newrepo.mdwn +++ b/commands/newrepo.mdwn @@ -1,6 +1,6 @@ # New Repository -<form action="https://secure.piny.be/auth/newrepo.cgi" method="post"> +<form action="https://secure.fairlystable.org/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 @@ -14,7 +14,7 @@ # Clone Repo -<form action="https://secure.piny.be/auth/newrepo.cgi" method="post"> +<form action="https://secure.fairlystable.org/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: diff --git a/commands/newuser.mdwn b/commands/newuser.mdwn index 3c5c756..f48fcbd 100644 --- a/commands/newuser.mdwn +++ b/commands/newuser.mdwn @@ -2,7 +2,7 @@ A confirmation email will be sent to the provided email address. -<form action="https://secure.piny.be/piny-newuser" method="post"> +<form action="https://secure.fairlystable.org/piny-newuser" method="post"> [[!table format=dsv delimiter=# data=""" New username: #<input type="text" name="n" /> Password: #<input type="password" name="p" /> 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" /> diff --git a/commands/rebuildrepo.mdwn b/commands/rebuildrepo.mdwn index 66bfe19..e546bbf 100644 --- a/commands/rebuildrepo.mdwn +++ b/commands/rebuildrepo.mdwn @@ -1,5 +1,5 @@ # Rebuild a Repository -<form action="https://secure.piny.be/auth/rebuildrepo.cgi" method="post"> +<form action="https://secure.fairlystable.org/auth/rebuildrepo.cgi" method="post"> Repository name: <input type="text" name="r" /> <input type="submit" /> </form> diff --git a/commands/rmaccess.mdwn b/commands/rmaccess.mdwn index 67733f2..6aa2244 100644 --- a/commands/rmaccess.mdwn +++ b/commands/rmaccess.mdwn @@ -1,6 +1,6 @@ # Remove User Access to a Repository -<form action="https://secure.piny.be/auth/rmaccess.cgi" method="post"> +<form action="https://secure.fairlystable.org/auth/rmaccess.cgi" method="post"> [[!table format=dsv delimiter=# data=""" Repository name: # <input type="text" name="r" /> User name: # <input type="text" name="n" /> diff --git a/commands/rmrepo.mdwn b/commands/rmrepo.mdwn index ebec365..466fe32 100644 --- a/commands/rmrepo.mdwn +++ b/commands/rmrepo.mdwn @@ -1,5 +1,5 @@ # Remove a Repository -<form action="https://secure.piny.be/auth/rmrepo.cgi" method="post"> +<form action="https://secure.fairlystable.org/auth/rmrepo.cgi" method="post"> Repository name: <input type="text" name="r" /> <input type="submit" /> </form> |