This commit is contained in:
Joey Hess 2012-07-31 16:13:19 -04:00
parent 58496c18d9
commit c3effcad83

View file

@ -20,6 +20,7 @@ The webapp is a web server that displays a shiny interface.
* progress bars for each file * progress bars for each file
* drag and drop to reorder * drag and drop to reorder
* cancel and pause * cancel and pause
* button to open file browser on repo (`xdg-open $DIR`)
* keep it usable w/o javascript, and accessible to blind, etc * keep it usable w/o javascript, and accessible to blind, etc
## other features ## other features
@ -29,6 +30,10 @@ The webapp is a web server that displays a shiny interface.
* Display any relevant warning messages. One is the `inotify max_user_watches` * Display any relevant warning messages. One is the `inotify max_user_watches`
exceeded message. exceeded message.
## first start
* make git repo
## implementation ## implementation
* possibly lose the ugly auth= token past the first page, * possibly lose the ugly auth= token past the first page,