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

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

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.