Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All: HTTPS-ify most links #414

Merged
merged 1 commit into from Jun 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
@@ -1,5 +1,5 @@
Welcome! Thanks for your interest in contributing to jquery-wp-content. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](http://contribute.jquery.org/web-sites/) and [code](http://contribute.jquery.org/code).
Welcome! Thanks for your interest in contributing to jquery-wp-content. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](httsp://contribute.jquery.org/web-sites/) and [code](https://contribute.jquery.org/code).

You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).
You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).

You can find us on [IRC](http://irc.jquery.org), specifically in #jquery-content should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/).
You can find us on [IRC](https://irc.jquery.org), specifically in #jquery-content should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/).
6 changes: 3 additions & 3 deletions INSTALL.md
Expand Up @@ -57,8 +57,8 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer
```

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:
* Download the latest version from http://wordpress.org/latest.zip
* Check out the latest tag from http://core.svn.wordpress.org/tags/
* Download the latest version from https://wordpress.org/latest.zip
* Check out the latest tag from https://core.svn.wordpress.org/tags/
* Clone the official WordPress Github mirror at https://github.com/WordPress/WordPress

1. Clone `jquery-wp-content` inside of the directory where you put WordPress, so you have a file tree that looks like this:
Expand All @@ -80,7 +80,7 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer
│   └── xmlrpc.php
```

1. Create a MySQL database and user. You can choose any name you want for both. Follow the [WordPress instructions](http://codex.wordpress.org/Installing_WordPress#Step_2:_Create_the_Database_and_a_User) for a step by step guide.
1. Create a MySQL database and user. You can choose any name you want for both. Follow the [WordPress instructions](https://codex.wordpress.org/Installing_WordPress#Step_2:_Create_the_Database_and_a_User) for a step by step guide.

1. Copy `jquery-wp-content/wp-config-sample.php` and move it up one directory, to `wp-config.php`. Fill in your database credentials.

Expand Down
14 changes: 7 additions & 7 deletions LICENSE.txt
Expand Up @@ -15,19 +15,19 @@ their own licenses; we recommend you read them, as their terms may
differ from the terms above.

- Allow Numeric Stubs
http://www.viper007bond.com/wordpress-plugins/allow-numeric-stubs/
https://wordpress.org/plugins/allow-numeric-stubs/
located at plugins/allow-numeric-stubs

- Colorbox
http://www.jacklmoore.com/colorbox/
https://www.jacklmoore.com/colorbox/
located at themes/jquery/js/plugins.js

- Disable Emojis
https://wordpress.org/plugins/disable-emojis/
located at mu-plugins/disable-emojis

- FlexSlider
http://www.woothemes.com/flexslider/
https://woocommerce.com/flexslider/
located at themes/jquery/js/plugins.js

- Grunt Wordpress
Expand All @@ -39,11 +39,11 @@ differ from the terms above.
located at themes/jquery/js/plugins.js

- Modernizr
http://modernizr.com/
https://modernizr.com/
located at themes/jquery/js/modernizr.custom.2.8.3.min.js

- No Comments on Pages
http://jaka.kubje.org/wp/software/no-comments-on-pages/
https://wordpress.org/plugins/no-comments-on-pages/
located at plugins/no-comments-on-pages

- Respond.js
Expand All @@ -55,11 +55,11 @@ differ from the terms above.
located at mu-plugins/jquery.org/lib/Stripe

- TinyNav.js
http://tinynav.viljamis.com
http://tinynav.com/
located at themes/jquery/js/plugins.js

- VaultPress
http://vaultpress.com/
https://vaultpress.com/
located at plugins/vaultpress

The design, layout, and look-and-feel of jquery-wp-content - including
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,11 +9,11 @@ Although we recommend using the pre-built VM, if you would like to manually inst
This setup guide assumes you have certain prerequisites installed.

* [Virtualbox >=4.3+](https://www.virtualbox.org/)
* [Vagrant >=1.4.0](http://www.vagrantup.com/)
* [Vagrant >=1.4.0](https://www.vagrantup.com/)

## Vagrant and Virtualbox

We recommend the combination of Virtualbox and [Vagrant](http://www.vagrantup.com/about.html) for a local development environment. Vagrant simplifies download, installation, and management of the local environment VM with a few commands.
We recommend the combination of Virtualbox and [Vagrant](https://www.vagrantup.com/intro/index.html) for a local development environment. Vagrant simplifies download, installation, and management of the local environment VM with a few commands.

### Setup

Expand Down
12 changes: 6 additions & 6 deletions responsive.html
Expand Up @@ -15,24 +15,24 @@
<div class="wrapper">
<div class="frame">
<h2>320 &times; 480 <small>(mobile)</small></h2>
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="320" height="480"></iframe>
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="320" height="480"></iframe>
</div>
<div class="frame">
<h2>480 &times; 640 <small>(small tablet)</small></h2>
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="480" height="640"></iframe>
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="480" height="640"></iframe>
</div>
<div class="frame">
<h2>768 &times; 1024 <small>(tablet - portrait)</small></h2>
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="768" height="1024"></iframe>
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="768" height="1024"></iframe>
</div>
<div class="frame">
<h2>1024 &times; 768 <small>(tablet - landscape)</small></h2>
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="1024" height="768"></iframe>
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="1024" height="768"></iframe>
</div>
<div class="frame">
<h2>1200 &times; 800 <small>(desktop)</small></h2>
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="1200" height="800"></iframe>
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="1200" height="800"></iframe>
</div>
</div>
</body>
</html>
</html>
22 changes: 11 additions & 11 deletions sites.php
Expand Up @@ -34,7 +34,7 @@ function jquery_sites() {
'blog_id' => 3,
'cookie_domain' => '.jquery.com',
'body_class' => 'jquery',
'logo_link' => 'http://jquery.com/',
'logo_link' => 'https://jquery.com/',
'options' => array(
'blogname' => 'jQuery API Documentation',
'stylesheet' => 'api.jquery.com',
Expand Down Expand Up @@ -88,7 +88,7 @@ function jquery_sites() {
'blog_id' => 8,
'cookie_domain' => '.jqueryui.com',
'body_class' => 'jquery-ui',
'logo_link' => 'http://jqueryui.com/',
'logo_link' => 'https://jqueryui.com/',
'options' => array(
'blogname' => 'jQuery UI API Documentation',
'stylesheet' => 'api.jqueryui.com',
Expand All @@ -99,7 +99,7 @@ function jquery_sites() {
'blog_id' => 17,
'cookie_domain' => '.jqueryui.com',
'body_class' => 'jquery-ui',
'logo_link' => 'http://jqueryui.com/',
'logo_link' => 'https://jqueryui.com/',
'options' => array(
'blogname' => 'jQuery UI 1.8 Documentation',
'stylesheet' => 'api.jqueryui.com',
Expand All @@ -110,7 +110,7 @@ function jquery_sites() {
'blog_id' => 21,
'cookie_domain' => '.jqueryui.com',
'body_class' => 'jquery-ui',
'logo_link' => 'http://jqueryui.com/',
'logo_link' => 'https://jqueryui.com/',
'options' => array(
'blogname' => 'jQuery UI 1.9 Documentation',
'stylesheet' => 'api.jqueryui.com',
Expand Down Expand Up @@ -171,7 +171,7 @@ function jquery_sites() {
'blog_id' => 13,
'cookie_domain' => '.jquerymobile.com',
'body_class' => 'jquery-mobile',
'logo_link' => 'http://jquerymobile.com/',
'logo_link' => 'https://jquerymobile.com/',
'options' => array(
'blogname' => 'jQuery Mobile API Documentation',
'stylesheet' => 'api.jquerymobile.com',
Expand All @@ -182,7 +182,7 @@ function jquery_sites() {
'blog_id' => 14,
'cookie_domain' => '.qunitjs.com',
'body_class' => 'qunitjs',
'logo_link' => 'http://qunitjs.com/',
'logo_link' => 'https://qunitjs.com/',
'options' => array(
'blogname' => 'QUnit API Documentation',
'stylesheet' => 'api.qunitjs.com',
Expand Down Expand Up @@ -277,7 +277,7 @@ function jquery_sites() {
'blog_id' => 24,
'cookie_domain' => '.jquerymobile.com',
'body_class' => 'jquery-mobile',
'logo_link' => 'http://jquerymobile.com/',
'logo_link' => 'https://jquerymobile.com/',
'options' => array(
'blogname' => 'jQuery Mobile 1.3 Documentation',
'stylesheet' => 'api.jquerymobile.com',
Expand All @@ -288,7 +288,7 @@ function jquery_sites() {
'blog_id' => 25,
'cookie_domain' => '.jqueryui.com',
'body_class' => 'jquery-ui',
'logo_link' => 'http://jqueryui.com/',
'logo_link' => 'https://jqueryui.com/',
'options' => array(
'blogname' => 'jQuery UI 1.10 Documentation',
'stylesheet' => 'api.jqueryui.com',
Expand All @@ -299,7 +299,7 @@ function jquery_sites() {
'blog_id' => 26,
'cookie_domain' => '.jqueryui.com',
'body_class' => 'jquery-ui',
'logo_link' => 'http://jqueryui.com/',
'logo_link' => 'https://jqueryui.com/',
'options' => array(
'blogname' => 'jQuery UI 1.12 Documentation',
'stylesheet' => 'api.jqueryui.com',
Expand All @@ -310,7 +310,7 @@ function jquery_sites() {
'blog_id' => 27,
'cookie_domain' => '.jqueryui.com',
'body_class' => 'jquery-ui',
'logo_link' => 'http://jqueryui.com/',
'logo_link' => 'https://jqueryui.com/',
'options' => array(
'blogname' => 'jQuery UI 1.11 Documentation',
'stylesheet' => 'api.jqueryui.com',
Expand All @@ -321,7 +321,7 @@ function jquery_sites() {
'blog_id' => 28,
'cookie_domain' => '.jquerymobile.com',
'body_class' => 'jquery-mobile',
'logo_link' => 'http://jquerymobile.com/',
'logo_link' => 'https://jquerymobile.com/',
'options' => array(
'blogname' => 'jQuery Mobile 1.4 Documentation',
'stylesheet' => 'api.jquerymobile.com',
Expand Down
10 changes: 5 additions & 5 deletions themes/api.jquery.com/index.php
Expand Up @@ -2,13 +2,13 @@
<div class="content-right listing twelve columns">
<div id="content">
<h1 class="page-title">jQuery API</h1>
<p>jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new to jQuery, we recommend that you check out the <a href="http://learn.jquery.com/">jQuery Learning Center</a>.</p>
<p>If you're updating to a newer version of jQuery, be sure to read the release notes published on <a href="http://blog.jquery.com/">our blog</a>. If you're coming from a version prior 1.9, you should check out the <a href="http://jquery.com/upgrade-guide/1.9/">1.9 Upgrade Guide</a> as well.</p>
<p>jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new to jQuery, we recommend that you check out the <a href="https://learn.jquery.com/">jQuery Learning Center</a>.</p>
<p>If you're updating to a newer version of jQuery, be sure to read the release notes published on <a href="https://blog.jquery.com/">our blog</a>. If you're coming from a version prior 1.9, you should check out the <a href="https://jquery.com/upgrade-guide/1.9/">1.9 Upgrade Guide</a> as well.</p>
<p>Note that this is the API documentation for jQuery core. Other projects have API docs in other locations:</p>
<ul>
<li><a href="http://api.jqueryui.com/">jQuery UI API docs</a></li>
<li><a href="http://api.jquerymobile.com">jQuery Mobile API docs</a></li>
<li><a href="http://api.qunitjs.com">QUnit API docs</a></li>
<li><a href="https://api.jqueryui.com/">jQuery UI API docs</a></li>
<li><a href="https://api.jquerymobile.com">jQuery Mobile API docs</a></li>
<li><a href="https://api.qunitjs.com">QUnit API docs</a></li>
</ul>
<hr>

Expand Down
16 changes: 8 additions & 8 deletions themes/api.jquerymobile.com/index.php
Expand Up @@ -20,19 +20,19 @@
popular smartphone, tablet and desktop devices.</p>

<p>If you are new to jQuery Mobile, the introduction to the framework in the
<a href="http://demos.jquerymobile.com/">Demos</a>
<a href="https://demos.jquerymobile.com/">Demos</a>
would be a good place to start.</p>

<p>This site provides API documentation for jQuery Mobile <?php echo $thisVersion; ?></p>

<?php } else { ?>

<p>This site provides API documentation for jQuery Mobile <?php echo $thisVersion; ?>.
We encourage you to <a href="http://jquerymobile.com/download/">upgrade to the latest stable version</a> of jQuery Mobile
We encourage you to <a href="https://jquerymobile.com/download/">upgrade to the latest stable version</a> of jQuery Mobile
in order to receive the best support and take advantage of recent bug
fixes and enhancements. Check out the
<a href="http://jquerymobile.com/upgrade-guide/">upgrade guides</a>
and <a href="http://jquerymobile.com/changelog/">changelogs</a>
<a href="https://jquerymobile.com/upgrade-guide/">upgrade guides</a>
and <a href="https://jquerymobile.com/changelog/">changelogs</a>
to find out more about upgrading.</p>

<?php } ?>
Expand All @@ -44,7 +44,7 @@
<p>jQuery Mobile <?php echo $thisVersion; ?> uses jQuery UI <?php echo $ui_versions[ $thisVersion ] ?> and
supports jQuery <?php echo $versions[ $thisVersion ]; ?>.

<p>See the <a href="http://jquerymobile.com/gbs/<?php echo $thisVersion; ?>">supported platforms</a> page for a list of all
<p>See the <a href="https://jquerymobile.com/gbs/<?php echo $thisVersion; ?>">supported platforms</a> page for a list of all
operating systems and browsers that are supported by this version of jQuery Mobile.</p>

<hr>
Expand All @@ -62,9 +62,9 @@
$url = $version === $latestVersion ? '/' : "/$version/";
echo "<li><a href=\"$url\">jQuery Mobile $version API Documentation</a></li>";
} ?>
<li><a href="http://api.jquery.com/">jQuery Core API Documentation</a></li>
<li><a href="http://api.jqueryui.com/">jQuery UI API Documentation</a></li>
<li><a href="http://learn.jquery.com/">jQuery Learning Center</a></li>
<li><a href="https://api.jquery.com/">jQuery Core API Documentation</a></li>
<li><a href="https://api.jqueryui.com/">jQuery UI API Documentation</a></li>
<li><a href="https://learn.jquery.com/">jQuery Learning Center</a></li>
</ul>

</div>
Expand Down
18 changes: 9 additions & 9 deletions themes/api.jqueryui.com/index.php
Expand Up @@ -18,9 +18,9 @@
<p>jQuery UI is a curated set of user interface interactions, effects,
widgets, and themes built on top of the jQuery JavaScript Library.
If you're new to jQuery UI, you might want to check out our
<a href="http://jqueryui.com/" title="jQuery UI">main site</a> for
<a href="https://jqueryui.com/" title="jQuery UI">main site</a> for
more information and full demos. If you're new to jQuery, you might
also be interested in the <a href="http://learn.jquery.com/">jQuery
also be interested in the <a href="https://learn.jquery.com/">jQuery
Learning Center</a> tutorials.</p>

<p>This site provides API documentation for jQuery UI <?php echo $thisVersion; ?>. If
Expand All @@ -29,18 +29,18 @@
However, we would encourage you to upgrade to jQuery UI <?php echo $thisVersion; ?> in order
to receive the best support and take advantage of recent bug fixes
and enhancements. Check out the
<a href="http://jqueryui.com/upgrade-guide/<?php echo $thisVersion; ?>/">upgrade guide</a>
<a href="https://jqueryui.com/upgrade-guide/<?php echo $thisVersion; ?>/">upgrade guide</a>
to find out more about jQuery UI <?php echo $thisVersion; ?>.</p>

<?php } else { ?>

<p>This site provides API documentation for jQuery UI <?php echo $thisVersion; ?>.
We encourage you to upgrade to
<a href="http://api.jqueryui.com/">the latest stable version of jQuery UI</a>
<a href="https://api.jqueryui.com/">the latest stable version of jQuery UI</a>
in order to receive the best support and take advantage of recent bug
fixes and enhancements. Check out the
<a href="http://jqueryui.com/upgrade-guide/">upgrade guides</a>
and <a href="http://jqueryui.com/changelog/">changelogs</a>
<a href="https://jqueryui.com/upgrade-guide/">upgrade guides</a>
and <a href="https://jqueryui.com/changelog/">changelogs</a>
to find out more about upgrading.</p>

<?php } ?>
Expand All @@ -67,9 +67,9 @@
$url = $version === $latestVersion ? '/' : "/$version/";
echo "<li><a href=\"$url\">jQuery UI $version API Documentation</a></li>";
} ?>
<li><a href="http://api.jquery.com/">jQuery Core API Documentation</a></li>
<li><a href="http://api.jquerymobile.com/">jQuery Mobile API Documentation</a></li>
<li><a href="http://learn.jquery.com/">jQuery Learning Center</a></li>
<li><a href="https://api.jquery.com/">jQuery Core API Documentation</a></li>
<li><a href="https://api.jquerymobile.com/">jQuery Mobile API Documentation</a></li>
<li><a href="https://learn.jquery.com/">jQuery Learning Center</a></li>
</ul>

</div>
Expand Down
6 changes: 3 additions & 3 deletions themes/jquery.org/page-conduct.php
Expand Up @@ -37,11 +37,11 @@
<h2>License</h2>
<p>
All content on this page is licensed under a
<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution</a> license.
<a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution</a> license.
</p>
<p>
<a href="http://creativecommons.org/licenses/by/3.0/">
<img src="//i.creativecommons.org/l/by/3.0/88x31.png" height="31" width="88" alt="CC-by">
<a href="https://creativecommons.org/licenses/by/3.0/">
<img src="https://i.creativecommons.org/l/by/3.0/88x31.png" height="31" width="88" alt="CC-by">
</a>
</p>
</div>
Expand Down