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

replace all http URLs with https URLs where available #615

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>gm : GraphicsMagick for node.js</title>
<link href='http://fonts.googleapis.com/css?family=Cabin+Sketch|Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cabin+Sketch|Open+Sans' rel='stylesheet' type='text/css'>

<style type="text/css">
body {
Expand Down Expand Up @@ -53,18 +53,18 @@
</head>

<body>
<a href="http://github.com/aheckmann/gm"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<a href="https://github.com/aheckmann/gm"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">

<div class="download">
<a href="http://github.com/aheckmann/gm/zipball/master">
<img border="0" width="80" src="http://github.com/images/modules/download/zip.png"></a>
<a href="http://github.com/aheckmann/gm/tarball/master">
<img border="0" width="80" src="http://github.com/images/modules/download/tar.png"></a>
<a href="https://github.com/aheckmann/gm/zipball/master">
<img border="0" width="80" src="https://github.com/images/modules/download/zip.png"></a>
<a href="https://github.com/aheckmann/gm/tarball/master">
<img border="0" width="80" src="https://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="http://github.com/aheckmann/gm">gm <small>v1.9.0</small></a>
<h1><a href="https://github.com/aheckmann/gm">gm <small>v1.9.0</small></a>
<span class="small">GraphicsMagick for node.js</span>
</h1>

Expand Down Expand Up @@ -743,7 +743,7 @@ <h1><a href="http://github.com/aheckmann/gm">gm <small>v1.9.0</small></a>
<p>See the <a href="http://www.graphicsmagick.org/GraphicsMagick.html#details-stereo">docs</a> for detail.</p>
<pre><code>gm("img.png").stereo()</code></pre>
</li>
<li id="strip"><a href="http://www.imagemagick.org/script/command-line-options.php#strip">strip</a>
<li id="strip"><a href="https://www.imagemagick.org/script/command-line-options.php#strip">strip</a>
<p>Strips the image of any profiles or comments.</p>
<p>Similar to <a href="#profile">noProfile()</a> but removes both profile and comment data. <i>only works with imageMagick.</i></p>
<pre><code>gm("img.png").strip()</code></pre>
Expand Down Expand Up @@ -896,7 +896,7 @@ <h1><a href="http://github.com/aheckmann/gm">gm <small>v1.9.0</small></a>
</ul>
</li>
<li id="drawing-primitives"><h3>Drawing Primitives</h3>
<p>Take a look at <a href="http://github.com/aheckmann/gm/blob/master/examples/drawing.js">drawing.js</a> for examples.</p>
<p>Take a look at <a href="https://github.com/aheckmann/gm/blob/master/examples/drawing.js">drawing.js</a> for examples.</p>
<ul>
<li id="draw"><a href="http://www.graphicsmagick.org/GraphicsMagick.html#details-draw">draw</a>
<p>Annotate an image with one or more graphic primitives (shapes, text, transformations, pixel operations). Used internally for all drawing methods.</p>
Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>gm : GraphicsMagick for node.js</title>
<link href='http://fonts.googleapis.com/css?family=Cabin+Sketch|Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cabin+Sketch|Open+Sans' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
margin-top: 1.0em;
Expand Down Expand Up @@ -63,18 +63,18 @@
</script>
</head>
<body>
<a href="http://github.com/aheckmann/gm"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<a href="https://github.com/aheckmann/gm"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">

<div class="download">
<a href="http://github.com/aheckmann/gm/zipball/master">
<img border="0" width="80" src="http://github.com/images/modules/download/zip.png"></a>
<a href="http://github.com/aheckmann/gm/tarball/master">
<img border="0" width="80" src="http://github.com/images/modules/download/tar.png"></a>
<a href="https://github.com/aheckmann/gm/zipball/master">
<img border="0" width="80" src="https://github.com/images/modules/download/zip.png"></a>
<a href="https://github.com/aheckmann/gm/tarball/master">
<img border="0" width="80" src="https://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="http://github.com/aheckmann/gm">gm <small>v1.9.0</small></a>
<h1><a href="https://github.com/aheckmann/gm">gm <small>v1.9.0</small></a>
<span class="small">GraphicsMagick for node.js</span>
</h1>

Expand All @@ -91,7 +91,7 @@ <h1><a href="http://github.com/aheckmann/gm">gm <small>v1.9.0</small></a>
<iframe name="preview" id="preview" scrolling="no" src="examples/imgs/nodejs.png"></iframe>
<img src="loader.gif">
</div>
<form action="http://freezing-spring-5684.herokuapp.com/" target="preview">
<form action="https://freezing-spring-5684.herokuapp.com/" target="preview">
<select name="op">
<option value="blur">blur</option>
<option value="implode">implode</option>
Expand All @@ -109,7 +109,7 @@ <h1><a href="http://github.com/aheckmann/gm">gm <small>v1.9.0</small></a>
</div>

<h2>Get it!</h2>
<p>First install either <a href="http://www.graphicsmagick.org/" target="_blank">GraphicsMagick</a> or <a href="http://www.imagemagick.org/" target="_blank">ImageMagick</a>. Then:</p>
<p>First install either <a href="http://www.graphicsmagick.org/" target="_blank">GraphicsMagick</a> or <a href="https://www.imagemagick.org/" target="_blank">ImageMagick</a>. Then:</p>
<pre><code>> npm install gm</code></pre>
<h3><a href="docs.html">Read the documentation</a></h3>
</div>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h3><a href="docs.html">Read the documentation</a></h3>
var code = $("#raw-code code[data-code='" + e.target.id + "']").text();
exampleCode.text(code);

var url = 'http://freezing-spring-5684.herokuapp.com/?op='
var url = 'https://freezing-spring-5684.herokuapp.com/?op='
+ e.target.id

var img = new Image;
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
, "author": "Aaron Heckmann <[email protected]>"
, "keywords": ["nodejs", "graphics magick", "graphics", "magick", "image", "graphicsmagick", "imagemagick"]
, "engines": { "node": ">= 0.4.2" }
, "bugs": "http://github.com/aheckmann/gm/issues"
, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php"}]
, "bugs": "https://github.com/aheckmann/gm/issues"
, "licenses": [{ "type": "MIT", "url": "https//www.opensource.org/licenses/mit-license.php"}]
, "main": "./index"
, "contributors": [
{ "name": "Aaron Heckmann", "email": "[email protected]" }
, { "name": "Tero Parviainen", "github": "http://github.com/teropa" }
, { "name": "Evan Owen", "github": "http://github.com/kainosnoema" }
, { "name": "Tero Parviainen", "github": "https://github.com/teropa" }
, { "name": "Evan Owen", "github": "https://github.com/kainosnoema" }
]
, "repository": {
"type": "git"
, "url": "http://github.com/aheckmann/gm.git"
, "url": "https://github.com/aheckmann/gm.git"
}
, "devDependencies": {
"should": "0.2.1"
Expand Down