diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-05 17:56:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-05 17:56:15 -0400 |
commit | f0e618e0fb1b0532e2bd56d42f88da829d9e4277 (patch) | |
tree | 6a8076ba7c5e608db696e512a460004996624417 /doc/todo | |
parent | cbc35201e8aacbfa966b7bd5417c5a7a90966651 (diff) |
response
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/wishlist:_an___34__assistant__34___for_web-browsing_--_tracking_the_sources_of_the_downloads.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_an___34__assistant__34___for_web-browsing_--_tracking_the_sources_of_the_downloads.mdwn b/doc/todo/wishlist:_an___34__assistant__34___for_web-browsing_--_tracking_the_sources_of_the_downloads.mdwn index c61b32b35..2b98351e0 100644 --- a/doc/todo/wishlist:_an___34__assistant__34___for_web-browsing_--_tracking_the_sources_of_the_downloads.mdwn +++ b/doc/todo/wishlist:_an___34__assistant__34___for_web-browsing_--_tracking_the_sources_of_the_downloads.mdwn @@ -15,3 +15,12 @@ So, I could be assisted by a replacement of the "downloads" menu of, say, Firefo Then I'll have the interesting literature there when I'm offline; the source URLs would be saved, so that they can be put into the references. Also, if I distribute this work with Git, at another location git-annex can be used to easily get all the literature again. (Hmmm... probably, the browser that this will be simplest for me to implement for is emacs-w3m; simply, some functions calling git-annex...) + +> This seems fairly doable to implement since the git-annex [[design/assistant]] +> already has a webapp. So a javascript toolbar thing could be made that +> submits the current url (or maybe links dragged into it?) to the webapp +> for adding to the annex. +> +> The only wrinkle is that the webapp runs under a new url each time +> it starts, due to using a high port and embedding some auth token in the +> url. --[[Joey]] |