From 429525ceb909b1abb2f4214e03a0f90fd740cd02 Mon Sep 17 00:00:00 2001
From: jdorfman
Date: Sun, 7 Jul 2013 22:53:54 -0700
Subject: [PATCH 1/5] symlink to jquery-wp-content
---
jquery-wp-content | 1 +
1 file changed, 1 insertion(+)
create mode 120000 jquery-wp-content
diff --git a/jquery-wp-content b/jquery-wp-content
new file mode 120000
index 0000000..df1a847
--- /dev/null
+++ b/jquery-wp-content
@@ -0,0 +1 @@
+../jquery-cdn/jquery-wp-content/
\ No newline at end of file
From ae0e7acacc413c7e74456a57f7490cda0eebdc1e Mon Sep 17 00:00:00 2001
From: jdorfman
Date: Mon, 8 Jul 2013 11:22:44 -0700
Subject: [PATCH 2/5] moved cdn text from download.md to cdn.md
---
pages/download.md | 46 ----------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/pages/download.md b/pages/download.md
index cde8ccd..9d5a0d2 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -68,33 +68,6 @@ The jQuery team is constantly working to improve the code. Each commit to the Gi
[Download the work-in-progress jQuery **2.x** build - http://code.jquery.com/jquery-git2.js](http://code.jquery.com/jquery-git2.js)
-## Using jQuery with a CDN
-
-[CDNs](http://en.wikipedia.org/wiki/Content_delivery_network) can offer a performance benefit by hosting jQuery on servers spread across the globe. This also offers an advantage that
-if the visitor to your webpage has already downloaded a copy of jQuery from the same CDN, it won't have to be re-downloaded.
-
-### jQuery's CDN provided by [MediaTemple](http://mediatemple.net)
-
-To use the jQuery CDN, just reference the file directly from `http://code.jquery.com` in the script tag:
-```
-
-
-```
-
-Starting with jQuery 1.9, [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN as well. If compressed files are included directly from the CDN as shown above, sourcemap-aware browsers such as Google Chrome will use them when you enable sourcemap support.
-
-To see all available files and versions, visit [http://code.jquery.com](http://code.jquery.com)
-
-### Other CDNs
-
-The following CDNs also host compressed and uncompressed versions of jQuery releases. Starting with jQuery 1.9 they may also host [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps); check the site's documentation.
-
-**Note that there may be delays between a jQuery release and its availability there. Please be patient, they receive the files at the same time the blog post is made public. Beta and release candidates are not hosted by these CDNs.**
-
-* [Google CDN](http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery)
-* [Microsoft CDN](http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0)
-* [CDNJS CDN](http://cdnjs.com#jquery)
-
## About the Code
**jQuery is provided under the MIT license.**
@@ -123,22 +96,3 @@ git checkout 1.2.6
```
The README file for a specific version will have instructions for building that version, as the process has changed over time.
-
-***
-
-## Past Releases
-
-All past releases can be found on the [jQuery CDN](http://code.jquery.com). Here are some commonly used recent versions:
-
-
-
From 593440d96404999ec4aca7392861d085582be5e1 Mon Sep 17 00:00:00 2001
From: jdorfman
Date: Mon, 8 Jul 2013 11:23:04 -0700
Subject: [PATCH 3/5] moved cdn text from download.md to cdn.md
---
pages/cdn.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 pages/cdn.md
diff --git a/pages/cdn.md b/pages/cdn.md
new file mode 100644
index 0000000..862e56f
--- /dev/null
+++ b/pages/cdn.md
@@ -0,0 +1,52 @@
+
+
+## Using jQuery with a CDN
+
+[CDNs](http://en.wikipedia.org/wiki/Content_delivery_network) can offer a performance benefit by hosting jQuery on servers spread across the globe. This also offers an advantage that
+if the visitor to your webpage has already downloaded a copy of jQuery from the same CDN, it won't have to be re-downloaded.
+
+### jQuery's CDN provided by [MaxCDN](http://www.maxcdn.com)
+
+To use the jQuery CDN, just reference the file directly from `http://code.jquery.com` in the script tag:
+```
+
+
+```
+
+Starting with jQuery 1.9, [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN as well. If compressed files are included directly from the CDN as shown above, sourcemap-aware browsers such as Google Chrome will use them when you enable sourcemap support.
+
+To see all available files and versions, visit [http://code.jquery.com](http://code.jquery.com)
+
+### Other CDNs
+
+The following CDNs also host compressed and uncompressed versions of jQuery releases. Starting with jQuery 1.9 they may also host [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps); check the site's documentation.
+
+**Note that there may be delays between a jQuery release and its availability there. Please be patient, they receive the files at the same time the blog post is made public. Beta and release candidates are not hosted by these CDNs.**
+
+* [Google CDN](http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery)
+* [Microsoft CDN](http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0)
+* [JSDelivr](http://www.jsdelivr.com/#!jquery)
+
+## Past Releases
+
+All past releases can be found on the [jQuery CDN](http://code.jquery.com). Here are some commonly used recent versions:
+
+
From 12adeb1fb1f21ff1be73af03b8373d8e9da10deb Mon Sep 17 00:00:00 2001
From: jdorfman
Date: Wed, 10 Jul 2013 09:18:55 -0700
Subject: [PATCH 4/5] added cdnjs and removed http:// to // for SSL use
---
pages/cdn.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/pages/cdn.md b/pages/cdn.md
index 862e56f..87f817e 100644
--- a/pages/cdn.md
+++ b/pages/cdn.md
@@ -15,10 +15,10 @@ if the visitor to your webpage has already downloaded a copy of jQuery from the
### jQuery's CDN provided by [MaxCDN](http://www.maxcdn.com)
-To use the jQuery CDN, just reference the file directly from `http://code.jquery.com` in the script tag:
+To use the jQuery CDN, just reference the file directly from `//code.jquery.com` in the script tag (now supporting `https`):
```
-
-
+
+
```
Starting with jQuery 1.9, [sourcemap files](http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN as well. If compressed files are included directly from the CDN as shown above, sourcemap-aware browsers such as Google Chrome will use them when you enable sourcemap support.
@@ -33,7 +33,8 @@ The following CDNs also host compressed and uncompressed versions of jQuery rele
* [Google CDN](http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery)
* [Microsoft CDN](http://www.asp.net/ajaxlibrary/cdn.ashx#jQuery_Releases_on_the_CDN_0)
-* [JSDelivr](http://www.jsdelivr.com/#!jquery)
+* [JSDelivr CDN](http://www.jsdelivr.com/#!jquery)
+* [CDNJS CDN](http://cdnjs.com/#jquery)
## Past Releases
From 7a35aec016ca78c7b9001ac3b9209d2f7aefdc55 Mon Sep 17 00:00:00 2001
From: jdorfman
Date: Wed, 10 Jul 2013 09:41:42 -0700
Subject: [PATCH 5/5] ignore symlink
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 3689b05..971452c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
node_modules
dist
-config.json
\ No newline at end of file
+config.json
+jquery-wp-content
\ No newline at end of file