Which MobWrite are you using? Do you have a local Python Daemon
running, or are you syncing against mobwrite3.appspot.com?
Ok, if you want to run your own MobWrite server then you need to run
mobwrite_daemon.py in the background, then put one of the 'q' gateways
(python, php, java, or one of the other supported languages) in your
web server's script directory. Here are the instructions:
http://code.google.com/p/google-mobwrite/wiki/Daemon
However, it would be a *lot* easier to use use the already available
service on mobwrite3.appspot.com. In that case just grab the
JavaScript code at the top of this page:
http://code.google.com/p/google-mobwrite/wiki/WebClient
And change 'formid' to be the id of your webpage's form or the id of
the element(s) you wish to share. Make this id unique so other
MobWrite users don't end up colliding with you.
Read the comments at the bottom of that page. They are from the last
Microsoft Windows user who went down this path. Hope that helps point
you in the right direction.