diff --git a/INSTALL.md b/INSTALL.md index 34842ae4..54d56c68 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ This install guide assumes you have certain prerequisites already configured wit ``` ServerName local.jquery.com - ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.qunitjs.com *.sizzlejs.com *.jquerymobile.com + ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.sizzlejs.com *.jquerymobile.com DocumentRoot "/srv/www/jquery" php_value memory_limit 256M @@ -52,7 +52,6 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer 127.0.0.1 local.jqueryui.com local.api.jqueryui.com local.blog.jqueryui.com 127.0.0.1 local.jquerymobile.com local.api.jquerymobile.com local.blog.jquerymobile.com 127.0.0.1 local.jquery.org local.brand.jquery.org local.contribute.jquery.org local.events.jquery.org local.irc.jquery.org local.meetings.jquery.org -127.0.0.1 local.qunitjs.com local.api.qunitjs.com 127.0.0.1 local.sizzlejs.com ``` diff --git a/README.md b/README.md index b3853a8e..5f5bfee2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ You do not need to configure your `/etc/hosts` file for `vagrant.*` because `jqu 172.27.72.27 vagrant.jqueryui.com vagrant.api.jqueryui.com vagrant.blog.jqueryui.com 172.27.72.27 vagrant.jquerymobile.com vagrant.api.jquerymobile.com vagrant.blog.jquerymobile.com 172.27.72.27 vagrant.jquery.org vagrant.brand.jquery.org vagrant.contribute.jquery.org vagrant.events.jquery.org vagrant.irc.jquery.org vagrant.meetings.jquery.org -172.27.72.27 vagrant.qunitjs.com vagrant.api.qunitjs.com 172.27.72.27 vagrant.sizzlejs.com ``` diff --git a/sites.php b/sites.php index 34a16eb7..b6802527 100644 --- a/sites.php +++ b/sites.php @@ -129,19 +129,7 @@ function jquery_sites() { ), ), ), - 'qunitjs.com' => array( - 'blog_id' => 10, - 'cookie_domain' => '.qunitjs.com', - 'body_class' => 'qunitjs', - 'options' => array( - 'blogname' => 'QUnit', - 'description' => 'QUnit: A JavaScript Unit Testing framework.', - 'stylesheet' => 'qunitjs.com', - 'active_plugins' => array( - 'jquery-static-index.php', - ), - ), - ), + # Historical: Database blog_id 10 is reserved for qunitjs.com. 'sizzlejs.com' => array( 'blog_id' => 11, 'cookie_domain' => '.sizzlejs.com', @@ -178,19 +166,7 @@ function jquery_sites() { 'active_plugins' => array(), ), ), - 'api.qunitjs.com' => array( - 'blog_id' => 14, - 'cookie_domain' => '.qunitjs.com', - 'body_class' => 'qunitjs', - 'logo_link' => 'https://qunitjs.com/', - 'options' => array( - 'blogname' => 'QUnit API Documentation', - 'stylesheet' => 'api.qunitjs.com', - 'active_plugins' => array( - 'jquery-static-index.php', - ), - ), - ), + # Historical: Database blog_id 14 is reserved for api.qunitjs.com. 'books.jquery.com' => array( 'blog_id' => 15, 'cookie_domain' => '.jquery.com', diff --git a/themes/api.qunitjs.com/content-listing.php b/themes/api.qunitjs.com/content-listing.php deleted file mode 100644 index a0ddf4ec..00000000 --- a/themes/api.qunitjs.com/content-listing.php +++ /dev/null @@ -1 +0,0 @@ - diff --git a/themes/api.qunitjs.com/footer.php b/themes/api.qunitjs.com/footer.php deleted file mode 100644 index 988370b4..00000000 --- a/themes/api.qunitjs.com/footer.php +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/api.qunitjs.com/i/favicon.ico b/themes/api.qunitjs.com/i/favicon.ico deleted file mode 100644 index 84dae1f2..00000000 Binary files a/themes/api.qunitjs.com/i/favicon.ico and /dev/null differ diff --git a/themes/api.qunitjs.com/single.php b/themes/api.qunitjs.com/single.php deleted file mode 100644 index 328fe1fd..00000000 --- a/themes/api.qunitjs.com/single.php +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/themes/jquery/footer-qunit.php b/themes/jquery/footer-qunit.php deleted file mode 100644 index a2d80239..00000000 --- a/themes/jquery/footer-qunit.php +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - diff --git a/themes/jquery/images/global-nav-logo-qunit.png b/themes/jquery/images/global-nav-logo-qunit.png deleted file mode 100644 index bcbde1b0..00000000 Binary files a/themes/jquery/images/global-nav-logo-qunit.png and /dev/null differ diff --git a/themes/jquery/images/logo-qunit.png b/themes/jquery/images/logo-qunit.png deleted file mode 100644 index b257882c..00000000 Binary files a/themes/jquery/images/logo-qunit.png and /dev/null differ diff --git a/themes/jquery/images/logo-qunit@2x.png b/themes/jquery/images/logo-qunit@2x.png deleted file mode 100644 index 9e343f3a..00000000 Binary files a/themes/jquery/images/logo-qunit@2x.png and /dev/null differ diff --git a/themes/jquery/menu-header.php b/themes/jquery/menu-header.php index d0f0d367..d4042718 100644 --- a/themes/jquery/menu-header.php +++ b/themes/jquery/menu-header.php @@ -55,18 +55,6 @@ function menu_header_releases_jquery_com() { ); } -function menu_header_qunitjs_com() { - return array( - 'https://qunitjs.com/' => 'Home', - 'https://qunitjs.com/intro/' => 'Intro to Unit Testing', - 'https://api.qunitjs.com/' => 'API Documentation', - 'https://qunitjs.com/cookbook/' => 'Cookbook', - 'https://qunitjs.com/plugins/' => 'Plugins', - 'https://qunitjs.com/upgrade-guide-2.x/' => '2.x Upgrade Guide', - 'https://qunitjs.com/about/' => 'About' - ); -} - function menu_header_jquerymobile_com() { return array( 'https://jquerymobile.com/demos/' => 'Demos', diff --git a/themes/qunitjs.com/footer.php b/themes/qunitjs.com/footer.php deleted file mode 100644 index 988370b4..00000000 --- a/themes/qunitjs.com/footer.php +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/qunitjs.com/i/favicon.ico b/themes/qunitjs.com/i/favicon.ico deleted file mode 100644 index 84dae1f2..00000000 Binary files a/themes/qunitjs.com/i/favicon.ico and /dev/null differ diff --git a/themes/qunitjs.com/page.php b/themes/qunitjs.com/page.php deleted file mode 100644 index c6924e57..00000000 --- a/themes/qunitjs.com/page.php +++ /dev/null @@ -1,16 +0,0 @@ - - - - -
-
- ID, "hide_title" ) ) ) : ?> -

-
- - - -
-
- - diff --git a/themes/qunitjs.com/style.css b/themes/qunitjs.com/style.css deleted file mode 100755 index 30aabfbe..00000000 --- a/themes/qunitjs.com/style.css +++ /dev/null @@ -1,30 +0,0 @@ -/* -Theme Name: qunitjs-com -Template: jquery -*/ - -a { - color: #390f39; -} - -.blurb { - font-size: 1.1em; -} - -.download-box { - background-color: #eee; - padding: 10px 20px; - margin-bottom: 20px; - border: 1px solid #ccc; - border-radius: 5px; -} - -.download-box .copyable { - width: 20em; - max-width: 100%; - padding: 2px 5px; - border: 1px solid #e4e4e4; - border-radius: 5px; - text-align: center; - font-family: monospace; -}