summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-12-20 12:34:57 +0000
committerStephen Dolan <mu@netsoc.tcd.ie>2012-12-20 12:34:57 +0000
commit2d88792597c8256c95af72a6a72228d5ef031731 (patch)
treefcf0410946a3ccec179c3a5caab3242138329a7a /index.html
parent314db9c7ad0f8df589f6e0031def5a3ebb7a4db9 (diff)
docs update
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 14 insertions, 7 deletions
diff --git a/index.html b/index.html
index 60acff43..900d058a 100644
--- a/index.html
+++ b/index.html
@@ -55,12 +55,12 @@
<p>jq is a lightweight and flexible command-line JSON processor.</p>
<div class="btn-group" style="float:right">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
- Download jq-1.1
+ Download jq-1.2
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
- <li><a href="/jq/download/linux_x86_64/jq">Linux (x86_64)</a></li>
- <li><a href="/jq/download/osx_64/jq">OS X (64-bit)</a></li>
+ <li><a href="/jq/download/linux64/jq">Linux (64-bit)</a></li>
+ <li><a href="/jq/download/osx64/jq">OS X (64-bit)</a></li>
<li><a href="/jq/download">Other platforms and source</a></li>
</ul>
</div>
@@ -71,12 +71,19 @@
</div>
<div class="row" id="multiblurb">
- <div class="span4"><p>jq is like <code>sed</code> for JSON data - you can use it to slice and filter 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>
- <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&#8217;d expect.</p></div>
+ <div class="span4"><p>jq is like <code>sed</code> for JSON data &ndash; you can use it to slice and filter
+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>
+ <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.</p>
+ <p>Go read the <a href='tutorial'>tutorial</a> for more, or the <a href='manual'>manual</a>
+for <em>way</em> more.</p>
</div>
</div>
<footer>