Difference between revisions of "Chat HowTo"

From Contao Community Documentation

(Install Chatzilla)
(Please note!!)
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
[[Category:Miscellaneous]]
 +
[[de:Chat HowTo‎]]
 +
{{stub}}
 
'''THIS IS GOING TO BE THE ENGLISH IRC CHAT HOWTO AND IS BEING TRANSLATED STEPWISE. DON'T GET CONFUSED BY GERMAN PARAGRAPHS AND GERMAN SCREENSHOTS. ANY HELP (TEXT AND SCREENSHOTS) IS HIGHLY APPRECIATED!'''
 
'''THIS IS GOING TO BE THE ENGLISH IRC CHAT HOWTO AND IS BEING TRANSLATED STEPWISE. DON'T GET CONFUSED BY GERMAN PARAGRAPHS AND GERMAN SCREENSHOTS. ANY HELP (TEXT AND SCREENSHOTS) IS HIGHLY APPRECIATED!'''
 
  
 
=Introduction=
 
=Introduction=
Line 8: Line 10:
  
 
=The aim of this chatroom=
 
=The aim of this chatroom=
The chat provides a possibility to get together with other users and exchange opinions/views, ask for help or just chit and chat about this and that. However, it is '''NOT''' an alternative to not reading the manuals or not using the search engine on the [http://www.typolight-community.org board] !
+
The chat provides a possibility to get together with other users and exchange opinions/views/experiences, ask for help or just chit and chat about this and that. However, it is '''NOT''' a substitution for reading the manuals or using the search engine on the [http://www.typolight-community.org board] !
 +
 
 +
=Useful commands for the IRC/Chat=
 +
If you are a beginner with IRC you better start [[Chat_HowTo#Firefox_with_Chatzilla|here]] and come later back to this section.
 +
==Help==
 +
'''Whenever you need help about a command just type:'''
 +
<source lang="mirc">
 +
/msg nickserv help
 +
</source>
 +
 
 +
==Server / Chanels contaowiki==
 +
'''The Server and chanels where the contaowiki chat hosts are:'''
 +
<source lang="mirc">
 +
/server irc.freenode.net
 +
/join #contao  ;english chanel
 +
and/or
 +
/join #contao.de  ;german chanel
 +
</source>
 +
 
 +
==Handling about nickname==
 +
'''To check if your nickname is free type:'''
 +
<source lang="mirc">
 +
/msg nickserv info whatever_nick_you_like
 +
</source>
 +
 
 +
'''If free you get:'''
 +
<source lang="mirc">
 +
from(NickServ)whatever_nick_you_like is not registred.
 +
</source>
 +
 
 +
'''If free, you can change to your nick with:'''
 +
<source lang="mirc">
 +
/nick whatever_your_nick_is
 +
</source>
 +
 
 +
'''If the change worked you get the message:'''
 +
<source lang="mirc">
 +
YOU are now known as whatever_your_nick_is
 +
</source>
 +
 
 +
 
 +
'''If the Nickname is used you get the Answer:'''
 +
<source lang="mirc">
 +
=== The nickname "whatever_nick_you_like" is allready in use, use the /nick command to pick a new one.
 +
</source>
 +
 
 +
'''You can try later with the specific nick, or you take a other one.'''
 +
==Nickname registration==
 +
Similar as in a forum, you can register your User/Nickname. The advantages are:
 +
*Nickname ist just used from you.
 +
*Userspecific settings are possible.
 +
*Founder/OP's (On the Top of Userlist, they are like admins in a forum) can give you advanced rights for moderation/administration etc.
 +
You can register a nickname but it is not necessary!
 +
 
 +
==How to register==
 +
{{Caution|Commands, witch include a password should '''always''' typed in the '''servers-window''' and not in the chat-channel. IRC/Chat-commands start always with a '''/''' in the beginning. If you forget or type a wrong character, the command will be send as a '''normal message''' and other Members can see what your command was (also a password) !}}
 +
To register you use:
 +
<source lang="mirc">
 +
/msg nickserv register <passwort> <email> ;syntax
 +
/msg nickserv register 1234 contaouser@example.com ;example (use your data)
 +
</source>
 +
You will get a e-mail to the specific e-mail-address with the activation code for your regisration.
 +
To activate use:
 +
<source lang="mirc">
 +
/msg NickServ VERIFY REGISTER <username> <registration-code> ;syntax
 +
/msg NickServ VERIFY REGISTER contaouser rmcotwcvsuhb ;example (use data from YOUR registration mail)
 +
</source>
 +
 
 +
If everything is fine, you'll get this from the Server confirmed as:
 +
<source lang="mirc">
 +
from(NickServ) contaouser has now been verified.
 +
from(NickServ) Thank you for verifying your e-mail address!
 +
              You have taken steps in ensuring that your registrations are not exploited.
 +
</source>
 +
{{Note|The registration has to be done within 24 hours or your nickname will be released again!}}
 +
 
 +
Now you an identify you with the password as:
 +
<source lang="mirc">
 +
/msg nickserv identify <password> ;syntax
 +
/msg nickserv identify 1234  :example (use your password)
 +
</source>
 +
 
 +
Next steps show how to use the IRC-Client Chatzilla with mentioned commands.
  
 
=Firefox with Chatzilla=
 
=Firefox with Chatzilla=
Line 21: Line 105:
 
After the installation and the reboot of Firefox we need to configure some basic settings to connect to the Freenode network and get the chatroom started.
 
After the installation and the reboot of Firefox we need to configure some basic settings to connect to the Freenode network and get the chatroom started.
  
[[Datei:chat-howto-01.png|Firefox add-on manager]]
+
[[File:chat-howto-01.png|Firefox add-on manager]]
  
 
The add-ons can be found in the add-on manager (Navigation bar Tools --> Add-ons).
 
The add-ons can be found in the add-on manager (Navigation bar Tools --> Add-ons).
  
[[Datei:chat-howto-02.png|Chatzilla settings]]
+
[[File:chat-howto-02.png|Chatzilla settings]]
  
 
Choose the plugin 'Chatzilla' within the add-on manager and click on <nowiki>'settings'</nowiki>.
 
Choose the plugin 'Chatzilla' within the add-on manager and click on <nowiki>'settings'</nowiki>.
  
[[Datei:chat-howto-03.png|Configure Chatzilla]]
+
[[File:chat-howto-03.png|Configure Chatzilla]]
  
 
After clicking on the tab 'General' you will find the fields 'Description', 'Nickname' and 'Username'.
 
After clicking on the tab 'General' you will find the fields 'Description', 'Nickname' and 'Username'.
Line 37: Line 121:
 
==Use Chatzilla==
 
==Use Chatzilla==
  
[[Datei:chat-howto-04.png|Chatzilla starten]]
+
[[File:chat-howto-04.png|Start up Chatzilla]]
  
Chatzilla wird über die Menüleiste Extras --> Chatzilla gestartet.
+
Chatzilla is launched via Tools --> Chatzilla.
  
[[Datei:chat-howto-05.png|Chatzilla Startfenster]]
+
[[File:chat-howto-05.png|Chatzilla welcome screen]]
  
Chatzilla hat von Haus aus verschiedene Netzwerke gespeichert. Um mit einem Server des Freenode-Netzwerkes zu verbinden, klickt man entweder mit der Maus auf den Link "Freenode" oder gibt in der Texteingabeleiste folgenden Befehl ein und klickt Enter:
+
Chatzilla has saved some IRC networks by default. To connect to a server of the Freenode network, we click on the link 'Freenode' or type the following command in the textfield:
 
<pre>/server irc.freenode.net</pre>
 
<pre>/server irc.freenode.net</pre>
{{Anmerkung|Vor dem Verbinden muss bei vorhandenen Firewalls der Port 6667 geöffnet werden}}
+
{{Note|If you have a firewall installed you have to make sure that port 6667 is opened}}
  
 +
[[File:chat-howto-06.png|server window]]
  
[[Datei:chat-howto-06.png|Serverfenster]]
+
Now there is a new tab entitled 'Freenode' and the dial-up starts. The dial-up can take several seconds and is indicated by an orange 'Connecting'.
  
Es öffnet sich ein neuer Tab namens "Freenode" und der Verbindungsaufbau beginnt. Der Verbindungsaufbau kann mehrere Sekunden dauern und wird durch ein oranges "Connecting" angezeigt.
+
[[File:chat-howto-07.png|dial-up]]
  
[[Datei:chat-howto-07.png|Verbindungsaufbau]]
+
As soon as the connection to the server is established, Chatzilla confirms this with a green 'Connected'.
 
+
The last step is to join the chatroom (also called 'channel'). To join the channel '''#contao''' we need to type in the following command and confirm with 'Enter'.
Wenn die Verbindung zum Server hergestellt wurde, zeigt Chatzilla dies mit einem grünen "Connecting". Als letzter Schritt muss der Chatraum betreten werden. Um den Raum #contao bzw. #contao.de zu betreten, gibt man folgenden Befehl in die Texteingabeleiste ein und bestätigt mit "Enter":
+
 
<pre>/join #contao</pre>
 
<pre>/join #contao</pre>
  
[[Datei:chat-howto-08.png|Raumfenster]]
+
[[File:chat-howto-08.png|Chatroom window]]
 +
 
 +
The chatroom window opens in another tab and is divided as follows:
 +
# Tab for the room #contao
 +
# Textfield: type in text and press 'Enter'
 +
# List of all the users in the chatroom
 +
# Chatroom window: Here you will see all the messages
 +
 
 +
=Please note!!=
 +
It does not necessarily mean that a user is really in front of the computer, if his or her nickname appears in the nicklist.
 +
Maybe they are doing something else in the background, are busy in some other way or even not in front of the computer. Some users also rely on bots ([[w:en:Eggdrop|Eggdrop]]) or bouncers ([[w:en:Bouncer|Bouncer]]) that remain connected even if the user has turned off the computer.
  
Das Chatfenster öffnet sich in einem neuen Tab und ist wie folgt eingeteilt.
+
--[[User:Toflar|Toflar]] 08:22, 28 May 2010 (UTC)
# Tab für den Raum #contao (bzw. #contao.de)
+
# Texteingabeleiste: Text eingeben und Enter drücken
+
# Liste der im Raum befindlichen User
+
# Chatfenster: Hier werden die geschrieben Texte angezeigt
+
  
=Bitte Beachten!!=
+
[[User:ciaobello|ciao_bello]] Pictures & helping to translate 25 Feb. 2011
Nur, weil ein Nickname in der Nickliste erscheint, bedeutet das nicht, dass der jeweilige Nutzer gerade verfügbar ist. Es kann sein, dass das User gerade im Hintergrund arbeitet, anderweitig beschäftigt oder gar nicht vor dem PC sitzt. Manche User benutzen auch einen Bot ([[w:de:Eggdrop|Eggdrop]]) oder Bouncer ([[w:de:Bouncer|Bouncer]]), der online bleibt, wenn der Benutzer den Computer abschaltet.
+

Latest revision as of 16:24, 25 February 2011


Stub.png Incomplete Article: This article is not finished yet and needs expansion.

Please expand it and remove this notice when it is finished.

THIS IS GOING TO BE THE ENGLISH IRC CHAT HOWTO AND IS BEING TRANSLATED STEPWISE. DON'T GET CONFUSED BY GERMAN PARAGRAPHS AND GERMAN SCREENSHOTS. ANY HELP (TEXT AND SCREENSHOTS) IS HIGHLY APPRECIATED!

Introduction

To join an IRC network chatroom there are various programs for nearly every operating system. The (inofficial) chatroom for the Content Management System Contao is called #contao and can be found on the Freenode network.

The aim of this chatroom

The chat provides a possibility to get together with other users and exchange opinions/views/experiences, ask for help or just chit and chat about this and that. However, it is NOT a substitution for reading the manuals or using the search engine on the board !

Useful commands for the IRC/Chat

If you are a beginner with IRC you better start here and come later back to this section.

Help

Whenever you need help about a command just type:

/msg nickserv help

Server / Chanels contaowiki

The Server and chanels where the contaowiki chat hosts are:

/server irc.freenode.net
/join #contao  ;english chanel
and/or
/join #contao.de  ;german chanel

Handling about nickname

To check if your nickname is free type:

/msg nickserv info whatever_nick_you_like

If free you get:

from(NickServ)whatever_nick_you_like is not registred.

If free, you can change to your nick with:

/nick whatever_your_nick_is

If the change worked you get the message:

YOU are now known as whatever_your_nick_is


If the Nickname is used you get the Answer:

=== The nickname "whatever_nick_you_like" is allready in use, use the /nick command to pick a new one.

You can try later with the specific nick, or you take a other one.

Nickname registration

Similar as in a forum, you can register your User/Nickname. The advantages are:

  • Nickname ist just used from you.
  • Userspecific settings are possible.
  • Founder/OP's (On the Top of Userlist, they are like admins in a forum) can give you advanced rights for moderation/administration etc.

You can register a nickname but it is not necessary!

How to register

Caution.png Caution: Commands, witch include a password should always typed in the servers-window and not in the chat-channel. IRC/Chat-commands start always with a / in the beginning. If you forget or type a wrong character, the command will be send as a normal message and other Members can see what your command was (also a password) !

To register you use:

/msg nickserv register <passwort> <email> ;syntax
/msg nickserv register 1234 contaouser@example.com ;example (use your data)

You will get a e-mail to the specific e-mail-address with the activation code for your regisration. To activate use:

/msg NickServ VERIFY REGISTER <username> <registration-code> ;syntax
/msg NickServ VERIFY REGISTER contaouser rmcotwcvsuhb ;example (use data from YOUR registration mail)

If everything is fine, you'll get this from the Server confirmed as:

from(NickServ) contaouser has now been verified.
from(NickServ) Thank you for verifying your e-mail address!
               You have taken steps in ensuring that your registrations are not exploited.
Note.png Note: The registration has to be done within 24 hours or your nickname will be released again!


Now you an identify you with the password as:

/msg nickserv identify <password> ;syntax
/msg nickserv identify 1234  :example (use your password)

Next steps show how to use the IRC-Client Chatzilla with mentioned commands.

Firefox with Chatzilla

This Howto limits itself to the Firefox add-on Chatzilla. Firefox is a widely known browser and available for the lion's share of all operating systems. If you are an advanced IRC user and join the channel with another software: Please feel free to add your tutorial and share your knowledge with the world!

Install Chatzilla

Firefox provides a built-in installer for add-ons to enhance itself. Go to https://addons.mozilla.org/en-US/firefox/addon/16/ and click 'Add to Firefox'. After the installation you need to reboot Firefox.

Configure Chatzilla

After the installation and the reboot of Firefox we need to configure some basic settings to connect to the Freenode network and get the chatroom started.

Firefox add-on manager

The add-ons can be found in the add-on manager (Navigation bar Tools --> Add-ons).

Chatzilla settings

Choose the plugin 'Chatzilla' within the add-on manager and click on 'settings'.

Configure Chatzilla

After clicking on the tab 'General' you will find the fields 'Description', 'Nickname' and 'Username'. Add your username to both, the Nickname and Username. Description is optional and up to you what you want to write there. Then confirm all the windows.

Use Chatzilla

Start up Chatzilla

Chatzilla is launched via Tools --> Chatzilla.

Chatzilla welcome screen

Chatzilla has saved some IRC networks by default. To connect to a server of the Freenode network, we click on the link 'Freenode' or type the following command in the textfield:

/server irc.freenode.net
Note.png Note: If you have a firewall installed you have to make sure that port 6667 is opened


server window

Now there is a new tab entitled 'Freenode' and the dial-up starts. The dial-up can take several seconds and is indicated by an orange 'Connecting'.

dial-up

As soon as the connection to the server is established, Chatzilla confirms this with a green 'Connected'. The last step is to join the chatroom (also called 'channel'). To join the channel #contao we need to type in the following command and confirm with 'Enter'.

/join #contao

Chatroom window

The chatroom window opens in another tab and is divided as follows:

  1. Tab for the room #contao
  2. Textfield: type in text and press 'Enter'
  3. List of all the users in the chatroom
  4. Chatroom window: Here you will see all the messages

Please note!!

It does not necessarily mean that a user is really in front of the computer, if his or her nickname appears in the nicklist. Maybe they are doing something else in the background, are busy in some other way or even not in front of the computer. Some users also rely on bots (Eggdrop) or bouncers (Bouncer) that remain connected even if the user has turned off the computer.

--Toflar 08:22, 28 May 2010 (UTC)

ciao_bello Pictures & helping to translate 25 Feb. 2011

Views
Personal tools

Contao Community Documentation

In other languages
Navigation
Discover
Understand
Enhance
Miscellaneous
Tools