diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-22 19:13:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-22 19:13:16 -0400 |
commit | 01a004f8b0fe47007d4dd04673bddebfdf22a72c (patch) | |
tree | e4890c8e58ac72d8566e4351b2e7505306e949f1 /doc/tips | |
parent | f18f45dfa76f32eda3eab4b422fa4dd7969a21ad (diff) |
make match what I'm seeing at
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/flickrannex.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/tips/flickrannex.mdwn b/doc/tips/flickrannex.mdwn index 5d13c0534..47d834177 100644 --- a/doc/tips/flickrannex.mdwn +++ b/doc/tips/flickrannex.mdwn @@ -35,13 +35,15 @@ After the setup has finished, it will print the git-annex configure lines. ## Notes ### Unencrypted mode -The photo name on flickr is currently the GPGHMACSHA1 version. -The real name of the picture will be in the description. +The photo name on flickr is currently the [[key|backends]] used by git-annex. ### Encrypted mode -The current version base64 encodes all the data, which results in ~35% larger filesize. -I might look into yyenc instead. I'm not sure if it will work in the tEXt field. +The current version base64 encodes all the data, which results in ~35% +larger filesize. + +I might look into yyenc instead. I'm not sure if it will work in the tEXt +field. -- Tobias |