Labs/Weave: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
mNo edit summary
Line 11: Line 11:


* [http://labs.mozilla.com/projects/weave/ Project page]
* [http://labs.mozilla.com/projects/weave/ Project page]
* [https://addons.mozilla.org/en-US/firefox/addon/10868 AMO page]
* [https://addons.mozilla.org/en-US/firefox/addon/10868 AMO page]
* [http://groups.google.com/group/mozilla-labs-weave User Forum]
* [http://groups.google.com/group/mozilla-labs-weave User Forum]
* [[Labs/Weave/FAQ|Frequently Asked Questions]]
* [[Labs/Weave/FAQ|Frequently Asked Questions]]
* [[Labs/Weave/Feedback|Feedback & Bug Reporting]]
* [[Labs/Weave/Feedback|Feedback & Bug Reporting]]


Line 19: Line 23:


* [[Labs/Weave/Committing|Commit Rules]] - How to commit to Weave
* [[Labs/Weave/Committing|Commit Rules]] - How to commit to Weave
* [[Labs/Weave/Roadmap|Roadmap]] - Upcoming release plans
* [[Labs/Weave/Roadmap|Roadmap]] - Upcoming release plans
* [[Labs/Weave/QA|QA]] - Testing Weave
* [[Labs/Weave/QA|QA]] - Testing Weave
* [[Labs/Weave/WeeklyMeetings|Weekly Meetings]]
* [[Labs/Weave/WeeklyMeetings|Weekly Meetings]]
* [[Labs/Weave/0.3/Setup|0.3 Server setup]]
* [[Labs/Weave/0.3/Setup|0.3 Server setup]]
* [[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]


Line 29: Line 39:


* [[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://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.
* [[Labs/Weave/ServerAPI|Server API Extras]] - Additions to the server API for account registration, etc.
* [[Labs/Weave/ServerAPI|Server API Extras]] - Additions to the server API for account registration, etc.
* [[Labs/Weave/OAuth|OAuth Overview]] - Some notes about how OAuth might apply to Weave.
* [[Labs/Weave/OAuth|OAuth Overview]] - Some notes about how OAuth might apply to Weave.
* [[Labs/Weave/Attic|Attic]] - a few links, now outdated
* [[Labs/Weave/Attic|Attic]] - a few links, now outdated

Revision as of 23:22, 24 June 2009

weave-logo.jpg

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

  • QA - Testing Weave
  • Build Instructions - How to retrieve the Weave source code and build the extension yourself.

Docs And Notes

  • Notifications - Using the notifications system to notify users about Weave events/problems.
  • Attic - a few links, now outdated