Skip to content

change http to https where applicable #691

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<script>{
"title": "Contributing",
"customFields": [
{
"key": "is_chapter",
"value": 0
}
]
"title": "Contributing",
"customFields": [
{
"key": "is_chapter",
"value": 0
}
]
}</script>

Depending on your level of experience with some of the workflows common to many open source projects, e.g. git/GitHub, the command line, and setting up a local development environment, contributing to this site may be a breeze or come with a bit of a learning curve. If you fit into the former group, great! Jump ahead to learn how to get started.
Expand All @@ -24,11 +24,11 @@ Of course, we'll also give you credit for your work! The **Contributors** sectio

### Content

The content in this site is maintained in [this GitHub repository](https://github.com/jquery/learn.jquery.com) as a collection of [Markdown](http://daringfireball.net/projects/markdown/) files in the `page` directory. The order in which chapters and articles are presented is controlled by the [order.json](https://github.com/jquery/learn.jquery.com/blob/master/order.json) file.
The content in this site is maintained in [this GitHub repository](https://github.com/jquery/learn.jquery.com) as a collection of [Markdown](https://daringfireball.net/projects/markdown/) files in the `page` directory. The order in which chapters and articles are presented is controlled by the [order.json](https://github.com/jquery/learn.jquery.com/blob/master/order.json) file.

### Design

The site's layout and design is controlled by our [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content), a custom [WordPress](http://wordpress.org) configuration that runs (or will run in the near future) all of the sites run by the jQuery Foundation. The [master theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/jquery) controls most of the layout for all of our sites, and there is a [child theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/learn.jquery.com) that controls the templates and styles specific to the learn site.
The site's layout and design is controlled by our [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content), a custom [WordPress](https://wordpress.org) configuration that runs (or will run in the near future) all of the sites run by the jQuery Foundation. The [master theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/jquery) controls most of the layout for all of our sites, and there is a [child theme](https://github.com/jquery/jquery-wp-content/tree/master/themes/learn.jquery.com) that controls the templates and styles specific to the learn site.

[`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) powers our sites in production and staging environments, and can be set up for local development relatively easily.

Expand All @@ -37,7 +37,7 @@ The site's layout and design is controlled by our [`jquery-wp-content`](https://
The static content in the `page` directory is deployed to a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance using [grunt](http://gruntjs.com), specifically with two grunt plugins we've created:

* [grunt-jquery-content](https://github.com/jquery/grunt-jquery-content) – pre-processes content in a variety of formats (HTML, Markdown, XML) into HTML, applying syntax highlighting and some simple partial support, preparing it for processing by:
* [grunt-wordpress](https://github.com/scottgonzalez/grunt-wordpress) – syncs static content to WordPress using [XML-RPC](http://codex.wordpress.org/XML-RPC_Support)
* [grunt-wordpress](https://github.com/scottgonzalez/grunt-wordpress) – syncs static content to WordPress using [XML-RPC](https://codex.wordpress.org/XML-RPC_Support)

## How Can I Help?

Expand All @@ -49,7 +49,7 @@ If you'd like to go a step further and contribute new articles, make edits to ex

## Local Development

In order to preview your changes locally, work on design/layout issues, or work on other jQuery sites' content, and generally contribute most effectively, we recommend that you set up a local development environment. You can learn how to get set up from our [documentation on contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/#local-development).
In order to preview your changes locally, work on design/layout issues, or work on other jQuery sites' content, and generally contribute most effectively, we recommend that you set up a local development environment. You can learn how to get set up from our [documentation on contributing to jQuery Foundation web sites](https://contribute.jquery.org/web-sites/#local-development).

* **Windows note:** Line endings need to be Unix-style (line-feed only). Make sure your text editor creates new files with Unix-style line endings. In addition, the following setting to your git config will keep the Unix-style line endings when pulling from the repository:

Expand All @@ -70,7 +70,7 @@ Once you've gotten your environment working, here are the general steps you shou
7. Push the files to your GitHub remote: `git push origin <feature/issue name/number>`
8. Go to your fork on GitHub and submit a new [pull request](https://help.github.com/articles/using-pull-requests).

For more advice on managing your fork and submitting pull requests to the jQuery Foundation, read our [Commits and Pull Requests](http://contribute.jquery.org/commits-and-pull-requests/) guide.
For more advice on managing your fork and submitting pull requests to the jQuery Foundation, read our [Commits and Pull Requests](https://contribute.jquery.org/commits-and-pull-requests/) guide.

### Adding a New Article

Expand All @@ -81,14 +81,14 @@ For more advice on managing your fork and submitting pull requests to the jQuery

### Formatting Articles

Yes! Take a look at our [style guide](http://learn.jquery.com/style-guide/) for more information on authoring and formatting conventions.
Yes! Take a look at our [style guide](https://learn.jquery.com/style-guide/) for more information on authoring and formatting conventions.

<h2 id="getting-help">Getting Help</h2>

If you're struggling to get any part of the site working properly, or have any questions, we're here to help.

The best place to get help is on [IRC](http://en.wikipedia.org/wiki/Internet_Relay_Chat), in the `#jquery-content` channel on [Freenode](http://freenode.net). If you're unfamiliar with IRC, you can use the [webchat gateway](http://webchat.freenode.net/).
The best place to get help is on [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat), in the `#jquery-content` channel on [Freenode](https://freenode.net). If you're unfamiliar with IRC, you can use the [webchat gateway](https://webchat.freenode.net/).

In addition, the jQuery Content Team holds a [public, biweekly meeting](http://jquery.org/meeting) on Wednesday, at 1PM Eastern time in the `#jquery-meeting` channel on Freenode.
In addition, the jQuery Content Team holds a [public, biweekly meeting](https://jquery.org/meeting) on Wednesday, at 1PM Eastern time in the `#jquery-meeting` channel on Freenode.

If IRC is not your thing, but you still want or need to get in touch, please use the site's [GitHub repo](https://github.com/jquery/learn.jquery.com) or send us an e-mail to `content at jquery dot org`.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Copyright and related rights for sample code are waived via CC0. Sample
code is defined as all source code displayed within the prose of the
documentation.

CC0: http://creativecommons.org/publicdomain/zero/1.0/
CC0: https://creativecommons.org/publicdomain/zero/1.0/

====

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Each of the articles on the site has some JSON "Front Matter" that contains meta

## Building and Deploying

To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](https://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](https://contribute.jquery.org/web-sites/).


## How Can I Help?

We encourage contribution from anyone. For more comprehensive documentation on how to get involved, please read our [contributing guide](http://learn.jquery.com/contributing).
We encourage contribution from anyone. For more comprehensive documentation on how to get involved, please read our [contributing guide](https://learn.jquery.com/contributing).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "jQuery Learning Site",
"description": "jQuery Foundation site for learning jQuery and JavaScript",
"version": "0.6.19",
"homepage": "http://learn.jquery.com",
"homepage": "https://learn.jquery.com",
"author": {
"name": "jQuery Foundation and other contributors"
},
Expand Down
74 changes: 37 additions & 37 deletions page/about-jquery/additional-support.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
<script>{
"title": "Additional jQuery Support"
"title": "Additional jQuery Support"
}</script>

While we hope to cover most jQuery-related topics on this site, you may need additional or more immediate support. The following resources can prove useful.

### Official Forums

http://forum.jquery.com/
https://forum.jquery.com/

There are many subforums where you can discuss jQuery, ask questions, talk about JavaScript, or announce your plugins.

* [Getting Started](http://forum.jquery.com/getting-started)
* This is the best place to post if you are brand new to jQuery and JavaScript.
* [Using jQuery](http://forum.jquery.com/using-jquery)
* This is the best place to post if you have general questions or concerns.
* If you've built a site that uses jQuery, or would like to announce a new plugin, this is the place to do it.
* [Using jQuery Plugins](http://forum.jquery.com/using-jquery-plugins)
* If you are a plugin author or user and you wish to discuss specific plugins, plugin bugs, new features, or new plugins.
* [Using jQuery UI](http://forum.jquery.com/using-jquery-ui)
* This is the place to discuss use of [jQuery UI](http://jqueryui.com/) Interactions, Widgets, and Effects
* [jQuery Mobile](http://forum.jquery.com/jquery-mobile)
* This is the place to discuss jQuery Mobile.
* [Developing jQuery Core](http://forum.jquery.com/developing-jquery-core)
* This forum centers around development of the jQuery library itself.
* Post here if you have questions about certain bugs, development with jQuery, features, or anything in the bug tracker or Git.
* [Developing jQuery Plugins](http://forum.jquery.com/developing-jquery-plugins)
* This forum covers development of jQuery plugins.
* [Developing jQuery UI](http://forum.jquery.com/developing-jquery-ui)
* This is the place to discuss development of [jQuery UI](http://jqueryui.com/) itself – including bugs, new plugins, and how you can help.
* All jQuery UI svn commits are posted to this list to facilitate feedback, discussion, and review.
* Also note that a lot of the development and planning of jQuery UI takes place on the [jQuery UI Development and Planning Wiki](http://wiki.jqueryui.com/).
* [Developing jQuery Mobile](http://forum.jquery.com/developing-jquery-mobile)
* This forum covers issues related to the development of jQuery Mobile.
* [QUnit and Testing](http://forum.jquery.com/qunit-and-testing)
* This is the place to discuss JavaScript testing in general and QUnit in particular
* [Getting Started](https://forum.jquery.com/getting-started)
* This is the best place to post if you are brand new to jQuery and JavaScript.
* [Using jQuery](https://forum.jquery.com/using-jquery)
* This is the best place to post if you have general questions or concerns.
* If you've built a site that uses jQuery, or would like to announce a new plugin, this is the place to do it.
* [Using jQuery Plugins](https://forum.jquery.com/using-jquery-plugins)
* If you are a plugin author or user and you wish to discuss specific plugins, plugin bugs, new features, or new plugins.
* [Using jQuery UI](https://forum.jquery.com/using-jquery-ui)
* This is the place to discuss use of [jQuery UI](https://jqueryui.com/) Interactions, Widgets, and Effects
* [jQuery Mobile](https://forum.jquery.com/jquery-mobile)
* This is the place to discuss jQuery Mobile.
* [Developing jQuery Core](https://forum.jquery.com/developing-jquery-core)
* This forum centers around development of the jQuery library itself.
* Post here if you have questions about certain bugs, development with jQuery, features, or anything in the bug tracker or Git.
* [Developing jQuery Plugins](https://forum.jquery.com/developing-jquery-plugins)
* This forum covers development of jQuery plugins.
* [Developing jQuery UI](https://forum.jquery.com/developing-jquery-ui)
* This is the place to discuss development of [jQuery UI](https://jqueryui.com/) itself – including bugs, new plugins, and how you can help.
* All jQuery UI svn commits are posted to this list to facilitate feedback, discussion, and review.
* Also note that a lot of the development and planning of jQuery UI takes place on the [jQuery UI Development and Planning Wiki](http://wiki.jqueryui.com/).
* [Developing jQuery Mobile](https://forum.jquery.com/developing-jquery-mobile)
* This forum covers issues related to the development of jQuery Mobile.
* [QUnit and Testing](https://forum.jquery.com/qunit-and-testing)
* This is the place to discuss JavaScript testing in general and QUnit in particular

At the bottom of each of the forums is an RSS feed you can subscribe to.

Expand All @@ -44,7 +44,7 @@ To ensure that you'll get a useful answer in no time, please consider the follow
* Use Firebug/Developer Tools to inspect the HTML classes, CSS, etc.
* Try expected resulting HTML and CSS without JavaScript/jQuery and see if the problem could be isolated to those two.
* Reduce to a minimal test case (keep removing things until the problem goes away, etc.)
* Provide that test case as part of your mail. Either upload it somewhere or post it on [jsbin.com](http://jsbin.com/).
* Provide that test case as part of your mail. Either upload it somewhere or post it on [jsbin.com](https://jsbin.com/).

In general, keep your question short and focused and provide only essential details – others can be added when required.

Expand All @@ -55,17 +55,17 @@ The mailing lists existed before the forums were created, and were closed in ear
There are two different ways of browsing the mailing list archives.

1. The official mailing list archives can be found here:
* [jQuery General Discussion Archives](http://groups.google.com/group/jquery-en)
* [jQuery Dev List Archives](http://groups.google.com/group/jquery-dev)
* [jQuery UI General Discussion Archives](http://groups.google.com/group/jquery-ui)
* [jQuery UI Dev List Archives](http://groups.google.com/group/jquery-ui-dev)
* [jQuery Plugins List Archives](http://groups.google.com/group/jquery-plugins)
* [jQuery General Discussion Archives](https://groups.google.com/group/jquery-en)
* [jQuery Dev List Archives](https://groups.google.com/group/jquery-dev)
* [jQuery UI General Discussion Archives](https://groups.google.com/group/jquery-ui)
* [jQuery UI Dev List Archives](https://groups.google.com/group/jquery-ui-dev)
* [jQuery Plugins List Archives](https://groups.google.com/group/jquery-plugins)

2. Also, an interactive, browsable version of the General Discussion mailing list can be found on [Nabble](http://jquery.10927.n7.nabble.com/jQuery-General-Discussion-f3.html) (a forum-like mailing list mirror).

### Chat / IRC Channel

jQuery also has a very active IRC channel, `#jquery`, hosted by [freenode](http://freenode.net/).
jQuery also has a very active IRC channel, `#jquery`, hosted by [freenode](https://freenode.net/).

The IRC Channel is best if you need quick help with any of the following:

Expand All @@ -82,12 +82,12 @@ If your problem is more in-depth, we may ask you to post to the mailing list, or

**Room:** `#jquery`

You can also connect at http://webchat.freenode.net/?channels=#jquery.
You can also connect at https://webchat.freenode.net/?channels=#jquery.

If you wish to post code snippets to the channel, you should use a paste site, like [jsfiddle.net](http://jsfiddle.net/) or [jsbin.com](http://jsbin.com/).
If you wish to post code snippets to the channel, you should use a paste site, like [jsfiddle.net](https://jsfiddle.net/) or [jsbin.com](https://jsbin.com/).

Additional info regarding jQuery's use of IRC can be found on [irc.jquery.org](http://irc.jquery.org).
Additional info regarding jQuery's use of IRC can be found on [irc.jquery.org](https://irc.jquery.org).

### StackOverflow

There is an active and well-informed support community at [StackOverflow](http://stackoverflow.com/questions/tagged/jquery). You can likely find an answer for whatever issue you're experiencing. If your question isn't addressed, you can ask a new question and often receive a quick response.
There is an active and well-informed support community at [StackOverflow](https://stackoverflow.com/questions/tagged/jquery). You can likely find an answer for whatever issue you're experiencing. If your question isn't addressed, you can ask a new question and often receive a quick response.
Loading