Skip to content

Commit 808c8df

Browse files
committed
Added notes on using KiwiIRC web client
1 parent 7867837 commit 808c8df

9 files changed

Lines changed: 25 additions & 2 deletions

File tree

CONTRIBUTING.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ People interested in developing for the django CMS should join the
3131
`django-cms-developers`_ mailing list as well as heading over to #django-cms on
3232
the `freenode`_ IRC network for help and to discuss the development.
3333

34+
If you don't have an IRC client, you can `join our IRC channel using the KiwiIRC web client
35+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
36+
3437
You may also be interested in following `@djangocmsstatus`_ on twitter to get
3538
the GitHub commits as well as the hudson build reports. There is also a
3639
`@djangocms`_ account for less technical announcements.

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ Getting Help
103103
Please head over to our IRC channel, #django-cms, on irc.freenode.net or write
104104
to our `mailing list <https://groups.google.com/forum/#!forum/django-cms>`_.
105105

106+
If you don't have an IRC client, you can `join our IRC channel using the KiwiIRC web client
107+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
108+
106109
******************
107110
Commercial support
108111
******************

docs/contributing/code.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ that the fix works.
120120
We have an IRC channel, our `django-cms-developers`_ email list,
121121
and of course the code reviews mechanism on GitHub - do use them.
122122

123+
If you don't have an IRC client, you can `join our IRC channel using the KiwiIRC web client
124+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
125+
123126
.. _contributing_frontend:
124127

125128
********

docs/contributing/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Community
2626

2727
You can join us online:
2828

29-
* in our IRC channel, #django-cms, on ``irc.freenode.net``
29+
* in our IRC channel, #django-cms, on ``irc.freenode.net``. If you don't have an IRC client, you can
30+
`join our IRC channel using the KiwiIRC web client
31+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
3032
* on our `django CMS users email list <https://groups.google.com/forum/#!forum/django-cms>`_ for
3133
**general** django CMS questions and discussion
3234
* on our `django CMS developers email list

docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ django CMS is supported by a friendly and very knowledgeable community.
3535

3636
Find us:
3737

38-
* in our IRC channel, #django-cms, on ``irc.freenode.net``
38+
* in our IRC channel, #django-cms, on ``irc.freenode.net``. If you don't have an IRC client, you can
39+
`join our IRC channel using the KiwiIRC web client
40+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
3941
* on our `django CMS users email list <https://groups.google.com/forum/#!forum/django-cms>`_ for **general** django CMS questions and discussion
4042
* on our `django CMS developers email list <https://groups.google.com/forum/#!forum/django-cms-developers>`_ for discussions about the **development of django CMS**
4143

docs/introduction/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Either way, you'll be able to find support and help from the numerous friendly
4141
members of the django CMS community, either on our `mailinglist`_ or IRC
4242
channel ``#django-cms`` on the ``irc.freenode.net`` network.
4343

44+
If you don't have an IRC client, you can `join our IRC channel using the KiwiIRC web client
45+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
4446

4547
.. _mailinglist: https://groups.google.com/forum/#!forum/django-cms
4648

docs/user/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Using django CMS
77
from you - join us on the #django-cms IRC channel on `freenode`_ or
88
the `django-cms-developers`_ email list.
99

10+
If you don't have an IRC client, you can `join our IRC channel using the KiwiIRC web client
11+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
12+
1013
The **Using django CMS** documentation is divided into two parts.
1114

1215
First, there's a :ref:`tutorial <user-tutorial>` that takes you step-by-step

docs/user/reference/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Reference for content editors
99
from you - join us on the #django-cms IRC channel on `freenode`_ or
1010
the `django-cms-developers`_ email list.
1111

12+
If you don't have an IRC client, you can `join our IRC channel using the KiwiIRC web client
13+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
1214

1315
.. toctree::
1416
:maxdepth: 2

docs/user/tutorial/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Tutorial
99
from you - join us on the #django-cms IRC channel on `freenode`_ or
1010
the `django-cms-developers`_ email list.
1111

12+
If you don't have an IRC client, you can `join our IRC channel using the KiwiIRC web client
13+
<https://kiwiirc.com/client/irc.freenode.net/django-cms>`_, which works pretty well.
14+
1215
It's strongly recommended that you follow this tutorial step-by-step. It has
1316
been designed to introduce you to the system in a methodical way, and each
1417
step builds on the previous one.

0 commit comments

Comments
 (0)