rubyslippers 1.06 → 1.07

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.
Files changed (78) hide show
  1. data/Readme.txt +421 -234
  2. data/code/01rwdcore/01rwdcore.rb +4 -0
  3. data/code/01rwdcore/openhelpwindow.rb +1 -1
  4. data/code/01rwdcore/rwdtinkerversion.rb +1 -1
  5. data/code/superant.com.rubyslippers/0uninstallapplet.rb +1 -1
  6. data/code/superant.com.rubyslippers/gemserve.rb +0 -3
  7. data/code/superant.com.rubyslippers/gemwhich.rb +1 -1
  8. data/code/superant.com.rubyslippers/test_cases.rb +1 -2
  9. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +119 -79
  10. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +12 -5
  11. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -1
  12. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +1 -1
  13. data/configuration/rwdtinker.dist +2 -2
  14. data/configuration/wrubyslippers-1.07.dist +24 -0
  15. data/gui/00coreguibegin/applicationguitop.rwd +1 -1
  16. data/gui/frontwindow0/{viewlogo/cc0openphoto.rwd → cc0openphoto.rwd} +0 -0
  17. data/gui/{frontwindowselectionbegin/selectiontabbegin → frontwindowselections}/00selectiontabbegin.rwd +0 -0
  18. data/gui/frontwindowselections/{superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd → jumplinkcommands.rwd} +1 -1
  19. data/gui/{frontwindowselectionzend/viewselectionzend → frontwindowselections}/wwselectionend.rwd +0 -0
  20. data/gui/{frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd → frontwindowtdocuments/00documentbegin.rwd} +0 -0
  21. data/gui/frontwindowtdocuments/{superant.com.documents/tinkerdocuments.rwd → tinkerdocuments.rwd} +0 -0
  22. data/gui/{helpaboutbegin/superant.com.helpaboutbegin → frontwindowtdocuments}/zzdocumentend.rwd +0 -0
  23. data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzrwdlasttab.rwd → zzzrwdlasttab.rwd} +0 -0
  24. data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd → zzzzhelpscreenstart.rwd} +0 -0
  25. data/gui/{helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd → helpaboutbegin/zzzzzzhelpabouttab.rwd} +0 -0
  26. data/gui/helpaboutzend/{superant.com.helpaboutend/helpscreenend.rwd → helpscreenend.rwd} +0 -0
  27. data/gui/helpaboutzend/{superant.com.helpaboutend/zhelpscreenstart2.rwd → zhelpscreenstart2.rwd} +0 -0
  28. data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpabout2.rwd → zzzzhelpabout2.rwd} +0 -0
  29. data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpscreen2end.rwd → zzzzhelpscreen2end.rwd} +0 -0
  30. data/gui/tinkerbackwindows/superant.com.rubyslippers/75gemwhich.rwd +1 -3
  31. data/gui/tinkerbackwindows/superant.com.rubyslippers/90gemserverscan.rwd +2 -2
  32. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +1 -1
  33. data/gui/zzcoreguiend/{tinkerapplicationguiend/yy9rwdend.rwd → yy9rwdend.rwd} +0 -0
  34. data/init.rb +2 -2
  35. data/installed/{wrubyslippers-1.06.inf → wrubyslippers-1.07.inf} +7 -2
  36. data/lang/en/rwdcore/languagefile.rb +3 -4
  37. data/lang/es/rubyslippers/languagefile.rb +7 -10
  38. data/lang/es/rwdcore/languagefile-es.rb +0 -6
  39. data/lang/fr/rubyslippers/languagefile.rb +6 -10
  40. data/lang/jp/rubyslippers/languagefile.rb +6 -10
  41. data/lang/nl/rubyslippers/languagefile.rb +6 -10
  42. data/lang/nl/rwdcore/languagefile.rb +0 -6
  43. data/{extras → lib}/rconftool.rb +0 -0
  44. data/{ev → lib/rwd}/browser.rb +2 -2
  45. data/{ev → lib/rwd}/ftools.rb +0 -0
  46. data/{ev → lib/rwd}/mime.rb +0 -0
  47. data/{ev → lib/rwd}/net.rb +3 -3
  48. data/{ev → lib/rwd}/ruby.rb +0 -0
  49. data/{ev → lib/rwd}/rwd.rb +7 -7
  50. data/{ev → lib/rwd}/sgml.rb +1 -1
  51. data/{ev → lib/rwd}/thread.rb +1 -1
  52. data/{ev → lib/rwd}/tree.rb +2 -2
  53. data/{ev → lib/rwd}/xml.rb +1 -1
  54. data/{extras → lib}/zip/ioextras.rb +0 -0
  55. data/{extras → lib}/zip/stdrubyext.rb +0 -0
  56. data/{extras → lib}/zip/tempfile_bugfixed.rb +0 -0
  57. data/{extras → lib}/zip/zip.rb +2 -2
  58. data/{extras → lib}/zip/zipfilesystem.rb +0 -0
  59. data/{extras → lib}/zip/ziprequire.rb +0 -0
  60. data/rubyslippers.rb +1 -1
  61. data/rwd_files/HowTo_RubySlippers.txt +7 -3
  62. data/rwd_files/HowTo_Tinker.txt +31 -9
  63. data/tests/makedist-wrubyslippers.rb +1 -0
  64. data/tests/makedist.rb +12 -5
  65. data/zips/rwdwaddresses-1.05.zip +0 -0
  66. data/zips/rwdwcalc-0.61.zip +0 -0
  67. data/zips/rwdwgutenberg-0.09.zip +0 -0
  68. data/zips/rwdwschedule-1.04.zip +0 -0
  69. data/zips/rwdwshell-1.04.zip +0 -0
  70. data/zips/wrubyslippers-1.06.zip +0 -0
  71. metadata +43 -48
  72. data/code/superant.com.rubyslippers/jumplinkupdate.rb +0 -8
  73. data/code/superant.com.rubyslippers/uninstallapplet.rb +0 -57
  74. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +0 -27
  75. data/configuration/rubyslippers.dist +0 -2
  76. data/configuration/wrubyslippers-1.06.dist +0 -17
  77. data/lib/rubyslippers.rb +0 -1
  78. data/rwd_files/GemDocuments.html +0 -6
