Labs/Weave: Difference between revisions
< Labs
Jump to navigation
Jump to search
(added palant's article about using weave in extensions) |
mNo edit summary |
||
Line 29: | Line 29: | ||
* [[Labs/Weave/InstallWeaveFennec|How to Install Weave and Fennec on a Nokia N810]] | * [[Labs/Weave/InstallWeaveFennec|How to Install Weave and Fennec on a Nokia N810]] | ||
* [[Labs/Weave/ClientAPI|How To Write a Sync Engine for a New Data Type]] | * [[Labs/Weave/ClientAPI|How To Write a Sync Engine for a New Data Type]] | ||
* | * [http://adblockplus.org/blog/adding-weave-support-to-an-extension Adding Weave support to an extension] by Wladimir Palant (written on 2009-06-01) | ||
* [http://www.toolness.com/wp/?p=41 Mozilla Weave: A Bird's-eye View] great overview, albeit slightly out of date. | * [http://www.toolness.com/wp/?p=41 Mozilla Weave: A Bird's-eye View] great overview, albeit slightly out of date. | ||
* [[Labs/Weave/Notifications|Notifications]] - Using the notifications system to notify users about Weave events/problems. | * [[Labs/Weave/Notifications|Notifications]] - Using the notifications system to notify users about Weave events/problems. |
Revision as of 20:52, 1 June 2009
Weave is a Mozilla Labs project to integrate web services into Firefox by allowing users to securely share their data with other users and 3rd parties. As such, the Weave encompasses a Firefox add-on, a server component, data sharing APIs, etc.
All software released as part of the Weave project is currently considered to be in the early prototype stage, so use it at your own risk.
You can read more about Weave in its "project page," as well as the Weave User Forum.
More Information
Development Links
- Roadmap - Upcoming release plans
- QA - Testing Weave
- Weekly Meetings
- 0.3 Server setup
- Build Instructions - How to retrieve the Weave source code and build the extension yourself.
- Latest build
Docs And Notes
- How to Install Weave and Fennec on a Nokia N810
- How To Write a Sync Engine for a New Data Type
- Adding Weave support to an extension by Wladimir Palant (written on 2009-06-01)
- Mozilla Weave: A Bird's-eye View great overview, albeit slightly out of date.
- Notifications - Using the notifications system to notify users about Weave events/problems.
- Server API Extras - Additions to the server API for account registration, etc.
- OAuth Overview - Some notes about how OAuth might apply to Weave.
- Attic - a few links, now outdated