summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-28 12:16:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-28 12:16:25 -0400
commitaa44f70640208afa27d473ee61218d6f1f8f130b (patch)
tree4dda05bacf301bfa5ce5561247f57e9acd56174d
parent239b8ae76ec2c66bb63fb982f8bad86b5a94bb51 (diff)
update
-rw-r--r--doc/design/assistant/OSX.mdwn3
-rw-r--r--doc/design/assistant/webapp.mdwn2
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/assistant/OSX.mdwn b/doc/design/assistant/OSX.mdwn
index 8fe321d5a..3f2b732fd 100644
--- a/doc/design/assistant/OSX.mdwn
+++ b/doc/design/assistant/OSX.mdwn
@@ -4,6 +4,9 @@ Misc OSX porting things:
* icon to start webapp **done**
* Use OSX's "network reachability functionality" to detect when on a network
<http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/SystemConfigFrameworks/SC_Intro/SC_Intro.html#//apple_ref/doc/uid/TP40001065>
+* daily build seems to have a bad yesod-static, resulting in the url
+ for `/static/jquery-full.js` redirecting to `/jquery-full.js?etag=foo',
+ which is a 404. Works ok when I build it on oberon.
Gripes:
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index 6e4ba3d4d..3d33f805e 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -25,6 +25,8 @@ The webapp is a web server that displays a shiny interface.
over http by the web app
* Display the `inotify max_user_watches` exceeded message. **done**
* Display something sane when kqueue runs out of file descriptors.
+* allow renaming git remotes and/or setting git-annex repo descriptions
+* allow removing git remotes
## first start **done**