Skip to content

Commit eb211cc

Browse files
committed
Initial set of changes
1 parent 59da1d9 commit eb211cc

22 files changed

+55
-1700
lines changed

CLA.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributor agreement
2+
3+
By contributing any improvement, modification, or change to this project, I hereby certify that:
4+
5+
(a) The contribution was authored or created in whole or in part by me and I have the full and unrestricted ownership right and title to submit the contribution under the project's license; or
6+
7+
(b) The contribution is based upon previously authored work that, to the best of my knowledge, is licensed appropriately under an open source license and I have the full and unrestricted right under that open source license to submit that work with modifications, whether created in whole or in part by me, under the project's license; or
8+
9+
(c) The contribution was lawfully provided to me by a licensed third-party who certified (a), (b) or (c) and I have not modified the contribution.
10+
11+
I understand and agree that the contents of this project and the contents of this contribution are considered to be part of the public record and that a record of the contribution (including all personal information I submit with it) shall be maintained indefinitely and may be redistributed to third-parties consistent with this terms of this project or the open source license(s) involved.

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Contributing to the IRC Foundation Developer Docs
2-
Welcome to the Foundation's developer documentation! Thank you very much for taking the time to contribute, it's always good to have more eyes looking at (and editing) these pages.
1+
# Contributing to the IRC DevDocs
2+
Welcome to IRC DevDocs! Thank you very much for taking the time to contribute, it's always good to have more eyes looking at (and editing) these pages.
33

44
This page lists a set of guidelines and advice to simplify contributing to this project, and to (in the case of submitted changes) make it more likely that we'll accept your changes.
55

@@ -31,7 +31,7 @@ Alright, let's go through each type of change:
3131
### New Reference Page
3232
This is documenting a new command, numeric, or mode. We always appreciate new contributions, however there are some checks that we do due to the somewhat fragmented nature of IRC support out there.
3333

34-
If you're documenting a numeric, discuss your change with us on the [issue tracker](https://github.com/irccom/devdocs/issues). Specifically, tell us the number and the name of the numeric you're looking to describe. For example, something like:
34+
If you're documenting a numeric, discuss your change with us on the [issue tracker](https://github.com/ircdocs/dd/issues). Specifically, tell us the number and the name of the numeric you're looking to describe. For example, something like:
3535

3636
> **RPL_HELLO (020)**
3737
>

Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ GEM
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12+
eventmachine (1.2.7-x64-mingw32)
1213
ffi (1.13.1)
14+
ffi (1.13.1-x64-mingw32)
1315
forwardable-extended (2.6.0)
1416
git (1.7.0)
1517
rchardet (~> 1.8)
@@ -58,12 +60,15 @@ GEM
5860
safe_yaml (1.0.5)
5961
sassc (2.4.0)
6062
ffi (~> 1.9)
63+
sassc (2.4.0-x64-mingw32)
64+
ffi (~> 1.9)
6165
terminal-table (1.8.0)
6266
unicode-display_width (~> 1.1, >= 1.1.1)
6367
unicode-display_width (1.7.0)
6468

6569
PLATFORMS
6670
ruby
71+
x64-mingw32
6772

6873
DEPENDENCIES
6974
git (~> 1.7)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Here are some other IRC references that devs may find useful:
5151
The project's [license file](./LICENSE) lays this out in detail, but as a non-normative summary we've designed the license so that:
5252

5353
- If anyone modifies or builds on top of the content in this repo, we can pull those changes back into this project under this project's license.
54-
- If IRC.com / the IRC Foundation or anyone else wants to take any of the content in this repo and pull it into the IETF process (for example, writing a new RFC describing the IRC protocol), they can do that and the content they use will be under the IETF contributor license terms.
54+
- If anyone wants to take any of the content in this repo and pull it into the IETF process (for example, writing a new RFC describing the IRC protocol), they can do that and the content they use will be under the IETF contributor license terms.

_data/contributors.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ people:
33
name: Daniel Oaks
44
github: DanielOaks
55
twitter: Daniel_Oaks
6-
7-
tagline: Lead protocol docs maintainer
8-
nick: dan- / doaks
6+
tagline: Lead DevDocs maintainer
7+
nick: dan-  doaks
98
orgs:
109
- irccom
1110
- ircdocs

