Changes between Version 105 and Version 106 of GSoCIdeas2010


Ignore:
Timestamp:
2010-04-04T05:13:14Z (15 years ago)
Author:
zooko
Comment:

it's not a plugin, it's an extension

Legend:

Unmodified
Added
Removed
Modified
  • GSoCIdeas2010

    v105 v106  
    1212
    1313||''Project''||''Difficulty''||''Contact''||
    14 ||[#FirefoxPlugin 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||
    1515||[#Medium-SizedDistributedMutableFilesMDMF Medium-Sized Distributed Mutable Files]||Medium||[mailto:david-sarah@jacaranda.org David-Sarah Hopwood] or any mentor||
    1616||[#RedundantArrayofIndependentClouds Redundant Array of Independent Clouds]||Medium||[mailto:zooko@zooko.com Zooko Wilcox-O'Hearn] or any mentor||
     
    2727
    2828
    29 == Firefox Plugin ==
    30 
    31 Implement a plugin for Firefox using the new [https://jetpack.mozillalabs.com/ Jetpack SDK]. This plugin 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]).
     29== Firefox Extension ==
     30
     31Implement 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]).
    3232
    3333It will also provide a fast, pretty, and highly usable browser for exploring and manipulating a Tahoe-LAFS filesystem.
    3434
    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.
     35It 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.
    3636
    3737It may also provide more features for Firefox users or developers, which features may be discovered during the course of the summer.