rwdtinker 1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. data/Readme.txt +57 -0
  2. data/bin/rwdtinker +19 -0
  3. data/code/ag1core/aa0begin.rb +17 -0
  4. data/code/al5languagefiles/alanguagehashbegin.rb +4 -0
  5. data/code/al5languagefiles/languagehash.rb +4 -0
  6. data/code/al5languagefiles/templangfile.rb +6 -0
  7. data/code/al5languagefiles/zlanguagehashend.rb +6 -0
  8. data/code/dd0viewphoto/dd0viewphoto.rb +4 -0
  9. data/code/ll0listapplets/05listinstalledfiles.rb +11 -0
  10. data/code/ll0listapplets/ll1openname.rb +18 -0
  11. data/code/ll0listapplets/mm1removeapplet.rb +28 -0
  12. data/code/lm1installapplets/ll5listzips.rb +14 -0
  13. data/code/lm1installapplets/lm1installapplet.rb +20 -0
  14. data/code/zz0applicationend/zz0end.rb +4 -0
  15. data/configuration/aa0rwdframework.cnf +11 -0
  16. data/ev/browser.rb +109 -0
  17. data/ev/ftools.rb +170 -0
  18. data/ev/net.rb +750 -0
  19. data/ev/ruby.rb +819 -0
  20. data/ev/rwd.rb +1848 -0
  21. data/ev/sgml.rb +236 -0
  22. data/ev/thread.rb +63 -0
  23. data/ev/tree.rb +343 -0
  24. data/ev/xml.rb +4 -0
  25. data/gui/en/aa2core/aa0rwdtop.rwd +3 -0
  26. data/gui/en/cc0viewphoto/cc0openphoto.rwd +17 -0
  27. data/gui/en/ll5listapplets/ll0rwdlistapplets.rwd +42 -0
  28. data/gui/en/ll9rwdlistzips/ll5rwdlistzips.rwd +33 -0
  29. data/gui/en/tt0documentsbegin/tt0documentbegin.rwd +5 -0
  30. data/gui/en/uu5rwddocuments/uu5documents.rwd +13 -0
  31. data/gui/en/ww0documentsend/ww0documentend.rwd +6 -0
  32. data/gui/en/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
  33. data/gui/en/xx9photoview/xx9photoview.rwd +3 -0
  34. data/gui/en/ya1helpbegin/ya0helpscreenstart.rwd +1 -0
  35. data/gui/en/yg5rwdhelp/yf0helpscreen.rwd +2 -0
  36. data/gui/en/yg5rwdhelp/yf6rwdtinker.rwd +3 -0
  37. data/gui/en/yg5rwdhelp/yg0helpscreen.rwd +1 -0
  38. data/gui/en/za1applicationend/yy9rwdend.rwd +2 -0
  39. data/gui/es/aa2core/aa0rwdtop.rwd +3 -0
  40. data/gui/es/cc0viewphoto/cc0openphoto.rwd +17 -0
  41. data/gui/es/ll5listapplets/ll0rwdlistapplets.rwd +41 -0
  42. data/gui/es/ll9rwdlistzips/ll5rwdlistzips.rwd +33 -0
  43. data/gui/es/tt0documentsbegin/tt0documentbegin.rwd +5 -0
  44. data/gui/es/uu5rwddocuments/uu5documents.rwd +13 -0
  45. data/gui/es/ww0documentsend/ww0documentend.rwd +6 -0
  46. data/gui/es/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
  47. data/gui/es/xx9photoview/xx9photoview.rwd +3 -0
  48. data/gui/es/ya1helpbegin/ya0helpscreenstart.rwd +1 -0
  49. data/gui/es/yg5rwdhelp/yf0helpscreen.rwd +2 -0
  50. data/gui/es/yg5rwdhelp/yf6rwdtinker.rwd +3 -0
  51. data/gui/es/yg5rwdhelp/yg0helpscreen.rwd +1 -0
  52. data/gui/es/za1applicationend/yy9rwdend.rwd +2 -0
  53. data/gui/nl/aa2core/aa0rwdtop.rwd +3 -0
  54. data/gui/nl/cc0viewphoto/cc0openphoto.rwd +17 -0
  55. data/gui/nl/ll5listapplets/ll0rwdlistapplets.rwd +41 -0
  56. data/gui/nl/ll9rwdlistzips/ll5rwdlistzips.rwd +33 -0
  57. data/gui/nl/tt0documentsbegin/tt0documentbegin.rwd +5 -0
  58. data/gui/nl/uu5rwddocuments/uu5documents.rwd +13 -0
  59. data/gui/nl/ww0documentsend/ww0documentend.rwd +6 -0
  60. data/gui/nl/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
  61. data/gui/nl/xx9photoview/xx9photoview.rwd +3 -0
  62. data/gui/nl/ya1helpbegin/ya0helpscreenstart.rwd +1 -0
  63. data/gui/nl/yg5rwdhelp/yf0helpscreen.rwd +2 -0
  64. data/gui/nl/yg5rwdhelp/yf6rwdtinker.rwd +3 -0
  65. data/gui/nl/yg5rwdhelp/yg0helpscreen.rwd +1 -0
  66. data/gui/nl/za1applicationend/yy9rwdend.rwd +2 -0
  67. data/init.rb +164 -0
  68. data/installed/rwdlistapplets-0.4.inf +5 -0
  69. data/installed/rwdlistzips-0.4.inf +4 -0
  70. data/installed/rwdviewphoto-0.3.inf +9 -0
  71. data/lang/en/rwdcore/languagefile.rb +6 -0
  72. data/lang/es/rwdcore/languagefile.rb +4 -0
  73. data/lang/nl/rwdcore/languagefile.rb +4 -0
  74. data/lib/temp.rb +1 -0
  75. data/rwd_files/HowTo_Tinker.html +365 -0
  76. data/rwd_files/HowTo_Tinker.txt +234 -0
  77. data/rwd_files/Readme.txt +57 -0
  78. data/rwd_files/favicon.ico +0 -0
  79. data/rwd_files/rdoc-style.css +175 -0
  80. data/rwd_files/rwdapplications.html +54 -0
  81. data/rwd_files/rwdindex.html +6 -0
  82. data/rwd_files/tinker.png +0 -0
  83. data/tests/rubyslippers-0.92.gemspec +17 -0
  84. data/tests/rwdtinker-1.2.gemspec +17 -0
  85. data/tests/rwdtinkertestEN.rb +87 -0
  86. data/tests/temptest.out +18 -0
  87. data/tests/totranslate.lang +93 -0
  88. data/zips/arubyslippers-0.7.zip +0 -0
  89. data/zips/rwdamovies-0.5.zip +0 -0
  90. data/zips/rwdaschedule-0.3.zip +0 -0
  91. data/zips/rwdaviewphoto-0.3.zip +0 -0
  92. data/zips/rwdhelloworld-0.2.zip +0 -0
  93. data/zips/rwdlistapplets-0.4.zip +0 -0
  94. data/zips/rwdlistzips-0.4.zip +0 -0
  95. data/zips/rwdrefreshacpi-0.1.zip +0 -0
  96. metadata +134 -0
