You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# jQuery.com web-base-template
1
+
# jQuery.com jquery-wp-content
2
2
3
-
This is a set of plugins, themes, and configuration files for jQuery's website infrastructure, which is powered by WordPress. It is designed as a custom content directory. So think of `web-base-template` as your `wp-content` directory.
3
+
This is a set of plugins, themes, and configuration files for jQuery's website infrastructure, which is powered by WordPress. It is designed as a custom content directory. So think of `jquery-wp-content` as your `wp-content` directory.
4
4
5
5
## Prerequisites
6
6
@@ -38,18 +38,18 @@ This install guide assumes you already have certain prerequisites already config
38
38
<li>Clone the official WordPress Github mirror at http://github.com/wordpress/wordpress/</li>
39
39
</ul>
40
40
41
-
1. Clone `web-base-template` into place, so you have a file tree that looks like this:
41
+
1. Clone `jquery-wp-content` into place, so you have a file tree that looks like this:
42
42
43
43
```
44
-
web-base-template/
45
-
wp-admin/
46
-
wp-content/
47
-
wp-includes/
48
44
index.php
45
+
jquery-wp-content/
46
+
license.txt
47
+
readme.html
48
+
wp-activate.php
49
49
...
50
50
```
51
51
52
-
1. Copy `web-base-template/wp-config-sample.php` and move it up one directory, to `wp-config.php`. Fill in your database credentials.
52
+
1. Copy `jquery-wp-content/wp-config-sample.php` and move it up one directory, to `wp-config.php`. Fill in your database credentials.
53
53
54
54
1. Create an .htaccess file with the following content into that same document root:
55
55
@@ -81,7 +81,7 @@ For example, if your WordPress files are in the directory ```wordpress```, and y
81
81
sudo chmod -R g+w wordpress
82
82
```
83
83
84
-
1. Go to `http://local.jquery.com` and walk through the standard WordPress installation. `web-base-template` includes a special install script that will initialize the entire network.
84
+
1. Go to `http://local.jquery.com` and walk through the standard WordPress installation. `jquery-wp-content` includes a special install script that will initialize the entire network.
85
85
86
86
1. Be sure to have node >= 0.8 installed on your system. Some sites, such as download.jqueryui.com, require that version or greater.
87
87
@@ -92,7 +92,7 @@ Changes pushed to master will be pulled onto the stage domain.
92
92
93
93
Copyright 2012 jQuery Foundation and other contributors. All rights reserved.
94
94
95
-
The web-base-template repository contains themes for rendering all jQuery Foundation web sites.
95
+
The jquery-wp-content repository contains themes for rendering all jQuery Foundation web sites.
96
96
97
97
### What is licensed
98
98
@@ -102,12 +102,12 @@ Special exception: Code samples are given away for you to freely use, for any pu
102
102
and Learn articles (unlike the source code of jQuery projects) you don't even have to say where you got the code from.
103
103
Just use it.
104
104
105
-
The PHP files in the web-base-template repository are a derivative work of WordPress, and available under the
105
+
The PHP files in the jquery-wp-content repository are a derivative work of WordPress, and available under the
106
106
terms of the GPL license ( http://codex.wordpress.org/License )
107
107
108
108
### What is not licensed
109
109
110
-
The theme, design, layout, look-and-feel of the web-base-template repository, including all html, css, images, and
110
+
The theme, design, layout, look-and-feel of the jquery-wp-content repository, including all html, css, images, and
111
111
icons, is not licensed for use. Not by the MIT license or any other license. It is copyrighted. You don't have
112
112
permission to use it in any way for any purpose, commercial or otherwise. If you have questions about this, please
0 commit comments