[Groonga-commit] groonga/groonga.org at 35d059c [gh-pages] blog en: use markdown for 2011/12/29 blog post

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sat Feb 6 14:04:29 JST 2016


HAYASHI Kentaro	2016-02-06 14:04:29 +0900 (Sat, 06 Feb 2016)

  New Revision: 35d059c8d2d24f9dc3a4fc51450ddd9b62e413f8
  https://github.com/groonga/groonga.org/commit/35d059c8d2d24f9dc3a4fc51450ddd9b62e413f8

  Message:
    blog en: use markdown for 2011/12/29 blog post

  Renamed files:
    en/_posts/2011-12-29-release.md
      (from en/_posts/2011-12-29-release.textile)

  Renamed: en/_posts/2011-12-29-release.md (+15 -20) 60%
===================================================================
--- en/_posts/2011-12-29-release.textile    2016-02-06 13:58:59 +0900 (38912b0)
+++ en/_posts/2011-12-29-release.md    2016-02-06 14:04:29 +0900 (e91c7e7)
@@ -2,48 +2,43 @@
 layout: post.en
 title: Groonga 1.2.9 has been released
 ---
-h2. Groonga 1.2.9 has been released
 
-"Groonga 1.2.9":/docs/news.html#release-1-2-9 has been released!
+## Groonga 1.2.9 has been released
 
-How to install:: "Install":/docs/install.html
+[Groonga 1.2.9](/docs/news.html#release-1-2-9) has been released!
 
-The "characteristics of groonga page":/docs/characteristic.html is updated. Please check it out again if you already know groonga. You may find a new characteristic.
+How to install:: [Install](/docs/install.html)
 
-h3. MessagePack support
+The [characteristics of groonga page](/docs/characteristic.html) is updated. Please check it out again if you already know groonga. You may find a new characteristic.
+
+### MessagePack support
 
 Groonga supports JSON, XML, TSV output format. Since this release, groonga also support MessagePack output format. (NOTE: Only major commands are supported. There are some minor commands are not supported yet.)
 
 If you have a problem with JSON (e.g. JSON requires large ammount data size, long parse time and so on.), please try MessagePack output. Here is an example to use MessgaePack output with HTTP interface. You just add ".msgpack" extension to path.
 
-<pre>
-http://localhost:10041/d/select.msgpack?...
-</pre>
+    http://localhost:10041/d/select.msgpack?...
 
 You can use "--output_type msgpack" for command line interface or gqtp interface.
 
-<pre>
-select --output_type msgpack ...
-</pre>
+    select --output_type msgpack ...
 
-h3. A throughput chart on administration page is added
+### A throughput chart on administration page is added
 
 You can use groonga administration page at http://localhost:10041/ when you run groonga as a HTTP server. A real-time throughput chart has been added to the page.
 
-!/images/groonga-admin/throughput-graph.png(A throughput chart in administration page)!
+![A throughput chart in administration page](/images/groonga-admin/throughput-graph.png "A throughput chart in administration page")
 
-It will be useful when you use groonga with HTTP interface and want to knwo "the current throughput". If you want to know the past througupht, it will not be useful because the chart doesn't keep the past data. You should use other service managerment tool or statistics visualization tool.
+It will be useful when you use groonga with HTTP interface and want to knwo "the current throughput". If you want to know the past througupht, it will not be useful because the chart doesn’t keep the past data. You should use other service managerment tool or statistics visualization tool.
 
 Groonga also provides a Munin plugin, groonga_throughput, that generates throughput data of groonga. It supports both HTTP interface and gqtp interface.
 
-h3. Mass delete
+### Mass delete
 
 You could only delete a record by a delete command. Since this release, you can delete some records that matches specified condition by a delete command. You can use "--filter" option for specifying condition on delete command. It uses the same syntax of "--filter" option of select command. Here is an example to delete records that has "deleted=true" column value from "users" table.
 
-<pre>
-delete users --filter 'deleted == true'
-</pre>
+    delete users --filter 'deleted == true'
 
-h3. Changes
+### Changes
 
-Changes since 1.2.8: "Release 1.2.9 - 2011/12/29":/docs/news.html#release-1-2-9
+Changes since 1.2.8: [Release 1.2.9 - 2011/12/29](/docs/news.html#release-1-2-9)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index