Add general intro about IRC + channel list

As eavesdrop.o.o moves to be the official reference page
about our IRC presence, add more information to it.

Change-Id: I133d7447124195549fccd1f972abed3798effff0
This commit is contained in:
Thierry Carrez 2018-03-29 17:48:08 +02:00
parent aab9d0ed30
commit 0af8c32b0e
1 changed files with 12 additions and 5 deletions

View File

@ -22,21 +22,28 @@ h2,h3 {margin-top: 30px;}
.meeting_index ul{-webkit-column-count:4;-moz-column-count:4;column-count:4;} .meeting_index ul{-webkit-column-count:4;-moz-column-count:4;column-count:4;}
} }
</style> </style>
<title>OpenStack IRC meetings</title> <title>OpenStack IRC channels and meetings</title>
</head> </head>
<body> <body>
<div class="masterheader"> <div class="masterheader">
<h1>OpenStack IRC meetings</h1> <h1>OpenStack IRC channels and meetings</h1>
</div> </div>
<div class="container"> <div class="container">
<h2>Logging</h2> <h2>IRC channels</h2>
<p>OpenStack IRC channels and logged. You can find them here:</p> <p>OpenStack maintains a large number of channels on the Freenode IRC network for community communications. You can learn more about IRC in the <a href="https://docs.openstack.org/contributors/common/irc.html">Contributor Guide</a>.</p>
<p>The main channels are:</p>
<ul>
<li><a href="https://webchat.freenode.net/?channels=openstack">#openstack</a> (for usage questions)</li>
<li><a href="https://webchat.freenode.net/?channels=openstack-dev">#openstack-dev (for development questions)</a></li>
<li><a href="https://webchat.freenode.net/?channels=openstack-infra">#openstack-infra</a> (for questions about the project infrastructure)</li>
</ul>
<p>OpenStack IRC channels and logged. You can find all channels and all logs here:</p>
<div class="well"><span class="glyphicon glyphicon-fast-backward"></span>&nbsp; <div class="well"><span class="glyphicon glyphicon-fast-backward"></span>&nbsp;
<a href="irclogs/">IRC Channel Logs</a></div> <a href="irclogs/">IRC Channel Logs</a></div>
<p>Links to specific meeting logs can be found on meeting descriptions below.</p> <p>Links to specific meeting logs can be found on meeting descriptions below.</p>
<h2>Meeting schedule</h2> <h2>IRC meetings schedule</h2>
<p>The IRC meetings schedule is driven by the <p>The IRC meetings schedule is driven by the
<a href=http://git.openstack.org/cgit/openstack-infra/irc-meetings/tree/>openstack-infra/irc-meetings</a> repository. <a href=http://git.openstack.org/cgit/openstack-infra/irc-meetings/tree/>openstack-infra/irc-meetings</a> repository.
To propose a change, please submit a change to that repository in Gerrit.</p> To propose a change, please submit a change to that repository in Gerrit.</p>