Difference between revisions of "IRC"

From Apertium
Jump to navigation Jump to search
(apparantly thelounge.chat is the hip new thing)
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Main page header}}
 
{{Main page header}}
  +
{{TOCD}}
 
The informal meeting place of Apertium is the [http://en.wikipedia.org/wiki/Internet_Relay_Chat Internet Relay Chat] channel <code>#apertium</code> at <code>irc.freenode.net</code>. If you want help with anything Apertium-related, or just want to have a chat with the developers, feel free to join our channel.
   
  +
== Connecting ==
The informal meeting place of Apertium is the [http://en.wikipedia.org/wiki/Internet_Relay_Chat Internet Relay Chat] channel <code>#apertium</code> at <code>irc.freenode.net</code>.
 
   
  +
=== Matrix/Riot ===
On a web browser, try http://webchat.freenode.net/?channels=apertium or use our [http://xixona.dlsi.ua.es/cgi-bin/cgiirc/irc.cgi CGI::IRC client], or, if you use Mozilla, Firefox, Opera or Seamonkey, you may try typing [irc://irc.freenode.net/#apertium irc://irc.freenode.net/#apertium], which will start the Chatzilla client or Opera's own client).
 
  +
If you haven't used IRC much before, one of the easiest ways is probably to connect via Matrix/Riot; see [[IRC/Matrix]] for how. This will give you an account with persistent history even if your computer isn't always on, and works on all platforms.
   
  +
=== Other clients ===
Another favourite Linux client is [http://xchat.org/ xchat].
 
   
  +
'''Note''': If you would like to be able to send a PM to a Matrix user, '''you will need to register your nick with NickServ'''. Once you are connected to freenode, type <code>/msg NickServ HELP</code> for information on getting started with this. Registration is free, takes only a few minutes, and requires only an email address to which freenode will send a registration code. Once you have registered, you will need to authenticate each time you log in. If you use the freenode Web IRC client, simply check the "Auth to services:" option and fill out your username (the nick that you registered with NickServ) and password. Most other clients have automatic authentication built in. For example, in WeeChat, you would simply set <code>irc.server.freenode.sasl_username</code> to your username, <code>irc.server.freenode.sasl_password</code> to your password, and <code>irc.server.freenode.sasl_mechanism</code> to <code>plain</code> (assuming that the name of the freenode server on your WeeChat client is <code>freenode</code>).
Many users have their IRC nick name listed on their [[:Category:Users|users page]].
 
   
  +
There are various other ways to connect too:
If you want to share code snippets or long examples on IRC, please use [http://apertium.codepad.org/ our pastebin].
 
   
  +
'''Linux''' and '''Windows''' users might like the light-weight and highly configurable http://xchat.org/. There is also https://smuxi.im/ which has some nice proxy features and Ubuntu/Gnome integration, https://weechat.org/ which also has some nice proxying (which you can connect to with a mobile client), and https://hexchat.github.io/ which is a popular actively developed fork of xchat.
==spectie's status==
 
   
  +
'''Mac''' users may like http://colloquy.info/ which seems quite well integrated with the Mac desktop.
spectie is '''back'''
 
  +
  +
You can install https://thelounge.chat on any server that can run nodejs, and get a pretty-looking web-based chat client that always stays connected for you (similar to running Weechat with [https://www.glowing-bear.org/ glowingbear]).
  +
  +
Clicking [irc://irc.freenode.net/#apertium irc://irc.freenode.net/#apertium] should connect your client if you've installed it, otherwise select <code>irc.freenode.net</code> from the servers and join #apertium.
  +
  +
=== Through a browser ===
  +
  +
If you for some reason don't have access to install a chat client, you can try '''http://webchat.freenode.net/?channels=apertium''' <!-- or our [http://xixona.dlsi.ua.es/cgi-bin/cgiirc/irc.cgi CGI::IRC client] --> in your web browser. The webchat seems to disconnect a lot though, so we recommend using a real desktop client.
  +
  +
== Other info ==
  +
 
Many users have their IRC nick name listed on their [[:Category:Users|users page]].
  +
 
If you want to share code snippets or long examples on IRC, please use [http://apertium.codepad.org/ our pastebin].
   
 
==Logs==
 
==Logs==
   
[[User:TinoDidriksen]] keeps [http://alpha.visl.sdu.dk/~tino/pisg/freenode/ logs].
+
[[User:Tino Didriksen]] keeps [http://alpha.visl.sdu.dk/~tino/pisg/freenode/ logs].
   
 
There's also a [http://alpha.visl.sdu.dk/~tino/pisg/freenode/apertium-28d.html 28 day summary], which gives such cryptic information as:
 
There's also a [http://alpha.visl.sdu.dk/~tino/pisg/freenode/apertium-28d.html 28 day summary], which gives such cryptic information as:
Line 27: Line 44:
 
</pre>
 
</pre>
   
  +
[[Category:Users]]
 
  +
  +
==IRC FAQ==
  +
===Can I ask people questions here?===
  +
Yes!
  +
  +
''Don't ask to ask a question'', just get to the point and ask the real question.
  +
* ''Don't'' do: <code>&lt;Guest45011&gt; Anyone here? Can I ask a question?</code>
  +
* Instead, do: <code><nowiki>&lt;Guest45011&gt; Hi, I'm trying to compile XYZ and getting this error: http://dpaste.de/foobar How do I fix this?</nowiki></code>
  +
  +
Then '''hang around''' (don't quit the chat program) until someone answers.
  +
  +
===Can I write @name on IRC?===
  +
As on Twitter? Yes, just ''leave off the @''. If your IRC client does not highlight the name you wrote, stay calm. The user will still be notified if you have spelt their username correctly. Most clients give username completion if you write the first characters and press TAB.
  +
  +
===Can I send a personal message on IRC?===
  +
Yes, but most of us prefer if you speak to us in the #apertium channel. If you have something private to talk about, you can use <code>/msg USERNAME some message</code> to send a private message.
  +
  +
===What is this begiak user on about?===
  +
It's a bot. See [[begiak]] for more info.
  +
  +
===Are there IRC plugins for Apertium?===
  +
Yes! See [[Plugin_for_XChat]] and [[Plugin_for_Pidgin]]
  +
 
[[Category:Users]]
 
[[Category:Contact]]
 
[[Category:Contact]]

Revision as of 13:16, 12 March 2018

InstallationResourcesContactDocumentationDevelopmentTools

Gnome-home.png Home PageBugs.png BugsInternet.png WikiGaim.png Chat


The informal meeting place of Apertium is the Internet Relay Chat channel #apertium at irc.freenode.net. If you want help with anything Apertium-related, or just want to have a chat with the developers, feel free to join our channel.

Connecting

Matrix/Riot

If you haven't used IRC much before, one of the easiest ways is probably to connect via Matrix/Riot; see IRC/Matrix for how. This will give you an account with persistent history even if your computer isn't always on, and works on all platforms.

Other clients

Note: If you would like to be able to send a PM to a Matrix user, you will need to register your nick with NickServ. Once you are connected to freenode, type /msg NickServ HELP for information on getting started with this. Registration is free, takes only a few minutes, and requires only an email address to which freenode will send a registration code. Once you have registered, you will need to authenticate each time you log in. If you use the freenode Web IRC client, simply check the "Auth to services:" option and fill out your username (the nick that you registered with NickServ) and password. Most other clients have automatic authentication built in. For example, in WeeChat, you would simply set irc.server.freenode.sasl_username to your username, irc.server.freenode.sasl_password to your password, and irc.server.freenode.sasl_mechanism to plain (assuming that the name of the freenode server on your WeeChat client is freenode).

There are various other ways to connect too:

Linux and Windows users might like the light-weight and highly configurable http://xchat.org/. There is also https://smuxi.im/ which has some nice proxy features and Ubuntu/Gnome integration, https://weechat.org/ which also has some nice proxying (which you can connect to with a mobile client), and https://hexchat.github.io/ which is a popular actively developed fork of xchat.

Mac users may like http://colloquy.info/ which seems quite well integrated with the Mac desktop.

You can install https://thelounge.chat on any server that can run nodejs, and get a pretty-looking web-based chat client that always stays connected for you (similar to running Weechat with glowingbear).

Clicking irc://irc.freenode.net/#apertium should connect your client if you've installed it, otherwise select irc.freenode.net from the servers and join #apertium.

Through a browser

If you for some reason don't have access to install a chat client, you can try http://webchat.freenode.net/?channels=apertium in your web browser. The webchat seems to disconnect a lot though, so we recommend using a real desktop client.

Other info

Many users have their IRC nick name listed on their users page.

If you want to share code snippets or long examples on IRC, please use our pastebin.

Logs

User:Tino Didriksen keeps logs.

There's also a 28 day summary, which gives such cryptic information as:

17	Mitch-J	127		1466	19 days ago	"Hmm same as spectie, which doesn't grant much flexibility"
22	Sir48	98		757	today	"wir parlen todos languages :)"
25	Afal	70		628	3 days ago	"and last year I was since I was in the local boys choir"


IRC FAQ

Can I ask people questions here?

Yes!

Don't ask to ask a question, just get to the point and ask the real question.

  • Don't do: <Guest45011> Anyone here? Can I ask a question?
  • Instead, do: <Guest45011> Hi, I'm trying to compile XYZ and getting this error: http://dpaste.de/foobar How do I fix this?

Then hang around (don't quit the chat program) until someone answers.

Can I write @name on IRC?

As on Twitter? Yes, just leave off the @. If your IRC client does not highlight the name you wrote, stay calm. The user will still be notified if you have spelt their username correctly. Most clients give username completion if you write the first characters and press TAB.

Can I send a personal message on IRC?

Yes, but most of us prefer if you speak to us in the #apertium channel. If you have something private to talk about, you can use /msg USERNAME some message to send a private message.

What is this begiak user on about?

It's a bot. See begiak for more info.

Are there IRC plugins for Apertium?

Yes! See Plugin_for_XChat and Plugin_for_Pidgin