replace all http URLs with https URLs where available

This gets rid of the nasty yellow triangle on https://aheckmann.github.io/gm/
gh-pages
Thomas Grainger 7 years ago
parent 2f8a81a002
commit a0b8dbc2eb
No known key found for this signature in database
GPG Key ID: 995EA0A029283160
  1. 18
      docs.html
  2. 20
      index.html
  3. 10
      package.json

@ -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 {
@ -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>
@ -743,7 +743,7 @@ gm("img.png").append("another.jpg", "third.gif", true)
<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>
@ -896,7 +896,7 @@ gm("img.png").append("another.jpg", "third.gif", true)
</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>

@ -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;
@ -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>
@ -91,7 +91,7 @@ gm('/path/to/image.jpg')
<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>
@ -109,7 +109,7 @@ gm('/path/to/image.jpg')
</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>
@ -150,7 +150,7 @@ gm('/path/to/image.jpg')
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;

@ -4,17 +4,17 @@
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"
, "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": "aaron.heckmann+github@gmail.com" }
, { "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"

Loading…
Cancel
Save