tofu 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/doc/Div.rd +16 -0
- data/doc/request.gif +0 -0
- data/doc/request.obj +809 -0
- data/doc/response.gif +0 -0
- data/doc/response.obj +765 -0
- data/doc/yfd01.gif +0 -0
- data/doc/yfd01.obj +200 -0
- data/doc/yfd02.gif +0 -0
- data/doc/yfd02.obj +146 -0
- data/doc/yfd03.gif +0 -0
- data/doc/yfd03.obj +243 -0
- data/lib/tofu/version.rb +3 -0
- data/lib/tofu.rb +636 -0
- data/sample/koto/base.erb +53 -0
- data/sample/koto/enter.erb +3 -0
- data/sample/koto/koto.rb +206 -0
- data/sample/koto/list.erb +20 -0
- metadata +89 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 5778a4658dbee2aee1a682e626ed9117b8c92168
|
4
|
+
data.tar.gz: 9b75a6196e0076e87e005ac74c3029afe4aed796
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c32f459d170b775c172aba1a1ebb0bb43be67a79f72e9b5469c8f0ccc35f3bb519b7c49a991ea7cc18c3bac26e579ed18c0d71338a8abf69432aa2cf660658ea
|
7
|
+
data.tar.gz: f596caaf23e60c39550deec02182ab09b6212b26c4e20ce40052ffd66a9dfea03ff3d0e0b853b949f04d7c20b7b19b8e892222be8fec6e32d60dc1895c8fc7e8
|
data/doc/Div.rd
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
=begin
|
2
|
+
|
3
|
+
Div can write Web application like GUI programming.
|
4
|
+
|
5
|
+
* Div overview. (English)
|
6
|
+
* ((<URL:http://www.jin.gr.jp/~nahi/RWiki/?cmd=view;name=Div>))
|
7
|
+
|
8
|
+
|
9
|
+
* Tofu memo. (Nihongo)
|
10
|
+
* ((<URL:http://www.jin.gr.jp/~nahi/RWiki/?cmd=view;name=Tofu>))
|
11
|
+
|
12
|
+
|
13
|
+
* Programming Web Application with Div. (Nihongo, div-0.3)
|
14
|
+
* ISBN4-7561-3961-2
|
15
|
+
|
16
|
+
=end
|
data/doc/request.gif
ADDED
Binary file
|