@@ -4,11 +4,15 @@
4
4
  # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications
5
5
  # This class is the top class for the RwdTinker application
6
6
 
7
+ $DEBUG=false
8
+ $VERBOSE=false
9
+
7
10
  class RwdTinker < RWDialog
8
11
 
9
12
  def main
10
13
  @rwd_window = "main"
11
14
  @result = "idle"
15
+
12
16
  @display= "idle"
13
17
  if TestNow
14
18
 
@@ -1,6 +1,6 @@
1
1
  # this code is to call the help window
2
2
  def runhelpwindow
3
- $helptopicsarray = $helptopicsarray | ["applet_installation","applet_viewing","applet_tinkerbackeditconfiguration","remote_control"]
3
+ $helptopicsarray = $helptopicsarray | ["applet_installation","applet_viewing","applet_tinkerbackeditconfiguration"]
4
4
 
5
5
  if @rwd_window == "main"
6
6
  if @rwd_tab == "documentsrwdtinkerone"
@@ -4,7 +4,7 @@
4
4
 
5
5
  # return the version constant defined in the config file
6
6
  def tinkerhelpaboutsetup
7
- return ["RwdTinker","(c) 2004 Steven Gibson ","Version #{RwdTinkerVersion}"]
7
+ return ["RwdTinker","(c) 2004-2008 Steven Gibson ","Version #{RwdTinkerVersion}"]
8
8
  end
9
9
 
10
10
  def runrwdtinkerversion
@@ -1,4 +1,4 @@
1
- def wrubyslippers_1_06()
1
+ def wrubyslippers_1_07()
2
2
 
