XoIRC: Difference between revisions
m (fix repo url) |
Jduranboger (talk | contribs) |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Activity migrated to sl.o |
|||
| 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]]}} |
||
{{ OBX activity |[[Image:Xoirc.svg]]|2=extra|3=An [[IRC]] client based on [http://urk.sourceforge.net/ URK]}} |
{{ OBX activity |[[Image:Xoirc.svg]]|2=extra|3=An [[IRC]] client based on [http://urk.sourceforge.net/ URK]}} |
||
{{ OBX source dev|activities/xoirc}} |
|||
⚫ | |||
{{ OBX pot}} |
|||
{{ OBX team |[[user:Edsiper|Eduardo Silva]]}} |
{{ OBX team |[[user:Edsiper|Eduardo Silva]]}} |
||
{{olpcboxbottom}} |
{{olpcboxbottom}} |
||
Line 10: | 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 19: | 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 |
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. |
||
⚫ | |||
⚫ | |||
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 |
==Useful features== |
||
===Tab completion=== |
===Tab completion=== |
||
Line 40: | 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 |
===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 57: | Line 61: | ||
/me is here for the meeting |
/me is here for the meeting |
||
</pre> |
</pre> |
||
==Credits== |
==Credits== |
||
[[user:Edsiper|Eduardo Silva]] wrote this IRC client. It is based on [http://urk.sourceforge.net/ Urk], a free, open source IRC client originally designed for the GNOME desktop. |
[[user:Edsiper|Eduardo Silva]] wrote this IRC client. It is based on [http://urk.sourceforge.net/ Urk], a free, open source IRC client originally designed for the GNOME desktop. |
||
Look for the latest bundles in '''[https://dev.laptop.org/git |
Look for the latest bundles in '''[https://dev.laptop.org/git/activities/xoirc/]'''. |
||
⚫ | |||
---- |
---- |
||
==See Also== |
==See Also== |
||
* [http://urk.sourceforge.net/ URK's Homepage] |
* [http://urk.sourceforge.net/ URK's Homepage] |
||
{{stub}} |
|||
[[Category:Activities]] |
[[Category:Activities]] |
||
[[Category:IRC]] |
[[Category:IRC]] |
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: |
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
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.