|
|
Line 62: |
Line 62: |
| * Python: http://hg.mozilla.org/labs/weaveclient-python | | * Python: http://hg.mozilla.org/labs/weaveclient-python |
|
| |
|
| = Client Applications = | | = Experimental Client Applications = |
|
| |
|
| * Web-based Weave data viewer: A complete Weave data viewer implemented in Javascript. All passphrase-level crypto is 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. | | * [https://wiki.mozilla.org/Weave/Experimental_Clients/Web Web-based Weave data viewer] |
|
| |
|
| * WebOS-based data viewer - by Les Orchard | | * [https://wiki.mozilla.org/Weave/Experimental_Clients/WebOS WebOS-based data viewer] |
|
| |
|
| * iPhone data viewer: The AwesomeBar, bookmarks, history, and tabs, on your iPhone. Opens pages in Safari. | | * [https://wiki.mozilla.org/Weave/Experimental_Clients/iPhone iPhone data viewer] |
|
| |
|
| * 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 | | * [https://wiki.mozilla.org/Weave/Experimental_Clients/Python Python based command line data viewer] |