From dccd79689663d881dfad94c987490b52b1c23941 Mon Sep 17 00:00:00 2001 From: Fran Rogers Date: Tue, 16 Nov 2010 06:12:25 +0000 Subject: Fix up the docs and bundle info; bump to version 7 --- diff --git a/NEWS b/NEWS index e69de29..1b46c4a 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,5 @@ +Version 7 (2010-11-15) +* Added support for saving to/loading from the Sugar Journal. + Nick, channels joined, and scrollback are now persistent between sessions. +* Proper CTCP support. +* Removed buttons for activity sharing (not applicable). diff --git a/README b/README index fd3ccc4..eb281bc 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ -XoIRC : -------- -XoIRC Activity, is an Internet Relay Chat (IRC) Client for Sugar. -The core client it's based on URK, the new name is Purk, it aims to -be a simple IRC GTK+ Widget. +Sugar IRC Activity -comments and suggestions are welcome to Eduardo Silva . +This is a simple Internet Relay Chat (IRC) Client for Sugar, based on +a (now moribund) Python IRC client called "Urk". + +Original code by Eduardo Silva . +Maintained from 2008-2010 by Mel Chua . +Recent additions by Fran Rogers . diff --git a/TODO b/TODO index cf42f4a..53bdf01 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,6 @@ -* move this list to the Trac queue * Clean PUrk code * Better colors interface -* Bao Vuong will be doing Journal implementation. +* I18N support (lots of fixed English strings right now) +* Pop up last active channel when loading from journal +* Direct the user to localized channels other than #sugar +* Multi-server support, maybe? diff --git a/activity/activity.info b/activity/activity.info index c42b83c..7337054 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -1,6 +1,6 @@ [Activity] name = IRC -activity_version = 6 +activity_version = 7 service_name = org.sugarlabs.IRC icon = activity-ircchat exec = sugar-activity ircactivity.IRCActivity diff --git a/setup.py b/setup.py index 7d2d83d..c400582 100644 --- a/setup.py +++ b/setup.py @@ -19,5 +19,5 @@ from sugar.activity import bundlebuilder -bundlebuilder.start('XoIRC') +bundlebuilder.start() -- cgit v0.9.1