3
3
  $tinkerdocumentsarray.delete_if {|x| x == "HowTo_RubySlippers.txt"}
4
4
  $tinkerhelpaboutarray.delete_if {|x| x == "RubySlippers"}
@@ -1,8 +1,5 @@
1
1
 
2
2
  def gemservescan
3
- require "ev/ruby"
4
- require "ev/net"
5
- require "ev/rwd"
6
3
 
7
4
  exit if $rwd_exit
8
5
 
@@ -1,7 +1,7 @@
1
1
  #gemwhich command
2
2
  def rungemwhichcommand
3
3
 
4
- commandtext = "gem which " + @a_gemwhichcommandinput.to_s + " " + @a_gemcommandoptioninput.to_s
4
+ commandtext = "gemwhich " + @a_gemwhichcommandinput.to_s + " " + @a_gemcommandoptioninput.to_s
5
5
  commandtemp = $xpcommand + commandtext
6
6
  begin # exception trapped block
7
7
 
@@ -3,8 +3,7 @@
3
3
 
4
4
  require 'test/unit/testcase'
5
5
  require 'test/unit/assertions'
6
- include Test::Unit::Assertions
7
- include Test::Unit
6
+
8
7
  def rubyslippers_all_tests
9
8
  print "in rubyslippers all tests\n"
10
9
  $testrubyslipperstestcase = TestSuite.new
@@ -26,94 +26,40 @@
26
26
  # integrate the new configuration files
27
27
  def initiateapplet(nametextlocal)
28
28
 
29
- begin
29
+ debuginitiate = 0
30
+
31
+ if $DEBUG
32
+ $stderr.puts "starting config load with: #{nametextlocal}"
33
+ end
34
+
30
35
 
31
36
  Dir.chdir($progdir ) #changes the current working directory
32
37
 
33
38
  @confignew = "configuration/" + "#{nametextlocal}.cnf"
34
39
  @configdist = "configuration/" + "#{nametextlocal}.dist"
35
40
  Rconftool::install(@configdist,@confignew)
36
-
37
- configfileload = File.open(@confignew){|f| f.read}
41
+
42
+ begin
43
+
44
+ configfileload = File.open(@configdist){|f| f.read}
38
45
 
39
46
  eval configfileload #load config file
40
47
 
41
- setuphelpaboutoptions # update the help about list
42
- setuptinkerdocuments # update the document pull down list
43
- runhelpwindow # update the help menu
44
- showjumplinkoptions # update the application link menu
45
- runrwdtinkerbackwindow # back to applet window
48
+
46
49
 
47
- # build the actual GUI from the gui parts
48
- $tempdoc = " "
49
- #get a list of the files and subdirectories on the starting directory only
50
- a = Array.new(Dir[GuiDir].entries.sort)
51
- #loop through the list, ignore the files and add all new directories found
52
- a.each do |x|
53
- #if a directory...
54
- if(test(?d,x))
55
- #use this new dir find to add to the original list of directories
56
- @@root = x + "/**"
57
- #adds the new ones to the array
58
- b = Dir[@@root].entries.sort
59
- b.each do |x|
60
- if(test(?d,x))
61
- a.push(x) #appends to the end of the array...
62
- end
63
- end
64
- end
65
- end
66
- a.each do |x|
67
- #if it is a file...
68
- if(!test(?d,x))
69
- a.delete(x)
70
-
71
- else #it is a directory...
72
- loadguifile(x + "/**")
73
- end
74
- end
75
-
76
- $rwd_gui_tinker = $tempdoc
77
-
78
- # now load in the code files
79
-
80
- $tempdoc = ""
81
- tempcodeinstallline = ""
82
-
83
- @fileName = "installed/" + nametextlocal + ".inf"
84
-
85
- tmpfilearray = File.readlines(@fileName)
86
-
87
- tmpfilearray.each do |line|
88
-
89
- tempcodeinstallline = line.chomp
90
- if tempcodeinstallline.include?('code/')
91
- findfiles(tempcodeinstallline + "/**")
92
- tempcoderesult = eval( $tempdoc ) # read the program code and evaluate
93
- end
94
- end
95
-
96
- # resultend = tempcodeinstallline .index("\n",resultstart)
97
- tempresult = @fileName
98
-
99
- return " applet loading successful " + tempresult
100
-
101
- rescue
50
+ rescue
102
51
 
103
- return " initiateapplet .."
104
-
105
- end
106
-
52
+ if $DEBUG
53
+ $stderr.puts "error in initiateapplets - config load"
54
+ end
55
+ debuginitiate += 1
107
56
  end
108
-
109
- =begin
110
-
111
-
57
+ $tempdoc = " "
58
+
112
59
  Dir.chdir($progdir) # change back to top program directory
113
60
 
114
61
  # build the English Language hash file from the parts
115
- languagehashvariable = 'Message = Hash.new { |hh, kk| hh[kk] = "ERROR: Message not found: #{kk.inspect}."; hh[kk] }
116
- langmessage = {' + "\n"
62
+ languagehashvariable = 'Message.update('
117
63
  startlangdir = File.join(LangDir,"en")
118
64
  #get a list of the files and subdirectories on the starting directory only
119
65
  alanghash = Array.new(Dir[startlangdir].entries.sort)
@@ -143,7 +89,9 @@ end
143
89
 
144
90
 
145
91
  #writes the contents of doc into the languagehashvariable
146
- languagehashvariable = languagehashvariable + $tempdoc + "} ; langmessage.each { |kk, vv| Message[kk] = vv }"
92
+
93
+
94
+ languagehashvariable = languagehashvariable + $tempdoc + ' :rwdtinker => "Rwdtinker" ) ;'
147
95
 
148
96
  # END of en Lang building
149
97
  $tempdoc = " "
@@ -179,22 +127,114 @@ end
179
127
 
180
128
 
181
129
  #writes the contents of doc into the variable
182
- languagehashvariable = languagehashvariable + " ; Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
183
-
184
130
 
131
+ languagehashvariable = languagehashvariable + " Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
132
+
133
+
134
+
185
135
  $tempdoc = " "
186
136
 
187
137
  Dir.chdir($progdir) # change back to top program directory
188
138
 
189
- temp = eval( languagehashvariable )
139
+ temp = eval( languagehashvariable )
190
140
 
141
+
142
+ tempguistorage = $rwd_gui_tinker # if gui load fails restore old
143
+ begin # error trap
144
+
145
+ # build the actual GUI from the gui parts
191
146
  $tempdoc = " "
147
+ #get a list of the files and subdirectories on the starting directory only
148
+ a = Array.new(Dir[GuiDir].entries.sort)
149
+ #loop through the list, ignore the files and add all new directories found
150
+ a.each do |x|
151
+ #if a directory...
152
+ if(test(?d,x))
153
+ #use this new dir find to add to the original list of directories
154
+ @@root = x + "/**"
155
+ #adds the new ones to the array
156
+ b = Dir[@@root].entries.sort
157
+ b.each do |x|
158
+ if(test(?d,x))
159
+ a.push(x) #appends to the end of the array...
160
+ end
161
+ end
162
+ end
163
+ end
164
+ a.each do |x|
165
+ #if it is a file...
166
+ if(!test(?d,x))
167
+ a.delete(x)
192
168
 
193
-
169
+ else #it is a directory...
170
+ loadguifile(x + "/**")
171
+
172
+
173
+ end
174
+ end
175
+
176
+ $rwd_gui_tinker = $tempdoc
194
177
 
178
+
179
+ rescue
180
+ $rwd_gui_tinker = tempguistorage # restore old gui
181
+ if $DEBUG
182
+ $stderr.puts "error in initiateapplets - gui building"
183
+ end
184
+
185
+ debuginitiate += 1
186
+ end
187
+
188
+ begin # error trap
189
+ # now load in the code files
190
+
191
+ $tempdoc = ""
192
+ tempcodeinstallline = ""
193
+
194
+ @fileName = "installed/" + nametextlocal + ".inf"
195
195
 
196
+ tmpfilearray = File.readlines(@fileName)
197
+
198
+ tmpfilearray.each do |line|
199
+
200
+ tempcodeinstallline = line.chomp
201
+ if tempcodeinstallline.include?('code/')
202
+ findfiles(tempcodeinstallline + "/**")
203
+ tempcoderesult = eval( $tempdoc ) # read the program code and evaluate
204
+ end
205
+ end
206
+
207
+
208
+ rescue
209
+ if $DEBUG
210
+ $stderr.puts "error in initiateapplets - code building"
211
+ end
212
+ debuginitiate += 1
213
+
214
+
215
+ end
216
+
217
+ setuphelpaboutoptions # update the help about list
218
+ setuptinkerdocuments # update the document pull down list
219
+ runhelpwindow # update the help menu
220
+ showjumplinkoptions # update the application link menu
221
+ runrwdtinkerbackwindow # back to applet window
222
+
223
+ # resultend = tempcodeinstallline .index("\n",resultstart)
224
+ tempresult = @fileName
225
+
226
+ return " applet loading successful " + tempresult
227
+
228
+
229
+
230
+ if debuginitiate > 0
231
+ return " initiateapplet .."
232
+ else
233
+ return " initiateapplet success"
234
+ end
235
+
236
+ end
196
237
 
197
238
 
198
- =end
199
239
 
200
240
 
@@ -1,7 +1,7 @@
1
1
  # install rwdtinker applet from a long directory location
2
2
  def installgemapplet
3
3
  require 'fileutils'
4
- require 'extras/zip/zip'
4
+ require 'lib/zip/zip'
5
5
  nametext = "%s" % [@a_installapplet]
6
6
 
7
7
  begin # exception trapped block
@@ -12,6 +12,16 @@ def installgemapplet
12
12
  |entry|
13
13
  zf.extract(entry.to_s, entry.to_s)
14
14
  }
15
+
16
+ rescue
17
+
18
+ if $DEBUG
19
+ $stderr.puts "unzip error - applet may not be installed correctly"
20
+ end
21
+ @installapplettext = " .. "
22
+
23
+ end # exception rescue
24
+
15
25
  @nametextbase = File.basename(nametext)
16
26
  @returninitateresults = initiateapplet(@nametextbase)
17
27
  @installapplettext = Message[:applet_installed] + " " + @returninitateresults
@@ -19,9 +29,6 @@ def installgemapplet
19
29
 
20
30
  RWDWindow.new($rwd_gui_tinker, @rwd_window).render("DEFAULT")
21
31
 
22
- rescue
23
- @installapplettext = "unzip error - applet may not be installed correctly"
24
-
25
- end # exception rescue
32
+
26
33
  end
27
34
 
@@ -1,7 +1,7 @@
1
1
  #view contents of a tinker applet
2
2
  def viewappletcontents
3
3
  require 'fileutils'
4
- require 'extras/zip/zip'
4
+ require 'lib/zip/zip'
5
5
  nametext = "%s" % [@a_installapplet]
6
6
 
7
7
  begin # exception trapped block
@@ -1,7 +1,7 @@
1
1
  #view gem info
2
2
  def viewgemappletcontents
3
3
  require 'fileutils'
4
- require 'extras/zip/zip'
4
+ require 'lib/zip/zip'
5
5
  nametext = "%s" % [@a_installapplet]
6
6
 
7
7
  begin # exception trapped block
@@ -1,4 +1,4 @@
1
- ##VERSION:1.72
1
+ ##VERSION:1.76
2
2
  ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant
3
3
  CodeName = "rwdtinker"
4
4
  CodeNameFile = CodeName + ".rb"
