From 3fb0c248d0eae9d93809b7d89011278913a884fc Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Wed, 4 May 2011 21:16:49 -0700 Subject: Adding forms for various piny cgis --- command/addaccess.mdwn | 9 +++++++++ command/newrepo.mdwn | 10 ++++++++++ command/newuser.mdwn | 12 ++++++++++++ command/rmaccess.mdwn | 9 +++++++++ command/rmrepo.mdwn | 5 +++++ 5 files changed, 45 insertions(+) create mode 100644 command/addaccess.mdwn create mode 100644 command/newrepo.mdwn create mode 100644 command/newuser.mdwn create mode 100644 command/rmaccess.mdwn create mode 100644 command/rmrepo.mdwn diff --git a/command/addaccess.mdwn b/command/addaccess.mdwn new file mode 100644 index 0000000..fe116f5 --- /dev/null +++ b/command/addaccess.mdwn @@ -0,0 +1,9 @@ +# Add User Access to a Repository + +
+[[!table format=dsv delimiter=# data=""" +Repository name: # +User name: # + +"""]] +
diff --git a/command/newrepo.mdwn b/command/newrepo.mdwn new file mode 100644 index 0000000..0ff426f --- /dev/null +++ b/command/newrepo.mdwn @@ -0,0 +1,10 @@ +# New Repository + +
+

New repository name:

+

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

+

+ +
+ +Note: your email address will be published with your repository. diff --git a/command/newuser.mdwn b/command/newuser.mdwn new file mode 100644 index 0000000..9d4b9a9 --- /dev/null +++ b/command/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/command/rmaccess.mdwn b/command/rmaccess.mdwn new file mode 100644 index 0000000..98903fa --- /dev/null +++ b/command/rmaccess.mdwn @@ -0,0 +1,9 @@ +# 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 new file mode 100644 index 0000000..3167269 --- /dev/null +++ b/command/rmrepo.mdwn @@ -0,0 +1,5 @@ +# Remove a Repository + +
+Repository name: +
-- cgit v1.2.3