@@ -0,0 +1,365 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3
+
4
+ <title>File: HowTo_Tinker.txt</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
+ <meta http-equiv="Content-Script-Type" content="text/javascript">
6
+ <link rel="stylesheet" href="rdoc-style.css" type="text/css" media="screen">
7
+ <script type="text/javascript">
8
+ // <![CDATA[
9
+
10
+ function popupCode( url ) {
11
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
12
+ }
13
+
14
+ function toggleCode( id ) {
15
+ if ( document.getElementById )
16
+ elem = document.getElementById( id );
17
+ else if ( document.all )
18
+ elem = eval( "document.all." + id );
19
+ else
20
+ return false;
21
+
22
+ elemStyle = elem.style;
23
+
24
+ if ( elemStyle.display != "block" ) {
25
+ elemStyle.display = "block"
26
+ } else {
27
+ elemStyle.display = "none"
28
+ }
29
+
30
+ return true;
31
+ }
32
+
33
+ // Make codeblocks hidden by default
34
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
35
+
36
+ // ]]>
37
+ </script><style type="text/css">div.method-source-code { display: none }</style></head>
38
+
39
+
40
+
41
+ <body>
42
+
43
+
44
+
45
+ <div id="fileHeader">
46
+ <h1>HowTo_Tinker.txt</h1>
47
+ <table class="header-table">
48
+ <tbody><tr class="top-aligned-row">
49
+ <td><strong>Path:</strong></td>
50
+ <td>rwd_files/HowTo_Tinker.txt
51
+ </td>
52
+ </tr>
53
+ <tr class="top-aligned-row">
54
+ <td><strong>Last Update:</strong></td>
55
+ <td>Fri Dec 24 20:32:10 PST 2004</td>
56
+ </tr>
57
+ </tbody></table>
58
+ </div>
59
+ <!-- banner header -->
60
+
61
+ <div id="bodyContent">
62
+
63
+
64
+ <div id="contextContent">
65
+
66
+ <div id="description">
67
+ <h1>RwdTinker framework for RubyWebDialogs</h1>
68
+ <p>
69
+ RwdTinker is a web brower
70
+ interface to and system for developing programs
71
+ </p>
72
+ <h2>Usage</h2>
73
+ <p>
74
+ How to Use the Tinker framework Program (rwdtinker)
75
+ </p>
76
+ <ol>
77
+ <li>stand alone application
78
+
79
+ </li>
80
+ <li>framework for building applications
81
+
82
+ </li>
83
+ <li>Open brower windows with html documents
84
+
85
+ </li>
86
+ </ol>
87
+ <p>
88
+ The GUI interface used is RubyWebDialogs
89
+ </p>
90
+ <p>
91
+ Start the program by typing ruby init.rb
92
+ </p>
93
+ <p>
94
+ Then point your web browser to: <a href="http://localhost:7705/">localhost:7705</a>/
95
+ </p>
96
+ <h2>Installing Applets</h2>
97
+ <ul>
98
+ <li>unzip an applet
99
+
100
+ <pre> You can download an applet created by someone else
101
+ put the file in the zips directory
102
+ unzip the directory into the program directoy
103
+ unzip randomapplet.zip
104
+
105
+ This should right the needed files in the correct directories
106
+ </pre>
107
+ </li>
108
+ </ul>
109
+ <p>
110
+ Viewing a installed Applets:
111
+ </p>
112
+ <p>
113
+ Go to "List Scripts" tab
114
+ </p>
115
+ <pre> You can get a list of all installed applets by clicking the listfiles button
116
+
117
+ To see the text of a install file
118
+ Type in the name of the file you want.
119
+
120
+ type it without the inf ending
121
+ rwdapplet-0.1
122
+
123
+ Then click the "View Installed File" button
124
+
125
+ If it finds the file it will open it. It displays the text the search box.
126
+ </pre>
127
+ <h2>Adding Applets</h2>
128
+ <p>
129
+ To add code, commands and gui tabs
130
+ </p>
131
+ <p>
132
+ Move program files into a directory under the code directory. Move gui
133
+ files into a directory under the gui directory.
134
+ </p>
135
+ <pre> The gui directory name you create is important, because the gui
136
+ rwd file is built in alpha order by directory name
137
+ </pre>
138
+ <p>
139
+ There are two ways to add applets to the directories.
140
+ </p>
141
+ <pre> Creating code
142
+ </pre>
143
+ <ul>
144
+ <li>Manually write code and gui files
145
+
146
+ <pre> The files go into your code directory
147
+ the filenames for code do not matter
148
+
149
+ The gui files go into your gui directory
150
+ The gui files need to be in order by name and end with .rwd
151
+
152
+ If you need a config file that goes in the configuration directory
153
+
154
+ internationalization and localization are helped by replacing the
155
+ gui files in the subdirectories under gui
156
+ </pre>
157
+ </li>
158
+ </ul>
159
+ <h2>Documents</h2>
160
+ <pre> when you click on a document name, the document should pop up in a
161
+ browser window, or in another browser tab.
162
+ </pre>
163
+ <p>
164
+ To exit, press the x inside the browser window.
165
+ </p>
166
+ <h2>Languages</h2>
167
+ <pre> You can add tranlations in the lang subdirectory
168
+ You change the $lang constant in Tinker config file in the configuration directory
169
+ You can see one translation on the install applet tab, after you have installed and applet
170
+ </pre>
171
+ <h2>Requirements:</h2>
172
+ <p>
173
+ RubyWebDialogs - I am using 0.1.2
174
+ </p>
175
+ <pre> This package you downloaded should have a runtime version of
176
+ the needed rubywebdialog files
177
+ </pre>
178
+ <p>
179
+ Ruby I am using version 1.8.2
180
+ </p>
181
+ <p>
182
+ I have tested this under Linux-Debian kernel 2.6.9
183
+ </p>
184
+ <h1>Operation:</h1>
185
+ <p>
186
+ The code files reside in the code directory and are combined before the
187
+ main Class is loaded
188
+ </p>
189
+ <p>
190
+ The rwd files in gui are combined before the gui is activated
191
+ </p>
192
+ <p>
193
+ Translated text reside in the lang directory
194
+ </p>
195
+ <h2>Installing:</h2>
196
+ <p>
197
+ untar the file tar zxvf rwdtinker-x.y.tar.gz then cd to the directory cd
198
+ rwdshell-x.y then start the init.rb program file ruby init.rb Then point
199
+ your browser at <a href="http://localhost:7705/">localhost:7705</a> or where
200
+ it tells you. Trouble shooting:
201
+ </p>
202
+ <p>
203
+ If the program is not working, try looking at the ev subdirectory. That is
204
+ where the runtime of rubywebdialogs are.
205
+ </p>
206
+ <p>
207
+ for long term installation, I would suggest putting most files in a lib
208
+ directory like /usr/lib/rwdshell then make a writable directory the local
209
+ directory for command files to be written like ~/rwdshell
210
+ </p>
211
+ <p>
212
+ Closing the browser doesn&#8217;t terminate the application. You have to
213
+ use the application&#8217;s close-button And terminating the application
214
+ doesn&#8217;t terminate the application when running in network mode. You
215
+ just log out.
216
+ </p>
217
+ <p>
218
+ Don&#8216;t use the back-button of the browser! Strange and unpredictable
219
+ things may and will happen!
220
+ </p>
221
+ <p>
222
+ RubyWebDialogs is a platform independent graphical user interface for Ruby
223
+ applications. It generates HTML and serves it with an internal HTTP server,
224
+ so you can use your favorite web browser as the front end for your Ruby
225
+ application. All this means, that it can be used on almost every platform,
226
+ like Ruby itself. <a href="http://www.erikveen.dds.nl/rubywebdialogs">www.erikveen.dds.nl/rubywebdialogs</a>/
227
+ </p>
228
+ <h2>Credits</h2>
229
+ <p>
230
+ Thanks go to:
231
+ </p>
232
+ <ul>
233
+ <li>Matz, for creating Ruby in the first place.
234
+
235
+ </li>
236
+ <li>Erik, for creating RubyWebDialogs.
237
+
238
+ </li>
239
+ <li>Charlotte, my wife for coming up for the name Tinker.
240
+
241
+ </li>
242
+ </ul>
243
+ <h2>License</h2>
244
+ <p>
245
+ rwdtinker is copyright � 2004 Steven Gibson. It is free software, and
246
+ may be redistributed under the terms of the GPL licence:
247
+ </p>
248
+ <pre> For more information see:
249
+ </pre>
250
+ <p>
251
+ <a href="http://rwdapplications.rubyforge.org/wiki/wiki.pl">rwdapplications.rubyforge.org/wiki/wiki.pl</a>
252
+ </p>
253
+ <p>
254
+ For more information about RubyWebDialogs see: <a href="http://www.erikveen.dds.nl/rubywebdialogs/index.html">www.erikveen.dds.nl/rubywebdialogs/index.html</a>
255
+ </p>
256
+ <p>
257
+ Thanks, Steven Gibson
258
+ </p>
259
+ <h2>Changelog:</h2>
260
+ <p>
261
+ version 1.2
262
+ </p>
263
+ <pre> added gemspec for creating a rwdtinker.gem
264
+ added rdoc comments
265
+ </pre>
266
+ <p>
267
+ version 1.1
268
+ </p>
269
+ <pre> changed order of elements on install applet tab
270
+ Add more i81n ablility - added lang directorys for language hash files
271
+ added in test file using WATIR stands for "Web Application Testing In Ruby,
272
+ </pre>
273
+ <p>
274
+ version 1.0
275
+ </p>
276
+ <pre> Improved name selection in zips and applet screens
277
+ added rubyslippers applet and rwdrefreshacpi applets as zips
278
+ </pre>
279
+ <p>
280
+ version 0.9
281
+ </p>
282
+ <pre> Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
283
+ updated RubyWebDialogs for people who do not have it installed
284
+ added rwdschedule applet as zip file
285
+ </pre>
286
+ <p>
287
+ version 0.8
288
+ </p>
289
+ <pre> changed location of code files
290
+ only directory of code files needs to be added to inf file
291
+ changed location of gui files
292
+ only directory of gui files needs to be added to inf file
293
+ Added constants in conf file for code location and gui location
294
+ removed all zips not yt updated to new directory layout
295
+ change loading of conf files to not need intermediate file
296
+ and favicon.ico
297
+ </pre>
298
+ <p>
299
+ version 0.7
300
+ </p>
301
+ <pre> moved changelog to HowTo_Tinker.html
302
+ copied english gui text to the dirs I think we should translate to
303
+ update backup zip files to newest versions
304
+ upgraded the ev directory - for those who don't have RubyWebDialogs
305
+ </pre>
306
+ <p>
307
+ version 0.6
308
+ </p>
309
+ <pre> updated version number
310
+ changed merge name to rwdtinker.rb
311
+ </pre>
312
+ <p>
313
+ version 0.4
314
+ </p>
315
+ <pre> added zip listing and installing - Linux only
316
+ </pre>
317
+ <p>
318
+ Version 0,3
319
+ </p>
320
+ <pre> changed name to Tinker
321
+ </pre>
322
+ <p>
323
+ Version 0.2
324
+ </p>
325
+ <pre> added some i18n directories for the gui files
326
+ </pre>
327
+ <p>
328
+ Version 0.1
329
+ </p>
330
+ <pre> first public version released
331
+ includes document screen
332
+ Open Photo screen
333
+ included configuration directory
334
+ zips directories
335
+ installed directory
336
+ installed applet lister
337
+ </pre>
338
+
339
+ </div>
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+ </div>
349
+
350
+
351
+
352
+ <!-- if includes -->
353
+
354
+
355
+ <!-- if method_list -->
356
+
357
+
358
+ </div>
359
+
360
+
361
+ <div id="validator-badges">
362
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
363
+ </div>
364
+
365
+ </body></html>
@@ -0,0 +1,234 @@
1
+ = RwdTinker framework for RubyWebDialogs
2
+
3
+
4
+ RwdTinker is a web brower interface to and system for developing programs
5
+
6
+ == Usage
7
+
8
+
9
+ How to Use the Tinker framework Program (rwdtinker)
10
+
11
+
12
+ 1. stand alone application
13
+ 2. framework for building applications
14
+ 3. Open brower windows with html documents
15
+
16
+ The GUI interface used is RubyWebDialogs
17
+
18
+
19
+ Start the program by typing
20
+ ruby init.rb
21
+
22
+ Then point your web browser to:
23
+ http://localhost:7705/
24
+
25
+ == Installing Applets
26
+
27
+ * unzip an applet
28
+
29
+ You can download an applet created by someone else
30
+ put the file in the zips directory
31
+ unzip the directory into the program directoy
32
+ unzip randomapplet.zip
33
+
34
+ This should right the needed files in the correct directories
35
+
36
+
37
+
38
+
39
+
40
+ Viewing a installed Applets:
41
+
42
+
43
+ Go to "List Scripts" tab
44
+
45
+
46
+ You can get a list of all installed applets by clicking the listfiles button
47
+
48
+ To see the text of a install file
49
+ Type in the name of the file you want.
50
+
51
+ type it without the inf ending
52
+ rwdapplet-0.1
53
+
54
+ Then click the "View Installed File" button
55
+
56
+ If it finds the file it will open it. It displays the text the search box.
57
+
58
+
59
+
60
+ == Adding Applets
61
+
62
+ To add code, commands and gui tabs
63
+
64
+ Move program files into a directory under the code directory.
65
+ Move gui files into a directory under the gui directory.
66
+ The gui directory name you create is important, because the gui
67
+ rwd file is built in alpha order by directory name
68
+
69
+
70
+ There are two ways to add applets to the directories.
71
+
72
+ Creating code
73
+
74
+
75
+ * Manually write code and gui files
76
+
77
+ The files go into your code directory
78
+ the filenames for code do not matter
79
+
80
+ The gui files go into your gui directory
81
+ The gui files need to be in order by name and end with .rwd
82
+
83
+
84
+
85
+ If you need a config file that goes in the configuration directory
86
+
87
+ internationalization and localization are helped by replacing the
88
+ gui files in the subdirectories under gui
89
+
90
+
91
+
92
+
93
+
94
+
95
+ == Documents
96
+
97
+
98
+ when you click on a document name, the document should pop up in a
99
+ browser window, or in another browser tab.
100
+
101
+ To exit, press the x inside the browser window.
102
+
103
+
104
+
105
+ == Languages
106
+
107
+
108
+ You can add tranlations in the lang subdirectory
109
+ You change the $lang constant in Tinker config file in the configuration directory
110
+ You can see one translation on the install applet tab, after you have installed and applet
111
+
112
+ == Requirements:
113
+ RubyWebDialogs - I am using 0.1.2
114
+ This package you downloaded should have a runtime version of
115
+ the needed rubywebdialog files
116
+
117
+ Ruby I am using version 1.8.2
118
+
119
+ I have tested this under Linux-Debian kernel 2.6.9
120
+
121
+ = Operation:
122
+ The code files reside in the code directory and are combined before
123
+ the main Class is loaded
124
+
125
+ The rwd files in gui are combined before the gui is activated
126
+
127
+ Translated text reside in the lang directory
128
+
129
+ == Installing:
130
+
131
+ untar the file
132
+ tar zxvf rwdtinker-x.y.tar.gz
133
+ then cd to the directory
134
+ cd rwdshell-x.y
135
+ then start the init.rb program file
136
+ ruby init.rb
137
+ Then point your browser at http://localhost:7705
138
+ or where it tells you.
139
+ Trouble shooting:
140
+
141
+ If the program is not working, try looking at the ev subdirectory. That is where
142
+ the runtime of rubywebdialogs are.
143
+
144
+ for long term installation, I would suggest putting most files in a lib directory
145
+ like /usr/lib/rwdshell
146
+ then make a writable directory the local directory for command files to be written
147
+ like ~/rwdshell
148
+
149
+
150
+ Closing the browser doesn't terminate the application. You have to use the application's close-button And terminating the application doesn't terminate the application when running in network mode. You just log out.
151
+
152
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
153
+
154
+ RubyWebDialogs is a platform independent graphical user interface for Ruby applications. It generates HTML and serves it with an internal HTTP server, so you can use your favorite web browser as the front end for your Ruby application. All this means, that it can be used on almost every platform, like Ruby itself. http://www.erikveen.dds.nl/rubywebdialogs/
155
+
156
+ == Credits
157
+
158
+ Thanks go to:
159
+
160
+ * Matz, for creating Ruby in the first place.
161
+ * Erik, for creating RubyWebDialogs.
162
+ * Charlotte, my wife for coming up for the name Tinker.
163
+
164
+ == License
165
+
166
+ rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed
167
+ under the terms of the GPL licence:
168
+
169
+ For more information see:
170
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
171
+
172
+
173
+ For more information about RubyWebDialogs see:
174
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
175
+
176
+ Thanks, Steven Gibson
177
+
178
+ == Changelog:
179
+ version 1.2
180
+ added gemspec for creating a rwdtinker.gem
181
+ added rdoc comments
182
+
183
+ version 1.1
184
+ changed order of elements on install applet tab
185
+ Add more i81n ablility - added lang directorys for language hash files
186
+ added in test file using WATIR stands for "Web Application Testing In Ruby,
187
+
188
+ version 1.0
189
+ Improved name selection in zips and applet screens
190
+ added rubyslippers applet and rwdrefreshacpi applets as zips
191
+
192
+ version 0.9
193
+ Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
194
+ updated RubyWebDialogs for people who do not have it installed
195
+ added rwdschedule applet as zip file
196
+
197
+ version 0.8
198
+ changed location of code files
199
+ only directory of code files needs to be added to inf file
200
+ changed location of gui files
201
+ only directory of gui files needs to be added to inf file
202
+ Added constants in conf file for code location and gui location
203
+ removed all zips not yt updated to new directory layout
204
+ change loading of conf files to not need intermediate file
205
+ and favicon.ico
206
+
207
+ version 0.7
208
+ moved changelog to HowTo_Tinker.html
209
+ copied english gui text to the dirs I think we should translate to
210
+ update backup zip files to newest versions
211
+ upgraded the ev directory - for those who don't have RubyWebDialogs
212
+
213
+ version 0.6
214
+ updated version number
215
+ changed merge name to rwdtinker.rb
216
+
217
+ version 0.4
218
+ added zip listing and installing - Linux only
219
+
220
+ Version 0,3
221
+ changed name to Tinker
222
+
223
+ Version 0.2
224
+ added some i18n directories for the gui files
225
+
226
+ Version 0.1
227
+ first public version released
228
+ includes document screen
229
+ Open Photo screen
230
+ included configuration directory
231
+ zips directories
232
+ installed directory
233
+ installed applet lister
234
+
@@ -0,0 +1,57 @@
1
+ rwdapplications are web brower applications
2
+
3
+ The GUI interface used is RubyWebDialogs
4
+
5
+ RubyWebDialogs is a platform independent graphical user interface for Ruby applications. It generates HTML and serves it with an internal HTTP server, so you can use your favorite web browser as the front end for your Ruby application. All this means, that it can be used on almost every platform, like Ruby itself. http://www.erikveen.dds.nl/rubywebdialogs/
6
+
7
+
8
+ Start the program by:
9
+ changing to the directory and
10
+ ruby init.rb
11
+
12
+ Then point your web browser to:
13
+ http://localhost:7701/
14
+
15
+ Or to the port that shows on the console or in the config.cnf file
16
+
17
+ Requirements:
18
+ RubyWebDialogs - I am using 0.0.11 2004-3-9
19
+ This package you downloaded should have a runtime version of
20
+ the needed rubywebdialog files
21
+
22
+ Ruby I am using version 1.8.2
23
+
24
+ I have tested this under Linux-Debian kernel 2.6.9
25
+
26
+ Operation:
27
+ The code files reside in the code directory and are combined before
28
+ the main Class is loaded
29
+
30
+ The rwd files in gui are combined before the gui is activated
31
+
32
+ Trouble shooting:
33
+
34
+ untar the file
35
+ tar zxvf rwdapplication-x.y.tar.gz
36
+ then cd to the directory
37
+ cd rwdapplication-x.y
38
+ then start the init.rb program file
39
+ ruby init.rb
40
+
41
+
42
+ If the program is not working, try looking at the ev subdirectory. That is where
43
+ the runtime of rubywebdialogs are.
44
+
45
+ for long term installation, I would suggest putting most files in a lib directory
46
+ like /usr/lib/rwdshell
47
+ then make a writable directory the local directory for command files to be written
48
+ like ~/rwdshell
49
+
50
+
51
+ Closing the browser doesn't terminate the application. You have to use the application's close-button And terminating the application doesn't terminate the application when running in network mode. You just log out.
52
+
53
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
54
+
55
+ Steven Gibson
56
+ stevengibson@superant.com
57
+ http://rwdapplications.rubyforge.org/
Binary file