rwdschedule 0.92 → 0.93

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. data/Readme.txt +131 -120
  2. data/bin/rwdschedule +18 -18
  3. data/code/{00rwdtinkercore/aa0begin.rb → 01rwdcore/01rwdcore.rb} +20 -18
  4. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  5. data/code/01rwdcore/03helptexthash.rb +48 -0
  6. data/code/01rwdcore/04helptextend.rb +6 -0
  7. data/code/01rwdcore/openhelpwindow.rb +45 -0
  8. data/code/{00rwdtinkercore → 01rwdcore}/rwdtinkerversion.rb +15 -15
  9. data/code/01rwdcore/rwdwindowreturn.rb +11 -0
  10. data/code/superant.com.rwdcalendar/gh9calendar.rb +40 -16
  11. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +21 -21
  12. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +21 -21
  13. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +1 -1
  14. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +6 -6
  15. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +32 -32
  16. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +13 -13
  17. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +18 -18
  18. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +28 -28
  19. data/code/{superant.com.rwdtinkercallable/callable.rb → superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb} +11 -12
  20. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +14 -14
  21. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +18 -18
  22. data/code/superant.com.schedule/archiveevent.rb +14 -0
  23. data/code/superant.com.schedule/cleareventscreendisplay.rb +15 -15
  24. data/code/superant.com.schedule/deleteeventrecord.rb +18 -18
  25. data/code/superant.com.schedule/deleterwdscheduleupdatefiles.rb +19 -19
  26. data/code/superant.com.schedule/downloadrwdschedulefiles.rb +34 -34
  27. data/code/superant.com.schedule/helptexthashrwdschedule.rb +52 -0
  28. data/code/superant.com.schedule/listeventdates.rb +18 -18
  29. data/code/superant.com.schedule/loadconfigurationrecord.rb +34 -0
  30. data/code/superant.com.schedule/loadconfigurationvariables.rb +13 -0
  31. data/code/superant.com.schedule/loadeventrecord.rb +29 -29
  32. data/code/superant.com.schedule/openhelpwindowrubyslippers.rb +25 -0
  33. data/code/superant.com.schedule/renameeventdata.rb +10 -10
  34. data/code/superant.com.schedule/runrwdschedulesyncbackwindow.rb +9 -8
  35. data/code/superant.com.schedule/rwdschedulehelpabout.rb +14 -14
  36. data/code/superant.com.schedule/saveconfigurationrecord.rb +18 -0
  37. data/code/superant.com.schedule/saveeventrecord.rb +18 -18
  38. data/code/superant.com.schedule/syncrwdschedule.rb +30 -30
  39. data/code/superant.com.schedule/uploadrwdschedulefiles.rb +30 -30
  40. data/code/superant.com.schedule/viewevent.rb +20 -20
  41. data/code/superant.com.schedule/viewrwdschedulesconfiguration.rb +21 -21
  42. data/code/zz0applicationend/zz0end.rb +4 -4
  43. data/configuration/language.cnf +5 -5
  44. data/configuration/rwdcalendar.cnf +4 -4
  45. data/configuration/rwdcalendarversion.cnf +4 -4
  46. data/configuration/rwdplayscriptsversion.cnf +2 -0
  47. data/configuration/rwdschedule.cnf +3 -3
  48. data/configuration/rwdscheduleversion.cnf +3 -3
  49. data/configuration/rwdtinker.cnf +3 -0
  50. data/configuration/rwdtinkerversion.cnf +2 -2
  51. data/configuration/tinkerwin2variables.cnf +8 -8
  52. data/configuration/tinkerwin2version.cnf +3 -3
  53. data/ev/browser.rb +109 -109
  54. data/ev/ftools.rb +170 -170
  55. data/ev/net.rb +750 -750
  56. data/ev/ruby.rb +819 -819
  57. data/ev/rwd.rb +1848 -1848
  58. data/ev/sgml.rb +236 -236
  59. data/ev/thread.rb +63 -63
  60. data/ev/tree.rb +343 -343
  61. data/ev/xml.rb +4 -4
  62. data/extras/cal.rb +158 -166
  63. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  64. data/gui/frontwindow0/superant.com.rwdschedules/gg0viewevent.rwd +27 -27
  65. data/gui/frontwindow0/superant.com.rwdschedules/gl6editrecord.rwd +36 -36
  66. data/gui/frontwindow0/superant.com.rwdschedules/gl8contactutilities.rwd +24 -24
  67. data/gui/frontwindow0/superant.com.rwdschedules/zviewconfiguration.rwd +38 -0
  68. data/gui/frontwindow0/superant.com.tinkercalendar/hl9calendar.rwd +27 -20
  69. data/gui/frontwindowselectionbegin/selectiontabbegin/selectiontabbegin.rwd +16 -16
  70. data/gui/frontwindowselections/superant.com.rwdscheduleselectiontab/rwdschedulessyncselectiontab.rwd +12 -12
  71. data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +12 -12
  72. data/gui/frontwindowselectionzend/viewselectionzend/viewselectionend.rwd +3 -3
  73. data/gui/frontwindowtdocumentbegin/superant.com.documentsbegin/tt0documentbegin.rwd +6 -6
  74. data/gui/frontwindowtdocuments/superant.com.documents/uu5documents.rwd +15 -15
  75. data/gui/frontwindowtdocuments/superant.com.rwdscheduledocument/uu8doc_rwdschedule.rwd +4 -4
  76. data/gui/frontwindowtdocuments/superant.com.tinkerwin2documents/uu5documents.rwd +6 -6
  77. data/gui/frontwindowtdocumentzend/superant.com.documentsend/ww0documentend.rwd +12 -7
  78. data/gui/frontwindowz1end/frontwindowend/xx0rwdfirsttab.rwd +6 -6
  79. data/gui/helpaboutbegin/superant.com.helpaboutbegin/ya0helpscreenstart.rwd +3 -3
  80. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/1appname.rwd +4 -4
  81. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/3copyright.rwd +3 -3
  82. data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/5version.rwd +10 -10
  83. data/gui/helpaboutinstalled/superant.com.schedulehelpabout/1rwdschedule.rwd +6 -6
  84. data/gui/helpaboutinstalled/superant.com.schedulehelpabout/5version.rwd +9 -9
  85. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/1appname.rwd +4 -4
  86. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/3copyright.rwd +3 -3
  87. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/5version.rwd +10 -10
  88. data/gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd +2 -2
  89. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +5 -5
  90. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +45 -44
  91. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/66viewconfiguration.rwd +16 -16
  92. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/70rwddiagnostics.rwd +33 -33
  93. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/80returntab.rwd +11 -11
  94. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/zvbackend.rwd +6 -6
  95. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -5
  96. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -44
  97. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistzips.rwd +35 -35
  98. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/{40editconfiguration.rwd → 60editconfiguration.rwd} +37 -36
  99. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/{3arwddiagnostics.rwd → 70rwddiagnostics.rwd} +33 -33
  100. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd +11 -11
  101. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -6
  102. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +32 -0
  103. data/gui/tinkerbackwindows/{superant.com.tinercallablewindow → superant.com.tinkerhelpwindow}/9end.rwd +4 -4
  104. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -19
  105. data/gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd +4 -4
  106. data/init.rb +233 -233
  107. data/installed/rwdtinkerwin2-0.5.inf +8 -8
  108. data/installed/rwdviewlogo-0.4.inf +4 -0
  109. data/lang/alanguagehashbegin.rb +4 -4
  110. data/lang/en/rwdcalendar/calendar-en.rb +6 -0
  111. data/lang/en/rwdcore/languagefile.rb +15 -15
  112. data/lang/es/rwdcalendar/calendar-nl.rb +6 -6
  113. data/lang/es/rwdcore/languagefile-es.rb +14 -14
  114. data/lang/jp/rwdcore/languagefile.rb +9 -9
  115. data/lang/languagehash.rb +4 -4
  116. data/lang/nl/rwdcalendar/calendar-nl.rb +6 -6
  117. data/lang/nl/rwdcore/languagefile.rb +19 -19
  118. data/lang/templangfile.rb +21 -21
  119. data/lang/vlanguagehashend.rb +6 -6
  120. data/lang/wlocallangstart.rb +5 -5
  121. data/lang/xlocallangfile.rb +21 -21
  122. data/lang/zlocallangend.rb +2 -2
  123. data/lib/temp.rb +1 -1
  124. data/rwd_files/HowTo_Schedule.txt +131 -122
  125. data/rwd_files/HowTo_Tinker.txt +351 -318
  126. data/rwd_files/HowTo_TinkerWin2.txt +202 -202
  127. data/rwd_files/Readme.txt +57 -57
  128. data/rwd_files/rdoc-style.css +174 -174
  129. data/rwd_files/rwdapplications.html +54 -54
  130. data/schedules/200501january23CharlotteB-Day.sch +8 -8
  131. data/updates/200502Februay01 Lynn back.sch +8 -0
  132. data/updates/200502Februay21 PCU Diner.sch +8 -0
  133. data/updates/200502february16a.sch +8 -0
  134. data/updates/200505may02a.sch +8 -0
  135. data/updates/200506june20a.sch +8 -0
  136. data/updates/200506june29a.sch +8 -0
  137. data/updates/200507july04a.sch +8 -0
  138. data/updates/200510october26a.sch +8 -0
  139. metadata +100 -82
  140. data/gui/00coreguibegin/rwdapplicationguitop.rwd +0 -4
  141. data/gui/tinkerbackwindows/superant.com.tinercallablewindow/1appname.rwd +0 -17
  142. data/installed/rwdcalendar-0.5.inf +0 -8
  143. data/installed/schedulesampledata1.inf +0 -3
  144. data/lang/en/rwdcalendar/calendar-nl.rb +0 -6
  145. data/tests/totranslate.lang +0 -93
  146. data/zips/rwdahelloworld-0.5.zip +0 -0
