mirror of https://github.com/perkeep/perkeep.git
update TODO
Change-Id: Icf2a058e62368a94afdf94b13977e667e21412f4
This commit is contained in:
parent
655f130866
commit
eee5ee564d
19
TODO
19
TODO
|
@ -23,7 +23,8 @@
|
||||||
-- get webdav server working again, for mounting on Windows. This worked before Go 1
|
-- get webdav server working again, for mounting on Windows. This worked before Go 1
|
||||||
but bitrot when we moved pkg/fs to use the rsc/fuse.
|
but bitrot when we moved pkg/fs to use the rsc/fuse.
|
||||||
|
|
||||||
-- read/write fuse.
|
-- read/write fuse. using search / camliMember, permanode per inode
|
||||||
|
(https://github.com/hanwen/go-fuse + Go camlistore client == easy?)
|
||||||
|
|
||||||
-- work on runsit more, so I can start using this more often. runsit should
|
-- work on runsit more, so I can start using this more often. runsit should
|
||||||
be able to reload itself, and also watch for binaries changing and restart
|
be able to reload itself, and also watch for binaries changing and restart
|
||||||
|
@ -37,23 +38,19 @@
|
||||||
-- BUG: osutil paths.go on OS X: should use Library everywhere instead of mix of
|
-- BUG: osutil paths.go on OS X: should use Library everywhere instead of mix of
|
||||||
Library and ~/.camlistore?
|
Library and ~/.camlistore?
|
||||||
|
|
||||||
|
-- camput: support for skipping common cache/temp files (most of the support is
|
||||||
|
there now, just need to modify cmd/camput/files.go)
|
||||||
|
|
||||||
OLD:
|
OLD:
|
||||||
|
|
||||||
-- add CROS support?
|
-- add CROS support?
|
||||||
http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/
|
http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/
|
||||||
|
|
||||||
-- camput: support for skipping common cache/temp files
|
|
||||||
|
|
||||||
-- camget: finish. it's barely started. should be able to cat blobs
|
|
||||||
or restore filesytems from backup.
|
|
||||||
|
|
||||||
-- fuse read/write support using search / camliMember, permanode per inode
|
|
||||||
(https://github.com/hanwen/go-fuse + Go camlistore client == easy?)
|
|
||||||
|
|
||||||
-- brackup integration, perhaps sans GPG? (requires Perl client?)
|
-- brackup integration, perhaps sans GPG? (requires Perl client?)
|
||||||
|
|
||||||
-- blobserver test suite: flesh it out. (bs-test.pl ... it's pretty good
|
-- blobserver test suite: flesh it out. (bs-test.pl ... it's pretty good
|
||||||
so far, but not done)
|
so far, but not done)
|
||||||
|
|
||||||
-- blobserver: clean up channel-closing consistency in blobserver interface
|
-- blobserver: clean up channel-closing consistency in blobserver interface
|
||||||
(most close, one doesn't. all should probably close)
|
(most close, one doesn't. all should probably close)
|
||||||
|
|
||||||
|
@ -71,8 +68,8 @@ Android:
|
||||||
|
|
||||||
Client libraries:
|
Client libraries:
|
||||||
|
|
||||||
[X] Go (Brad)
|
[X] Go
|
||||||
[/] JavaScript (Brad)
|
[X] JavaScript
|
||||||
[/] Python (Brett)
|
[/] Python (Brett)
|
||||||
[ ] Perl
|
[ ] Perl
|
||||||
[ ] Ruby
|
[ ] Ruby
|
||||||
|
|
Loading…
Reference in New Issue