Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFran Rogers <fran@dumetella.net>2010-11-16 06:12:25 (GMT)
committer Fran Rogers <fran@dumetella.net>2010-11-16 06:12:25 (GMT)
commitdccd79689663d881dfad94c987490b52b1c23941 (patch)
treecbdccbd48eec6fd940068ada8c0c196ce5c27614
parent795b12221741bec280c41d96147842979b7ad612 (diff)
Fix up the docs and bundle info; bump to version 7
-rw-r--r--NEWS5
-rw-r--r--README13
-rw-r--r--TODO6
-rw-r--r--activity/activity.info2
-rw-r--r--setup.py2
5 files changed, 18 insertions, 10 deletions
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 <edsiper@gmail.com>.
+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 <edsiper@gmail.com>.
+Maintained from 2008-2010 by Mel Chua <mel@melchua.com>.
+Recent additions by Fran Rogers <fran@dumetella.net>.
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()