Skip to content

Commit d1f6dbb

Browse files
committed
sizzlejs.com: Remove unused theme
There exists no content repository for it. The Puppet provision never made it past the stage.sizzlejs.com step, and the domain has only ever been a redirect to the GitHub repo. The stage site has been removed a few years ago, lets remove the theme as well as it is no longer used
1 parent 2202104 commit d1f6dbb

File tree

10 files changed

+7
-160
lines changed

10 files changed

+7
-160
lines changed

INSTALL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This install guide assumes you have certain prerequisites already configured wit
2121
```
2222
<VirtualHost *:80>
2323
ServerName local.jquery.com
24-
ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.sizzlejs.com *.jquerymobile.com
24+
ServerAlias *.jquery.com *.jqueryui.com *.jquery.org *.jquerymobile.com
2525
DocumentRoot "/srv/www/jquery"
2626
php_value memory_limit 256M
2727
<Directory /srv/www/jquery>
@@ -52,7 +52,6 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer
5252
127.0.0.1 local.jqueryui.com local.api.jqueryui.com local.blog.jqueryui.com
5353
127.0.0.1 local.jquerymobile.com local.api.jquerymobile.com local.blog.jquerymobile.com
5454
127.0.0.1 local.jquery.org local.brand.jquery.org local.contribute.jquery.org local.meetings.jquery.org
55-
127.0.0.1 local.sizzlejs.com
5655
```
5756

5857
1. Place the WordPress core files **at** the document root you chose. For example, if you used `/srv/www/jquery`, you should unzip or clone WordPress directly into that directory, *not* a directory below it. **Do not install WordPress.** You can do this any number of ways:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ You do not need to configure your `/etc/hosts` file for `vagrant.*` because `jqu
6464
172.27.72.27 vagrant.jqueryui.com vagrant.api.jqueryui.com vagrant.blog.jqueryui.com
6565
172.27.72.27 vagrant.jquerymobile.com vagrant.api.jquerymobile.com vagrant.blog.jquerymobile.com
6666
172.27.72.27 vagrant.jquery.org vagrant.brand.jquery.org vagrant.contribute.jquery.org vagrant.meetings.jquery.org
67-
172.27.72.27 vagrant.sizzlejs.com
6867
```
6968

7069
### Stopping and Restarting the Virtual Machine

sites.php

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,7 @@ function jquery_sites() {
133133
),
134134
),
135135
# Historical: Database blog_id 10 is reserved for qunitjs.com.
136-
'sizzlejs.com' => array(
137-
'blog_id' => 11,
138-
'cookie_domain' => '.sizzlejs.com',
139-
'body_class' => 'sizzlejs',
140-
'options' => array(
141-
'blogname' => 'Sizzle JS',
142-
'stylesheet' => 'sizzlejs.com',
143-
'active_plugins' => array(
144-
'jquery-static-index.php',
145-
),
146-
),
147-
),
136+
# Historical: Database blog_id 11 is reserved for sizzlejs.com.
148137
'jquerymobile.com' => array(
149138
'blog_id' => 12,
150139
'cookie_domain' => '.jquerymobile.com',

themes/jquery/css/base.css

Lines changed: 5 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,10 +1209,6 @@ iframe {
12091209
background: #108040;
12101210
}
12111211

1212-
.sizzlejs #container {
1213-
background: #9a1B1E;
1214-
}
1215-
12161212
.jquery-foundation #container {
12171213
background: #333;
12181214
}
@@ -1231,13 +1227,11 @@ iframe {
12311227
}
12321228

12331229
.jquery-ui #content-wrapper,
1234-
.sizzlejs #content-wrapper,
1235-
.jquery-learn #content-wrapper,
1236-
.jquery-foundation #content-wrapper,
12371230
.jquery-ui #banner-secondary,
1238-
.sizzlejs #banner-secondary,
1239-
.jquery-learn #banner-secondary,
1240-
.jquery-foundation #banner-secondary {
1231+
.jquery-foundation #content-wrapper,
1232+
.jquery-foundation #banner-secondary,
1233+
.jquery-learn #content-wrapper,
1234+
.jquery-learn #banner-secondary {
12411235
border-top-left-radius: 0;
12421236
border-top-right-radius: 0;
12431237
}
@@ -1493,25 +1487,6 @@ iframe {
14931487
}
14941488

