tinkerbell 0.01

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 (171) hide show
  1. data/Readme.txt +475 -0
  2. data/bin/tinkerbell +19 -0
  3. data/code/01rwdcore/01rwdcore.rb +29 -0
  4. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  5. data/code/01rwdcore/03helptexthash.rb +23 -0
  6. data/code/01rwdcore/04helptextend.rb +6 -0
  7. data/code/01rwdcore/jumplinkcommand.rb +26 -0
  8. data/code/01rwdcore/openhelpwindow.rb +31 -0
  9. data/code/01rwdcore/returntomain.rb +10 -0
  10. data/code/01rwdcore/rundocuments.rb +10 -0
  11. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  12. data/code/01rwdcore/runhelpabout.rb +10 -0
  13. data/code/01rwdcore/runopentinkerdocument.rb +7 -0
  14. data/code/01rwdcore/rwdtinkerversion.rb +22 -0
  15. data/code/01rwdcore/rwdwindowreturn.rb +9 -0
  16. data/code/01rwdcore/selectiontab.rb +9 -0
  17. data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
  18. data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
  19. data/code/01rwdcore/test_cases.rb +109 -0
  20. data/code/01rwdcore/test_harness.rb +13 -0
  21. data/code/01rwdcore/uploadreturns.rb +62 -0
  22. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  23. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  24. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  25. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
  26. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
  27. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  28. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  29. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
  30. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
  31. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +33 -0
  32. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
  33. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  34. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  35. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  36. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
  37. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  38. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
  39. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  40. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  41. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
  42. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  43. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
  44. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
  45. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  46. data/code/superant.com.sandbox/tabone.rb +1 -0
  47. data/code/superant.com.sandbox/tabthree.rb +54 -0
  48. data/code/superant.com.sandbox/tabtwo.rb +1 -0
  49. data/code/superant.com.tinkerbell/0uninstallapplet.rb +9 -0
  50. data/code/superant.com.tinkerbell/clearguiscreen.rb +15 -0
  51. data/code/superant.com.tinkerbell/helptexthashrwdhypernote.rb +30 -0
  52. data/code/superant.com.tinkerbell/initiateapplets.rb +148 -0
  53. data/code/superant.com.tinkerbell/launchtinkerbellnew.rb +19 -0
  54. data/code/superant.com.tinkerbell/listcodefiles.rb +8 -0
  55. data/code/superant.com.tinkerbell/listoptions.rb +7 -0
  56. data/code/superant.com.tinkerbell/loadcode01.rb +19 -0
  57. data/code/superant.com.tinkerbell/loadconfigurationrecord.rb +22 -0
  58. data/code/superant.com.tinkerbell/loadconfigurationvariables.rb +15 -0
  59. data/code/superant.com.tinkerbell/loadtab01.rb +50 -0
  60. data/code/superant.com.tinkerbell/openhelpwindow.rb +30 -0
  61. data/code/superant.com.tinkerbell/runrwdapplet.rb +14 -0
  62. data/code/superant.com.tinkerbell/rwdtinkerversion.rb +10 -0
  63. data/code/superant.com.tinkerbell/savecoderecord.rb +18 -0
  64. data/code/superant.com.tinkerbell/saveconfigurationrecord.rb +20 -0
  65. data/code/superant.com.tinkerbell/saveguirecord.rb +22 -0
  66. data/code/superant.com.tinkerbellback/helptexthashshell.rb +18 -0
  67. data/code/superant.com.tinkerbellback/rubyeval.rb +23 -0
  68. data/code/zz0applicationend/zz0end.rb +4 -0
  69. data/configuration/language.dist +8 -0
  70. data/configuration/rwdapplicationidentity.dist +3 -0
  71. data/configuration/rwdtinker.dist +18 -0
  72. data/configuration/tinkerbellw-0.01.dist +8 -0
  73. data/configuration/tinkerwin2variables.dist +17 -0
  74. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  75. data/gui/frontwindow0/cc0openphoto.rwd +22 -0
  76. data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
  77. data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
  78. data/gui/frontwindowselections/wwselectionend.rwd +3 -0
  79. data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
  80. data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
  81. data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
  82. data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
  83. data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  84. data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
  85. data/gui/helpaboutzend/helpscreenend.rwd +3 -0
  86. data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
  87. data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
  88. data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
  89. data/gui/tinkerbackwindows/superant.com.sandbox/10appletbegin.rwd +4 -0
  90. data/gui/tinkerbackwindows/superant.com.sandbox/11tabone.rwd +12 -0
  91. data/gui/tinkerbackwindows/superant.com.sandbox/22tabtwo.rwd +12 -0
  92. data/gui/tinkerbackwindows/superant.com.sandbox/33tabthree.rwd +23 -0
  93. data/gui/tinkerbackwindows/superant.com.sandbox/98jumplinkcommands.rwd +17 -0
  94. data/gui/tinkerbackwindows/superant.com.sandbox/9end.rwd +6 -0
  95. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  96. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
  97. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  98. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  99. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
  100. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  101. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  102. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  103. data/gui/tinkerbackwindows/superant.com.tinkerbell/10appletbegin.rwd +4 -0
  104. data/gui/tinkerbackwindows/superant.com.tinkerbell/10guiedit.rwd +37 -0
  105. data/gui/tinkerbackwindows/superant.com.tinkerbell/15codeedit.rwd +37 -0
  106. data/gui/tinkerbackwindows/superant.com.tinkerbell/67viewconfiguration.rwd +27 -0
  107. data/gui/tinkerbackwindows/superant.com.tinkerbell/81jumplinkcommands.rwd +17 -0
  108. data/gui/tinkerbackwindows/superant.com.tinkerbell/9end.rwd +6 -0
  109. data/gui/tinkerbackwindows/superant.com.tinkerbellback/1appname.rwd +4 -0
  110. data/gui/tinkerbackwindows/superant.com.tinkerbellback/1rwdrubyeval.rwd +15 -0
  111. data/gui/tinkerbackwindows/superant.com.tinkerbellback/2rwdrubyeval.rwd +17 -0
  112. data/gui/tinkerbackwindows/superant.com.tinkerbellback/77jumplinkcommands.rwd +17 -0
  113. data/gui/tinkerbackwindows/superant.com.tinkerbellback/z9end.rwd +6 -0
  114. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  115. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  116. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  117. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  118. data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
  119. data/init.rb +277 -0
  120. data/installed/temp.rb +1 -0
  121. data/installed/tinkerbellw-0.01.inf +13 -0
  122. data/lang/en/rwdcore/languagefile.rb +58 -0
  123. data/lang/es/rwdcore/languagefile-es.rb +62 -0
  124. data/lang/fr/rwdcore/languagefile.rb +64 -0
  125. data/lang/jp/rwdcore/languagefile.rb +72 -0
  126. data/lang/nl/rwdcore/languagefile.rb +75 -0
  127. data/lib/rconftool.rb +380 -0
  128. data/lib/rwd/browser.rb +123 -0
  129. data/lib/rwd/ftools.rb +174 -0
  130. data/lib/rwd/mime.rb +328 -0
  131. data/lib/rwd/net.rb +866 -0
  132. data/lib/rwd/ruby.rb +889 -0
  133. data/lib/rwd/rwd.rb +1405 -0
  134. data/lib/rwd/sgml.rb +236 -0
  135. data/lib/rwd/thread.rb +63 -0
  136. data/lib/rwd/tree.rb +371 -0
  137. data/lib/rwd/xml.rb +101 -0
  138. data/lib/rwdthemes/default.rwd +317 -0
  139. data/lib/rwdthemes/pda.rwd +72 -0
  140. data/lib/rwdthemes/windowslike.rwd +171 -0
  141. data/lib/zip/ioextras.rb +114 -0
  142. data/lib/zip/stdrubyext.rb +111 -0
  143. data/lib/zip/tempfile_bugfixed.rb +195 -0
  144. data/lib/zip/zip.rb +1378 -0
  145. data/lib/zip/zipfilesystem.rb +558 -0
  146. data/lib/zip/ziprequire.rb +61 -0
  147. data/rwd_files/HowTo_Tinker.txt +475 -0
  148. data/rwd_files/HowTo_TinkerBell.txt +110 -0
  149. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  150. data/rwd_files/Readme.txt +57 -0
  151. data/rwd_files/RubyWebDialogs.html +6 -0
  152. data/rwd_files/favicon.ico +0 -0
  153. data/rwd_files/rdoc-style.css +175 -0
  154. data/rwd_files/rwdapplications.html +54 -0
  155. data/rwd_files/tinker.png +0 -0
  156. data/rwdconfig.dist +21 -0
  157. data/rwdtinker.rb +1 -0
  158. data/tests/RubyGauge.rb +179 -0
  159. data/tests/checkdepends.sh +4 -0
  160. data/tests/cleancnf.sh +6 -0
  161. data/tests/makedist-tinkerbell.rb +56 -0
  162. data/tests/makedist.rb +69 -0
  163. data/tests/rdep.rb +354 -0
  164. data/tests/totranslate.lang +93 -0
  165. data/tinkerbell-0.01.gem +0 -0
  166. data/zips/rwdwaddresses-1.05.zip +0 -0
  167. data/zips/rwdwgutenberg-0.09.zip +0 -0
  168. data/zips/temp.rb +1 -0
  169. data/zips/tinkerbellw-0.01.zip +0 -0
  170. data/zips/wrubyslippers-1.06.zip +0 -0
  171. metadata +231 -0
