From 95aed0d68cf6474396bab406c78d2a2e3602fc40 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 30 Sep 2012 20:14:06 -0700 Subject: command -> commands --- command/addaccess.mdwn | 9 --------- command/lsaccess.mdwn | 11 ----------- command/lsrepo.mdwn | 5 ----- command/newrepo.mdwn | 30 ------------------------------ command/newuser.mdwn | 12 ------------ command/pinyconfig.mdwn | 33 --------------------------------- command/rebuildrepo.mdwn | 5 ----- command/rmaccess.mdwn | 9 --------- command/rmrepo.mdwn | 5 ----- commands/addaccess.mdwn | 9 +++++++++ commands/lsaccess.mdwn | 11 +++++++++++ commands/lsrepo.mdwn | 5 +++++ commands/newrepo.mdwn | 30 ++++++++++++++++++++++++++++++ commands/newuser.mdwn | 12 ++++++++++++ commands/pinyconfig.mdwn | 33 +++++++++++++++++++++++++++++++++ commands/rebuildrepo.mdwn | 5 +++++ commands/rmaccess.mdwn | 9 +++++++++ commands/rmrepo.mdwn | 5 +++++ 18 files changed, 119 insertions(+), 119 deletions(-) delete mode 100644 command/addaccess.mdwn delete mode 100644 command/lsaccess.mdwn delete mode 100644 command/lsrepo.mdwn delete mode 100644 command/newrepo.mdwn delete mode 100644 command/newuser.mdwn delete mode 100644 command/pinyconfig.mdwn delete mode 100644 command/rebuildrepo.mdwn delete mode 100644 command/rmaccess.mdwn delete mode 100644 command/rmrepo.mdwn create mode 100644 commands/addaccess.mdwn create mode 100644 commands/lsaccess.mdwn create mode 100644 commands/lsrepo.mdwn create mode 100644 commands/newrepo.mdwn create mode 100644 commands/newuser.mdwn create mode 100644 commands/pinyconfig.mdwn create mode 100644 commands/rebuildrepo.mdwn create mode 100644 commands/rmaccess.mdwn create mode 100644 commands/rmrepo.mdwn diff --git a/command/addaccess.mdwn b/command/addaccess.mdwn deleted file mode 100644 index 47f38d8..0000000 --- a/command/addaccess.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -# Add User Access to a Repository - -
-[[!table format=dsv delimiter=# data=""" -Repository name: # -User name: # - -"""]] -
diff --git a/command/lsaccess.mdwn b/command/lsaccess.mdwn deleted file mode 100644 index f687e72..0000000 --- a/command/lsaccess.mdwn +++ /dev/null @@ -1,11 +0,0 @@ -# List repositories you have access to - -
- -
- -# List users who have access to a repository - -
-Repository name: -
diff --git a/command/lsrepo.mdwn b/command/lsrepo.mdwn deleted file mode 100644 index 8a6ca00..0000000 --- a/command/lsrepo.mdwn +++ /dev/null @@ -1,5 +0,0 @@ -# List repositories you have access to - -
- -
diff --git a/command/newrepo.mdwn b/command/newrepo.mdwn deleted file mode 100644 index 035f7b7..0000000 --- a/command/newrepo.mdwn +++ /dev/null @@ -1,30 +0,0 @@ -# New Repository - -
-

New repository name:

-

Ikiwiki: - enable - disable - -

-

Provide a one-line description to be used in repo listings:

-

- -
- -# Clone Repo - -
-

New repository name:

-

Piny repo or git-fetchable remote to clone:

-

Ikiwiki: - enable - disable - -

-

Provide a one-line description to be used in repo listings:

-

- -
- -Note: your email address will be published with your repository. diff --git a/command/newuser.mdwn b/command/newuser.mdwn deleted file mode 100644 index 3c5c756..0000000 --- a/command/newuser.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -# Make a New User - -A confirmation email will be sent to the provided email address. - -
-[[!table format=dsv delimiter=# data=""" -New username: # -Password: # -Email address: # - # -"""]] -
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 -
-Repository name: - -
- -# Configure a repository - -
-[[!table format=dsv delimiter=# data=""" -Repository name: # -Variable name: # -Variable value: # - # -"""]] -
- -# List your own configuration variables -
- - -
- -# Configure your own settings - -
-[[!table format=dsv delimiter=# data=""" - -Variable name: # -Variable value: # - # -"""]] -
diff --git a/command/rebuildrepo.mdwn b/command/rebuildrepo.mdwn deleted file mode 100644 index 66bfe19..0000000 --- a/command/rebuildrepo.mdwn +++ /dev/null @@ -1,5 +0,0 @@ -# Rebuild a Repository - -
-Repository name: -
diff --git a/command/rmaccess.mdwn b/command/rmaccess.mdwn deleted file mode 100644 index 67733f2..0000000 --- a/command/rmaccess.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -# Remove User Access to a Repository - -
-[[!table format=dsv delimiter=# data=""" -Repository name: # -User name: # - -"""]] -
diff --git a/command/rmrepo.mdwn b/command/rmrepo.mdwn deleted file mode 100644 index ebec365..0000000 --- a/command/rmrepo.mdwn +++ /dev/null @@ -1,5 +0,0 @@ -# Remove a Repository - -
-Repository name: -
diff --git a/commands/addaccess.mdwn b/commands/addaccess.mdwn new file mode 100644 index 0000000..47f38d8 --- /dev/null +++ b/commands/addaccess.mdwn @@ -0,0 +1,9 @@ +# Add User Access to a Repository + +
+[[!table format=dsv delimiter=# data=""" +Repository name: # +User name: # + +"""]] +
diff --git a/commands/lsaccess.mdwn b/commands/lsaccess.mdwn new file mode 100644 index 0000000..f687e72 --- /dev/null +++ b/commands/lsaccess.mdwn @@ -0,0 +1,11 @@ +# List repositories you have access to + +
+ +
+ +# List users who have access to a repository + +
+Repository name: +
diff --git a/commands/lsrepo.mdwn b/commands/lsrepo.mdwn new file mode 100644 index 0000000..8a6ca00 --- /dev/null +++ b/commands/lsrepo.mdwn @@ -0,0 +1,5 @@ +# List repositories you have access to + +
+ +
diff --git a/commands/newrepo.mdwn b/commands/newrepo.mdwn new file mode 100644 index 0000000..035f7b7 --- /dev/null +++ b/commands/newrepo.mdwn @@ -0,0 +1,30 @@ +# New Repository + +
+

New repository name:

+

Ikiwiki: + enable + disable + +

+

Provide a one-line description to be used in repo listings:

+

+ +
+ +# Clone Repo + +
+

New repository name:

+

Piny repo or git-fetchable remote to clone:

+

Ikiwiki: + enable + disable + +

+

Provide a one-line description to be used in repo listings:

+

+ +
+ +Note: your email address will be published with your repository. diff --git a/commands/newuser.mdwn b/commands/newuser.mdwn new file mode 100644 index 0000000..3c5c756 --- /dev/null +++ b/commands/newuser.mdwn @@ -0,0 +1,12 @@ +# Make a New User + +A confirmation email will be sent to the provided email address. + +
+[[!table format=dsv delimiter=# data=""" +New username: # +Password: # +Email address: # + # +"""]] +
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 +
+Repository name: + +
+ +# Configure a repository + +
+[[!table format=dsv delimiter=# data=""" +Repository name: # +Variable name: # +Variable value: # + # +"""]] +
+ +# List your own configuration variables +
+ + +
+ +# Configure your own settings + +
+[[!table format=dsv delimiter=# data=""" + +Variable name: # +Variable value: # + # +"""]] +
diff --git a/commands/rebuildrepo.mdwn b/commands/rebuildrepo.mdwn new file mode 100644 index 0000000..66bfe19 --- /dev/null +++ b/commands/rebuildrepo.mdwn @@ -0,0 +1,5 @@ +# Rebuild a Repository + +
+Repository name: +
diff --git a/commands/rmaccess.mdwn b/commands/rmaccess.mdwn new file mode 100644 index 0000000..67733f2 --- /dev/null +++ b/commands/rmaccess.mdwn @@ -0,0 +1,9 @@ +# Remove User Access to a Repository + +
+[[!table format=dsv delimiter=# data=""" +Repository name: # +User name: # + +"""]] +
diff --git a/commands/rmrepo.mdwn b/commands/rmrepo.mdwn new file mode 100644 index 0000000..ebec365 --- /dev/null +++ b/commands/rmrepo.mdwn @@ -0,0 +1,5 @@ +# Remove a Repository + +
+Repository name: +
-- cgit v1.2.3