The Scribo project develops a Maemo application (Python and Qt) 
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 and several other blog services. 
A simple cross-service function is duplication of posts to several blogs. 
In our further plans, Scribo allows representing and editing data 
retrieved from various blog services. The data can be combined for 
a user to work with multiple blogs simultaneously.


QUICK START
Unzip the archive, go to the src folder and type "python2.5 scribo.py".
Scribo connects to the network directly (there are no proxy support currently).


FUNCTIONS

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

2. Add and view the posts. A post can be edited also.  
Note that after installation Scribo's local database contains no posts;
you should upload them by clicking the button "Refresh".
Also you can preview editing or adding post.

3. Sending posts to one or more accounts (several groups from the same
service or from different services).

4. View the friendpage. 

5. View profiles of friends.

6. Marking of unread posts.

7. Sorting and filters for messages.

USED LIBRARIES
	python, sqlite3, python-xml, python2.5-qt4,
	python2.5-qt4-webkit, python2.5-qt4-gui, python-dbus


INSTALLATION
	See INSTALL


ADDITIONAL INFO


Scribo is an open source application under GPLv2.
The code is available at Gitorious. Direct installation to a mobile device
 is possible via the Maemo developers community repository.
 More details about the Scribo project can be found at developer's wiki.
http://maemo.org/packages/view/scribo/
http://gitorious.org/scribo-client

Please send your comments to maemo-scribo@cs.karelia.ru and bugs to project's Bugzilla. 
http://oss.fruct.org/bugzilla/

Scribo allows you connected to network with proxy: for this you need to correct next string in ~/.scribo/config:
replace
"""
proxy = None
"""
by
"""
proxy = your_proxy:port
"""
(with correct proxy and port)


	
