summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-01 02:05:13 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2009-09-01 02:05:13 -0700
commit0129253fc187704083f664e1a67a283f271ad098 (patch)
treeaa3dbe2b1b1d84f7445ce9654ae291489c1bedea
parent40aeb46ade76ffd36ec5f814ba900c2b6b631f51 (diff)
parentcd7a1cdcf44e25b1e4b6b0ea8edb5ecd6d028e77 (diff)
downloadhosting-0129253fc187704083f664e1a67a283f271ad098.tar.gz
hosting-0129253fc187704083f664e1a67a283f271ad098.zip
Also: important updates in the same commit because I am a bad person.
Merge branch 'master' of git+ssh://piny.svcs.cs.pdx.edu/srv/git/piny-web Conflicts: architecture/needed_user_facing_infrastructure.mdwn
-rw-r--r--architecture/needed_user_facing_infrastructure.mdwn19
1 files changed, 11 insertions, 8 deletions
diff --git a/architecture/needed_user_facing_infrastructure.mdwn b/architecture/needed_user_facing_infrastructure.mdwn
index 09751c1..878071a 100644
--- a/architecture/needed_user_facing_infrastructure.mdwn
+++ b/architecture/needed_user_facing_infrastructure.mdwn
@@ -2,14 +2,17 @@ It'd be nice to maintain feature parity between command line access and web acce
[[!table data="""
feature|command line|web
-anonymous account creation|DONE: ssh createuser@piny.svcs.cs.pdx.edu|TODO: CGI frontend to adduser
-password modification|DONE: ssh piny /srv/rbin/passwd|TODO: Authen::PAM chauthtok CGI jblake: the pam interface was *really* not designed with http in mind though if you hard-code the interaction script it's not hard at all
-wiki creation|PARTIAL: ssh piny /srv/rbin/mkwiki (current work in /usr/local/sbin/newrepo)|TODO: CGI frontend
-wiki user management|TODO: cmdline frontend to adduser user group |TODO: CGI frontend
-[[mailing list addition|mail]]|TODO: ssh piny /srv/rbin/addlist|TODO: CGI frontend
-authorized_keys modification|TODO: cmdlind frontend to cat > ~/.ssh/authorized_keys|TODO: CGI frontend, though i am not convinced anyone would care
-wiki config modification|TODO: ssh piny /srv/rbin/chwiki|TODO: CGI frontend
-commit access|DONE: git+ssh://piny/srv/whatever.git|DONE: Ikiwiki+mod-auth-sys-group/mod-auth-pam, though I am told there is a magic hook to allow public editing through git://
+anonymous account creation |DONE: ssh createuser@piny.svcs.cs.pdx.edu |TODO: CGI frontend to adduser
+password modification |DONE: /srv/rbin/passwd |TODO: Authen::PAM chauthtok CGI jblake: the pam interface was *really* not designed with http in mind though if you hard-code the interaction script it's not hard at all
+repo creation |DONE: /srv/rbin/newrepo |TODO: CGI frontend
+repo removal |DONE: /srv/rbin/rmrepo |TODO: CGI frontend
+repo user management |TODO: cmdline frontend to adduser user group |TODO: CGI frontend
+repo creation |TODO: ssh piny /srv/rbin/mkwiki |TODO: CGI frontend
+repo user management |TODO: cmdline frontend to adduser user group |TODO: CGI frontend
+[[mailing list addition|mail]] |TODO: ssh piny /srv/rbin/addlist |TODO: CGI frontend
+authorized_keys modification |TODO: cmdlind frontend to cat > ~/.ssh/authorized_keys|TODO: CGI frontend, though i am not convinced anyone would care
+wiki config modification |TODO: ssh piny /srv/rbin/chwiki |TODO: CGI frontend
+commit access |DONE: git+ssh://piny/srv/whatever.git |DONE: Ikiwiki+mod-auth-sys-group/mod-auth-pam, though I am told there is a magic hook to allow public editing through git://
"""]]
Eventually: