rwdruby 1.07 → 1.08

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 (56) hide show
  1. data/code/01rwdcore/02helptexthashbegin.rb +10 -0
  2. data/code/01rwdcore/03helptexthash.rb +18 -20
  3. data/code/01rwdcore/runopentinkerdocument.rb +1 -1
  4. data/code/superant.com.rwdshell/0uninstallapplet.rb +1 -1
  5. data/code/superant.com.rwdshell/loadconfigurationrecord.rb +1 -1
  6. data/code/superant.com.rwdshell/loadconfigurationvariables.rb +1 -1
  7. data/code/superant.com.rwdshell/saveconfigurationrecord.rb +1 -1
  8. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +62 -132
  9. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +9 -7
  10. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +6 -6
  11. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
  12. data/configuration/rwdtinker.dist +3 -3
  13. data/configuration/{rwdwruby-1.07.dist → rwdwruby.dist} +2 -2
  14. data/configuration/tinkerwin2variables.dist +7 -2
  15. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
  16. data/init.rb +59 -163
  17. data/installed/{rwdwruby-1.07.inf → rwdwruby.inf} +3 -3
  18. data/lang/en/rwdcore/en.po +166 -0
  19. data/lang/es/rwdcore/es.po +172 -0
  20. data/lang/fr/rwdcore/fr.po +166 -0
  21. data/lang/hi/rwdcore/hi.po +170 -0
  22. data/lang/ja/rwdcore/ja.po +168 -0
  23. data/lang/nl/rwdcore/nl.po +166 -0
  24. data/lib/rwd/net.rb +8 -7
  25. data/lib/rwd/rwd.rb +34 -31
  26. data/lib/rwdthemes/default.rwd +1 -1
  27. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  28. data/lib/rwdtinker/rwdguidir.rb +57 -0
  29. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  30. data/lib/rwdtinker/rwdtinkertools.rb +25 -0
  31. data/rwd_files/HowTo_Tinker.txt +26 -7
  32. data/rwd_files/Tinkerhelptexthash.txt +81 -0
  33. data/rwd_files/log/rwdtinker.log +1841 -0
  34. data/tests/makedist-rwdwruby.rb +2 -2
  35. data/tests/makedist-tinkerbellw.rb +58 -0
  36. data/tests/makedist.rb +2 -2
  37. data/zips/{rwdwcalc-0.62.zip → rwdwcalc-0.63.zip} +0 -0
  38. data/zips/{rwdwfoldeditor-0.04.zip → rwdwfoldeditor-0.05.zip} +0 -0
  39. data/zips/rwdwhypernote-0.15.zip +0 -0
  40. data/zips/rwdwmovies-0.98.zip +0 -0
  41. data/zips/{rwdwruby-1.07.zip → rwdwruby-1.08.zip} +0 -0
  42. data/zips/tinkerbellw-0.03.zip +0 -0
  43. data/zips/wrubyslippers-1.08.zip +0 -0
  44. metadata +26 -19
  45. data/code/01rwdcore/04helptextend.rb +0 -6
  46. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
  47. data/configuration/language.dist +0 -8
  48. data/configuration/rwdapplicationidentity.dist +0 -3
  49. data/lang/en/rwdcore/languagefile.rb +0 -58
  50. data/lang/es/rwdcore/languagefile-es.rb +0 -62
  51. data/lang/fr/rwdcore/languagefile.rb +0 -64
  52. data/lang/jp/rwdcore/languagefile.rb +0 -72
  53. data/lang/nl/rwdcore/languagefile.rb +0 -75
  54. data/zips/rwdwaddresses-1.06.zip +0 -0
  55. data/zips/rwdwgutenberg-0.09.zip +0 -0
  56. data/zips/wrubyslippers-1.06.zip +0 -0
@@ -2,3 +2,13 @@
2
2
 
3
3
  Helptext = Hash.new { |hh, kk| hh[kk] = "ERROR: Identificador de mensaje desconocido: #{kk.inspect}."; hh[kk] }
