XoIRC: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (...)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Activity migrated to sl.o
{{Migrated to sl.o| http://git.sugarlabs.org/projects/irc | http://addons.sugarlabs.org/en-US/sugar/addon/4029 }}
| download=http://activities.sugarlabs.org/en-US/sugar/addon/4029
| git=http://git.sugarlabs.org/projects/irc
}}


{{olpcboxtop|toptext=[[{{PAGENAME}}|XO IRC]]}}
{{olpcboxtop|toptext=[[{{PAGENAME}}|XO IRC]]}}
Line 9: Line 12:
This activity allows you to contact other OLPC users and enthusiasts on the internet, and chat with them.
This activity allows you to contact other OLPC users and enthusiasts on the internet, and chat with them.


It uses a system called [[wikipedia:Internet Relay Chat]]. There are several [[IRC]] channels for OLPC users and developers.
It uses a system called [[wikipedia:Internet Relay Chat|Internet Relay Chat]]. There are several [[IRC]] channels for OLPC users and developers.


It defaults to a "room" called #olpc-help, but you can also enter other rooms by typing '''/join #room''' where '''room''' is the name of the room you wish to join.
It defaults to a "room" called #olpc-help, but you can also enter other rooms by typing '''/join #room''' where '''room''' is the name of the room you wish to join.
Line 18: Line 21:
[[Image:XoIRC_-screenshot.png|thumb|right|350 px|Screenshot showing the view upon loading.]]
[[Image:XoIRC_-screenshot.png|thumb|right|350 px|Screenshot showing the view upon loading.]]


To install this activity, simply click on the .xo link to the right, from inside the [[Browse]] activity. Then Resume (open) the XoIRC activity from the [[Journal]] when it has downloaded.
To install this activity, simply download '''[http://dev.laptop.org/~edsiper/activities/XoIRC-4.xo xoIRC-4.xo]''', from inside the [[Browse]] activity. Then Resume (open) the XoIRC activity from the [[Journal]] when it has finished downloading.



==Nicks and Passwords==

==Nicks and passwords==


To register a nick on irc.freenode.net, type the following:
To register a nick on irc.freenode.net, type the following:
/nick NICKNAME
/nick ''NICKNAME''
/msg nickserv register PASSWORD
/msg nickserv register ''PASSWORD''
where you choose NICKNAME and PASSWORD.
where you choose NICKNAME and PASSWORD.


Then to log on with your nick, :
Then to log on with your nick, :
/nick NICKNAME
/nick ''NICKNAME''
/msg nickserv identify PASSWORD
/msg nickserv identify ''PASSWORD''


To make your default IRC nickname match your default XO nickname, apply this patch: http://zoehep.xent.com/~bsittler/XoIRC-nick.diff
To make your default IRC nickname match your default XO nickname, apply this patch: http://zoehep.xent.com/~bsittler/XoIRC-nick.diff


==Useful Features==
==Useful features==


===Tab completion===
===Tab completion===
Line 39: Line 44:
When someone types your nickname in a message, bold text is used to attract your attention – very useful when there are lots of conversations in one room. You can make use of this trick when you reply to someone by either typing their nickname, or pressing the TAB key. The TAB key will quickly cycle through the nicknames of others users in the room.
When someone types your nickname in a message, bold text is used to attract your attention – very useful when there are lots of conversations in one room. You can make use of this trick when you reply to someone by either typing their nickname, or pressing the TAB key. The TAB key will quickly cycle through the nicknames of others users in the room.


===Changing Servers===
===Changing servers===


Some irc rooms are hosted from different servers (XoIRC defaults to irc.freenode.net). If you need to change server, use:
Some irc rooms are hosted from different servers (XoIRC defaults to irc.freenode.net). If you need to change server, use:
Line 56: Line 61:
/me is here for the meeting
/me is here for the meeting
</pre>
</pre>



==Credits==
==Credits==
Line 61: Line 67:


Look for the latest bundles in '''[https://dev.laptop.org/git/activities/xoirc/]'''.
Look for the latest bundles in '''[https://dev.laptop.org/git/activities/xoirc/]'''.
Currently [http://dev.laptop.org/~edsiper/activities/XoIRC-4.xo XoIRC-4.xo].


----
----



==See Also==
==See Also==

Latest revision as of 20:46, 26 September 2012

?Sugar icon}}    This activity is now hosted at the Sugar Activity Library.

The information here is likely to be out-of-date. Consult the new pages for "XoIRC" first:

Xoirc.svg
An IRC client based on URK

Description

This activity allows you to contact other OLPC users and enthusiasts on the internet, and chat with them.

It uses a system called Internet Relay Chat. There are several IRC channels for OLPC users and developers.

It defaults to a "room" called #olpc-help, but you can also enter other rooms by typing /join #room where room is the name of the room you wish to join.

Some other OLPC rooms are listed here.

Installation Instructions

Screenshot showing the view upon loading.

To install this activity, simply download xoIRC-4.xo, from inside the Browse activity. Then Resume (open) the XoIRC activity from the Journal when it has finished downloading.


Nicks and passwords

To register a nick on irc.freenode.net, type the following:

/nick NICKNAME
/msg nickserv register PASSWORD

where you choose NICKNAME and PASSWORD.

Then to log on with your nick, :

/nick NICKNAME
/msg nickserv identify PASSWORD

To make your default IRC nickname match your default XO nickname, apply this patch: http://zoehep.xent.com/~bsittler/XoIRC-nick.diff

Useful features

Tab completion

When someone types your nickname in a message, bold text is used to attract your attention – very useful when there are lots of conversations in one room. You can make use of this trick when you reply to someone by either typing their nickname, or pressing the TAB key. The TAB key will quickly cycle through the nicknames of others users in the room.

Changing servers

Some irc rooms are hosted from different servers (XoIRC defaults to irc.freenode.net). If you need to change server, use:

/server new.server.address

Actions

If you want to hint at some action you're taking, you might like to try the /me command:

/me goes to make a cup of tea
/me is reading the documentation
/me is here for the meeting


Credits

Eduardo Silva wrote this IRC client. It is based on Urk, a free, open source IRC client originally designed for the GNOME desktop.

Look for the latest bundles in [1]. Currently XoIRC-4.xo.



See Also