summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-07-23 21:58:22 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-07-23 21:58:22 -0700
commit3a225ab069e1faea33af9d4678a5d286faf16c61 (patch)
tree8b8060bb37856948b8de88fa7fd40bb42eeb08de /index.html
parent702c17984b383f57a175772d30f4574d09fc4b33 (diff)
Update site from master
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/index.html b/index.html
index d82eb40e..461e68b8 100644
--- a/index.html
+++ b/index.html
@@ -87,14 +87,18 @@ and map and transform structured data with the same ease that <code>sed</code>,
<code>awk</code>, <code>grep</code> and friends let you play with text.</p></div>
<div class="span4"><p>jq is written in portable C, and it has zero runtime
dependencies. You can download a single binary, <code>scp</code> it to a far away
-machine, and expect it to work.</p></div>
+machine of the same type, and expect it to work.</p></div>
<div class="span4"><p>jq can mangle the data format that you have into the one that you
want with very little effort, and the program to do so is often
shorter and simpler than you&rsquo;d expect.</p></div>
</div>
<div class="row" style="text-align:center; margin-top: 30px">
<p>Go read the <a href='tutorial/'>tutorial</a> for more, or the <a href='manual/'>manual</a>
-for <em>way</em> more. Ask questions over on <a href="http://stackoverflow.com/">stackoverflow</a> using the <a href="http://stackoverflow.com/questions/tagged/jq">jq</a> tag, or on the <a href="http://irc.lc/freenode/%23jq/">#jq</a> channel over on <a href="https://webchat.freenode.net/">Freenode</a>.</p>
+for <em>way</em> more. Ask questions over on
+<a href='http://stackoverflow.com/'>stackoverflow</a> using the <a href='http://stackoverflow.com/questions/tagged/jq'>jq
+tag</a>, or on the
+<a href='http://irc.lc/freenode/%23jq/'>#jq</a> channel over on
+<a href='https://webchat.freenode.net/'>Freenode</a>.</p>
</div>
<div class="row">
<h2>News</h2>
@@ -102,11 +106,10 @@ for <em>way</em> more. Ask questions over on <a href="http://stackoverflow.com/
<ul>
<li><span class="date">01 January 2015</span><p>jq 1.5rc1 Get it on the <a href='https://github.com/stedolan/jq/releases'>releases</a> page.</p></li>
-
+
<li><span class="date">06 June 2014</span><p>jq 1.4 (finally) released! Get it on the <a href='download/'>download</a> page.</p></li>
<li><span class="date">05 May 2013</span><p>jq 1.3 released.</p></li>
-
</ul>
</div>