summaryrefslogtreecommitdiff
path: root/docs/architecture/needed_user_facing_infrastructure.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2012-09-12 13:27:11 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2012-09-12 13:27:11 -0700
commit518a3937e6f126d445f5e3b394788943277bc44b (patch)
tree642e0b79f99bcf0e57be6187df027787f7a69ec1 /docs/architecture/needed_user_facing_infrastructure.mdwn
parent28f4e8cd4beb4ce6f28b52e6e0e89471cc37f243 (diff)
downloadpiny-code-518a3937e6f126d445f5e3b394788943277bc44b.tar.gz
piny-code-518a3937e6f126d445f5e3b394788943277bc44b.zip
docs: user facing infrastructure: updates
Diffstat (limited to 'docs/architecture/needed_user_facing_infrastructure.mdwn')
-rw-r--r--docs/architecture/needed_user_facing_infrastructure.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/architecture/needed_user_facing_infrastructure.mdwn b/docs/architecture/needed_user_facing_infrastructure.mdwn
index 3e3171e..a6663f2 100644
--- a/docs/architecture/needed_user_facing_infrastructure.mdwn
+++ b/docs/architecture/needed_user_facing_infrastructure.mdwn
@@ -5,10 +5,10 @@ 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 newuser@piny.be |TODO: CGI frontend to adduser
+anonymous account creation |DONE: ssh newuser@piny.be |DONE: 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, deletion |DONE: /srv/rbin/newrepo, rmrepo, lsrepo |TODO: CGI frontend
-repo user management |DONE: /srv/rbin/addaccess, rmaccess, lsaccess |TODO: CGI frontend
+repo creation, deletion |DONE: /srv/rbin/newrepo, rmrepo, lsrepo |DONE: CGI frontend
+repo user management |DONE: /srv/rbin/addaccess, rmaccess, lsaccess |DONE: CGI frontend
[[mailing list addition|mail]] |TODO: /srv/rbin/addlist, dependent on getting sympa up |TODO: CGI frontend
authorized_keys modification |DONE: /srv/rbin/readkeys, writekeys, appendkeys |TODO: CGI frontend, though i am not convinced anyone would care
disable password auth if ssh key|TODO |Ha ha NEVER
@@ -18,16 +18,16 @@ fork |TODO: /srv/rbin/fork |TODO: CGI frontend
upload and commit container contents |no |TODO: CGI frontend
user or repo activity data aggregation |TODO: /srv/rbin/activity |TODO: rss generation, possibly install a dynamic rss reader
help system |lock down 'man', print introduction on login |command documentation should be rendered online, perhaps
-config tweaking |PARTIAL: pinyconfig |TODO: CGI frontend
+config tweaking |DONE: pinyconfig |DONE: CGI frontend
"""]]
Needed config tweakables
-- TODO: ikiwiki-editable vs. git-only
+- DONE: ikiwiki-editable vs. git-only
- TODO: toggle ikiwiki autoindexing
- TODO: optional use of repository subdirectory as srcdir
-- TODO: globally readable repos vs. group readable repos
-- TODO: globally writable repos vs. group writable repos
+- DONE: globally readable repos vs. group readable repos
+- DONE: globally writable repos vs. group writable repos
- TODO: editable ikiwiki templates vs. default layout
- TODO: user-configured domain vs. default piny domain