QT RssApp 0.0.2 review

Download
by rbytes.net on

QT RssApp is a little utility I hacked together. You can take notes with it, group them together and synchronize them using an web

License: GPL (GNU General Public License)
File size: 0K
Developer: Patrik Weiskircher
0 stars award from rbytes.net

QT RssApp is a little utility I hacked together.

You can take notes with it, group them together and synchronize them using an webserver with php and a mysql database. Its not secure. The only possibility to somehow secure your data is using HTTP Basic Authentication. There is no HTTPS support, as QT doesn't support it.

Was developed using QT 3.2.1, and I have no idea if it runs with older ones. You can download the 0.0.2 version here.

It compiles for me with running 'qmake' and then 'make'. There's no install script, yet. You need to copy the php/rssapp.php file to some webserver and edit the first few defines, to suit your mysql database. You need to create a table named 'notes'. The whole definition is in doc/mysqltable.

After that, just start the application, go to File->Settings and enter URL and username/password. It doesn't auto-synchronize yet, you need to manually select File->Synchronize. It isn't really well tested, but works for me.

QT RssApp 0.0.2 search tags