Skip to content

Commit

Permalink
Un draft para discutir qué texto ponemos en la página de IRC (#484)
Browse files Browse the repository at this point in the history
* draft proposal for new chat page

* remove trailing whitespace
  • Loading branch information
gilgamezh authored Jan 25, 2025
1 parent 016fc93 commit ea06335
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions templates/irc/irc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

{% load devtags %}

{% block title %}Canal de chat IRC{% endblock %}
{% block title %}Canales de chat Python Argentina{% endblock %}

{% block left-column %}
<iframe src="https://kiwiirc.com/client/irc.libera.chat:6697/?nick=pyarense_i|?#pyar" style="margin-top:20px; border:0; width:100%; height:450px;"></iframe>
<h2>Archivo de IRC</h2>
<p>El archivo del canal se encuentra disponible en <a href="http://irclogger.com/.pyar/">http://irclogger.com/.pyar/</a></p>
<h2>Accediendo al canal desde tu cliente favorito</h2>
<p>Si querés usar otro cliente de IRC, ingresá al canal: <b>#pyar</b> en el server: <b>irc.libera.chat:6697</b></p>
<h2> IRC en Libera.chat</h2>
<p> Nuestro chat original fue el IRC en el servidor de Freenode. En Mayo de 2021 nos mudamos a https://libera.chat.
podes simplemente utilizar tu cliente favorito y conectarte a irc.libera.chat.</p>
<h2> Telegram </h2>
<p> También tenemos un canal en telegram al que podes acceder utilizando este link: https://t.me/pythonargentina </p>
<h2> Bridges </h2>
<p> Todos los canales están conectados con un "bridge" (puente en inglés). Por lo que no importa si estas en Telegram o IRC
vas a poder hablar con los usuarios de cada lado del puente.</p>
<p> Además tenemos un bridge en Matrix al que podes acceder utilizando este link <a href="https://matrix.to/#/!kExfwJpPpAagTTOLwm:libera.chat?via=libera.chat&via=integrations.snt.utwente.nl&via=matrix.org">#pyar:libera.chat</a>
<h2> Código de Conducta </h2>
<p> En todos los canales o eventos te pedimos que leas y respetes nuestro CoC. https://ac.python.org.ar/#coc
{% endblock %}

0 comments on commit ea06335

Please sign in to comment.