@@ -1,318 +1,351 @@
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
-
26
- == Viewing installed Applets:
27
-
28
-
29
- Go to "List Scripts" tab
30
-
31
-
32
- You can get a list of all installed applets by clicking the listfiles button
33
-
34
- To see the text of a install file
35
- Type in the name of the file you want.
36
-
37
- type it without the inf ending
38
- rwdapplet-0.1
39
-
40
- Then click the "View Installed File" button
41
-
42
- If it finds the file it will open it. It displays the text the search box.
43
-
44
- You can uninstall applets on this screen
45
-
46
- == Installing Applets
47
-
48
- click on the "Selection Panel"
49
- click on Rwdtinker Back Window
50
-
51
- You can download an applet created by someone else
52
- put the file in the zips directory
53
-
54
- click on the "list zips" tab
55
- click on "list applets available for installing"
56
-
57
- chose the applet you want
58
- click on "install applet"
59
- If all goes well the applet should be installed.
60
- You will need to restart rwdtinker to see the new screens
61
-
62
-
63
- == Changing configuration file
64
-
65
- click on "Edit Configuration"
66
- You can view the configuration file
67
-
68
- You can edit the configuration
69
-
70
- Remember to reload the configuration variables if you want your
71
- changes used.
72
-
73
- == Manually installing applets
74
-
75
- * unzip an applet
76
-
77
- unzip the applet into the program directoy
78
- unzip randomapplet.zip
79
-
80
- This should place the needed files in the correct directories
81
-
82
-
83
- == Creating Applets
84
-
85
- To add code, commands and gui tabs
86
-
87
- Move program files into a directory under the code directory.
88
- Move gui files into a directory under the gui directory.
89
- The gui directory name you create is important, because the gui
90
- rwd file is built in alpha order by directory name
91
-
92
-
93
- There are two ways to add applets to the directories.
94
-
95
- Creating code
96
-
97
-
98
- * Manually write code and gui files
99
-
100
- The files go into your code directory
101
- the filenames for code do not matter
102
-
103
- The gui files go into your gui directory
104
- The gui files need to be in order by name and end with .rwd
105
-
106
-
107
-
108
- If you need a config file that goes in the configuration directory
109
-
110
- internationalization and localization are helped by replacing the
111
- gui files in the subdirectories under gui
112
-
113
-
114
- == Documents
115
-
116
-
117
- when you click on a document name, the document should pop up in a
118
- browser window, or in another browser tab.
119
-
120
- To exit, press the x inside the browser window.
121
-
122
- == Languages
123
-
124
-
125
- You can add tranlations in the lang subdirectory
126
- You change the $lang constant in Tinker config file in the configuration directory
127
- You can see one translation on the install applet tab, after you have installed and applet
128
-
129
- == Using over a Network
130
-
131
- To serve the application over your local LAN,change the last line in the
132
- init.rb file to something like:
133
- RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
134
- Then you should be able to login at: http://yourhostname:8080
135
-
136
- You have to authorize yourself. The .rwuids example is a string with
137
- the name of the authorization file, relative to the home directory
138
- of the user that started the service. This file has to be in the form of:
139
-
140
- user1 = password
141
- user2 = pass phrase
142
-
143
- Thus the file .rwduids might contain:
144
-
145
- erik = secret
146
-
147
- == Requirements:
148
- RubyWebDialogs - I am using 0.1.2
149
- This package you downloaded should have a runtime version of
150
- the needed rubywebdialog files
151
-
152
- Ruby I am using version 1.8.2
153
-
154
- I have tested this under Linux-Debian kernel 2.6.9
155
-
156
- = Operation:
157
- The code files reside in the code directory and are combined before
158
- the main Class is loaded
159
-
160
- The rwd files in gui are combined before the gui is activated
161
-
162
- Translated text reside in the lang directory
163
-
164
- == Installing:
165
-
166
- untar the file
167
- tar zxvf rwdtinker-x.y.tar.gz
168
- then cd to the directory
169
- cd rwdshell-x.y
170
- then start the init.rb program file
171
- ruby init.rb
172
- Then point your browser at http://localhost:7705
173
- or where it tells you.
174
- Trouble shooting:
175
-
176
- If the program is not working, try looking at the ev subdirectory. That is where
177
- the runtime of rubywebdialogs are.
178
-
179
- for long term installation, I would suggest putting most files in a lib directory
180
- like /usr/lib/rwdshell
181
- then make a writable directory the local directory for command files to be written
182
- like ~/rwdshell
183
-
184
-
185
- 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.
186
-
187
- Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
188
-
189
- 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/
190
-
191
- == Credits
192
-
193
- Thanks go to:
194
-
195
- * Matz, for creating Ruby in the first place.
196
- * Erik, for creating RubyWebDialogs.
197
- * Charlotte, my wife for coming up for the name Tinker.
198
-
199
- == License
200
-
201
- rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed
202
- under the terms of the GPL licence:
203
-
204
- == Contact
205
- For more information see:
206
- http://rwdapplications.rubyforge.org/wiki/wiki.pl
207
-
208
-
209
- For more information about RubyWebDialogs see:
210
- http://www.erikveen.dds.nl/rubywebdialogs/index.html
211
-
212
- Thanks, Steven Gibson
213
-
214
- == Changelog
215
- version 1.44
216
- updated directory structure - refactored gui files
217
- Changed gui directory names - more like Java package titles
218
-
219
- version 1.43
220
- changed setup variables file for live changes
221
- added editing and reloading of config file
222
- added unzip filename to config file
223
-
224
- version 1.42
225
- update for live update system
226
- update applets for live update
227
- code file name cleanup
228
-
229
- version 1.41
230
- l10n work es,nl, jp
231
- separated out languge.cnf
232
- added zip applets refreshacpi, rwdcalc
233
-
234
- version 1.40
235
- removed extra lines from init.rb
236
- fixed help second window
237
- added some tranlations for Spanish
238
- More work on l10n
239
-
240
- version 1.3
241
- refactored gui files to do easier i10n
242
- removed lang directories under gui
243
- added lang files under lang dir
244
- removed redundant code files left from moving applet handling to back window
245
- removed zipped applets not yet refactored
246
-
247
- version 1.24
248
- added internet usage instructions to HowTo_Tinker.txt
249
- removed HowTo_Tinker.html
250
- added panels for Helpabout
251
- changed photo logo tab to only have embedded picture, no button
252
-
253
- version 1.23
254
- moving diagnostic tab and applet handling tabs to second window
255
- added selection panel tab to choose secondary windows.
256
-
257
- version 1.21
258
- changing version on help screen to be button
259
- added version window
260
- added diagnostic tab
261
-
262
- version 1.2
263
- added gemspec for creating a rwdtinker.gem
264
- added rdoc comments
265
- changed order on remove applets tab
266
-
267
- version 1.1
268
- changed order of elements on install applet tab
269
- Add more i81n ablility - added lang directorys for language hash files
270
- added in test file using WATIR stands for "Web Application Testing In Ruby,
271
-
272
- version 1.0
273
- Improved name selection in zips and applet screens
274
- added rubyslippers applet and rwdrefreshacpi applets as zips
275
-
276
- version 0.9
277
- Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
278
- updated RubyWebDialogs for people who do not have it installed
279
- added rwdschedule applet as zip file
280
-
281
- version 0.8
282
- changed location of code files
283
- only directory of code files needs to be added to inf file
284
- changed location of gui files
285
- only directory of gui files needs to be added to inf file
286
- Added constants in conf file for code location and gui location
287
- removed all zips not yt updated to new directory layout
288
- change loading of conf files to not need intermediate file
289
- and favicon.ico
290
-
291
- version 0.7
292
- moved changelog to HowTo_Tinker.html
293
- copied english gui text to the dirs I think we should translate to
294
- update backup zip files to newest versions
295
- upgraded the ev directory - for those who don't have RubyWebDialogs
296
-
297
- version 0.6
298
- updated version number
299
- changed merge name to rwdtinker.rb
300
-
301
- version 0.4
302
- added zip listing and installing - Linux only
303
-
304
- Version 0,3
305
- changed name to Tinker
306
-
307
- Version 0.2
308
- added some i18n directories for the gui files
309
-
310
- Version 0.1
311
- first public version released
312
- includes document screen
313
- Open Photo screen
314
- included configuration directory
315
- zips directories
316
- installed directory
317
- installed applet lister
318
-
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
+
26
+ == Viewing installed Applets:
27
+
28
+
29
+ Go to "List Scripts" tab
30
+
31
+
32
+ You can get a list of all installed applets by clicking the listfiles button
33
+
34
+ To see the text of a install file
35
+ Type in the name of the file you want.
36
+
37
+ type it without the inf ending
38
+ rwdapplet-0.1
39
+
40
+ Then click the "View Installed File" button
41
+
42
+ If it finds the file it will open it. It displays the text the search box.
43
+
44
+ You can uninstall applets on this screen
45
+
46
+ == Installing Applets
47
+
48
+ click on the "Selection Panel"
49
+ click on Rwdtinker Back Window
50
+
51
+ You can download an applet created by someone else
52
+ put the file in the zips directory
53
+
54
+ click on the "list zips" tab
55
+ click on "list applets available for installing"
56
+
57
+ chose the applet you want
58
+ click on "install applet"
59
+ If all goes well the applet should be installed.
60
+ You will need to restart rwdtinker to see the new screens
61
+
62
+
63
+ == Changing configuration file
64
+
65
+ click on "Edit Configuration"
66
+ You can view the configuration file
67
+
68
+ You can edit the configuration
69
+
70
+ Remember to reload the configuration variables if you want your
71
+ changes used.
72
+
73
+ == Manually installing applets
74
+
75
+ * unzip an applet
76
+
77
+ unzip the applet into the program directoy
78
+ unzip randomapplet.zip
79
+
80
+ This should place the needed files in the correct directories
81
+
82
+
83
+ == Creating Applets
84
+
85
+ To add code, commands and gui tabs
86
+
87
+ Move program files into a directory under the code directory.
88
+ Move gui files into a directory under the gui directory.
89
+ The gui directory name you create is important, because the gui
90
+ rwd file is built in alpha order by directory name
91
+
92
+
93
+ There are two ways to add applets to the directories.
94
+
95
+ Creating code
96
+
97
+
98
+ * Manually write code and gui files
99
+
100
+ The files go into your code directory
101
+ the filenames for code do not matter
102
+
103
+ The gui files go into your gui directory
104
+ The gui files need to be in order by name and end with .rwd
105
+
106
+
107
+
108
+ If you need a config file that goes in the configuration directory
109
+
110
+ internationalization and localization are helped by replacing the
111
+ gui files in the subdirectories under gui
112
+
113
+
114
+ == Documents
115
+
116
+
117
+ when you click on a document name, the document should pop up in a
118
+ browser window, or in another browser tab.
119
+
120
+ To exit, press the x inside the browser window.
121
+
122
+ == To add context sensitive help
123
+
124
+ You need to add a hash file that just needs to contain
125
+ Helptext.update( :myapplet_generalhelp => " This is the general help
126
+ You can add help text hear")
127
+
128
+ And you need to add a help run script that will call runhelpwindow
129
+ This should have a method that includes:
130
+ setting $help_topic, and adds to $helptopicsarray, saves the calling window and calls runhelpwindow which will render the help message.
131
+
132
+ if @rwd_tab == "gemservescan"
133
+ $help_topic = "gemdocs_help"
134
+ end
135
+ $helptopicsarray = $helptopicsarray | ["rubyslippers_generalhelp", "Install_Gem","GemCommands_help", "gemfilesinstalled","gemdocs_help"]
136
+ if @rwd_window != "rwdtinkerhelpwindow"
137
+ $previouswindow = @rwd_window
138
+ $previoustab = @rwd_tab
139
+ end
140
+ runhelpwindow
141
+ end
142
+
143
+ == Languages
144
+
145
+
146
+ You can add tranlations in the lang subdirectory
147
+ You change the $lang constant in Tinker config file in the configuration directory
148
+ You can see one translation on the install applet tab, after you have installed and applet
149
+
150
+ == Using over a Network
151
+
152
+ To serve the application over your local LAN,change the last line in the
153
+ init.rb file to something like:
154
+ RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
155
+ Then you should be able to login at: http://yourhostname:8080
156
+
157
+ You have to authorize yourself. The .rwuids example is a string with
158
+ the name of the authorization file, relative to the home directory
159
+ of the user that started the service. This file has to be in the form of:
160
+
161
+ user1 = password
162
+ user2 = pass phrase
163
+
164
+ Thus the file .rwduids might contain:
165
+
166
+ erik = secret
167
+
168
+ == Requirements:
169
+ RubyWebDialogs - I am using 0.1.2
170
+ This package you downloaded should have a runtime version of
171
+ the needed rubywebdialog files
172
+
173
+ Ruby I am using version 1.8.2
174
+
175
+ I have tested this under Linux-Debian kernel 2.6.9
176
+
177
+ = Operation:
178
+ The code files reside in the code directory and are combined before
179
+ the main Class is loaded
180
+
181
+ The rwd files in gui are combined before the gui is activated
182
+
183
+ Translated text reside in the lang directory
184
+
185
+ == Installing:
186
+
187
+ untar the file
188
+ tar zxvf rwdtinker-x.y.tar.gz
189
+ then cd to the directory
190
+ cd rwdshell-x.y
191
+ then start the init.rb program file
192
+ ruby init.rb
193
+ Then point your browser at http://localhost:7705
194
+ or where it tells you.
195
+ Trouble shooting:
196
+
197
+ If the program is not working, try looking at the ev subdirectory. That is where
198
+ the runtime of rubywebdialogs are.
199
+
200
+ for long term installation, I would suggest putting most files in a lib directory
201
+ like /usr/lib/rwdshell
202
+ then make a writable directory the local directory for command files to be written
203
+ like ~/rwdshell
204
+
205
+
206
+ 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.
207
+
208
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
209
+
210
+ 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/
211
+
212
+ == Credits
213
+
214
+ Thanks go to:
215
+
216
+ * Matz, for creating Ruby in the first place.
217
+ * Erik, for creating RubyWebDialogs.
218
+ * Charlotte, my wife for coming up for the name Tinker.
219
+
220
+ == License
221
+
222
+ rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed
223
+ under the terms of the GPL licence:
224
+
225
+ == Contact
226
+ For more information see:
227
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
228
+
229
+
230
+ For more information about RubyWebDialogs see:
231
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
232
+
233
+ Thanks, Steven Gibson
234
+
235
+ == Changelog
236
+ version 1.47
237
+ change to context sensitive help
238
+
239
+ version 1.46
240
+ more work on context help
241
+ window calls point to tab as well as windows
242
+ help added help buttons on Document, Selection, View Applet, tabs
243
+
244
+ version 1.45
245
+ first steps toward context sensitive help
246
+ added help button on main window/tab
247
+
248
+ version 1.44
249
+ updated directory structure - refactored gui files
250
+ Changed gui directory names - more like Java package titles
251
+
252
+ version 1.43
253
+ changed setup variables file for live changes
254
+ added editing and reloading of config file
255
+ added unzip filename to config file
256
+
257
+ version 1.42
258
+ update for live update system
259
+ update applets for live update
260
+ code file name cleanup
261
+
262
+ version 1.41
263
+ l10n work es,nl, jp
264
+ separated out languge.cnf
265
+ added zip applets refreshacpi, rwdcalc
266
+
267
+ version 1.40
268
+ removed extra lines from init.rb
269
+ fixed help second window
270
+ added some tranlations for Spanish
271
+ More work on l10n
272
+
273
+ version 1.3
274
+ refactored gui files to do easier i10n
275
+ removed lang directories under gui
276
+ added lang files under lang dir
277
+ removed redundant code files left from moving applet handling to back window
278
+ removed zipped applets not yet refactored
279
+
280
+ version 1.24
281
+ added internet usage instructions to HowTo_Tinker.txt
282
+ removed HowTo_Tinker.html
283
+ added panels for Helpabout
284
+ changed photo logo tab to only have embedded picture, no button
285
+
286
+ version 1.23
287
+ moving diagnostic tab and applet handling tabs to second window
288
+ added selection panel tab to choose secondary windows.
289
+
290
+ version 1.21
291
+ changing version on help screen to be button
292
+ added version window
293
+ added diagnostic tab
294
+
295
+ version 1.2
296
+ added gemspec for creating a rwdtinker.gem
297
+ added rdoc comments
298
+ changed order on remove applets tab
299
+
300
+ version 1.1
301
+ changed order of elements on install applet tab
302
+ Add more i81n ablility - added lang directorys for language hash files
303
+ added in test file using WATIR stands for "Web Application Testing In Ruby,
304
+
305
+ version 1.0
306
+ Improved name selection in zips and applet screens
307
+ added rubyslippers applet and rwdrefreshacpi applets as zips
308
+
309
+ version 0.9
310
+ Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
311
+ updated RubyWebDialogs for people who do not have it installed
312
+ added rwdschedule applet as zip file
313
+
314
+ version 0.8
315
+ changed location of code files
316
+ only directory of code files needs to be added to inf file
317
+ changed location of gui files
318
+ only directory of gui files needs to be added to inf file
319
+ Added constants in conf file for code location and gui location
320
+ removed all zips not yt updated to new directory layout
321
+ change loading of conf files to not need intermediate file
322
+ and favicon.ico
323
+
324
+ version 0.7
325
+ moved changelog to HowTo_Tinker.html
326
+ copied english gui text to the dirs I think we should translate to
327
+ update backup zip files to newest versions
328
+ upgraded the ev directory - for those who don't have RubyWebDialogs
329
+
330
+ version 0.6
331
+ updated version number
332
+ changed merge name to rwdtinker.rb
333
+
334
+ version 0.4
335
+ added zip listing and installing - Linux only
336
+
337
+ Version 0,3
338
+ changed name to Tinker
339
+
340
+ Version 0.2
341
+ added some i18n directories for the gui files
342
+
343
+ Version 0.1
344
+ first public version released
345
+ includes document screen
346
+ Open Photo screen
347
+ included configuration directory
348
+ zips directories
349
+ installed directory
350
+ installed applet lister
351
+