4
4
  helpmessage = {
5
+ :general_help => "You can work with Applets: go to 'Selection tab', <br>
6
+ On that back screen you will find:<br>
7
+ List Applets: you can see and delete installed applets<br>
8
+ List Zips: you can see lists of applets that you can install<br>
9
+ Edit Configuration: You can view the rwdtinker configuration and change it<br>
10
+ Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>
11
+ "
12
+
13
+ }
14
+ helpmessage.each { |kk, vv| Helptext[kk] = vv }
@@ -1,23 +1,21 @@
1
- # Help files for RwdTinker core
1
+ # this code loads the help text
2
2
 
3
-
4
- :general_help => "You can work with Applets: go to 'Selection tab', <br>
5
- On that back screen you will find:<br>
6
- List Applets: you can see and delete installed applets<br>
7
- List Zips: you can see lists of applets that you can install<br>
8
- Edit Configuration: You can view the rwdtinker configuration and change it<br>
9
- Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>
10
- ",
11
- :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the<br>
12
- init.rb file to something like:\n<br>
13
- RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n<br>
14
- Then you should be able to login at: http://yourhostname:8080",
3
+
4
+ tmphelpfilename = "Tinkerhelptexthash.txt"
5
+ tmphelpdir = "rwd_files"
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = File.join(tmphelpdir ,tmphelpfilename )
11
+
12
+
13
+ fd = File.open(fileName,"r")
14
+ tmphelptext = fd.read
15
+ fd.close
16
+ eval tmphelptext
17
+ rescue SystemCallError, StandardError
18
+ $rwdtinkerlog.error "Tinkerbell help file load: system call error: "
19
+ end # exception rescue
15
20
 
16
-
17
- :documents_rwdtinker => "<b>Documents:
18
- <p>
19
21
 
20
- when you click on a document name, the document should pop up in a <br>
21
- browser window, or in another browser tab.</b>
22
- "
23
-
@@ -1,7 +1,7 @@
1
1
  # open document for rwdtinker application
2
2
  def runopentinkerdocument
3
3
 
4
- tinkerdocumenturl = "http://localhost:7705/" + @a_tinkerdocumentinput
4
+ tinkerdocumenturl = "http://localhost:#{$port}/" + @a_tinkerdocumentinput
5
5
  Thread.new( tinkerdocumenturl){ |t| `#{Browser_Exe} #{tinkerdocumenturl}` }
6
6
  end
7
7
 
@@ -1,6 +1,6 @@
1
1
  # uninstall
2
2
 
3
- def rwdwruby_1_07()
3
+ def rwdwruby()
4
4
 
5
5
  $tinkerdocumentsarray.delete_if {|x| x == "HowTo_Ruby.txt"}
6
6
  $tinkerhelpaboutarray.delete_if {|x| x == "RwdRuby"}
@@ -3,7 +3,7 @@
3
3
 
4
4
  require 'fileutils'
5
5
 
6
- rwdrubyname = "rwdwruby-" + RwdRubyVersion + ".cnf"
6
+ rwdrubyname = "rwdwruby.cnf"
7
7
  @a_rshellconfigurationfilename = rwdrubyname
8
8
 
9
9
 
@@ -1,6 +1,6 @@
1
1
  # this method loads the on screen variables into the running class
2
2
  def loadrwdshellconfigurationvariables
3
- rwdrubyname = "rwdwruby-" + RwdrubyVersion + ".cnf"
3
+ rwdrubyname = "rwdwruby.cnf"
4
4
 
5
5
  configfiletoload = File.join(ConfigurationDir, rwdrubyname )
6
6
  begin
@@ -1,7 +1,7 @@
1
1
  # this method adds a new address record
2
2
  def saverwdshellconfiguration
3
3
  require 'fileutils'
4
- rwdshellname = "rwdwruby-" + RwdRubyVersion + ".cnf"
4
+ rwdshellname = "rwdwruby.cnf"
5
5
  newname = rwdshellname # grab the filename to create
