summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web>2011-03-17 20:27:54 +0000
committerGravatar admin <admin@branchable.com>2011-03-17 20:27:54 +0000
commite31be22c12a0c69e17042138663cc6e9fa539db2 (patch)
treef2d06ac97c778be70a152d4487b5e5d22321d62d
parent98364839ca5367bdf21bc2a2cbfab6e8189aafaf (diff)
-rw-r--r--doc/bugs/check_for_curl_in_configure.hs.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/check_for_curl_in_configure.hs.mdwn b/doc/bugs/check_for_curl_in_configure.hs.mdwn
index 18edabe5e..bba2b81fc 100644
--- a/doc/bugs/check_for_curl_in_configure.hs.mdwn
+++ b/doc/bugs/check_for_curl_in_configure.hs.mdwn
@@ -23,12 +23,23 @@ index 772ba54..1a563e0 100644
> to add a check for wget or something and use it when curl was not
> available, that might be worth doing. --[[Joey]]
+>> I was thinking that is it worth doing a generic "stat", "delete", "get"
+>> and "put" options, I do like the idea of having the possibility of
+>> being about to use completely arbitrary storage systems or arbitrary
+>> transfer systems. If there was the capability of doing so it would be
+>> interesting to see possibilities of using aria2 for using something
+>> like bittorrent as backend, or using something like irods or some
+>> grid storage system as the storage archive. It's just an idea as
+>> I have seen it implemented quite well in irods.
+
also in Backend/URL.hs is it worth making a minor change to the way curl is called (I'm not sure if the following is correct or not)
> It's correct, typewise, but I don't see any real reason to bother
> with the change. But I do appreciate patches, which have been rare
> so far, probaby because of Haskell.. :) --[[Joey]]
+>> heh agreed
+
<pre>
diff --git a/Backend/URL.hs b/Backend/URL.hs
index 29dc8fe..4afcf86 100644