Development

This document describes how to develop your own TogoStanza components. You will need to download and install the TogoStanza framework to start development.

このページでは TogoStanza フレームワークを用いた開発を行う際に有用なドキュメントを紹介します。

Version 1 (Ruby/Rack)

Ruby/Rack version of the TogoStanza framework can be installed as a Ruby's gem package via "gem install togostanza" and the source code is available at GitHub.

Ruby/Rack 版の TogoStanza フレームワークは Ruby の gem package として "gem install togostanza" コマンドでインストールできます。またソースコードは GitHub から取得できます。

English version of development guide is in preparation. (Japanese document can be found at GitHub Wiki).

これを利用した TogoStanza の開発方法は チュートリアルリファレンス を参照してください。

Version 2 (JavaScript)

JavaScript version of the TogoStanza framework can be downloaded from GitHub as a binary executable file and the source code is also available at GitHub.

JavaScript 版の TogoStanza フレームワークは GitHub から各OS用のバイナリ実行ファイルとしてダウンロードできます。ソースコードも GitHub で公開されています。

Development guide of the JavaScript version of the TogoStanza framework can be found at GitHub and the reference manual can be found at GitHub.

これを利用した TogoStanza の開発方法は Getting StartedReference を参照してください。