kde-extraapps/kuassel
Ivailo Monev f840649b58 generic: support building projects separately
TODO from https://github.com/fluxer/katana/issues/7.

kget and libktorrent cannot be build separately because libktorrent depends
on boost (or miniboost which is bundled) and kget depends on libktorrent.

syndication include paths were adjusted to build from the top-level
directory since it was used not only by akregator, that is no longer the
case and it should probably be moved to akregator sub-directory but that
will be decided in the future.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-10 23:43:40 +00:00
..
cmake kuassel: refactiring 2014-12-30 16:16:27 +00:00
data generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
dev-notes kuassel: port translations support to KLocale 2015-01-25 01:19:31 +00:00
interfaces generic: updated dbus interfaces 2015-06-04 18:30:53 +00:00
pics generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
scripts import modified version of quassel as kuassel 2014-12-29 00:56:55 +00:00
src generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
.directory import modified version of quassel as kuassel 2014-12-29 00:56:55 +00:00
.gitattributes import modified version of quassel as kuassel 2014-12-29 00:56:55 +00:00
AUTHORS import modified version of quassel as kuassel 2014-12-29 00:56:55 +00:00
CMakeLists.txt generic: support building projects separately 2020-02-10 23:43:40 +00:00
COPYING import modified version of quassel as kuassel 2014-12-29 00:56:55 +00:00
gpl-2.0.txt import modified version of quassel as kuassel 2014-12-29 00:56:55 +00:00
gpl-3.0.txt import modified version of quassel as kuassel 2014-12-29 00:56:55 +00:00
INSTALL kuassel: refactiring 2014-12-30 16:16:27 +00:00
Messages.sh kuassel: refactiring 2014-12-30 16:16:27 +00:00
README import modified version of quassel as kuassel 2014-12-29 00:56:55 +00:00
version.h.in kuassel: cleanup 2015-01-25 18:55:08 +00:00

Quassel IRC - Release Notes
===========================

Please find the current release notes at <http://quassel-irc.org>.

On first run of the Quassel core, it will wait for a client to connect
and present a first-run wizard that will allow you to create the database
and one admin user for the core-side storage.

To add more users, run: `quasselcore --add-user`
To change the password of an existing user: `quasselcore --change-userpass=username`
The manageusers.py script is deprecated.

IRC is the preferred means of getting in touch with the developers.
The Quassel IRC Team can be contacted on Freenode/#quassel (or
#quassel.de).  We always welcome new users in our channels!

Our homepage is <http://quassel-irc.org>
The bugtracker can be found at <http://bugs.quassel-irc.org>
The dev team can be reached by email: <devel@quassel-irc.org>

Thanks for reading,
~ The Quassel IRC Team