diff --git a/doc/special_remotes.mdwn b/doc/special_remotes.mdwn index a00930a256..6809c5e856 100644 --- a/doc/special_remotes.mdwn +++ b/doc/special_remotes.mdwn @@ -39,6 +39,7 @@ for using git-annex with various services: * [chef-vault](https://github.com/3ofcoins/knife-annex/) * [Dropbox](https://github.com/DanielDent/git-annex-remote-rclone) * [[Flickr|tips/flickrannex]] +* [Freenet](https://github.com/xloem/gitlakepy) * [[Google Cloud Storage|tips/using_Google_Cloud_Storage]] * [Google Drive](https://github.com/Lykos153/git-annex-remote-googledrive) * [hubiC](https://github.com/Schnouki/git-annex-remote-hubic) diff --git a/doc/todo/wishlist__58___spec.remotes_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn b/doc/todo/wishlist__58___spec.remotes_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn index 545bd861d6..40eecbd758 100644 --- a/doc/todo/wishlist__58___spec.remotes_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn +++ b/doc/todo/wishlist__58___spec.remotes_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn @@ -24,3 +24,8 @@ For example: * **Venti**, [[**Tahoe-LAFS**|todo/tahoe lfs for reals]] would need a backend for their hashes, and a specially setup special remote in each repo where we'd like to use them--because these are not "global" system, we must setup the path to the instance of the filesystem we'd like to use. * probably, there must be other interesting cases of this kind... * (I'm also thinking about using somethng like a **bibliographic information** as a key, but then it wouldn't guarantee identical files: the same paper can be stored in different formats, etc. Cf. [**URNs**](http://en.wikipedia.org/wiki/Uniform_resource_name#Examples), via . Also, an URN like bibliographic information can't be computed from the file, it will have to be entered manually or obtained from another directory of URNs.) + +> I don't think there is anything else to do in git-annex, it has +> everything necessary to let people create such external special remotes +> and several of the ones discussed here actually exist now. [[done]] +> --[[Joey]]