_data/supported-servers.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ shortlist:
3333
url: https://www.dal.net/?page=Bahamut
3434
desc: |
3535
Being written by and for [DALnet](https://www.dal.net/), Bahamut is a very stable IRC
36-
server that doesn't follow newer standards.
36+
server.
3737
3838
- id: ratbox
3939
name: ircd-ratbox
4040
url: https://www.ratbox.org
4141
desc: |
4242
Being well-used on [EFnet](http://www.efnet.org/), ircd-ratbox is a stable and fast
43-
IRC server that doesn't follow newer standards.
43+
IRC server.
4444
4545
- id: ngircd
4646
name: ngIRCd
@@ -53,8 +53,7 @@ shortlist:
5353
name: ircu2
5454
url: http://coder-com.undernet.org
5555
desc: |
56-
Developed by and for the Undernet community, ircu2 is relatively well-used and does
57-
not follow newer standards.
56+
Developed by and for the Undernet community, ircu2 is relatively well-used.
5857
5958
- id: hybrid
6059
name: ircd-hybrid
@@ -68,5 +67,5 @@ shortlist:
6867
url: http://www.irc.org/servers.html
6968
desc: |
7069
The original IRC server, IRCd spawned a number of the servers listed here. Not
71-
maintained today and having spawned the (in)famous RFC2812, we list the compatibility
72-
of this server mostly for context and historical interest.
70+
maintained today, we list the compatibility of this server mostly for context and
71+
historical interest.

_includes/layouts/dev-default.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width">
6-
<title>IRC Foundation Developer Documentation</title>
6+
<title>IRC DevDocs - {{ page.title }}</title>
77

88
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
99

@@ -20,16 +20,15 @@
2020
<header>
2121
<div class="container">
2222
<a href="/" class="logo">
23-
<img class="logo-img" src="/assets/irc_logos/irc_white.svg" alt="IRC Foundation Logo">
24-
<span class="logo-text">IRC<span class="logo-part"> Foundation</span></span>
23+
<span class="logo-text">irc<span class="logo-part">docs</span></span>
2524
</a>
2625

2726
<nav class="desktop-nav">
28-
<a href="/timeline">Timeline</a>
27+
<!-- <a href="/timeline">Timeline</a>
2928
<a href="/lets-take-irc-further">Founding Letter</a>
3029
<a href="/faq">FAQ</a>
3130
<a href="/">Documentation</a>
32-
<a href="/foundation/sponsorships">Sponsorships</a>
31+
<a href="/foundation/sponsorships">Sponsorships</a> -->
3332
</nav>
3433

3534
<div class="mobile-nav-button" role="button" aria-label="Open mobile nav menu button" onclick="document.getElementById('header-mobile-nav').classList.toggle('shown')">
@@ -40,11 +39,11 @@
4039
<nav id="header-mobile-nav">
4140
<div class="close-sidebar" role="button" aria-label="Close mobile nav menu button" onclick="document.getElementById('header-mobile-nav').classList.toggle('shown')"><i class="fas fa-times"></i></div>
4241
<div class="link-container">
43-
<a href="/timeline">Timeline</a>
42+
<!-- <a href="/timeline">Timeline</a>
4443
<a href="/lets-take-irc-further">Founding Letter</a>
4544
<a href="/faq">FAQ</a>
4645
<a href="/">Documentation</a>
47-
<a href="/foundation/sponsorships">Sponsorships</a>
46+
<a href="/foundation/sponsorships">Sponsorships</a> -->
4847
</div>
4948
</nav>
5049
</div>
@@ -57,8 +56,9 @@
5756
</div>
5857

5958
<footer>
60-
<a href="/"><img class="logo-img" src="/assets/irc_logos/irc_white.svg" alt="IRC Foundation Logo"></a>
59+
<!-- <a href="/"><img class="logo-img" src="/assets/irc_logos/irc_white.svg" alt="IRC Foundation Logo"></a> -->
6160
<p>&copy; 2018 IRC.com</p>
61+
<p>&copy; 2020 ircdocs</p>
6262
</footer>
6363
</body>
6464
</html>

assets/styles/blog.scss

-2
This file was deleted.

assets/styles/contact.scss

-147
This file was deleted.

assets/styles/error.scss

-46
This file was deleted.

0 commit comments

Comments
 (0)