Merge branch 'master' into master

revert-4744-blog-arga-js-org
SMRSAN 5 years ago committed by GitHub
commit 1519696fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      CONTRIBUTING.md
  2. 4
      PULL_REQUEST_TEMPLATE.md
  3. 4
      README.md
  4. 515
      cnames_active.js
  5. 21
      cnames_restricted.js

@ -0,0 +1,15 @@
[![JS.ORG Logo](http://logo.js.org/png/github_header.png)](http://js.org)
[![JS.ORG](https://img.shields.io/badge/js.org-+-FFE70B.svg?style=flat-square)](http://js.org)
**Claiming a subdomain for your project**
Please read over [README.md](https://github.com/js-org/js.org/blob/master/README.md) for general instructions on claiming a `js.org` subdomain.
Before creating your pull request please review the following items and ensure you are in the clear with your request:
* What subdomain should you request: [Subdomain Determination](https://github.com/js-org/js.org/wiki/Subdomain-Determination)
* Is your site ready for a `js.org` subdomain: [No Content](https://github.com/js-org/js.org/wiki/No-Content)
* Are you happy with the Terms and Conditions of `js.org`: [Terms and Conditions](http://js.org/terms.html)
When creating your pull request, ensure that you are merging your forked and edited `master` branch into the `master` branch of the base `js.org` repository.
Please see the wiki article [Branch Error](https://github.com/js-org/js.org/wiki/Branch-Error) for further information regarding this.

@ -1,2 +1,2 @@
- There is reasonable content on the page (see: [No Content](https://github.com/js-org/js.org/wiki/No-Content))
- I have read and accepted the [Terms and Conditions](http://js.org/terms.html)
- [x] There is reasonable content on the page (see: [No Content](https://github.com/js-org/js.org/wiki/No-Content))
- [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html)

@ -1,6 +1,8 @@
[![JS.ORG Logo](http://logo.js.org/png/github_header.png)](http://js.org)
[![JS.ORG](https://img.shields.io/badge/js.org-+-FFE70B.svg?style=flat-square)](http://js.org)
[![PRs](https://img.shields.io/github/issues-pr-closed-raw/js-org/js.org.svg?style=flat-square&colorB=31a88b&label=Pull%20Requests)](https://github.com/js-org/js.org/pulls?q=is%3Apr+is%3Aclosed+label%3Aadd)
[![Donate](https://img.shields.io/badge/Donate-for_registrar_fees-blue.svg?style=flat-square&logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RPBWBDBKW62AC)
**To get a short and sleek subdomain for your own GitHub Page follow these 4 Steps:**
@ -15,5 +17,3 @@ Add a file named ```CNAME``` to your repo (in the ```gh-pages``` branch for proj
### Step 4
To finish the procedure, make a pull request in this GitHub repository that adds your subdomain to the [list](https://github.com/js-org/js.org/blob/master/cnames_active.js) of existing JS.ORG domains. Your new URL should go live within 24 hours (keep an eye on your pull request in case of a naming conflict).

File diff suppressed because it is too large Load Diff

@ -11,11 +11,12 @@
*
* Some of these subdomains are reserved for JS.ORG itself (e.g.: mail.js.org, admin.js.org).
* Others are so generic that they should be used for community driven pages only (e.g.: blog.js.org, docs.js.org).
* If you are willing to use one of the restricted subdomains in a way the community can benfit and participate, you can always file an issue and start a discussion.
* If you are willing to use one of the restricted subdomains in a way the community can benefit and participate, you can always file an issue and start a discussion.
*
*/
var cnames_restricted = [
"(1/2/3/...)"
"about",
"account(s)",
"ad(s)",
@ -31,6 +32,7 @@ var cnames_restricted = [
"bar",
"base",
"basic(s)",
"bbs",
"become",
"bible",
"blog(s)",
@ -84,6 +86,7 @@ var cnames_restricted = [
"es2015",
"es6",
"event(s)",
"exchange",
"faq(s)",
"file(s)",
"find",
@ -132,7 +135,8 @@ var cnames_restricted = [
"logout",
"loop(s)",
"love",
"mail",
"m",
"mail(1/2)",
"main",
"map(s)",
"market(s)",
@ -142,6 +146,7 @@ var cnames_restricted = [
"member(s)",
"mobile",
"module(s)",
"mx",
"my",
"native",
"net",
@ -151,13 +156,13 @@ var cnames_restricted = [
"newsletter(s)",
"ninja(s)",
"now",
"ns1",
"ns2",
"ns(1/2)",
"object(s)",
"online",
"open",
"orig",
"origin",
"owa",
"package(s)",
"page(s)",
"password(s)",
@ -188,6 +193,7 @@ var cnames_restricted = [
"serv",
"server(s)",
"service(s)",
"shop(s)"
"site(s)",
"smtp",
"socket(s)",
@ -198,6 +204,7 @@ var cnames_restricted = [
"sub(s)",
"subdomain(s)",
"subscribe",
"support",
"sync",
"system(s)",
"tag(s)",
@ -226,11 +233,15 @@ var cnames_restricted = [
"validate",
"var(s)",
"virtual",
"vpn",
"vps",
"wasm",
"watch",
"web",
"webmail",
"webmaster",
"world",
"www",
"ww(1/2/3/42)",
"www(1/2/3/42)",
"xml"
]

Loading…
Cancel
Save