diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-31 15:28:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-31 15:28:04 -0400 |
commit | 6ea9a88ede48fa6d37a0ac476ca775c0edaa56a4 (patch) | |
tree | ab43a3cb9256e187af32f22e7aea12d3b12d85f9 | |
parent | 595d13020b4004b1813cc3bc31ed1a8edf2fe511 (diff) |
update
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 5322fe8a5..857b5972b 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -16,6 +16,11 @@ The webapp is a web server that displays a shiny interface. * cancel and pause * keep it usable w/o javascript, and accessible to blind, etc +## other features + +* there could be a UI to export a file, which would make it be served up + over http by the web app + ## implementation Hope to use Yesod. |