diff options
-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 |