data/init.rb ADDED
@@ -0,0 +1,277 @@
1
+
2
+ #***********************************************************************
3
+ #* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
4
+ #* Copyright (c) 2004, 2005 by Steven Gibson. All Rights Reserved.
5
+ #*
6
+ #* This library is free software; you can redistribute it and/or
7
+ #* modify it under the terms of the GNU General Public
8
+ #* License as published by the Free Software Foundation; either
9
+ #* .
10
+ #*
11
+ #* These files are distributed in the hope that they will be useful,
12
+ #* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ #* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
+ #* General Public License for more details.
15
+ #*
16
+ #* You should have received a copy of the GNU General Public
17
+ #* License along with these files; if not, write to the Free Software
18
+ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
+ #*
20
+ #* For further information please contact the author by e-mail
21
+ #* at "smalllinux@gmail.com".
22
+ #***********************************************************************/
23
+
24
+ require "lib/rwd/rwd"
25
+ require 'fileutils'
26
+ require 'lib/rconftool'
27
+
28
+ $progdir = File::expand_path( File.dirname(__FILE__))
29
+
30
+ $tempdoc = " "
31
+
32
+ def findfiles(d)
33
+ a = Array.new(Dir[d].entries.sort)
34
+ #loop through and get the files names
35
+ a.each do |x|
36
+ #adjust the filters to the files you want to see...
37
+ if(!test(?d,x))
38
+ # only rwd files
39
+ if x =~ /rb|rwd|txt/
40
+ fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
41
+ $tempdoc+=fileA.read #reads the file into the doc string
42
+ fileA.close
43
+ end
44
+ end
45
+ end
46
+ end
47
+ def loadguifile(d)
48
+ a = Array.new(Dir[d].entries.sort)
49
+ #loop through and get the files names
50
+ a.each do |x|
51
+ #adjust the filters to the files you want to see...
52
+ if(!test(?d,x))
53
+ # only rwd files
54
+ if x =~ /rb|rwd|txt/
55
+
56
+ load x #opens the file thats in fileName and reads it
57
+ $tempdoc += $rwdguivar # adds the file into the doc string
58
+ end
59
+ end
60
+ end
61
+ end
62
+
63
+ # integrate the new configuration files
64
+ MAINconfignew = "rwdconfig.cnf"
65
+ MAINconfigdist = "rwdconfig.dist"
66
+ Rconftool::install(MAINconfigdist,MAINconfignew)
67
+
68
+ #load main config file
69
+ load 'rwdconfig.cnf'
70
+
71
+ Dir.chdir("configuration") #changes the current working directory
72
+
73
+ fileList = Dir.new(".").entries.sort.reverse.delete_if { |x| ! (x =~ /dist$/) } #creates an Array separated with \n
74
+ @doc = ""
75
+ fileList.length.times{ #opening of a block
76
+ configdist =fileList.pop #pops the first item out of the Array
77
+ tempconfigfile = configdist.gsub(/\.dist$/, "")
78
+ confignew = tempconfigfile + ".cnf"
79
+ Rconftool::install(configdist,confignew) #integrates new file with old
80
+ } #closing block
81
+ # END of configuration integration
82
+ Dir.chdir($progdir)
83
+
84
+ # Read in the configuration files
85
+ Dir.chdir("configuration") #changes the current working directory
86
+
87
+ fileList = Dir.new(".").entries.sort.reverse.delete_if { |x| ! (x =~ /cnf$/) } #creates an Array separated with \n
88
+ @doc = ""
89
+ fileList.length.times{ #opening of a block
90
+ fileName=fileList.pop #pops the first item out of the Array
91
+ load fileName #loads the the config file thats in fileName
92
+ } #closing block
93
+ # END of configuration reading
94
+
95
+ Dir.chdir($progdir) # change back to top program directory
96
+
97
+ # build the English Language hash file from the parts
98
+ languagehashvariable = 'Message = Hash.new { |hh, kk| hh[kk] = "ERROR: Message not found: #{kk.inspect}."; hh[kk] }
99
+ langmessage = {' + "\n"
100
+ startlangdir = File.join(LangDir,"en")
101
+ #get a list of the files and subdirectories on the starting directory only
102
+ alanghash = Array.new(Dir[startlangdir].entries.sort)
103
+ #loop through the list, ignore the files and add all new directories found
104
+ alanghash.each do |x|
105
+ #if a directory...
106
+ if(test(?d,x))
107
+ # add to the original list of directories
108
+ @@tmproot = x + "/**"
109
+ #adds the new ones to the array
110
+ blanghash = Dir[@@tmproot].entries.sort
111
+ blanghash.each do |x|
112
+ if(test(?d,x))
113
+ alanghash.push(x) #appends to the end of the array...
114
+ end
115
+ end
116
+ end
117
+ end
118
+ alanghash.each do |x|
119
+ #if it is a file...
120
+ if(!test(?d,x))
121
+ alanghash.delete(x)
122
+ else #it is a directory...
123
+ findfiles(x + "/**")
124
+ end
125
+ end
126
+
127
+
128
+ #writes the contents of doc into the languagehashvariable
129
+ languagehashvariable = languagehashvariable + $tempdoc + "} ; langmessage.each { |kk, vv| Message[kk] = vv }"
130
+
131
+ # END of en Lang building
132
+ $tempdoc = " "
133
+ Dir.chdir($progdir) # change back to top program directory
134
+
135
+ # build the local Language hash file from the parts
136
+ startlangdir = File.join(LangDir,$lang)
137
+ #get a list of the files and subdirectories on the starting directory only
138
+ alanghash = Array.new(Dir[startlangdir].entries.sort)
139
+ #loop through the list, ignore the files and add all new directories found
140
+ alanghash.each do |x|
141
+ #if a directory...
142
+ if(test(?d,x))
143
+ # add to the original list of directories
144
+ @@tmproot = x + "/**"
145
+ #adds the new ones to the array
146
+ blanghash = Dir[@@tmproot].entries.sort
147
+ blanghash.each do |x|
148
+ if(test(?d,x))
149
+ alanghash.push(x) #appends to the end of the array...
150
+ end
151
+ end
152
+ end
153
+ end
154
+ alanghash.each do |x|
155
+ #if it is a file...
156
+ if(!test(?d,x))
157
+ alanghash.delete(x)
158
+ else #it is a directory...
159
+ findfiles(x + "/**")
160
+ end
161
+ end
162
+
163
+
164
+ #writes the contents of doc into the variable
165
+ languagehashvariable = languagehashvariable + " ; Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
166
+
167
+
168
+ $tempdoc = " "
169
+
170
+ Dir.chdir($progdir) # change back to top program directory
171
+
172
+ temp = eval( languagehashvariable )
173
+
174
+ $tempdoc = " "
175
+
176
+ # build the actual program from the code parts
177
+ #get a list of the files and subdirectories on the starting directory only
178
+ a = Array.new(Dir[CodeDir].entries.sort)
179
+ #loop through the list, ignore the files and add all new directories found
180
+ a.each do |x|
181
+ #if a directory...
182
+ if(test(?d,x))
183
+ # add to the original list of directories
184
+ @@root = x + "/**"
185
+ #adds the new ones to the array
186
+ b = Dir[@@root].entries.sort
187
+ b.each do |x|
188
+ if(test(?d,x))
189
+ a.push(x) #appends to the end of the array...
190
+ end
191
+ end
192
+ end
193
+ end
194
+ a.each do |x|
195
+ #if it is a file...
196
+ if(!test(?d,x))
197
+ a.delete(x)
198
+ else #it is a directory...
199
+ findfiles(x + "/**")
200
+ end
201
+ end
202
+
203
+
204
+ # load the program file
205
+ tempcoderesult = eval( $tempdoc )
206
+
207
+ # build the actual GUI from the gui parts
208
+ $tempdoc = " "
209
+ #get a list of the files and subdirectories on the starting directory only
210
+ a = Array.new(Dir[GuiDir].entries.sort)
211
+ #loop through the list, ignore the files and add all new directories found
212
+ a.each do |x|
213
+ #if a directory...
214
+ if(test(?d,x))
215
+ #use this new dir find to add to the original list of directories
216
+ @@root = x + "/**"
217
+ #adds the new ones to the array
218
+ b = Dir[@@root].entries.sort
219
+ b.each do |x|
220
+ if(test(?d,x))
221
+ a.push(x) #appends to the end of the array...
222
+ end
223
+ end
224
+ end
225
+ end
226
+ a.each do |x|
227
+ #if it is a file...
228
+ if(!test(?d,x))
229
+ a.delete(x)
230
+
231
+ else #it is a directory...
232
+ loadguifile(x + "/**")
233
+ end
234
+ end
235
+
236
+ # gui variable is done
237
+ guiRWD = ""
238
+ $rwd_gui_tinker = $tempdoc
239
+ require 'socket' # Network stuff
240
+ host = "127.0.0.1"
241
+ port = $port
242
+
243
+ # Create a socket to listen on and bind it to the host and port
244
+ freeportfound = false
245
+ until freeportfound
246
+ begin
247
+ @socket = UDPSocket::new()
248
+ @socket.bind(host, port)
249
+ freeportfound = true
250
+ $port = port
251
+ # Rescue the "Address in use" error
252
+ rescue Errno::EADDRINUSE
253
+ puts "RWD Startup: Port #{port} on host #{host} is already in use."
254
+ port=port +1
255
+ puts "trying port: #{port}"
256
+ # Rescue the "Address not available' error
257
+ rescue Errno::EADDRNOTAVAIL
258
+ puts "RWD Startup: Address #{host} is not available to bind."
259
+ port =port + 1
260
+ puts "trying port: #{port}"
261
+ # Rescue "permission denied errors
262
+ rescue Errno::EACCES
263
+ puts "RWD Startup: Access denied when binding interface addresses. ?"
264
+ port =port + 1
265
+ puts "trying port: #{port}"
266
+ # Rescue all other errors
267
+ rescue
268
+ puts "RWD Startup: An error occured."
269
+ port =port + 1
270
+ puts "trying port: #{port}"
271
+ # Rescue all other errors
272
+ end
273
+
274
+ end
275
+
276
+
277
+ RwdTinker.new( $rwd_gui_tinker ).serve(port) # start the main class and program
data/installed/temp.rb ADDED
@@ -0,0 +1 @@
1
+ # this file does nothing
@@ -0,0 +1,13 @@
1
+ # tinkerbell - NAD gui developer for RwdTinker
2
+ gui/tinkerbackwindows/superant.com.tinkerbellback
3
+ gui/tinkerbackwindows/superant.com.sandbox
4
+ gui/tinkerbackwindows/superant.com.tinkerbell
5
+ code/superant.com.tinkerbell
6
+ code/superant.com.tinkerbellback
7
+ code/superant.com.sandbox
8
+ tests/makedist-tinkerbell.rb
9
+ tests/gemspec-tinkerbellw
10
+ rwd_files/HowTo_TinkerBell.txt
11
+ configuration/tinkerbellw-0.01.dist
12
+ configuration/tinkerbellw-0.01.cnf
13
+
@@ -0,0 +1,58 @@
1
+ # English Language files for RwdTinker core
2
+
3
+ :applet_installed => '"applet installed!"',
4
+ :application_version => '"Application Version"',
5
+ :clear => "Clear",
6
+ :cancel => "Cancel",
7
+ :clickfor_version => "Click for Version" ,
8
+ :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
9
+ :documents => '"Documents"',
10
+ :edit => "edit" ,
11
+ :file_name => '"File Name:"',
12
+ :fill_record => '"Fill Record"',
13
+ :help => '"Help"',
14
+ :help_about => '"Help About"',
15
+ :install_applet => '"install (rwdtinker) applet"',
16
+ :jumptoapplication_location => '"Jump to Application Location"',
17
+ :list_applets => '"Remove Applets"',
18
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
19
+ :listappletsavailablefor_installation => "List applets available for installation",
20
+ :list_files => '"List Files"',
21
+ :list_installed_gems => '"List installed Gems"' ,
22
+ :list_photos => '"List Photos"',
23
+ :list_zips => '"List Zips"',
24
+ :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
25
+ :menu_panel => '"Menu Panel"',
26
+ :module_unknown => '"Unknown Module"',
27
+ :next => '"Next"',
28
+ :open => "Open",
29
+ :open_document => '"Open Document"',
30
+ :openselectedhelp_about => '"Open selected help about"',
31
+ :reload_variables => '"Reload Variables"' ,
32
+ :remove_applet => '"remove applet"',
33
+ :return => "Return",
34
+ :rwdtinker_window_2 => "RwdTinker Window 2",
35
+ :rwdtinker => "RwdTinker",
36
+ :rwdtinker_back_window => '"RwdTinker Back Window"',
37
+ :rwdtinker_help => '"RwdTinker Help"',
38
+ :rwdtinker_help_window => '"RwdTinker Help Window"',
39
+ :showjump_links => '"Show Jump Links"',
40
+ :showdocument_list => '"Show Document List"',
41
+ :showhelpabout_links => '"Show Help About Links"',
42
+
43
+ :save => "Save" ,
44
+ :save_changes => '"Save Changes"',
45
+ :selection_panel => '"Menu Panel"',
46
+ :selection_tab => '"Menu Tab"',
47
+ :tinker_logo => "Tinker Logo",
48
+ :tinkerback_window => '"Tinker Back Window"',
49
+ :viewapplet_contents => '"View Applet Contents"',
50
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
51
+ :viewinstalled_text => '"View Install Text"',
52
+ :view_platform => '"view platform"',
53
+ :viewplatform_information => '"View Platform Information"',
54
+ :view_event => '"View event"',
55
+ :viewinstall_text => '"View Install Text"' ,
56
+ :viewlistinstall_files => '"View List of Installed Files"',
57
+ :view_photo => '"View Photo"',
58
+ :window => "Window" ,
@@ -0,0 +1,62 @@
1
+ # Spanish Language files for RwdTinker core
2
+
3
+ :applet_installed => '"applet instalado!"',
4
+ :application_version => '"Application Version"',
5
+ :clear => "Clear",
6
+ :cancel => "Cancelaci�n",
7
+ :clickfor_version => '"click para version"' ,
8
+ :clickbelowtoviewlistof_zip => '"click abajo a ver lista de zips"',
9
+ :documents => '"Documentos"',
10
+ :edit => "Editar" ,
11
+ :file_name => '"Fila Nombre:"',
12
+ :fill_record => '"Fill Record"',
13
+ :help => '"Ayuda"',
14
+ :help_about => '"Ayuda sobre"',
15
+ :install_applet => '"instale (rwdtinker) applet"',
16
+ :jumptoapplication_location => '"Jump to Application Location"',
17
+ :list_applets => '"List Applets"',
18
+ :listappletsavailablefor_installation => "List applets available for installation",
19
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
20
+
21
+ :list_files => '"Lista de Archivos"',
22
+ :list_installed_gems => '"Lista de Instalado Gems"' ,
23
+ :list_photos => '"Lista de Photos"',
24
+ :list_zips => '"List Zips"',
25
+ :listzipdirappletsavailable => '"Lista (zip directory) applets available for installation"',
26
+ :menu_panel => '"panel de herramientas"',
27
+ :module_unknown => '"Module desconocido"',
28
+ :next => "Siguiente",
29
+ :open => "Abrir",
30
+ :open_document => '"Abrir documento"',
31
+ :openselectedhelp_about => '"Open selected help about"',
32
+ :reload_variables => '"Reload Variables"' ,
33
+ :remove_applet => '"remove applet"',
34
+ :return => "anterior",
35
+ :rwdtinker_window_2 => '"RwdTinker Window 2"',
36
+ :rwdtinker => "RwdTinker",
37
+ :rwdtinker_back_window => '"RwdTinker Ventana Trasera"',
38
+ :rwdtinker_help => '"RwdTinker Ayuda"',
39
+ :rwdtinker_help_window => '"RwdTinker Ventana Ayuda"',
40
+ :showdocument_list => '"Show Document List"',
41
+ :showhelpabout_links => '"Show Help About Links"',
42
+
43
+ :showjump_links => '"Mostrar enlace saltar"',
44
+
45
+ :save => "Guardar" ,
46
+ :save_changes => '"Guardar los cambios"',
47
+ :rwdtinker => "RwdTinker",
48
+ :selection_panel => '"Panel de Selecci�n"',
49
+
50
+ :tinker_logo => '"Insignia de Tinker"',
51
+ :selection_tab => '"Selection Tab"',
52
+ :tinkerback_window => '"Tinker Back Window"',
53
+ :viewapplet_contents => '"View Applet Contents"',
54
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
55
+ :viewinstalled_text => '"View Install Text"',
56
+ :view_platform => '"view platform"',
57
+ :viewplatform_information => '"View Platform Information"',
58
+ :view_event => '"Ver evento"',
59
+ :viewinstall_text => '"Ver Texto"' ,
60
+ :viewlistinstall_files => '"View List of Installed Files"',
61
+ :view_photo => '"Ver Photo"' ,
62
+ :window => "Ventana" ,
@@ -0,0 +1,64 @@
1
+ # English Language files for RwdTinker core
2
+
3
+ :applet_installed => '"applet installed!"',
4
+ :application_version => '"Application Version"',
5
+ :clear => "Clear",
6
+ :cancel => "Cancel",
7
+ :clickfor_version => "Click for Version" ,
8
+ :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
9
+ :documents => '"Documents"',
10
+ :edit => "edit" ,
11
+ :file_name => '"File Name:"',
12
+ :fill_record => '"Fill Record"',
13
+ :gemcommands => '"Gem Commands"',
14
+ :gemfiles => '"Gem Files"' ,
15
+ :gemdocs => '"Gem Documents"' ,
16
+ :gem_name => '"Gem Name"' ,
17
+ :help => '"Help"',
18
+ :help_about => '"Help About"',
19
+ :installgem => '"Install Gem"' ,
20
+ :install_applet => '"install (rwdtinker) applet"',
21
+ :jumptoapplication_location => '"Jump to Application Location"',
22
+ :list_applets => '"List Applets"',
23
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
24
+ :listappletsavailablefor_installation => "List applets available for installation",
25
+ :list_files => '"List Files"',
26
+ :list_installed_gems => '"List installed Gems"' ,
27
+ :list_photos => '"List Photos"',
28
+ :list_zips => '"List Zips"',
29
+ :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
30
+ :menu_panel => '"Menu Panel"',
31
+ :module_unknown => '"Unknown Module"',
32
+ :next => '"Next"',
33
+ :open => "Open",
34
+ :open_document => '"Open Document"',
35
+ :openselectedhelp_about => '"Open selected help about"',
36
+ :reload_variables => '"Reload Variables"' ,
37
+ :remove_applet => '"remove applet"',
38
+ :return => "Return",
39
+ :rwdtinker_window_2 => "RwdTinker Window 2",
40
+ :rwdtinker => "RwdTinker",
41
+ :rwdtinker_back_window => '"RwdTinker Back Window"',
42
+ :rwdtinker_help => '"RwdTinker Help"',
43
+ :rwdtinker_help_window => '"RwdTinker Help Window"',
44
+ :showjump_links => '"Show Jump Links"',
45
+ :showdocument_list => '"Show Document List"',
46
+ :showhelpabout_links => '"Show Help About Links"',
47
+
48
+ :save => "Save" ,
49
+ :save_changes => '"Save Changes"',
50
+ :selection_panel => '"Selection Panel"',
51
+ :selection_tab => '"Selection Tab"',
52
+ :tinker_logo => "Tinker Logo",
53
+ :tinkerback_window => '"Tinker Back Window"',
54
+ :viewapplet_contents => '"View Applet Contents"',
55
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
56
+ :viewinstalled_text => '"View Install Text"',
57
+ :view_platform => '"view platform"',
58
+ :viewplatform_information => '"View Platform Information"',
59
+ :view_event => '"View event"',
60
+ :view_gem => '"View Gem"',
61
+ :viewinstall_text => '"View Install Text"' ,
62
+ :viewlistinstall_files => '"View List of Installed Files"',
63
+ :view_photo => '"View Photo"',
64
+ :window => "Window" ,
@@ -0,0 +1,72 @@
1
+ # Japanese Language files for RwdTinker core
2
+ :cancel => "とりけし",
3
+ :open => "あける",
4
+ :view_event => "けんかい ぎょうじょ",
5
+ :edit_event => "しゅうろく",
6
+ :install_gem => "インストール",
7
+ :list_installed_gems => "かきつらねる",
8
+ :view_gem => "けんかい",
9
+ :edit => "しゅうろく",
10
+ :gem_commands => "コマンド",
11
+ :gem_files => "ファイル",
12
+ :gem_docs => "しょるい",
13
+ :gem_name => "こうもくめい",
14
+ :selection_panel => "せんた&#12367",
15
+ :documents => "オンラインマニュア&#12523",
16
+
17
+ # English Language files for RwdTinker core
18
+
19
+ :applet_installed => '"applet installed!"',
20
+ :application_version => '"Application Version"',
21
+ :clear => "Clear",
22
+ :clickfor_version => "Click for Version" ,
23
+ :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
24
+
25
+ :file_name => '"File Name:"',
26
+ :fill_record => '"Fill Record"',
27
+ :help => '"Help"',
28
+ :help_about => '"Help About"',
29
+
30
+ :install_applet => '"install (rwdtinker) applet"',
31
+ :jumptoapplication_location => '"Jump to Application Location"',
32
+ :list_applets => '"List Applets"',
33
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
34
+ :listappletsavailablefor_installation => "List applets available for installation",
35
+ :list_files => '"List Files"',
36
+
37
+ :list_photos => '"List Photos"',
38
+ :list_zips => '"List Zips"',
39
+ :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
40
+ :menu_panel => '"Menu Panel"',
41
+ :module_unknown => '"Unknown Module"',
42
+ :next => '"Next"',
43
+
44
+ :open_document => '"Open Document"',
45
+ :openselectedhelp_about => '"Open selected help about"',
46
+ :reload_variables => '"Reload Variables"' ,
47
+ :remove_applet => '"remove applet"',
48
+ :return => "Return",
49
+ :rwdtinker_window_2 => "RwdTinker Window 2",
50
+ :rwdtinker => "RwdTinker",
51
+ :rwdtinker_back_window => '"RwdTinker Back Window"',
52
+ :rwdtinker_help => '"RwdTinker Help"',
53
+ :rwdtinker_help_window => '"RwdTinker Help Window"',
54
+ :showjump_links => '"Show Jump Links"',
55
+ :showdocument_list => '"Show Document List"',
56
+ :showhelpabout_links => '"Show Help About Links"',
57
+
58
+ :save => "Save" ,
59
+ :save_changes => '"Save Changes"',
60
+
61
+ :selection_tab => '"Selection Tab"',
62
+ :tinker_logo => "Tinker Logo",
63
+ :tinkerback_window => '"Tinker Back Window"',
64
+ :viewapplet_contents => '"View Applet Contents"',
65
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
66
+ :viewinstalled_text => '"View Install Text"',
67
+ :view_platform => '"view platform"',
68
+ :viewplatform_information => '"View Platform Information"',
69
+ :viewinstall_text => '"View Install Text"' ,
70
+ :viewlistinstall_files => '"View List of Installed Files"',
71
+ :view_photo => '"View Photo"',
72
+ :window => "Window" ,
@@ -0,0 +1,75 @@
1
+ # English Language files for RwdTinker core
2
+
3
+ :cancel => '"Annuleren"',
4
+ :open => '"Openen"',
5
+ :save => '"Opslaan"',
6
+ :window => '"Venster"',
7
+ :applet_installed => '"Applet geinstalleerd"',
8
+ :clickfor_version => '"Klier hier voor de Versie"',
9
+ :documents => '"Documenten"',
10
+ :help => '"Help"',
11
+ :module_unknown => '"Module onbekend"',
12
+ :next => '"Volgende"',
13
+ :rwdtinker => '"RWDTinker"',
14
+ :rwdtinker_help_window => '"RWDTinker Help Venster"',
15
+ :rwdtinker_help => '"RWDTinker Help"',
16
+ :rwdtinker_window_2 => '"RWDTinker Venster 2"',
17
+ :rwdtinker_back_window => '"RwdTinker Back Venster"',
18
+ :tinker_logo => '"RWDTinker Logo"',
19
+ :selection_panel => '"Selectie Paneel"',
20
+ # English Language files for RwdTinker core
21
+
22
+
23
+ :applet_installed => '"applet installed!"',
24
+ :application_version => '"Application Version"',
25
+ :clear => "Clear",
26
+ :clickfor_version => "Click for Version" ,
27
+ :clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
28
+
29
+ :edit => "edit" ,
30
+ :file_name => '"File Name:"',
31
+ :fill_record => '"Fill Record"',
32
+ :help => '"Help"',
33
+ :help_about => '"Help About"',
34
+ :install_applet => '"install (rwdtinker) applet"',
35
+ :jumptoapplication_location => '"Jump to Application Location"',
36
+ :list_applets => '"List Applets"',
37
+ :listappletsinthegem_directory => '"List applets in the Gem Directory"',
38
+ :listappletsavailablefor_installation => "List applets available for installation",
39
+ :list_files => '"List Files"',
40
+ :list_installed_gems => '"List installed Gems"' ,
41
+ :list_photos => '"List Photos"',
42
+ :list_zips => '"List Zips"',
43
+ :listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
44
+ :menu_panel => '"Menu Panel"',
45
+
46
+
47
+ :open_document => '"Open Document"',
48
+ :openselectedhelp_about => '"Open selected help about"',
49
+ :reload_variables => '"Reload Variables"' ,
50
+ :remove_applet => '"remove applet"',
51
+ :return => "Return",
52
+ :rwdtinker_window_2 => "RwdTinker Window 2",
53
+ :rwdtinker => "RwdTinker",
54
+ :rwdtinker_back_window => '"RwdTinker Back Window"',
55
+ :rwdtinker_help => '"RwdTinker Help"',
56
+ :rwdtinker_help_window => '"RwdTinker Help Window"',
57
+ :showjump_links => '"Show Jump Links"',
58
+ :showdocument_list => '"Show Document List"',
59
+ :showhelpabout_links => '"Show Help About Links"',
60
+
61
+
62
+ :save_changes => '"Save Changes"',
63
+ :selection_tab => '"Selection Tab"',
64
+ :tinker_logo => "Tinker Logo",
65
+ :tinkerback_window => '"Tinker Back Window"',
66
+ :viewapplet_contents => '"View Applet Contents"',
67
+ :viewalreadyinstalled_applications => '"View already installed GEM applications"',
68
+ :viewinstalled_text => '"View Install Text"',
69
+ :view_platform => '"view platform"',
70
+ :viewplatform_information => '"View Platform Information"',
71
+ :view_event => '"View event"',
72
+ :viewinstall_text => '"View Install Text"' ,
73
+ :viewlistinstall_files => '"View List of Installed Files"',
74
+ :view_photo => '"View Photo"',
75
+