6
6
  newdata =@a_rshellconfiguration
7
7
 
@@ -28,10 +28,7 @@ def initiateapplet(nametextlocal)
28
28
 
29
29
  debuginitiate = 0
30
30
 
31
- if $DEBUG
32
- $stderr.puts "starting config load with: #{nametextlocal}"
33
- end
34
-
31
+ $rwdtinkerlog.info "initiateapplet: starting config load with: #{nametextlocal}"
35
32
 
36
33
  Dir.chdir($progdir ) #changes the current working directory
37
34
 
@@ -45,13 +42,10 @@ begin
45
42
 
46
43
  eval configfileload #load config file
47
44
 
48
-
49
-
50
45
  rescue
51
-
52
- if $DEBUG
53
- $stderr.puts "error in initiateapplets - config load"
54
- end
46
+
47
+ $rwdtinkerlog.error "initiateapplet: error in initiateapplets - config load"
48
+
55
49
  debuginitiate += 1
56
50
  end
57
51
  $tempdoc = " "
@@ -59,80 +53,24 @@ $tempdoc = " "
59
53
  Dir.chdir($progdir) # change back to top program directory
60
54
 
61
55
  # build the English Language hash file from the parts
62
- languagehashvariable = 'Message.update('
63
- startlangdir = File.join(LangDir,"en")
64
- #get a list of the files and subdirectories on the starting directory only
65
- alanghash = Array.new(Dir[startlangdir].entries.sort)
66
- #loop through the list, ignore the files and add all new directories found
67
- alanghash.each do |x|
68
- #if a directory...
69
- if(test(?d,x))
70
- # add to the original list of directories
71
- @@tmproot = x + "/**"
72
- #adds the new ones to the array
73
- blanghash = Dir[@@tmproot].entries.sort
74
- blanghash.each do |x|
75
- if(test(?d,x))
76
- alanghash.push(x) #appends to the end of the array...
77
- end
78
- end
79
- end
80
- end
81
- alanghash.each do |x|
82
- #if it is a file...
83
- if(!test(?d,x))
84
- alanghash.delete(x)
85
- else #it is a directory...
86
- findfiles(x + "/**")
87
- end
88
- end
89
-
56
+ require 'lib/rwdtinker/rwdlangdir'
57
+
58
+ tempdoc = RwdtinkerTools.findlanguagefiles(LangDir,"en")
90
59
 
91
60
  #writes the contents of doc into the languagehashvariable
92
-
93
61
 
94
- languagehashvariable = languagehashvariable + $tempdoc + ' :rwdtinker => "Rwdtinker" ) ;'
62
+ languagehashvariable = tempdoc
95
63
 
96
64
  # END of en Lang building
97
65
  $tempdoc = " "
98
66
  Dir.chdir($progdir) # change back to top program directory
99
67
 
100
68
  # build the local Language hash file from the parts
101
- startlangdir = File.join(LangDir,$lang)
102
- #get a list of the files and subdirectories on the starting directory only
103
- alanghash = Array.new(Dir[startlangdir].entries.sort)
104
- #loop through the list, ignore the files and add all new directories found
105
- alanghash.each do |x|
106
- #if a directory...
107
- if(test(?d,x))
108
- # add to the original list of directories
109
- @@tmproot = x + "/**"
110
- #adds the new ones to the array
111
- blanghash = Dir[@@tmproot].entries.sort
112
- blanghash.each do |x|
113
- if(test(?d,x))
114
- alanghash.push(x) #appends to the end of the array...
115
- end
116
- end
117
- end
118
- end
119
- alanghash.each do |x|
120
- #if it is a file...
121
- if(!test(?d,x))
122
- alanghash.delete(x)
123
- else #it is a directory...
124
- findfiles(x + "/**")
125
- end
126
- end
69
+ tempdoc = RwdtinkerTools.findlanguagefiles(LangDir,$lang)
127
70
 
