summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-20 16:39:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-20 16:39:57 -0400
commit1a45f8ab78d201f73430f0f9bd0460ccd34b003c (patch)
tree70b6290a9a6b1695a1217c56867e09a3b1b18c66
parent88bd97f604c24364efed3cf7ac30c9105e09c952 (diff)
devblog
-rw-r--r--doc/devblog/day_119__catching_up.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/devblog/day_119__catching_up.mdwn b/doc/devblog/day_119__catching_up.mdwn
new file mode 100644
index 000000000..c49c3e34d
--- /dev/null
+++ b/doc/devblog/day_119__catching_up.mdwn
@@ -0,0 +1,15 @@
+Spent the day catching up on the last week or so's traffic. Ended up
+making numerous small big fixes and improvements. Message backlog stands at
+44.
+
+Here's the [[screencast demoing views|videos/git-annex_views_demo]]!
+
+Added to the design today the idea of
+automatically deriving metadata from the location of files in the master
+branch's directory tree. Eg, `git annex view tag=* podcasts/=*` in a
+repository that has a `podcasts/` directory would make a tree like
+"$tag/$podcast". Seems promising.
+
+So much still to do with views.. I have belatedly added them to
+the roadmap for this month; doing Windows and Android in the same month was
+too much to expect.