[Groonga-commit] droonga/droonga.org at 93e3be4 [gh-pages] Fix markup

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Feb 28 14:09:31 JST 2014


YUKI Hiroshi	2014-02-28 14:09:31 +0900 (Fri, 28 Feb 2014)

  New Revision: 93e3be4c1c5e50f8dda7d646b063f8ac816bd23f
  https://github.com/droonga/droonga.org/commit/93e3be4c1c5e50f8dda7d646b063f8ac816bd23f

  Message:
    Fix markup

  Modified files:
    news/_posts/2014-02-28-release.md

  Modified: news/_posts/2014-02-28-release.md (+6 -1)
===================================================================
--- news/_posts/2014-02-28-release.md    2014-02-28 14:02:26 +0900 (f07595c)
+++ news/_posts/2014-02-28-release.md    2014-02-28 14:09:31 +0900 (ef0abcd)
@@ -42,13 +42,16 @@ The release has the following changes:
    See the [plugin development tutorial for the handling phase][tutorial-handler] for more details.
  * Declaration style of plugins is changed a little.
    Old:
+   
    ~~~ruby
    module MyPlugin
      Plugin.registry.register("my-plugin", self)
      ...
    end
    ~~~
+   
    New:
+   
    ~~~ruby
    module MyPlugin
      extend Plugin
@@ -56,6 +59,7 @@ The release has the following changes:
      ...
    end
    ~~~
+   
    You have to migrate your plugins written for Droonga 0.9.9.
 
 ## Conclusion
@@ -63,7 +67,8 @@ The release has the following changes:
  * Droonga 1.0.0 has been released!
  * "catalog.json" becomes more readable.
  * Plugins can work with the data storage.
- * Droonga plugin will be writable in the next release.
+ * You have to migrate your plugin written for Droonga 0.9.9.
+   You'll complete it with a tiny modification.
  * Droonga project will release a new version every month!
 
 Droonga project welcomes you to join us as a user and/or a developer! See [community][] to contact us!
-------------- next part --------------
HTML����������������������������...
다운로드 



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