[Groonga-commit] droonga/presentation-groonga-night-5-introduction at 36688ef [master] Add configuration files

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 20 17:58:48 JST 2014


YUKI Hiroshi	2014-11-20 17:58:48 +0900 (Thu, 20 Nov 2014)

  New Revision: 36688ef64b4a2c506284d5bfabc534558c77b9fa
  https://github.com/droonga/presentation-groonga-night-5-introduction/commit/36688ef64b4a2c506284d5bfabc534558c77b9fa

  Message:
    Add configuration files

  Added files:
    .gitignore
    .rabbit
    Rakefile
    config.yaml
  Modified files:
    README.md

  Added: .gitignore (+3 -0) 100644
===================================================================
--- /dev/null
+++ .gitignore    2014-11-20 17:58:48 +0900 (50a681b)
@@ -0,0 +1,3 @@
+/.tmp/
+/pkg/
+/pdf/

  Added: .rabbit (+1 -0) 100644
===================================================================
--- /dev/null
+++ .rabbit    2014-11-20 17:58:48 +0900 (fbbb417)
@@ -0,0 +1 @@
+droonga-as-groonga-with-replication.md

  Modified: README.md (+24 -3)
===================================================================
--- README.md    2014-11-20 17:45:25 +0900 (29d97d3)
+++ README.md    2014-11-20 17:58:48 +0900 (5b010e7)
@@ -1,4 +1,25 @@
-presentation-groonga-night-5-introduction
-=========================================
+# Droonga - 分散Groongaで快適レプリケーション生活(仮)
+
+[全文検索エンジンGroongaを囲む夕べ5](http://groonga.doorkeeper.jp/events/15816)用の発表資料です。
+Groongaユーザ向けのDroongaの簡単な紹介と、Groongaを利用したアプリケーションをDroongaに移行する手順の解説です。
+
+## 作者向け
+
+### 表示
+
+    rake
+
+### 公開
+
+    rake publish
+
+## 閲覧者向け
+
+### インストール
+
+    gem install rabbit-slide-Piro-droonga-as-groonga-with-replication
+
+### 表示
+
+    rabbit rabbit-slide-Piro-droonga-as-groonga-with-replication.gem
 
-Droonga - 分散Groongaで快適レプリケーション生活(仮) at http://groonga.doorkeeper.jp/events/15816

  Added: Rakefile (+17 -0) 100644
===================================================================
--- /dev/null
+++ Rakefile    2014-11-20 17:58:48 +0900 (87a64cc)
@@ -0,0 +1,17 @@
+require "rabbit/task/slide"
+
+# Edit ./config.yaml to customize meta data
+
+spec = nil
+Rabbit::Task::Slide.new do |task|
+  spec = task.spec
+  # task.spec.files += Dir.glob("doc/**/*.*")
+  # task.spec.files -= Dir.glob("private/**/*.*")
+  # task.spec.add_runtime_dependency("YOUR THEME")
+end
+
+desc "Tag #{spec.version}"
+task :tag do
+  sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
+  sh("git", "push", "--tags")
+end

  Added: config.yaml (+21 -0) 100755
===================================================================
--- /dev/null
+++ config.yaml    2014-11-20 17:58:48 +0900 (609b675)
@@ -0,0 +1,21 @@
+---
+id: droonga-as-groonga-with-replication
+base_name: droonga-as-groonga-with-replication
+tags:
+- droonga
+- groonga
+presentation_date: 2014/11/29
+version: 2014.11.29
+licenses: []
+slideshare_id: droonga-as-groonga-with-replication 
+speaker_deck_id: 
+ustream_id: 
+vimeo_id: 
+youtube_id: 
+author:
+  markup_language: :markdown
+  name: 結城洋志
+  email: yuki �� clear-code.com
+  rubygems_user: Piro
+  slideshare_user: pirooutsiderreflex
+  speaker_deck_user: 
-------------- next part --------------
HTML����������������������������...
Download 



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