Skip to content

Commit c9f5b50

Browse files
committed
books.jquery.com: Remove unused theme
Introduced in 2012 with commmit d90583e, but to the best of my knowledge the site existed. There were briefly DNS entries for a staging site at http://stage.books.jquery.com, but Archive.org has no captures from either it nor http://books.jquery.com.
1 parent 153ae8d commit c9f5b50

File tree

5 files changed

+3
-15
lines changed

5 files changed

+3
-15
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Check `httpd.conf` to ensure that the PHP module is enabled as well.
4848
You do not need to configure your `/etc/hosts` file for `local.*` because `jquery.com`'s DNS handles this for you. However, if you plan to work offline, you can use the following rules:
4949

5050
```
51-
127.0.0.1 local.jquery.com local.api.jquery.com local.blog.jquery.com local.books.jquery.com local.releases.jquery.com local.learn.jquery.com local.plugins.jquery.com
51+
127.0.0.1 local.jquery.com local.api.jquery.com local.blog.jquery.com local.releases.jquery.com local.learn.jquery.com local.plugins.jquery.com
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.events.jquery.org local.meetings.jquery.org

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Complete the installation process by pointing your browser at http://vagrant.jqu
6060
You do not need to configure your `/etc/hosts` file for `vagrant.*` because `jquery.com`'s DNS handles this for you. However, if you plan to work offline, you can use the following rules:
6161

6262
```
63-
172.27.72.27 vagrant.jquery.com vagrant.api.jquery.com vagrant.blog.jquery.com vagrant.books.jquery.com vagrant.releases.jquery.com vagrant.learn.jquery.com vagrant.plugins.jquery.com
63+
172.27.72.27 vagrant.jquery.com vagrant.api.jquery.com vagrant.blog.jquery.com vagrant.releases.jquery.com vagrant.learn.jquery.com vagrant.plugins.jquery.com
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.events.jquery.org agrant.meetings.jquery.org

sites.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,7 @@ function jquery_sites() {
170170
),
171171
),
172172
# Historical: Database blog_id 14 is reserved for api.qunitjs.com.
173-
'books.jquery.com' => array(
174-
'blog_id' => 15,
175-
'cookie_domain' => '.jquery.com',
176-
'body_class' => 'jquery',
177-
'options' => array(
178-
'blogname' => 'jQuery Books',
179-
'stylesheet' => 'books.jquery.com',
180-
),
181-
),
173+
# Historical: Database blog_id 15 is reserved for books.jquery.com
182174
'events.jquery.org' => array(
183175
'blog_id' => 16,
184176
'cookie_domain' => '.jquery.org',

themes/books.jquery.com/i/favicon.ico

-17.7 KB
Binary file not shown.

themes/books.jquery.com/style.css

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

0 commit comments

Comments
 (0)