@@ -14,5 +14,5 @@ LangDir = "lang"
14
14
  $rwdjumplink = ["helpscreen","tinkerbackwindow","returntomain","opendocuments","editconfiguration"]
15
15
  Browser_Exe = 'mozilla '
16
16
  $tinkerdocumentsarray +=["HowTo_Tinker.txt","rwdapplications.html","RubyWebDialogs.html"]
17
- RwdTinkerVersion = "1.72"
17
+ RwdTinkerVersion = "1.76"
18
18
 
@@ -0,0 +1,24 @@
1
+ ##VERSION:1.07
2
+ ##NAME:$gemdirectory:0
3
+ #$gemdirectory = "c:\\ruby\\lib\\ruby\\gems\\1.8" # XP machine
4
+ $gemdirectory = "/usr/lib/ruby/gems/1.8/gems" # Linux machine
5
+ ##NAME:$gemspecificationsdirectory:0
6
+ #$gemspecificationsdirectory = "c:\\ruby\\lib\\ruby\\gems\\1.8\\specifications" # XP
7
+ $gemspecificationsdirectory = "/usr/lib/ruby/gems/1.8/specifications"
8
+ ##NAME:$xpcommand:0
9
+ #$xpcommand = "cmd /C " # XP machines with cmd shell
10
+ $xpcommand = " " # Linux machines
11
+ ##NAME:$gemspec_directory:0
12
+ $gemspec_directory = "/usr/lib/ruby/gems/1.8/specifications"
13
+ ##NAME:$gembuild_directory:0
14
+ $gembuild_directory = "/usr/src/rubygems"
15
+ $tinkerdocumentsarray += ["HowTo_RubySlippers.txt"]
16
+ ##NAME:$testharnessarray:0
17
+ $testharnessarray += ["rubyslippers_all_tests"]
18
+ $tinkerhelpaboutarray += ["RubySlippers"]
19
+ ##NAME: JumpLink:0
20
+ JumpLink.update(:RubyslippersWindow=>"runrubyslippersbackwindow",:GemCommands=>"runrubyslippersmenu1", :GemspecUtilities =>"runrubyslippersmenu8", :RubyslippersConfiguration=>"runrubyslippersmenu10" )
21
+ ##NAME:$rwdjumplink:0
22
+ $rwdjumplink +=["RubyslippersWindow","GemCommands","GemspecUtilities","RubyslippersConfiguration"]
23
+ ##NAME: RubySlippersVersion:0
24
+ RubySlippersVersion = "1.07"
@@ -1,4 +1,4 @@
1
1
  $rwdguivar=
2
2
  "<application>
3
- <window name=\"main\" title=\"RubySlippers - RwdTinker\">
3
+ <window name=\"main\" title=\"RubySlippers - Gem interface for rwdtinker\">
4
4
  <tabs>"
@@ -2,7 +2,7 @@ $rwdguivar=
2
2
  "
3
3
  <horizontal>
4
4
  <button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
5
-
5
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
6
6
  </horizontal>
7
7
  <table>
8
8
  <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
@@ -8,8 +8,7 @@ $rwdguivar=
8
8
  </table>
9
9
 
10
10
  <horizontal>
11
- <button caption=\"Search\" action=\"rungemwhichcommand\"/>
12
- <button caption=\"show Gem environment \" action=\"showgemenvironment\"/>
11
+ <button caption=\"Find Gemwhich \" action=\"rungemwhichcommand\"/>
13
12
  <button caption=\"Help\" action=\"runhelpwindowrubyslippers\"/>
14
13
  </horizontal>
15
14
  <table>
@@ -18,5 +17,4 @@ $rwdguivar=
18
17
  </p></row>
19
18
  </table>
20
19
  <p>%gemwhichresult%</p>
21
- <p>%viewgemcommandresult%</p>
22
20
  </tab>"
@@ -6,10 +6,10 @@ $rwdguivar=
6
6
  </horizontal>
7
7
  <p>%showgemservescanresult%</p>
