From 0f1f8aa6138a4095fcf1d7c3fba7e46e4861605b Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Thu, 12 May 2011 21:13:51 -0700 Subject: Adding lsaccess.mdwn, lsrepo.mdwn, pinyconfig.mdwn, rebuildrepo.mdwn --- command/lsaccess.mdwn | 11 +++++++++++ command/lsrepo.mdwn | 5 +++++ command/pinyconfig.mdwn | 33 +++++++++++++++++++++++++++++++++ command/rebuildrepo.mdwn | 5 +++++ 4 files changed, 54 insertions(+) create mode 100644 command/lsaccess.mdwn create mode 100644 command/lsrepo.mdwn create mode 100644 command/pinyconfig.mdwn create mode 100644 command/rebuildrepo.mdwn diff --git a/command/lsaccess.mdwn b/command/lsaccess.mdwn new file mode 100644 index 0000000..f687e72 --- /dev/null +++ b/command/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/command/lsrepo.mdwn b/command/lsrepo.mdwn new file mode 100644 index 0000000..8a6ca00 --- /dev/null +++ b/command/lsrepo.mdwn @@ -0,0 +1,5 @@ +# List repositories you have access to + +
+ +
diff --git a/command/pinyconfig.mdwn b/command/pinyconfig.mdwn new file mode 100644 index 0000000..70f2df8 --- /dev/null +++ b/command/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/command/rebuildrepo.mdwn b/command/rebuildrepo.mdwn new file mode 100644 index 0000000..66bfe19 --- /dev/null +++ b/command/rebuildrepo.mdwn @@ -0,0 +1,5 @@ +# Rebuild a Repository + +
+Repository name: +
-- cgit v1.2.3