From 95aed0d68cf6474396bab406c78d2a2e3602fc40 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 30 Sep 2012 20:14:06 -0700 Subject: command -> commands --- 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 +++++ 9 files changed, 119 insertions(+) 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 (limited to 'commands') 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