Skip to content

Commit

Permalink
Initial set of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Jun 23, 2020
1 parent 59da1d9 commit eb211cc
Show file tree
Hide file tree
Showing 22 changed files with 55 additions and 1,700 deletions.
11 changes: 11 additions & 0 deletions CLA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributor agreement

By contributing any improvement, modification, or change to this project, I hereby certify that:

(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

(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

(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.

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.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contributing to the IRC Foundation Developer Docs
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.
# Contributing to the IRC DevDocs
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.

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.

Expand Down Expand Up @@ -31,7 +31,7 @@ Alright, let's go through each type of change:
### New Reference Page
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.

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:
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:

> **RPL_HELLO (020)**
>
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.13.1)
ffi (1.13.1-x64-mingw32)
forwardable-extended (2.6.0)
git (1.7.0)
rchardet (~> 1.8)
Expand Down Expand Up @@ -58,12 +60,15 @@ GEM
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
git (~> 1.7)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Here are some other IRC references that devs may find useful:
The project's [license file](./LICENSE) lays this out in detail, but as a non-normative summary we've designed the license so that:

- 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.
- 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.
- 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.
5 changes: 2 additions & 3 deletions _data/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ people:
name: Daniel Oaks
github: DanielOaks
twitter: Daniel_Oaks
email: [email protected]
tagline: Lead protocol docs maintainer
nick: dan- / doaks
tagline: Lead DevDocs maintainer
nick: dan-  doaks
orgs:
- irccom
- ircdocs
Expand Down
11 changes: 5 additions & 6 deletions _data/supported-servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ shortlist:
url: https://www.dal.net/?page=Bahamut
desc: |
Being written by and for [DALnet](https://www.dal.net/), Bahamut is a very stable IRC
server that doesn't follow newer standards.
server.
- id: ratbox
name: ircd-ratbox
url: https://www.ratbox.org
desc: |
Being well-used on [EFnet](http://www.efnet.org/), ircd-ratbox is a stable and fast
IRC server that doesn't follow newer standards.
IRC server.
- id: ngircd
name: ngIRCd
Expand All @@ -53,8 +53,7 @@ shortlist:
name: ircu2
url: http://coder-com.undernet.org
desc: |
Developed by and for the Undernet community, ircu2 is relatively well-used and does
not follow newer standards.
Developed by and for the Undernet community, ircu2 is relatively well-used.
- id: hybrid
name: ircd-hybrid
Expand All @@ -68,5 +67,5 @@ shortlist:
url: http://www.irc.org/servers.html
desc: |
The original IRC server, IRCd spawned a number of the servers listed here. Not
maintained today and having spawned the (in)famous RFC2812, we list the compatibility
of this server mostly for context and historical interest.
maintained today, we list the compatibility of this server mostly for context and
historical interest.
16 changes: 8 additions & 8 deletions _includes/layouts/dev-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>IRC Foundation Developer Documentation</title>
<title>IRC DevDocs - {{ page.title }}</title>

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

Expand All @@ -20,16 +20,15 @@
<header>
<div class="container">
<a href="/" class="logo">
<img class="logo-img" src="/assets/irc_logos/irc_white.svg" alt="IRC Foundation Logo">
<span class="logo-text">IRC<span class="logo-part"> Foundation</span></span>
<span class="logo-text">irc<span class="logo-part">docs</span></span>
</a>

<nav class="desktop-nav">
<a href="/timeline">Timeline</a>
<!-- <a href="/timeline">Timeline</a>
<a href="/lets-take-irc-further">Founding Letter</a>
<a href="/faq">FAQ</a>
<a href="/">Documentation</a>
<a href="/foundation/sponsorships">Sponsorships</a>
<a href="/foundation/sponsorships">Sponsorships</a> -->
</nav>

<div class="mobile-nav-button" role="button" aria-label="Open mobile nav menu button" onclick="document.getElementById('header-mobile-nav').classList.toggle('shown')">
Expand All @@ -40,11 +39,11 @@
<nav id="header-mobile-nav">
<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>
<div class="link-container">
<a href="/timeline">Timeline</a>
<!-- <a href="/timeline">Timeline</a>
<a href="/lets-take-irc-further">Founding Letter</a>
<a href="/faq">FAQ</a>
<a href="/">Documentation</a>
<a href="/foundation/sponsorships">Sponsorships</a>
<a href="/foundation/sponsorships">Sponsorships</a> -->
</div>
</nav>
</div>
Expand All @@ -57,8 +56,9 @@
</div>

<footer>
<a href="/"><img class="logo-img" src="/assets/irc_logos/irc_white.svg" alt="IRC Foundation Logo"></a>
<!-- <a href="/"><img class="logo-img" src="/assets/irc_logos/irc_white.svg" alt="IRC Foundation Logo"></a> -->
<p>&copy; 2018 IRC.com</p>
<p>&copy; 2020 ircdocs</p>
</footer>
</body>
</html>
2 changes: 0 additions & 2 deletions assets/styles/blog.scss

This file was deleted.

147 changes: 0 additions & 147 deletions assets/styles/contact.scss

This file was deleted.

46 changes: 0 additions & 46 deletions assets/styles/error.scss

This file was deleted.

Loading

0 comments on commit eb211cc

Please sign in to comment.