This commit is contained in:
Joey Hess 2013-02-26 15:30:50 -04:00
parent 69c01e38aa
commit d868d47b00
2 changed files with 4 additions and 1 deletions

View file

@ -13,10 +13,10 @@ and use cases to add. Feel free to chip in with comments! --[[Joey]]
* Month 6 "9k bonus round": [[!traillink desymlink]] * Month 6 "9k bonus round": [[!traillink desymlink]]
* Month 7: user-driven features and polishing; * Month 7: user-driven features and polishing;
[presentation at LCA2013](http://mirror.linux.org.au/linux.conf.au/2013/mp4/gitannex.mp4) [presentation at LCA2013](http://mirror.linux.org.au/linux.conf.au/2013/mp4/gitannex.mp4)
* Month 8: [[!traillink Android]]
We are, approximately, here: We are, approximately, here:
* Month 8: [[!traillink Android]]
* Months 9-11: more user-driven features and polishing (see remaining TODO items in all pages above) * Months 9-11: more user-driven features and polishing (see remaining TODO items in all pages above)
* Month 12: "Windows purgatory" [[Windows]] * Month 12: "Windows purgatory" [[Windows]]

View file

@ -30,3 +30,6 @@ transfers when not on wifi. This may need to be configurable.
allow git to link to it. allow git to link to it.
* getEnvironment is broken on Android <https://github.com/neurocyte/ghc-android/issues/7> * getEnvironment is broken on Android <https://github.com/neurocyte/ghc-android/issues/7>
and a few places use it. and a few places use it.
* Enable WebDAV support. Currently needs template haskell (could be avoided
by changing the DAV library to not use it), and also networking support,
which seems broken in current ghc-android.