8
8
  <table>
9
- <row> <p align=\"right\">If the gem doc server is not running, you can start it with the command gem server at a command prompt </row>
9
+ <row> <p align=\"right\">If the gem doc server is not running, you can start it with the command gem_server at a command prompt </row>
10
10
  </table>
11
11
  <horizontal>
12
- <row> <p align=\"right\">If the gem doc server is running (on port 8808) you can click below</row>
12
+ <row> <p align=\"right\">If the gem doc server is running you can click below</row>
13
13
  <a href=GemDocuments.html>View Doc files for installed Gems</a></p></row>
14
14
  </horizontal>
15
15
  </tab>"
@@ -3,7 +3,7 @@ $rwdguivar=
3
3
  <tab name=selectiontab caption=#{Message[:selection_tab]}>
4
4
  <horizontal>
5
5
  <button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
6
-
6
+ <button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
7
7
  </horizontal>
8
8
  <table>
9
9
  <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
data/init.rb CHANGED
@@ -21,9 +21,9 @@
21
21
  #* at "smalllinux@gmail.com".
22
22
  #***********************************************************************/
23
23
 
24
- require "ev/rwd"
24
+ require "lib/rwd/rwd"
25
25
  require 'fileutils'
26
- require 'extras/rconftool'
26
+ require 'lib/rconftool'
27
27
 
28
28
  $progdir = File::expand_path( File.dirname(__FILE__))
29
29
 
@@ -6,5 +6,10 @@ code/superant.com.rubyslippersbackwindow
6
6
  tests/gemspec-wrubyslippers
7
7
  tests/makedist-wrubyslippers.rb
8
8
  rwd_files/HowTo_RubySlippers.txt
9
- configuration/wrubyslippers-1.06.dist
10
- configuration/wrubyslippers-1.06.cnf
9
+ lang/en/rubyslippers/languagefile.rb
10
+ lang/es/rubyslippers/languagefile.rb
11
+ lang/fr/rubyslippers/languagefile.rb
12
+ lang/jp/rubyslippers/languagefile.rb
13
+ lang/nl/rubyslippers/languagefile.rb
14
+ configuration/wrubyslippers-1.07.dist
15
+ configuration/wrubyslippers-1.07.cnf
@@ -12,10 +12,9 @@
12
12
  :fill_record => '"Fill Record"',
13
13
  :help => '"Help"',
14
14
  :help_about => '"Help About"',
15
- :installgem => '"Install Gem"' ,
16
15
  :install_applet => '"install (rwdtinker) applet"',
17
16
  :jumptoapplication_location => '"Jump to Application Location"',
18
- :list_applets => '"List Applets"',
17
+ :list_applets => '"Remove Applets"',
19
18
  :listappletsinthegem_directory => '"List applets in the Gem Directory"',
20
19
  :listappletsavailablefor_installation => "List applets available for installation",
21
20
  :list_files => '"List Files"',
@@ -43,8 +42,8 @@
43
42
 
44
43
  :save => "Save" ,
45
44
  :save_changes => '"Save Changes"',
46
- :selection_panel => '"Selection Panel"',
47
- :selection_tab => '"Selection Tab"',
45
+ :selection_panel => '"Menu Panel"',
46
+ :selection_tab => '"Menu Tab"',
48
47
  :tinker_logo => "Tinker Logo",
49
48
  :tinkerback_window => '"Tinker Back Window"',
50
49
  :viewapplet_contents => '"View Applet Contents"',
@@ -1,10 +1,7 @@
1
- # rubyslippers lang file
2
- :list_installed_gems => "list installed gems",
3
- :installgem => "install gem" ,
4
- :gemfiles => "gem files installed",
5
- :viewgem => "view gem data" ,
6
- :gem_name => "gem name" ,
7
- :opengemspec => "view gem data",
8
- :gemcommands => "gem commands" ,
9
- :gemdocs => "gem docs scan",
10
-
1
+ :gemcommands => '"Gem Commands"',
2
+ :gemfiles => '"Gem Files"' ,
3
+ :gemdocs => '"Gem Documents"' ,
4
+ :gem_name => '"Gem Name"' ,
5
+ :view_gem => '"View Gem"',
6
+ :viewgem => '"View Gem"',
7
+ :installgem => '"Install Gem"' ,
@@ -10,13 +10,8 @@
10
10
  :edit => "Editar" ,