14951489

1496-
.sizzlejs #global-nav nav ul.projects li.jquery-mobile {
1497-
border-right: none;
1498-
background-position: -102px 0;
1499-
}
1500-
1501-
.sizzlejs #global-nav nav ul.projects li.sizzlejs {
1502-
background-position: -148px bottom;
1503-
width: 52px;
1504-
position: relative;
1505-
margin-top:1px;
1506-
border: none;
1507-
}
1508-
1509-
.sizzlejs #global-nav nav ul.projects li.qunitjs {
1510-
border-left: none;
1511-
background-position: -206px 0;
1512-
}
1513-
1514-
15151490
#container,
15161491
footer {
15171492
border-top: 1px solid #7acef4;
@@ -1527,11 +1502,6 @@ footer {
15271502
border-top-color: #3eb249;
15281503
}
15291504

1530-
.sizzlejs #container,
1531-
.sizzlejs footer {
1532-
border-top-color: #faa523;
1533-
}
1534-
15351505
.jquery-learn #container,
15361506
.jquery-learn footer {
15371507
border-top-color: #333;
@@ -1592,11 +1562,6 @@ h2.logo a {
15921562
background: url(../images/logo-jquery-mobile.png) no-repeat;
15931563
}
15941564

1595-
.sizzlejs h2.logo a {
1596-
width: 243px;
1597-
background: url(../images/logo-sizzle.png) no-repeat;
1598-
}
1599-
16001565
.jquery-foundation h2.logo a {
16011566
width: 243px;
16021567
background: url(../images/logo-jquery-foundation.png) no-repeat;
@@ -1627,10 +1592,6 @@ h2.logo a {
16271592
width: 105px;
16281593
background-position: -564px 0;
16291594
}
1630-
.sizzlejs.logo.small {
1631-
width: 105px;
1632-
background-position: -669px 0;
1633-
}
16341595

16351596
#logo-events aside {
16361597
float: right;
@@ -1645,8 +1606,7 @@ nav#main {
16451606
box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
16461607
}
16471608

1648-
.jquery-ui nav#main,
1649-
.sizzlejs nav#main {
1609+
.jquery-ui nav#main {
16501610
background-color: rgba(12, 12, 12, 0.06);
16511611
}
16521612
.jquery-learn nav#main {
@@ -3102,11 +3062,6 @@ footer .books li a cite {
31023062
background-size: 268px 66px;
31033063
}
31043064

3105-
.sizzlejs h2.logo a {
3106-
background: url(../images/logo-sizzle@2x.png) no-repeat;
3107-
background-size: 243px 66px;
3108-
}
3109-
31103065
.jquery-foundation h2.logo a {
31113066
background: url(../images/logo-jquery-foundation@2x.png) no-repeat;
31123067
background-size: 243px 66px;

themes/jquery/menu-header.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ function menu_header_jqueryui_com() {
8080
);
8181
}
8282

83-
function menu_header_sizzlejs_com() {
84-
return array(
85-
'https://sizzlejs.com/' => 'Home',
86-
'https://github.com/jquery/sizzle' => 'Source Code',
87-
);
88-
}
89-
9083
function menu_header_jquery_org() {
9184
return array(
9285
'https://jquery.org/' => 'Home',

themes/sizzlejs.com/i/download.png

-8.03 KB
Binary file not shown.

themes/sizzlejs.com/i/favicon.ico

-14.7 KB
Binary file not shown.

themes/sizzlejs.com/i/separator.png

-158 Bytes
Binary file not shown.

themes/sizzlejs.com/searchform.php

Lines changed: 0 additions & 4 deletions
This file was deleted.

themes/sizzlejs.com/style.css

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)