Changes between Version 105 and Version 106 of GSoCIdeas2010
- Timestamp:
- 2010-04-04T05:13:14Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoCIdeas2010
v105 v106 12 12 13 13 ||''Project''||''Difficulty''||''Contact''|| 14 ||[#Firefox Plugin Firefox Plugin]||Medium||[mailto:warner-tahoe@lothar.com Brian Warner] or any mentor||14 ||[#FirefoxExtension Firefox Extension]||Medium||[mailto:warner-tahoe@lothar.com Brian Warner] or any mentor|| 15 15 ||[#Medium-SizedDistributedMutableFilesMDMF Medium-Sized Distributed Mutable Files]||Medium||[mailto:david-sarah@jacaranda.org David-Sarah Hopwood] or any mentor|| 16 16 ||[#RedundantArrayofIndependentClouds Redundant Array of Independent Clouds]||Medium||[mailto:zooko@zooko.com Zooko Wilcox-O'Hearn] or any mentor|| … … 27 27 28 28 29 == Firefox Plugin ==30 31 Implement a plugin for Firefox using the new [https://jetpack.mozillalabs.com/ Jetpack SDK]. This pluginwill extend Firefox so that it knows about Tahoe-LAFS caps. It will provide user-friendly and safe gestures to share caps, for example, it will require a different gesture to share a write-cap than to share a read-cap, to prevent people from accidentally sharing a write-cap to a file or directory when they meant to share a read-cap, thus solving one of the major outstanding problems in Tahoe-LAFS user interface (see [http://allmydata.org/pipermail/tahoe-dev/2010-March/004139.html this tahoe-dev mailing list discussion]).29 == Firefox Extension == 30 31 Implement an extension for Firefox using the new [https://jetpack.mozillalabs.com/ Jetpack SDK]. This will extend Firefox so that it knows about Tahoe-LAFS caps. It will provide user-friendly and safe gestures to share caps, for example, it will require a different gesture to share a write-cap than to share a read-cap, to prevent people from accidentally sharing a write-cap to a file or directory when they meant to share a read-cap, thus solving one of the major outstanding problems in Tahoe-LAFS user interface (see [http://allmydata.org/pipermail/tahoe-dev/2010-March/004139.html this tahoe-dev mailing list discussion]). 32 32 33 33 It will also provide a fast, pretty, and highly usable browser for exploring and manipulating a Tahoe-LAFS filesystem. 34 34 35 It will also provide a re-usable Jetpack component which makes it easy for other plugin developers to add Tahoe-LAFS features to their Firefox plugin.35 It will also provide a re-usable Jetpack component which makes it easy for other plugin developers to add Tahoe-LAFS features to their Firefox extension. 36 36 37 37 It may also provide more features for Firefox users or developers, which features may be discovered during the course of the summer.