lmorchard / weave-webos

A Mozilla Weave client for Palm webOS

This URL has Read+Write access

name age message
file LICENSE Fri Nov 06 07:55:29 -0800 2009 initial import [lmorchard]
file Makefile Sun Jan 03 11:11:16 -0800 2010 Hardcoding DB name to "silo" - seems that apps ... [lmorchard]
file README.md Fri Nov 06 10:04:54 -0800 2009 More README ideas; trimming some code in API [lmorchard]
file TODO.md Sun Jan 03 20:59:10 -0800 2010 More TODOs [lmorchard]
directory bin/ Mon Nov 23 09:47:51 -0800 2009 Added bin/.exists [lmorchard]
directory src/ Sun Jan 03 21:02:31 -0800 2010 Totally reworking Sync into a more general and ... [lmorchard]
README.md

weave-webos

What?

This is an attempt at a Mozilla Weave client for webOS

Someday, I'd like it to do things such as:

  • Bring the Firefox Awesome Bar to webOS.
  • Access bookmarks / history / tabs from the desktop
  • Sync / store other random data (eg. contacts? notes?) from webOS apps.

How?

Presently, it's all just tests. To play, make a copy of src/javascripts/Weave/TestData.js-dist as src/javascripts/Weave/TestData.js and edit it to reflect your Weave account details. The tests are all read-only right now, too, so hopefully no worries about this munching all your data. But, as always, it's wise to mount a scratch monkey.

Then, in a properly-configured webOS dev environment with the emulator running on Mac OS X, try running make tests. If you're not on Mac OS X, things should work with some more effort.

Who?