The Scribo project develops a Maemo application for mobile blog users.
A typical mobile device is Nokia Internet tablet like N810 or N900. In the basic
scenario, a user views and edits her profiles as well as makes blog postings.
The current version supports livejournal.com; additional blog services are in 
progress. In further plans, Scribo allows representing and editing information 
retrieved from various blog services. The information can be combined for a user
to work with multiple blogs simultaneously.
For starting the application need to unzip the archive, go to the src folder
and type "python2.5 scribo.py".
Application connect to the network directly (there are no proxy support). 
Available functions:

1. Add, delete, modify accounts (which are already registered at
 service)

2. Add and view the posts (without editing) (on the first running, application 
has not    posts in databasesand you should upload their to click on the button 
"Refresh").
Test database is not available, the work begin with an empty database 
(no profiles, posts), in the end document you'll see test's account from LJ, 
which you type in the beginning work with our application. 

3. Sending posts is just one account (current). The current account
 is one which is displayed on the homepage, and it can be change 
(combobox element).

Test account:
Login: scribo_rpc
Password: test123 

Used library:
python, sqlite3, python-xml, pyside-qt4,
pyside-qt4-webkit, pyside-qt4-gui, python-dbus
  
Installation:
Look INSTALL
