http://talk.maemo.org/showthread.php?t=87896&highlight=developer.nokia.com

gsmiko e66ab461af * restore the about dialog to the previous state 12 rokov pred
app e66ab461af * restore the about dialog to the previous state 12 rokov pred
doc 3ef7aff31c * created about menu item and sheet for the NewsBlur plugin 13 rokov pred
plugins b5a1e3f1a3 * removed a reference to a non existing slot in GoogleReaderService 12 rokov pred
qmlapplicationviewer f057b7d74a * enabled QMLJS Debugger 13 rokov pred
qtc_packaging 040cb5b831 * implemented Google Reader plugin 12 rokov pred
shared fb9ad434df * created empty state page 12 rokov pred
COPYING a9009dc8ac * finished classifications sheet 13 rokov pred
README b5a1e3f1a3 * removed a reference to a non existing slot in GoogleReaderService 12 rokov pred
common.pri fb9ad434df * created empty state page 12 rokov pred
license.template a9009dc8ac * finished classifications sheet 13 rokov pred
utils.pri 50954f5bba * created tag, trunk, branch directories 13 rokov pred
webfeeds.pro 56b685a292 * created README file 12 rokov pred

README

Web Feeds
=========
Web Feeds is a client for various Web-based feed aggregator services. It aims to
provide an alternative to Harmattan's built in feed reader application.


BUILD AND DEPLOY
================
1. Make sure you have installed the QtSDK 1.2.1 or newer.
2. Start QtCreator and open the webfeeds.pro file located in the root folder of
the project.
3. Don't allow QtCreator to modify the source files of the project! QtCreator
may suggest to update the qmlapplicationviewer.cpp file, in this case select
No. QtCreator might also complain about missing deployment information for
some targets like the plugins (google_reader.pro, newsblur.pro), don't
create deployment information for any of these targets since they're just
static libraries!
4. Select a Harmattan build target for the project (PR1.0, PR1.1 or PR1.2)
5. Start the build procedure by selecting Build > Build All.
6. Select a device configuration on the project's Run tab and select
Build > Run to create and install the package to the target device.