11
11
  :file_name => '"Fila Nombre:"',
12
12
  :fill_record => '"Fill Record"',
13
- :gem_commands => '"Comando de Gems"',
14
- :gem_files => '"Gem Archivos"' ,
15
- :gem_docs => '"Gem Documentos"' ,
16
- :gem_name => '"Gem Nombre"' ,
17
13
  :help => '"Ayuda"',
18
14
  :help_about => '"Ayuda sobre"',
19
- :install_gem => '"instale Gem"' ,
20
15
  :install_applet => '"instale (rwdtinker) applet"',
21
16
  :jumptoapplication_location => '"Jump to Application Location"',
22
17
  :list_applets => '"List Applets"',
@@ -61,7 +56,6 @@
61
56
  :view_platform => '"view platform"',
62
57
  :viewplatform_information => '"View Platform Information"',
63
58
  :view_event => '"Ver evento"',
64
- :view_gem => '"Ver Gem"',
65
59
  :viewinstall_text => '"Ver Texto"' ,
66
60
  :viewlistinstall_files => '"View List of Installed Files"',
67
61
  :view_photo => '"Ver Photo"' ,
@@ -1,10 +1,6 @@
1
- # rubyslippers lang file
2
- :list_installed_gems => "list installed gems",
3
- :installgem => "install gem" ,
4
- :gemfiles => "gem files installed",
5
- :viewgem => "view gem data" ,
6
- :gem_name => "gem name" ,
7
- :opengemspec => "view gem data",
8
- :gemcommands => "gem commands" ,
9
- :gemdocs => "gem docs scan",
10
-
1
+ :gemcommands => '"Gem Commands"',
2
+ :gemfiles => '"Gem Files"' ,
3
+ :gemdocs => '"Gem Documents"' ,
4
+ :gem_name => '"Gem Name"' ,
5
+ :view_gem => '"View Gem"',
6
+ :installgem => '"Install Gem"' ,
@@ -1,10 +1,6 @@
1
- # rubyslippers lang file
2
- :list_installed_gems => "list installed gems",
3
- :installgem => "install gem" ,
4
- :gemfiles => "gem files installed",
5
- :viewgem => "view gem data" ,
6
- :gem_name => "gem name" ,
7
- :opengemspec => "view gem data",
8
- :gemcommands => "gem commands" ,
9
- :gemdocs => "gem docs scan",
10
-
1
+ :gemcommands => '"Gem Commands"',
2
+ :gemfiles => '"Gem Files"' ,
3
+ :gemdocs => '"Gem Documents"' ,
4
+ :gem_name => '"Gem Name"' ,
5
+ :view_gem => '"View Gem"',
6
+ :installgem => '"Install Gem"' ,
@@ -1,10 +1,6 @@
1
- # rubyslippers lang file
2
- :list_installed_gems => "list installed gems",
3
- :installgem => "install gem" ,
4
- :gemfiles => "gem files installed",
5
- :viewgem => "view gem data" ,
6
- :gem_name => "gem name" ,
7
- :opengemspec => "view gem data",
8
- :gemcommands => "gem commands" ,
9
- :gemdocs => "gem docs scan",
10
-
1
+ :gemcommands => '"Gem Commands"',
2
+ :gemfiles => '"Gem Files"' ,
3
+ :gemdocs => '"Gem Documents"' ,
4
+ :gem_name => '"Gem Name"' ,
5
+ :view_gem => '"View Gem"',
6
+ :installgem => '"Install Gem"' ,