cname lists

gh-pages
indus 9 years ago
parent b14a33452c
commit e7249bbaca
  1. 26
      cnames_active.js
  2. 222
      cnames_restricted.js

@ -0,0 +1,26 @@
/*
***** ACTIVE SUBDOMAINS
* ***********************
*
* for the moment the following subdomains are active
* file a pull request to add your own GitHub Page
*
*
**** EXPLANATION
* ****************
*
* KEY: The subdomain you request (e.g.: "foo" would give the custom domain "foo.js.org" ).
*
* VALUE: The regular domain provided by GitHub (e.g.: "foo.github.io" for a User-/Organisation Page or "foo.github.io/bar" for a Project Page).
*
* IMPORTANT: To authorise yourself as the owner of the GitHub Page you must have a valid CNAME file (with the requestd domain, e.g: "foo.js.org") to your repository before the pull request
* The requested subdomain must match either your GitHub username or the name of your project repository. Execeptions are possible for the sake of clarity (e.g. if your project has the name "foojs" you can request "foo").
* Before you start a request for your personal fork of "jquery" or "angular" you should read the section "naming conflicts" in the wiki!
*
* NOTICE: It would be nice if you could keep the alphabetical order.
*
*/
var cnames_active = {
"dns": "js-org.github.io/dns"
}

@ -0,0 +1,222 @@
/*
**** RESTRICTED SUBDOMAINS
* **************************
*
* for the moment the following subdomains are restricted
* the list is not necessarily complete and could be extend at some point
*
*
**** EXPLANATION
* ****************
*
* 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.
*
*/
var cnames_restricted = [
"about",
"account(s)",
"ad(s)",
"admin(s)",
"answer(s)",
"api(s)",
"app(s)",
"archive(s)",
"array(s)",
"async",
"backup(s)",
"bar",
"base",
"basic(s)",
"become",
"bible",
"blog(s)",
"book(s)",
"boolean",
"browser(s)",
"bug(s)",
"build(s)",
"business",
"career",
"cdn",
"center",
"chat(s)",
"client(s)",
"cloud",
"code",
"communit(y/ies)",
"compan(y/ies)",
"compare",
"compile",
"console",
"contact(s)",
"cookie(s)",
"copy",
"copyright(s)",
"core",
"create",
"crew(s)",
"css",
"data",
"ddns",
"deal",
"debug",
"demo(s)",
"dev(s)",
"develop",
"developer(s)",
"dir(s)",
"director(y/ies)",
"dns",
"doc(s)",
"domain(s)",
"donate(s)",
"dyn",
"easy",
"ecma",
"email(s)",
"enterprise(s)",
"es2015",
"es6",
"event(s)",
"faq(s)",
"file(s)",
"find",
"foo",
"format(s)",
"forum(s)",
"framework(s)",
"free",
"front",
"frontpage",
"ftp",
"function(s)",
"fund(s)",
"galler(y/ies)",
"game(s)",
"get",
"git",
"global(s)",
"group(s)",
"guide(s)",
"headquarter",
"help",
"home",
"homepage",
"host(s)",
"hq",
"html",
"hub(s)",
"imap",
"index",
"info(s)",
"internet",
"json",
"legal(s)",
"lesson(s)",
"license(s)",
"like(s)",
"live",
"log(s)",
"login",
"logo(s)",
"logout",
"loop(s)",
"love",
"mail",
"main",
"map(s)",
"market(s)",
"master",
"media",
"meet",
"member(s)",
"mobile",
"module(s)",
"my",
"native",
"net",
"network",
"new(s)",
"newsgroup(s)",
"newsletter(s)",
"ninja(s)",
"now",
"object(s)",
"online",
"open",
"package(s)",
"page(s)",
"password(s)",
"permalink(s)",
"piwik",
"plain",
"pop3",
"portal(s)",
"program(s)",
"project(s)",
"prototype(s)",
"pub(s)",
"raw",
"readme(s)",
"regex",
"remote",
"require",
"rest",
"review(s)",
"rofessional(s)",
"root(s)",
"rss",
"run",
"school(s)",
"script(s)",
"search",
"secure",
"serv",
"server(s)",
"service(s)",
"site(s)",
"smtp",
"socket(s)",
"source(s)",
"standard(s)",
"store(s)",
"string(s)",
"sub(s)",
"subdomain(s)",
"subscribe",
"sync",
"system(s)",
"tag(s)",
"team(s)",
"tech",
"terminal",
"test",
"tip",
"tool(s)",
"topic(s)",
"translate",
"trend(s)",
"trick(s)",
"tutorial(s)",
"tweak(s)",
"type(s)",
"unit(s)",
"united",
"unsubscribe",
"uri(s)",
"url(s)",
"user(s)",
"utility",
"validate",
"var(s)",
"virtual",
"watch",
"web",
"wiki(s)",
"world",
"www",
"xml"
]
Loading…
Cancel
Save