Skip to content

Commit a211343

Browse files
committed
Pages: Cleanup
1 parent 9931d44 commit a211343

File tree

3 files changed

+62
-141
lines changed

3 files changed

+62
-141
lines changed

pages/index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
<script>{
2-
"title": "jQuery IRC Center",
3-
"customFields": [
4-
{ "key": "hide_title", "value": 1 }
5-
]
2+
"title": "jQuery IRC Center",
3+
"customFields": [
4+
{ "key": "hide_title", "value": 1 }
5+
]
66
}</script>
77

88
<div id="banner-secondary" class="large-banner">
9-
<h1>/join</h1>
10-
<p>The jQuery Foundation makes extensive use of <a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">Internet Relay Chat</a> for user support and realtime project communication. Getting connected is a great way to get help&hellip;or get involved!</p>
9+
<h1>/join</h1>
10+
<p>The jQuery Foundation makes extensive use of <a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">Internet Relay Chat</a> for user support and realtime project communication. Getting connected is a great way to get help&hellip;or get involved!</p>
1111
</div>
1212

1313
<h2>Channels</h2>
1414
<p>All of our channels are hosted on <a href="http://freenode.net">Freenode</a>. <strong>Server:</strong> <a href="irc://chat.freenode.net/jquery">chat.freenode.net</a>. If you've never connected to IRC before, or you're just a bit rusty, take a look
1515
at our <a href="/irc-help/">IRC Help page</a> to get up to speed.</p>
1616

1717
<dl>
18-
<dt<a href="irc://irc.freenode.net/#jquery">#jquery</a></dt>
19-
<dd><strong>Support</strong> chat for users of jQuery, jQuery UI, and jQuery Mobile. Whether you need help, or you want to help others, or both, this is the place to be.</dd>
18+
<dt<a href="irc://irc.freenode.net/#jquery">#jquery</a></dt>
19+
<dd><strong>Support</strong> chat for users of jQuery, jQuery UI, and jQuery Mobile. Whether you need help, or you want to help others, or both, this is the place to be.</dd>
2020

21-
<dt<a href="irc://irc.freenode.net/#jquery-dev">#jquery-dev</a></dt>
22-
<dd>jQuery Core <strong>development</strong> chat</dd>
21+
<dt<a href="irc://irc.freenode.net/#jquery-dev">#jquery-dev</a></dt>
22+
<dd>jQuery Core <strong>development</strong> chat</dd>
2323

24-
<dt<a href="irc://irc.freenode.net/#jqueryui-dev">#jqueryui-dev</a></dt>
25-
<dd>jQuery UI and jQuery Mobile <strong>development</strong> chat</dd>
24+
<dt<a href="irc://irc.freenode.net/#jqueryui-dev">#jqueryui-dev</a></dt>
25+
<dd>jQuery UI and jQuery Mobile <strong>development</strong> chat</dd>
2626

27-
<dt<a href="irc://irc.freenode.net/#jquery-content">#jquery-content</a></dt>
28-
<dd>Discussion of work on jQuery Foundation websites, including content, documentation, and design</dd>
27+
<dt<a href="irc://irc.freenode.net/#jquery-content">#jquery-content</a></dt>
28+
<dd>Discussion of work on jQuery Foundation websites, including content, documentation, and design</dd>
2929

30-
<dt<a href="irc://irc.freenode.net/#jquery-infrastructure">#jquery-infrastructure</a></dt>
31-
<dd>Discussion of work on jQuery Foundation servers, DNS, deployments, and other related infrastructure</dd>
30+
<dt<a href="irc://irc.freenode.net/#jquery-infrastructure">#jquery-infrastructure</a></dt>
31+
<dd>Discussion of work on jQuery Foundation servers, DNS, deployments, and other related infrastructure</dd>
3232

33-
<dt<a href="irc://irc.freenode.net/#jquery-meeting">#jquery-meeting</a></dt>
34-
<dd>Each development team has weekly public meetings at a <a href="http://jquery.org/meeting">scheduled time</a> in this channel. The channel is typically <code>+m</code> (<a href="http://www.dslreports.com/faq/8018">moderated</a>) unless there is a meeting taking place.</dd>
33+
<dt<a href="irc://irc.freenode.net/#jquery-meeting">#jquery-meeting</a></dt>
34+
<dd>Each development team has weekly public meetings at a <a href="http://jquery.org/meeting">scheduled time</a> in this channel. The channel is typically <code>+m</code> (<a href="http://www.dslreports.com/faq/8018">moderated</a>) unless there is a meeting taking place.</dd>
3535
</dl>
3636

3737
<hr>

pages/irc-bot.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@
55
The IRC bot, b-ot, is a helpful little minion that you can use inside the IRC room to get quick access to info from around the web.
66

77
## Using the bot
8+
89
b-ot comes with a number of commands. All commands consist of the <code>`</code> (backtick) plus the trigger word. Most commands also have a shorthand single letter trigger.
910

10-
You can also direct the bot to answer at someone other than yourself by appending
11+
You can also direct the bot to answer at someone other than yourself by appending
1112

1213
wesbos `api slideUp @ajpiano
1314
b-ot ajpiano: .slideUp(): Hide the matched elements with a sliding motion. http://api.jquery.com/slideUp/
1415

1516
## Commands you can use in #jQuery
17+
1618
It is acceptable to use any of the following commands in #jQuery. Please be mindful and do not spam the chatroom with commands.
1719

1820
### jQuery API
19-
Quick access and search of the jQuery API.
21+
22+
Quick access and search of the jQuery API.
2023

2124
**trigger:** \`api <term>
2225

@@ -27,6 +30,7 @@ Quick access and search of the jQuery API.
2730
b-ot wesbos: .index(): Search for a given element from among the matched elements. http://api.jquery.com/index/
2831

2932
### caniuse
33+
3034
An interface for [caniuse.com](http://caniuse.com/). Use this to find out browser compatibility for HTML5/CSS3 features.
3135

3236
**trigger:** \`c or \`caniuse <term>
@@ -54,7 +58,7 @@ Check if a domain name is available. Uses the [domai.nr](http://domai.nr) API.
5458

5559
### down
5660

57-
Check if a website is down. Mimics the functionality of [downforeveryoneorjustme.com](http://www.downforeveryoneorjustme.com/).
61+
Check if a website is down. Mimics the functionality of [downforeveryoneorjustme.com](http://www.downforeveryoneorjustme.com/).
5862

5963
This command accepts domain names, ports and paths. It will tell you if the site is really down as well as the status code.
6064

@@ -74,7 +78,7 @@ This command accepts domain names, ports and paths. It will tell you if the site
7478
### ideone
7579
### kickflip
7680
### seen
77-
View the last time a user was on the IRC network.
81+
View the last time a user was on the IRC network.
7882

7983
### shared
8084
### spotify
@@ -83,7 +87,9 @@ View the last time a user was on the IRC network.
8387
### weather
8488

8589
## Commands you can use in your own IRC Channel
90+
8691
Some of these commands will be disabled in #jQuery
92+
8793
### crew
8894
### uptime
8995
### urbandictionary

0 commit comments

Comments
 (0)