summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/amd64_i386_standalone:_no_SKEIN.mdwn38
-rw-r--r--doc/forum/Lyve_Home.mdwn6
-rw-r--r--doc/install/ArchLinux.mdwn3
-rw-r--r--doc/todo/wishlist__91__minor__93__:_add_time_stamps_to_annex_log_popups_in_webapp.mdwn1
4 files changed, 47 insertions, 1 deletions
diff --git a/doc/bugs/amd64_i386_standalone:_no_SKEIN.mdwn b/doc/bugs/amd64_i386_standalone:_no_SKEIN.mdwn
new file mode 100644
index 000000000..5dd230118
--- /dev/null
+++ b/doc/bugs/amd64_i386_standalone:_no_SKEIN.mdwn
@@ -0,0 +1,38 @@
+### Please describe the problem.
+
+git-annex standalone has no SKEIN backends on i386 and amd64. OSX and Android standalones have them, debian package had it in version 4.20131106 and probably still does.
+
+### What steps will reproduce the problem?
+
+1. download git-annex standalone for amd64 or i386
+2. extract
+3. git-annex.linux/git-annex version
+
+Expect key/value backends row to mention SKEIN. It does on other platforms, but not here.
+
+Trying to e.g. get SKEIN-hashed files produces error messages.
+
+### What version of git-annex are you using? On what operating system?
+amd64 and i386 standalones 5.20140103 on Ubuntu Precise/12.04 (Mint 13)
+
+### Please provide any additional information below.
+
+[[!format sh """
+clacke@acozed:~$ /usr/bin/git-annex version
+git-annex version: 4.20131106
+build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav glacier hook
+clacke@acozed:~$ ~/.local/libexec/git-annex.linux-5.20140103/git-annex version
+git-annex version: 5.20131230-g4aa88d8
+build flags: Assistant Webapp Pairing S3 WebDAV Inotify DBus XMPP Feeds Quvi TDFA
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav glacier hook external
+clacke@acozed:~$ ~/.local/libexec/git-annex.linux-5.20140103_i386/git-annex version
+git-annex version: 5.20131230-g52a46585
+build flags: Assistant Webapp Pairing S3 WebDAV Inotify DBus XMPP Feeds Quvi TDFA
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav glacier hook external
+"""]]
+
+-- [[clacke]] \ No newline at end of file
diff --git a/doc/forum/Lyve_Home.mdwn b/doc/forum/Lyve_Home.mdwn
new file mode 100644
index 000000000..b9e091769
--- /dev/null
+++ b/doc/forum/Lyve_Home.mdwn
@@ -0,0 +1,6 @@
+Lyve Home is an interesting device to store personal photos and videos. It is a 2TB hard drive that stores all your photos. It tries to replicate the files on every device you connect (computer, phone, etc.) and keeps at least two copies of each photo. The photos are not stored in the cloud, Lyve only stores metadata in the cloud.
+
+http://www.youtube.com/watch?v=sOE5uWqS6YQ
+
+This is something that could be easily made with git-annex and a small computer, like a Raspberry Pi, and a hard drive.
+
diff --git a/doc/install/ArchLinux.mdwn b/doc/install/ArchLinux.mdwn
index 68e8b81f1..807387e0b 100644
--- a/doc/install/ArchLinux.mdwn
+++ b/doc/install/ArchLinux.mdwn
@@ -14,6 +14,7 @@ I'm told the AUR has some dependency problems currently.
If it doesn't work, you can just use cabal:
<pre>
-pacman -S git rsync curl wget gpg openssh cabal-install
+pacman -S git rsync curl wget gnupg openssh cabal-install
+cabal update
cabal install git-annex --bindir=$HOME/bin
</pre>
diff --git a/doc/todo/wishlist__91__minor__93__:_add_time_stamps_to_annex_log_popups_in_webapp.mdwn b/doc/todo/wishlist__91__minor__93__:_add_time_stamps_to_annex_log_popups_in_webapp.mdwn
new file mode 100644
index 000000000..e0b1b5f5f
--- /dev/null
+++ b/doc/todo/wishlist__91__minor__93__:_add_time_stamps_to_annex_log_popups_in_webapp.mdwn
@@ -0,0 +1 @@
+otherwise now it is impossible to judge how old those are when opening the dashboard