71
+ #writes the contents of doc into the variable
128
72
 
129
- #writes the contents of doc into the variable
130
-
131
- languagehashvariable = languagehashvariable + " Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
132
-
133
-
134
-
135
- $tempdoc = " "
73
+ languagehashvariable = languagehashvariable + tempdoc
136
74
 
137
75
  Dir.chdir($progdir) # change back to top program directory
138
76
 
@@ -143,87 +81,63 @@ $tempdoc = " "
143
81
  begin # error trap
144
82
 
145
83
  # build the actual GUI from the gui parts
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)
168
-
169
- else #it is a directory...
170
- loadguifile(x + "/**")
171
-
172
-
173
- end
174
- end
175
-
176
- $rwd_gui_tinker = $tempdoc
177
-
84
+ tempdoc = " "
85
+
86
+ require 'lib/rwdtinker/rwdguidir'
87
+
88
+ tempdoc = RwdtinkerTools.findguifiles(GuiDir)
89
+
90
+ $rwd_gui_tinker = tempdoc
178
91
 
179
92
  rescue
180
93
  $rwd_gui_tinker = tempguistorage # restore old gui
181
- if $DEBUG
182
- $stderr.puts "error in initiateapplets - gui building"
183
- end
94
+
95
+ $rwdtinkerlog.error "error in initiateapplets - gui building"
184
96
 
185
97
  debuginitiate += 1
186
98
  end
187
99
 
188
100
  begin # error trap
189
- # now load in the code files
101
+ # now load in the code files
190
102
 
191
- $tempdoc = ""
192
- tempcodeinstallline = ""
103
+ $tempdoc = ""
104
+ tempcodeinstallline = ""
193
105
 
194
- @fileName = "installed/" + nametextlocal + ".inf"
106
+ @fileName = "installed/" + nametextlocal + ".inf"
107
+
108
+ $rwdtinkerlog.debug "initateapplets: loading file: #{@fileName}"
195
109
 
196
- tmpfilearray = File.readlines(@fileName)
110
+ tmpfilearray = File.readlines(@fileName)
197
111
 
198
- tmpfilearray.each do |line|
112
+ tmpfilearray.each do |line|
199
113
 
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
114
+ tempcodeinstallline = line.chomp
115
+ if tempcodeinstallline.include?('code/')
116
+ findfiles(tempcodeinstallline + "/**")
117
+ tempcoderesult = eval( $tempdoc ) # read the program code and evaluate
118
+ end
119
+ end
206
120
 
207
121
 
208
122
  rescue
209
- if $DEBUG
210
- $stderr.puts "error in initiateapplets - code building"
211
- end
123
+
124
+ $rwdtinkerlog.error "error in initiateapplets - code building"
125
+
212
126
  debuginitiate += 1
213
127
 
214
128
 
215
129
  end
216
130
 
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
131
+ setuphelpaboutoptions # update the help about list
132
+ setuptinkerdocuments # update the document pull down list
133
+ runhelpwindow # update the help menu
134
+ showjumplinkoptions # update the application link menu
135
+ runrwdtinkerbackwindow # back to applet window
136
+
137
+ # resultend = tempcodeinstallline .index("\n",resultstart)
138
+ tempresult = @fileName
225
139
 
226
- return " applet loading successful " + tempresult
140
+ return " applet loading successful " + tempresult
227
141
 
228
142
 
229
143
 
@@ -236,5 +150,21 @@ return " applet loading successful " + tempresult
236
150
  end
237
151
 
238
152
 
153
+ def findfiles(d)
154
+ a = Array.new(Dir[d].entries.sort)
155
+ #loop through and get the files names
156
+ a.each do |x|
157
+ #adjust the filters to the files you want to see...
158
+ if(!test(?d,x))
159
+ # only rwd files
160
+ if x =~ /rb|rwd|txt/
161
+ fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
162
+ $tempdoc+=fileA.read #reads the file into the doc string
163
+ fileA.close
164
+ end
165
+ end
166
+ end
167
+ end
168
+
239
169
 
