diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-31 17:44:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-31 17:44:35 -0400 |
commit | f0634345eb1f20bcb0982b9e861417d19e38fba9 (patch) | |
tree | bd2e749ab50adeee11cfcbb658ed138cf2e8a88a | |
parent | b00caffbe2fc89f4f563f0503c8d8832adec0640 (diff) |
devblog
-rw-r--r-- | doc/design/roadmap.mdwn | 4 | ||||
-rw-r--r-- | doc/devblog/day_89__reflections.mdwn | 18 |
2 files changed, 20 insertions, 2 deletions
diff --git a/doc/design/roadmap.mdwn b/doc/design/roadmap.mdwn index a111763bc..7fd334da4 100644 --- a/doc/design/roadmap.mdwn +++ b/doc/design/roadmap.mdwn @@ -7,12 +7,12 @@ Now in the * Month 1 [[!traillink assistant/encrypted_git_remotes]] * Month 2 [[!traillink assistant/disaster_recovery]] * Month 3 user-driven features and polishing [[todo/direct_mode_guard]] [[assistant/upgrading]] -* Month 4 Windows porting, [[todo/support_for_writing_external_special_remotes]] & encourage others to contribute to git-annex +* Month 4 [[Windows_webapp|assistant/Windows]], [[todo/support_for_writing_external_special_remotes]] & encourage others to contribute to git-annex * **Month 5 user-driven features and polishing** * Month 6 [[!traillink assistant/xmpp_security]] * Month 7 user-driven features and polishing * Month 8 [[!traillink assistant/gpgkeys]] [[!traillink assistant/sshpassword]] -* Month 9 get [[assistant/Android]] out of beta +* Month 9 get [[assistant/Android]] and Windows out of beta * Month 10 user-driven features and polishing * Month 11 [[!traillink assistant/chunks]] [[!traillink assistant/deltas]] * Month 12 user-driven features and polishing diff --git a/doc/devblog/day_89__reflections.mdwn b/doc/devblog/day_89__reflections.mdwn new file mode 100644 index 000000000..94bbf87e2 --- /dev/null +++ b/doc/devblog/day_89__reflections.mdwn @@ -0,0 +1,18 @@ +Worked on bug report and forum backlog (24 messages left), and made a few +bug fixes. The main one was a fix for a Windows-specific direct mode merge +bug. + +This month didn't go entirely to plan. I had not expected to work on the +Windows assistant and webapp and get it so close to fully working. Nor had +I expected to spend time and make significant progress on porting git-annex +to *Linux* -- particularly to embedded NAS devices! I had hoped to +encourage some others to develop git-annex, but only had one bite from a +student and it didn't work out. Meanwhile, automatically rewarding +committers with bitcoin is an interesting alternative approach to possibly +motivating contributors, and I would like to set that up, but the software +is new and I haven't had time yet. The only thing that went exactly as +planned was the external special remote implementation. + +A special surprise this month is that I have started hearing privately from +several institutions that are starting using git-annex in interesting ways. +Hope I can share details of some of that 2014! |