rwdtinker 1.41 → 1.42

Sign up to get free protection for your applications and to get access to all the features.
data/Readme.txt CHANGED
@@ -10,7 +10,7 @@ changing to the directory and
10
10
  ruby init.rb
11
11
 
12
12
  Then point your web browser to:
13
- http://localhost:7701/
13
+ http://localhost:7705/
14
14
 
15
15
  Or to the port that shows on the console or in the config.cnf file
16
16
 
@@ -1,4 +1,4 @@
1
- def openname
1
+ def openappletname
2
2
  require 'fileutils'
3
3
  nametext = "%s" % [@a_installlist]
4
4
 
@@ -1,5 +1,4 @@
1
1
 
2
- RwdTinkerVersion = "1.41"
3
2
  CodeName = "rwdtinker"
4
3
  CodeNameFile = CodeName + ".rb"
5
4
  LangNameFile = "rwdlanguage.rb"
@@ -0,0 +1,2 @@
1
+
2
+ RwdTinkerVersion = "1.42"
@@ -1,4 +1,3 @@
1
1
 
2
- RwdTinkerWin2Version = "0.5"
3
2
  ZipsLocation = "zips" # not yet functional
4
3
 
@@ -0,0 +1,3 @@
1
+
2
+ RwdTinkerWin2Version = "0.6"
3
+
@@ -9,7 +9,7 @@ $rwdguivar=
9
9
  </table>
10
10
 
11
11
  <horizontal>
12
- <button caption=\"View Install Text\" action=\"openname\"/>
12
+ <button caption=\"View Install Text\" action=\"openappletname\"/>
13
13
  <button caption=\"Cancel\" action=\"main\"/>
14
14
  </horizontal>
15
15
  <p>%displaytext%</p>
@@ -195,6 +195,11 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
195
195
  Thanks, Steven Gibson
196
196
 
197
197
  == Changelog:
198
+ version 1.42
199
+ update for live update system
200
+ update applets for live update
201
+ code file name cleanup
202
+
198
203
  version 1.41
199
204
  l10n work es,nl, jp
200
205
  separated out languge.cnf
Binary file
Binary file
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.3
2
+ rubygems_version: 0.8.4
3
3
  specification_version: 1
4
4
  name: rwdtinker
5
5
  version: !ruby/object:Gem::Version
6
- version: "1.41"
7
- date: 2005-01-10
6
+ version: "1.42"
7
+ date: 2005-01-12
8
8
  summary: rwdtinker application is a framework to program for RubyWebDialogs.
9
9
  require_paths:
10
10
  - "."
@@ -32,16 +32,18 @@ files:
32
32
  - code/zz0applicationend/zz0end.rb
33
33
  - code/dd0viewphoto/dd0viewphoto.rb
34
34
  - code/xa5rwdtinkercallable/callable.rb
35
- - code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb
36
- - code/xb1rwdtinkerbackwindow/ll1openname.rb
37
- - code/xb1rwdtinkerbackwindow/mm1removeapplet.rb
38
- - code/xb1rwdtinkerbackwindow/ll5listzips.rb
39
- - code/xb1rwdtinkerbackwindow/lm1installapplet.rb
35
+ - code/xb1rwdtinkerbackwindow/openappletname.rb
36
+ - code/xb1rwdtinkerbackwindow/removeapplet.rb
37
+ - code/xb1rwdtinkerbackwindow/installapplet.rb
38
+ - code/xb1rwdtinkerbackwindow/listzips.rb
40
39
  - code/xb1rwdtinkerbackwindow/diagnostictab.rb
41
40
  - code/xb1rwdtinkerbackwindow/rwdtinkerwin2version.rb
42
- - configuration/aa0rwdframework.cnf
43
- - configuration/ab1tinkerwin2.cnf
41
+ - code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
42
+ - configuration/tinkerwin2.cnf
43
+ - configuration/rwdtinkerversion.cnf
44
44
  - configuration/language.cnf
45
+ - configuration/rwdtinker.cnf
46
+ - configuration/tinkerwin2version.cnf
45
47
  - ev/sgml.rb
46
48
  - ev/xml.rb
47
49
  - ev/net.rb
@@ -100,12 +102,11 @@ files:
100
102
  - rwd_files/tinker.png
101
103
  - rwd_files/rdoc-style.css
102
104
  - rwd_files/HowTo_TinkerWin2.txt
103
- - zips/rwdhelloworld-0.3.zip
104
- - zips/rwdwshell-0.91.zip
105
- - zips/wrubyslippers-0.93.zip
106
- - zips/rwdrefreshacpi-0.3.zip
107
- - zips/rwdaschedule-0.7.zip
108
- - zips/rwdwcalc-0.3.zip
105
+ - zips/rwdrefreshacpi-0.4.zip
106
+ - zips/rwdwcalc-0.4.zip
107
+ - zips/rwdwshell-0.92.zip
108
+ - zips/rwdaschedule-0.8.zip
109
+ - zips/rwdhelloworld-0.4.zip
109
110
  - tests/totranslate.lang
110
111
  - tests/rwdtinkertestEN.rb
111
112
  - tests/test.result
Binary file
Binary file
Binary file