From: Manuel Nickschas Date: Mon, 3 Dec 2007 00:44:01 +0000 (+0000) Subject: Some more cosmetic fixes for the QuasselTopia release. X-Git-Tag: 0.1.0~38 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=609cd2aab2e5d244f9b80b96284c745e64f52fa8 Some more cosmetic fixes for the QuasselTopia release. --- diff --git a/INSTALL b/INSTALL index 17d1310d..5c822d6c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,10 @@ +Quassel IRC - Installation Notes +================================ + These are preliminary instructions, until we get the config more polished. -Quassel IRC features three binaries: quasselcore, quasselclient, and +Quassel IRC provides three binaries: quasselcore, quasselclient, and quassel. While quasselcore and quasselclient obviously provide the separated core and client functionality, the latter one (quassel) is a monolithic version containing both of them for convenience. diff --git a/INSTALL.Qtopia b/INSTALL.Qtopia index a7ec6f59..89fc4658 100644 --- a/INSTALL.Qtopia +++ b/INSTALL.Qtopia @@ -1,3 +1,6 @@ +Quassel IRC Mobile Edition - Installation Notes +=============================================== + We assume that you are familiar with application development on the Greenphone (or other Qtopia devices), so we won't go into detail here. diff --git a/README b/README index e8179c78..dd8324ad 100644 --- a/README +++ b/README @@ -20,11 +20,11 @@ that Quassel does not support the administration of user accounts yet, this includes adding more users, changing passwords and so on. This is high on our TODO list, of course. -The Quassel IRC Team can be contacted on Freenode/#quassel (or +The Quassel IRC Team can be contacted on Freenode/#quassel (or #quassel.de). We always welcome new users in our channels! -Our homepage is . -The bugtracker can be found at . +Our homepage is +The bugtracker can be found at The dev team can be reached by email: Thanks, diff --git a/dev-notes/quassel.desc b/dev-notes/quassel.desc new file mode 100644 index 00000000..9b19c8d5 --- /dev/null +++ b/dev-notes/quassel.desc @@ -0,0 +1 @@ +Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen + irssi, but using a GUI. Re-attaching a client will show your IRC session in the same state as you left it in (plus whatever happened while you were gone), and this even if you re-attach from a different location. QuasselTopia is the Qtopia-based, mobile edition of the Quassel Client that allows you to connect to a Quassel Core from your cell phone or PDA, thus giving you a rich IRC experience while still being lightweight. \ No newline at end of file diff --git a/qtopia-build/quasseltopia.pro b/qtopia-build/quasseltopia.pro index 361903af..04a38c22 100644 --- a/qtopia-build/quasseltopia.pro +++ b/qtopia-build/quasseltopia.pro @@ -1,7 +1,7 @@ qtopia_project(qtopia app) TARGET = quasseltopia -CONFIG += debug qtopia_main no_quicklaunch no_singleexec +CONFIG += release qtopia_main no_quicklaunch no_singleexec QT += core gui network # Find files @@ -43,8 +43,8 @@ pics.hint=pics INSTALLS+=desktop pics pkg.name=QuasselTopia -pkg.desc=Quassel IRC, a next-gen IRC client -pkg.version=0.0.1-1 +pkg.desc=Quassel IRC, a modern, distributed IRC client +pkg.version=0.1.0-1 pkg.maintainer=www.quassel-irc.org pkg.license=GPL pkg.domain=window,net