348
edits
| Line 64: | Line 64: | ||
= Client Applications = | = Client Applications = | ||
* Web-based Weave data viewer: A complete Weave data viewer implemented in Javascript. No server required; all password-based operations and crypto are performed on the client. | * Web-based Weave data viewer: A complete Weave data viewer implemented in Javascript. No server required; all password-based operations and crypto are performed on the client. Source at http://hg.mozilla.org/labs/weaveweb/file/tip/workers/ and running at http://www.kix.in/misc/weave/ . NOTE that this is <b>not</b> a secure implementation of a web-based client: while the decryption is being done locally, your password traverses the network in cleartext. | ||
* WebOS-based data viewer - by Les Orchard | * WebOS-based data viewer - by Les Orchard | ||
* iPhone data viewer: The AwesomeBar, bookmarks, history, and tabs, on your iPhone. Opens pages in Safari. | * iPhone data viewer: The AwesomeBar, bookmarks, history, and tabs, on your iPhone. Opens pages in Safari. | ||
* weave.py: Command-line application and library written in Python; search and display all sync data, with export to text, JSON, or XML. | |||
* weave.py: Command-line application and library written in Python; search and display all sync data, with export to text, JSON, or XML. Source at http://hg.mozilla.com/labs/weaveclient-python | |||
edits