Well, Maemo WordPy continues growing more and more.
This new version have the following features:
- Now you can choose if you want to publish a post or save it as a draft.
- Added new image insert dialog with more options (alt, align, size). Now it can upload new local images (as till now) and in addition can use internet images. You must write the image URL with http://
- New menus for html tags, settings and posting. It does the same functions that the buttons in the main toolbar.
- Now when select text the tags are inserted around the text. This should have been like that from the beginning, but there was a problem and was that when the buttons was clicked, the text was losing the focus. It took me its time to find the reason.
- Added advanced edit: extended entry and optional excerpt. The text written in extended entry it will be showed after a link ‘Read more’. Optional excerpt comes in the official Wordpress client.
Development:
- Added Makefile and setup.py for proper packaging. Before the different files was copied from a most manual way in debian/rules file.
- Added some code comments. I have to improve it even more. The application spreads and there are enough lines in one file. I am thinking split it in several modules.
Try it and comment me your impressions.

Related Articles
3 users responded in this post
[...] Martín Yerga announces Maemo WordPy 0.3 … and no way to install python-2.5-runtime on my Nokia 800 Since my .. forced upgrade .. to [...]
I can’t wait to use the program. Thanks for the work that went in to it. I keep getting a message that the url is wrong. Do I need to point it to a specific wordpress file?
Thanks again,
–Mike
Hi Mike,
Yes, you have to put the url of the xmlrpc.php file.
It might be something as http://your-blog-address.com/xmlrpc.php
For example in my case the concrete address is:
http://yerga.freehostia.com/blog/xmlrpc.php
I hope that this help you.
Best Regards.