summaryrefslogtreecommitdiffstats
path: root/download
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-15 13:22:58 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-15 13:22:58 -0700
commit879922d294fff64ea0df2c65c69ef9cc0e8ed079 (patch)
treee8b7686c8bb7669abbe170d9fc3c5ef7c1537ceb /download
parent478f4cff79341497ec3eae5054e84e30cb6979bf (diff)
Pick up https and updated gems
Diffstat (limited to 'download')
-rw-r--r--download/index.html82
1 files changed, 44 insertions, 38 deletions
diff --git a/download/index.html b/download/index.html
index e26ef05c..ea6855d3 100644
--- a/download/index.html
+++ b/download/index.html
@@ -1,10 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <script>
+ if ((window.location.host == "stedolan.github.io") && (window.location.protocol != "https:"))
+ window.location.protocol = "https";
+ </script>
<meta charset="utf-8">
<title>Download jq</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <link rel="canonical" href="https://stedolan.github.io/jq/download/" />
<link rel="stylesheet" href="/jq/bootstrap/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="/jq/css/base.css" type="text/css">
<!--[if lt IE 9]>
@@ -44,7 +49,7 @@
<li><a href="https://github.com/stedolan/jq/issues">Issues</a></li>
<li><a href="https://github.com/stedolan/jq">Source</a></li>
- <li><a href="http://jqplay.org">Try online!</a></li>
+ <li><a href="https://jqplay.org">Try online!</a></li>
<li><a href="https://raw.githubusercontent.com/stedolan/jq/master/NEWS">News</a></li>
</ul>
</div>
@@ -57,94 +62,95 @@
<h1>Download jq</h1>
- <p>jq is written in C and has no runtime dependencies, so it should be possible to build it for nearly any platform. Prebuilt binaries are available for Linux, OS X and Windows.</p>
+
+<p>jq is written in C and has no runtime dependencies, so it should be possible to build it for nearly any platform. Prebuilt binaries are available for Linux, OS X and Windows.</p>
<p>The binaries should just run, but on OS X and Linux you may need to make them executable first using <code>chmod +x jq</code>.</p>
<p>jq is licensed under the MIT license. For all of the gory details, read the file <code>COPYING</code> in the source distribution.</p>
-<h3 id='linux'>Linux</h3>
+<h3 id="linux">Linux</h3>
<ul>
<li>
-<p>jq 1.4 is in the official <a href='http://packages.debian.org/jq'>Debian</a> and <a href='http://packages.ubuntu.com/jq'>Ubuntu</a> repositories. Install using <code>sudo apt-get install jq</code>.</p>
+<p>jq 1.4 is in the official <a href="https://packages.debian.org/jq">Debian</a> and <a href="http://packages.ubuntu.com/jq">Ubuntu</a> repositories. Install using <code>sudo apt-get install jq</code>.</p>
</li>
<li>
-<p>jq 1.3 is in the official <a href='http://pkgs.fedoraproject.org/cgit/jq.git/'>Fedora</a> repository. Install using <code>sudo yum install jq</code>.</p>
+<p>jq 1.3 is in the official <a href="http://pkgs.fedoraproject.org/cgit/jq.git/">Fedora</a> repository. Install using <code>sudo yum install jq</code>.</p>
</li>
<li>
-<p>For Arch users, a PKGBUILD is in the <a href='https://aur.archlinux.org/packages/jq-git/'>AUR</a>. Refer to the <a href='https://wiki.archlinux.org/index.php/Arch_User_Repository'>ArchWiki</a> for how to install from AUR.</p>
+<p>For Arch users, a PKGBUILD is in the <a href="https://aur.archlinux.org/packages/jq-git/">AUR</a>. Refer to the <a href="https://wiki.archlinux.org/index.php/Arch_User_Repository">ArchWiki</a> for how to install from AUR.</p>
</li>
<li>
-<p>jq 1.4 binaries for <a href='https://github.com/stedolan/jq/releases/download/jq-1.4/jq-linux-x86_64'>64-bit</a> or <a href='https://github.com/stedolan/jq/releases/download/jq-1.4/jq-linux-x86'>32-bit</a>.</p>
+<p>jq 1.4 binaries for <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-linux-x86_64">64-bit</a> or <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-linux-x86">32-bit</a>.</p>
</li>
<li>
-<p>jq 1.3 binaries for <a href='https://github.com/stedolan/jq/releases/download/jq-1.3/jq-linux-x86_64'>64-bit</a> or <a href='https://github.com/stedolan/jq/releases/download/jq-1.3/jq-linux-x86'>32-bit</a>.</p>
+<p>jq 1.3 binaries for <a href="https://github.com/stedolan/jq/releases/download/jq-1.3/jq-linux-x86_64">64-bit</a> or <a href="https://github.com/stedolan/jq/releases/download/jq-1.3/jq-linux-x86">32-bit</a>.</p>
</li>
</ul>
-<h3 id='os_x'>OS X</h3>
+<h3 id="os_x">OS X</h3>
<ul>
<li>
-<p>Use <a href='http://brew.sh/'>Homebrew</a> to install jq 1.4 with <code>brew install jq</code>. You can also install 1.5rc2 with <code>brew install --devel jq</code>.</p>
+<p>Use <a href="http://brew.sh/">Homebrew</a> to install jq 1.4 with <code>brew install jq</code>. You can also install 1.5rc2 with <code>brew install --devel jq</code>.</p>
</li>
<li>
-<p>jq 1.4 binaries for <a href='https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86_64'>64-bit</a> or <a href='https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86'>32-bit</a>.</p>
+<p>jq 1.4 binaries for <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86_64">64-bit</a> or <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86">32-bit</a>.</p>
</li>
<li>
-<p>jq 1.3 binaries for <a href='https://github.com/stedolan/jq/releases/download/jq-1.3/jq-osx-x86_64'>64-bit</a> or <a href='https://github.com/stedolan/jq/releases/download/jq-1.3/jq-osx-x86'>32-bit</a>.</p>
+<p>jq 1.3 binaries for <a href="https://github.com/stedolan/jq/releases/download/jq-1.3/jq-osx-x86_64">64-bit</a> or <a href="https://github.com/stedolan/jq/releases/download/jq-1.3/jq-osx-x86">32-bit</a>.</p>
</li>
</ul>
-<h3 id='solaris'>Solaris</h3>
+<h3 id="solaris">Solaris</h3>
<ul>
<li>
-<p><code>pkgutil -i jq</code> in <a href='http://www.opencsw.org/p/jq'>OpenCSW</a> for Solaris 10+, Sparc and x86.</p>
+<p><code>pkgutil -i jq</code> in <a href="https://www.opencsw.org/p/jq">OpenCSW</a> for Solaris 10+, Sparc and x86.</p>
</li>
<li>
-<p>jq 1.4 binaries for Solaris 11 <a href='https://github.com/stedolan/jq/releases/download/jq-1.4/jq-solaris11-64'>64-bit</a> or <a href='https://github.com/stedolan/jq/releases/download/jq-1.4/jq-solaris11-32'>32-bit</a>.</p>
+<p>jq 1.4 binaries for Solaris 11 <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-solaris11-64">64-bit</a> or <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-solaris11-32">32-bit</a>.</p>
</li>
</ul>
-<h3 id='windows'>Windows</h3>
+<h3 id="windows">Windows</h3>
<ul>
<li>
-<p>Use <a href='https://chocolatey.org/'>Chocolatey NuGet</a> to install jq 1.4 with <code>chocolatey install jq</code>.</p>
+<p>Use <a href="https://chocolatey.org/">Chocolatey NuGet</a> to install jq 1.4 with <code>chocolatey install jq</code>.</p>
</li>
<li>
-<p>jq 1.4 executables for <a href='https://github.com/stedolan/jq/releases/download/jq-1.4/jq-win64.exe'>64-bit</a> or <a href='https://github.com/stedolan/jq/releases/download/jq-1.4/jq-win32.exe'>32-bit</a>.</p>
+<p>jq 1.4 executables for <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-win64.exe">64-bit</a> or <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-win32.exe">32-bit</a>.</p>
</li>
<li>
-<p>jq 1.3 executables for <a href='https://github.com/stedolan/jq/releases/download/jq-1.3/jq-win64.exe'>64-bit</a> or <a href='https://github.com/stedolan/jq/releases/download/jq-1.3/jq-win32.exe'>32-bit</a>.</p>
+<p>jq 1.3 executables for <a href="https://github.com/stedolan/jq/releases/download/jq-1.3/jq-win64.exe">64-bit</a> or <a href="https://github.com/stedolan/jq/releases/download/jq-1.3/jq-win32.exe">32-bit</a>.</p>
</li>
</ul>
-<h3 id='checksums'>Checksums</h3>
+<h3 id="checksums">Checksums</h3>
-<p>See <a href='https://raw.githubusercontent.com/stedolan/jq/master/sha1sum.txt'>sha1sum.txt</a> for SHA-1 checksums of the binaries linked above.</p>
+<p>See <a href="https://raw.githubusercontent.com/stedolan/jq/master/sha1sum.txt">sha1sum.txt</a> for SHA-1 checksums of the binaries linked above.</p>
-<h3 id='from_source_on_linux_os_x_cygwin_and_other_posixlike_operating_systems'>From source on Linux, OS X, Cygwin, and other POSIX-like operating systems</h3>
+<h3 id="from_source_on_linux_os_x_cygwin_and_other_posixlike_operating_systems">From source on Linux, OS X, Cygwin, and other POSIX-like operating systems</h3>
<ul>
-<li><a href='https://github.com/stedolan/jq/archive/jq-1.4.tar.gz'>Source tarball for jq 1.4</a></li>
+<li><a href="https://github.com/stedolan/jq/archive/jq-1.4.tar.gz">Source tarball for jq 1.4</a></li>
</ul>
<p>You can build it using the usual <code>./configure &amp;&amp; make &amp;&amp; sudo
make install</code> rigmarole.</p>
-<p>If you&#8217;re interested in using the lastest development version, try:</p>
+<p>If you’re interested in using the lastest development version, try:</p>
<pre><code>git clone https://github.com/stedolan/jq.git
cd jq
@@ -153,32 +159,33 @@ autoreconf -i
make
sudo make install</code></pre>
-<p>To build it from a git clone, you&#8217;ll need to install a few packages first:</p>
+<p>To build it from a git clone, you’ll need to install a few packages first:</p>
<ul>
-<li><a href='http://flex.sourceforge.net/'>Flex</a></li>
+<li><a href="http://flex.sourceforge.net/">Flex</a></li>
-<li><a href='http://www.gnu.org/software/bison/'>Bison</a></li>
+<li><a href="https://www.gnu.org/software/bison/">Bison</a></li>
-<li><a href='http://gcc.gnu.org'>GCC</a></li>
+<li><a href="https://gcc.gnu.org">GCC</a></li>
-<li><a href='http://www.gnu.org/software/make/'>Make</a></li>
+<li><a href="https://www.gnu.org/software/make/">Make</a></li>
-<li><a href='http://www.gnu.org/software/automake/'>Autotools</a></li>
+<li><a href="https://www.gnu.org/software/automake/">Autotools</a></li>
</ul>
-<p>For Linux systems, these will all be in your system&#8217;s package manager, and if you do development on the machine they&#8217;re most likely already installed.</p>
+<p>For Linux systems, these will all be in your system’s package manager, and if you do development on the machine they’re most likely already installed.</p>
-<p>On OS X, these are all included in Apple&#8217;s command line tools, which can be installed from <a href='https://developer.apple.com/xcode/'>Xcode</a>. However, you may find that you need a newer version of Bison than the one provided by Apple. This can be found in <a href='http://brew.sh'>Homebrew</a> or <a href='http://macports.org/'>MacPorts</a>.</p>
+<p>On OS X, these are all included in Apple’s command line tools, which can be installed from <a href="https://developer.apple.com/xcode/">Xcode</a>. However, you may find that you need a newer version of Bison than the one provided by Apple. This can be found in <a href="http://brew.sh">Homebrew</a> or <a href="https://macports.org/">MacPorts</a>.</p>
<p>Flex and Bison are used to generate the lexer and parser for jq. For jq 1.5, neither is required if you use <code>./configure
--disable-maintainer-mode</code> instead of <code>./configure</code>. This flag says to use the pre-generated lexer and parser that come with the code.</p>
-<h4 id='building_the_documentation'>Building the documentation</h4>
+<h4 id="building_the_documentation">Building the documentation</h4>
+
+<p>jq’s documentation is compiled into static HTML using <a href="http://www.tinytree.info">Bonsai</a>. To view the documentation locally, run <code>rake serve</code> (or <code>bundle exec rake serve</code>) from the docs/ subdirectory. To build the docs just <code>rake build</code> from the docs subdirectory. You’ll need a few Ruby dependencies, which can be installed by following the instructions in <code>docs/README.md</code>.</p>
-<p>jq&#8217;s documentation is compiled into static HTML using <a href='http://www.tinytree.info'>Bonsai</a>. To view the documentation locally, run <code>rake serve</code> (or <code>bundle exec rake serve</code>) from the docs/ subdirectory. To build the docs just <code>rake build</code> from the docs subdirectory. You&#8217;ll need a few Ruby dependencies, which can be installed by following the instructions in <code>docs/README.md</code>.</p>
+<p>The man page is built by <code>make jq.1</code>, or just <code>make</code>, also from the YAML docs, and you’ll still need the Ruby dependencies to build the manpage.</p>
-<p>The man page is built by <code>make jq.1</code>, or just <code>make</code>, also from the YAML docs, and you&#8217;ll still need the Ruby dependencies to build the manpage.</p>
@@ -188,9 +195,8 @@ sudo make install</code></pre>
<footer>
<div class="container">
- <p>This website is made with <a href='http://www.tinytree.info'>Bonsai</a> and <a href='http://getbootstrap.com'>Bootstrap</a>, themed with <a href='https://bootswatch.com'>Bootswatch</a>.</p>
-
-<p>jq is licensed under the MIT license (code) and the <a href='https://creativecommons.org/licenses/by/3.0/'>CC-BY-3.0</a> license (docs).</p>
+ <p>This website is made with <a href="http://www.tinytree.info">Bonsai</a> and <a href="http://getbootstrap.com">Bootstrap</a>, themed with <a href="https://bootswatch.com">Bootswatch</a>.</p>
+ <p>jq is licensed under the MIT license (code) and the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY-3.0</a> license (docs).</p>
</div>
</footer>