close old todo and add freenet special remote to list

This commit is contained in:
Joey Hess 2018-10-03 12:54:34 -04:00
parent ebde4bd94b
commit 746db2e276
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 6 additions and 0 deletions

View file

@ -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)

View file

@ -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 <http://it.slashdot.org/comments.pl?sid=3032489&cid=40907233>. 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]]