diff --git a/doc/news/sharebox_a_FUSE_filesystem_for_git-annex.mdwn b/doc/news/sharebox_a_FUSE_filesystem_for_git-annex.mdwn index cc4488371c..63d71a3632 100644 --- a/doc/news/sharebox_a_FUSE_filesystem_for_git-annex.mdwn +++ b/doc/news/sharebox_a_FUSE_filesystem_for_git-annex.mdwn @@ -1,14 +1,16 @@ +[[!meta title="sharebox: a FUSE filesystem for git-annex"]] + Christophe-Marie Duquesne has just announced [Sharebox|(https://github.com/chmduquesne/sharebox), a FUSE filesystem relying on git-annex:
-What are your goals? -Seamless synchronization "à la dropbox". -Ability to use with big binary files such as mp3/movies. -Entirely decentralized. -Don't use unnecessary space -Keep it simple: avoid special VCS commands and keep a filesystem +What are your goals? +Seamless synchronization "à la dropbox". +Ability to use with big binary files such as mp3/movies. +Entirely decentralized. +Don't use unnecessary space +Keep it simple: avoid special VCS commands and keep a filesystem interface as much as possible.