Commit dccd79689663d881dfad94c987490b52b1c23941
- Diff rendering mode:
- inline
- side by side
NEWS
(5 / 0)
  | |||
1 | Version 7 (2010-11-15) | ||
2 | * Added support for saving to/loading from the Sugar Journal. | ||
3 | Nick, channels joined, and scrollback are now persistent between sessions. | ||
4 | * Proper CTCP support. | ||
5 | * Removed buttons for activity sharing (not applicable). |
README
(7 / 6)
  | |||
1 | XoIRC : | ||
2 | ------- | ||
3 | XoIRC Activity, is an Internet Relay Chat (IRC) Client for Sugar. | ||
4 | The core client it's based on URK, the new name is Purk, it aims to | ||
5 | be a simple IRC GTK+ Widget. | ||
1 | Sugar IRC Activity | ||
6 | 2 | ||
7 | comments and suggestions are welcome to Eduardo Silva <edsiper@gmail.com>. | ||
3 | This is a simple Internet Relay Chat (IRC) Client for Sugar, based on | ||
4 | a (now moribund) Python IRC client called "Urk". | ||
5 | |||
6 | Original code by Eduardo Silva <edsiper@gmail.com>. | ||
7 | Maintained from 2008-2010 by Mel Chua <mel@melchua.com>. | ||
8 | Recent additions by Fran Rogers <fran@dumetella.net>. |
TODO
(4 / 2)
  | |||
1 | * move this list to the Trac queue | ||
2 | 1 | * Clean PUrk code | |
3 | 2 | * Better colors interface | |
4 | * Bao Vuong will be doing Journal implementation. | ||
3 | * I18N support (lots of fixed English strings right now) | ||
4 | * Pop up last active channel when loading from journal | ||
5 | * Direct the user to localized channels other than #sugar | ||
6 | * Multi-server support, maybe? |
activity/activity.info
(1 / 1)
  | |||
1 | 1 | [Activity] | |
2 | 2 | name = IRC | |
3 | activity_version = 6 | ||
3 | activity_version = 7 | ||
4 | 4 | service_name = org.sugarlabs.IRC | |
5 | 5 | icon = activity-ircchat | |
6 | 6 | exec = sugar-activity ircactivity.IRCActivity |
setup.py
(1 / 1)
  | |||
19 | 19 | ||
20 | 20 | from sugar.activity import bundlebuilder | |
21 | 21 | ||
22 | bundlebuilder.start('XoIRC') | ||
22 | bundlebuilder.start() |