-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
192 lines (188 loc) · 6.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
---
title: IRC Definition Files
layout: default
---
<style>
html, body {
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
table {
width: 100%;
background-color: #888;
}
thead {
font-size: 80%;
}
thead tr {
background-color: #eee;
font-weight: bold;
}
tbody tr {
background-color: #ddf;
}
.col-format {
min-width: 15rem;
}
.conflict {
background-color: #fdd;
}
.obsolete {
background-color: #ddd;
}
.center {
text-align: center;
}
tbody tr {
font-size: 97.5%;
}
.code {
font-family: Courier, monospace;
font-size: 90%;
}
.list-container {
display: flex;
flex-wrap: wrap;
}
.list {
flex-grow: 1;
margin-top; 1rem;
margin-bottom: 1rem;
margin: 1rem;
}
.defs {
padding: 1rem;
background: #e1e6ff;
border: 1px solid #d2daff;
border-radius: 0.75rem;
}
.defs + .defs {
margin-top: 2rem;
}
h2 {
margin-top: 0;
margin-bottom: 0.93rem;
color: #322;
}
.defs hr {
border: none;
border-top: 2px solid rgba(255, 255, 255, 0.5);
margin: 0 -1rem;
}
h3 {
margin-bottom: 0.4rem;
color: #372727;
}
.defs ul {
margin-top: 0.2rem;
}
.defs li a {
text-decoration: none;
}
.defs li + li {
margin-top: 0.25rem;
}
</style>
<h1>{{ page.title }}</h1>
<p>These files note interesting and useful information about IRC software. They are designed for IRC software developers, <strong>not</strong> regular IRC users.</p>
<p>A number of these files are based on the original lists from <a href="https://www.alien.net.au/irc/">alien.net.au</a> and are being updated and corrected to account for new software and versions.</p>
<p>The source code for this site is available on GitHub, under <a href="https://github.com/ircdocs/irc-defs">ircdocs/irc-defs</a>. Pull requests to correct or update these lists are welcomed.
<br />You can also talk to us at <a href="ircs://irc.libera.chat:6697/#ircdocs">#ircdocs on Libera.Chat</a>.</p>
<div class="list-container">
<div class="list">
<div class="defs">
<h2>Numerics and Modes</h2>
<hr />
<h3>{{ site.data.numerics.page.name }}</h3>
<ul>
<li><a href="defs/numerics.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/numerics.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.chanmodes.page.name }}</h3>
<ul>
<li><a href="defs/chanmodes.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/chanmodes.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.servermodes.page.name }}</h3>
<ul>
<li><a href="defs/servermodes.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/servermodes.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.usermodes.page.name }}</h3>
<ul>
<li><a href="defs/usermodes.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/usermodes.yaml">YAML Source File</a></li>
</ul>
</div>
<div class="defs">
<h2>Channels</h2>
<hr />
<h3>{{ site.data.chanmembers.page.name }}</h3>
<ul>
<li><a href="defs/chanmembers.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/chanmembers.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.chantypes.page.name }}</h3>
<ul>
<li><a href="defs/chantypes.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/chantypes.yaml">YAML Source File</a></li>
</ul>
</div>
</div>
<div class="list">
<div class="defs">
<h2>ISUPPORT, Caps and Tags</h2>
<hr />
<h3>{{ site.data.isupport.page.name }}</h3>
<ul>
<li><a href="defs/isupport.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/isupport.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.clientcaps.page.name }}</h3>
<ul>
<li><a href="defs/clientcaps.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/clientcaps.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.tags.page.name }}</h3>
<ul>
<li><a href="defs/tags.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/tags.yaml">YAML Source File</a></li>
</ul>
</div>
</div>
<div class="list">
<div class="defs">
<h2>Misc</h2>
<hr />
<h3>{{ site.data.ctcp.page.name }}</h3>
<ul>
<li><a href="defs/ctcp.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/ctcp.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.extbans.page.name }}</h3>
<ul>
<li><a href="defs/extbans.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/extbans.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.snomasks.page.name }}</h3>
<ul>
<li><a href="defs/snomasks.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/snomasks.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.stats.page.name }}</h3>
<ul>
<li><a href="defs/stats.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/stats.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.selfmessage.page.name }}</h3>
<ul>
<li><a href="info/selfmessages.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/selfmessage.yaml">YAML Source File</a></li>
</ul>
<h3>{{ site.data.formatting.page.name }}</h3>
<ul>
<li><a href="info/formatting.html">HTML Table</a></li>
<li><a href="https://github.com/ircdocs/irc-defs/blob/gh-pages/_data/formatting.yaml">YAML Source File</a></li>
</ul>
</div>
</div>
</div>