240
170
 
@@ -13,16 +13,18 @@ def installgemapplet
13
13
  zf.extract(entry.to_s, entry.to_s)
14
14
  }
15
15
 
16
- rescue
16
+ rescue
17
17
 
18
- if $DEBUG
19
- $stderr.puts "unzip error - applet may not be installed correctly"
20
- end
21
- @installapplettext = " .. "
18
+ $rwdtinkerlog.error "installgemapplet: unzip error - applet may not be installed correctly"
22
19
 
23
- end # exception rescue
20
+ @installapplettext = " .. "
24
21
 
25
- @nametextbase = File.basename(nametext)
22
+ end # exception rescue
23
+
24
+ @rwd_ignore_vars << @nametextbase << @returninitiateresults << @installapplettext
25
+ tmpnametext = File.basename(nametext)
26
+ tmpnametext.chop!; tmpnametext.chop!; tmpnametext.chop!; tmpnametext.chop!
27
+ @nametextbase = tmpnametext.chop!
26
28
  @returninitateresults = initiateapplet(@nametextbase)
27
29
  @installapplettext = Message[:applet_installed] + " " + @returninitateresults
28
30
 
@@ -24,14 +24,14 @@
24
24
  def removeappletvariables(tempremovename)
25
25
 
26
26
  begin # exception trapped block
27
- if $DEBUG
28
- $stderr.puts "in removeappletvariables"
29
- end
27
+
28
+ $rwdtinkerlog.info "in removeappletvariables"
29
+
30
30
  # removefileinf = File.open(tempremove){|f| f.read}
31
31
 
32
- temp = tempremovename.gsub("-","_")
33
- removemethod = temp.gsub(".","_")
34
-
32
+
33
+ removemethod = tempremovename
34
+
35
35
 
36
36
  send "#{removemethod}"
37
37
 
@@ -0,0 +1,13 @@
1
+ def rwdtinkerrunviewlog
2
+ require 'lib/rwdtinker/rwdtinkertools'
3
+
4
+ if @a_rwdtinkerlognumber == nil
5
+ @a_rwdtinkerlognumber = 11
6
+ @returnlogdisplay = RwdtinkerTools.tail("rwd_files/log/rwdtinker.log",@a_rwdtinkerlognumber.to_i)
7
+
8
+ else
9
+ @returnlogdisplay = RwdtinkerTools.tail("rwd_files/log/rwdtinker.log",@a_rwdtinkerlognumber.to_i)
10
+
11
+ end
12
+ end
13
+
@@ -1,4 +1,4 @@
1
- ##VERSION: (1.79)
1
+ ##VERSION: (1.82)
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"
@@ -10,6 +10,6 @@ LangDir = "lang"
10
10
  $prevouswindow ="main"
11
11
  $rwdcontrolports =["13713","13714","13715","13716"] # remote control code not actived 2007
12
12
  $port = 7705
13
- Browser_Exe = 'mozilla '
14
- RwdTinkerVersion = "1.79"
13
+ ##NAME: (RwdTinkerVersion):(1.82)
14
+ RwdTinkerVersion = "1.82"
15
15
 
@@ -1,4 +1,4 @@
1
- ##VERSION: (1.07)
1
+ ##VERSION: (1.08)
2
2
  ##NAME: ($shellscript_directory):(1.06)
3
3
  $shellscript_directory = "scripts"
4
4
  AcpiCommand = "acpi"
@@ -21,4 +21,4 @@ JumpLink.update(:RwdRubyBackWindow=>"runrwdrubybackwindow", :RunRuby=>"runrwdrub
21
21
  ##NAME: ($rwdjumplink):(1.06)
22
22
  $rwdjumplink << "RwdRubyBackWindow" << "RunRuby" << "RefreshAcpi"
23
23
  ##NAME: (RwdRubyVersion):(1.06)
24
- RwdRubyVersion = "1.07"
24
+ RwdRubyVersion = "1.08"