Labs/Weave: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
* [[Labs/Weave/Building|Build Instructions]] - How to retrieve the Weave source code and build the extension yourself.
* [[Labs/Weave/Building|Build Instructions]] - How to retrieve the Weave source code and build the extension yourself.
* [http://people.mozilla.com/~cbeard/weave/dist/latest-weave.xpi Latest build]
* [http://people.mozilla.com/~cbeard/weave/dist/latest-weave.xpi Latest build]
* [[Labs/Weave/ClientAPI|How To Write a Sync Engine for a New Data Type]]


== Docs And Notes ==
== Docs And Notes ==


* [[Labs/Weave/ClientAPI|How To Write a Sync Engine for a New Data Type]]
* [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 21:15, 2 February 2009

Back to Labs.

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

Docs And Notes