rwdtorrent 0.05 → 0.06

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. data/Readme.txt +375 -70
  2. data/bin/rwdtorrent +0 -0
  3. data/code/01rwdcore/01rwdcore.rb +4 -0
  4. data/code/01rwdcore/03helptexthash.rb +13 -21
  5. data/code/01rwdcore/jumplinkcommand.rb +1 -1
  6. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  7. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +239 -0
  8. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +3 -1
  9. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +17 -4
  10. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +1 -5
  11. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +19 -6
  12. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  13. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +4 -0
  14. data/code/superant.com.rwdtorrent/0uninstallapplet.rb +13 -0
  15. data/code/superant.com.rwdtorrent/loadconfigurationrecord.rb +2 -2
  16. data/code/superant.com.rwdtorrent/loadconfigurationvariables.rb +3 -2
  17. data/code/superant.com.rwdtorrent/returntomain.rb +2 -2
  18. data/code/superant.com.rwdtorrent/runeditconfiguration.rb +1 -1
  19. data/code/superant.com.rwdtorrent/runtorrentwindow.rb +2 -2
  20. data/code/superant.com.rwdtorrent/rwdtinkerversion.rb +10 -0
  21. data/code/superant.com.rwdtorrent/saveconfigurationrecord.rb +1 -1
  22. data/code/superant.com.rwdtorrent/test_cases.rb +1 -2
  23. data/code/superant.com.rwdtorrent/viewtorrentmetafile.rb +3 -1
  24. data/configuration/language.dist +2 -1
  25. data/configuration/rwdapplicationidentity.dist +1 -1
  26. data/configuration/rwdtinker.dist +5 -7
  27. data/configuration/{rwdtorrent.dist → rwdwtorrent-0.06.dist} +7 -2
  28. data/configuration/tinkerwin2variables.dist +3 -3
  29. data/ev/net.rb +2 -2
  30. data/ev/rwd.rb +31 -11
  31. data/extras/zip/zip.rb +3 -2
  32. data/gui/00coreguibegin/applicationguitop.rwd +1 -1
  33. data/gui/frontwindow0/viewlogo/cc0openphoto.rwd +22 -0
  34. data/gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd +1 -1
  35. data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +2 -2
  36. data/gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd +2 -2
  37. data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd +1 -1
  38. data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd +1 -1
  39. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd +2 -2
  40. data/gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd +1 -1
  41. data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd +2 -2
  42. data/gui/tinkerbackwindows/superant.com.rwdtorrent/10appletbegin.rwd +4 -0
  43. data/gui/tinkerbackwindows/superant.com.rwdtorrent/81jumplinkcommands.rwd +17 -0
  44. data/gui/tinkerbackwindows/superant.com.rwdtorrent/9end.rwd +6 -0
  45. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +1 -1
  46. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +9 -10
  47. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +5 -5
  48. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +9 -9
  49. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +2 -2
  50. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +1 -1
  51. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +3 -3
  52. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +1 -1
  53. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +2 -2
  54. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +3 -3
  55. data/init.rb +5 -5
  56. data/installed/rwdwtorrent-0.06.inf +14 -0
  57. data/installed/temp.rb +1 -0
  58. data/lang/en/rwdcore/languagefile.rb +57 -15
  59. data/lang/es/rwdcore/languagefile-es.rb +61 -13
  60. data/lang/fr/rwdcore/languagefile.rb +64 -0
  61. data/lang/jp/rwdcore/languagefile.rb +69 -6
  62. data/lang/nl/rwdcore/languagefile.rb +56 -0
  63. data/rwd_files/HowTo_Tinker.txt +6 -0
  64. data/rwd_files/HowTo_Torrent.txt +3 -0
  65. data/rwdconfig.dist +7 -3
  66. data/rwdtorrent.rb +1 -0
  67. data/tests/cleancnf.sh +2 -1
  68. data/tests/makedist-rwdwtorrent.rb +56 -0
  69. data/tests/makedist.rb +12 -8
  70. data/torrentfiles/Google Chrome Comic Book [mininova].torrent +0 -0
  71. data/zips/temp.rb +1 -0
  72. metadata +69 -52
  73. data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +0 -96
  74. data/configuration/rwdtorrenthelpabout.rb +0 -14
  75. data/downloads/nodownloads.txt +0 -1
  76. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +0 -33
  77. data/installed/rwdviewlogo-0.4.inf +0 -4
  78. data/torrentfiles/knoppix-std-0.1.iso.torrent +0 -0
  79. data/zips/rwdahelloworld-0.5.zip +0 -0
  80. /data/gui/{frontwindow0 → tinkerbackwindows}/superant.com.rwdtorrent/10viewnote.rwd +0 -0
  81. /data/gui/{frontwindow0 → tinkerbackwindows}/superant.com.rwdtorrent/30viewtorrent.rwd +0 -0
  82. /data/gui/{frontwindow0 → tinkerbackwindows}/superant.com.rwdtorrent/40rwdtorrentrefresh.rwd +0 -0
  83. /data/gui/{frontwindow0 → tinkerbackwindows}/superant.com.rwdtorrent/67viewconfiguration.rwd +0 -0
data/Readme.txt CHANGED
@@ -1,69 +1,153 @@
1
- = RwdTorrent Program
1
+ = RwdTinker framework for RubyWebDialogs
2
2
 
3
- How to Use the Torrent Program (rwdtorrent)
3
+ RwdTinker is a web brower interface to and system for developing programs
4
4
 
5
- == What is is
5
+ == Usage
6
6
 
7
- rwdtorrent is a web brower interface to BitTorrent commands
7
+ How to Use the Tinker framework Program (rwdtinker)
8
8
 
9
+ 1. stand alone application
10
+ 2. framework for building applications
11
+ 3. Open brower windows with html documents
9
12
 
10
- download from http://rubyforge.org/frs/?group_id=444
13
+ The GUI interface used is RubyWebDialogs
11
14
 
12
- run BitTorrent commands
13
15
 
14
- You can select a torrent file in the torrentfile directory and download it
15
-
16
- There are tabs to view file sizes and edit configurations
17
-
18
- 'View Torrent Metafiles' - to view and select torrent files before downloading
19
-
20
- 'View Torrent' - to view file size of downloaded file
21
-
22
- 'Torrent Download Display' the tab to start a download and open the torrent download window
23
-
24
- 'Edit Configuration' - to change the configuration of rwdtorrent
16
+ Start the program by typing
17
+ ruby init.rb
18
+
19
+ Then point your web browser to:
20
+ http://localhost:7705/
25
21
 
22
+ Change language at:
26
23
 
27
- BitTorrent is a technology used for sharing large files.
28
- It is very effective because when there are more people downloading a file,
29
- your download speed will be even faster.
24
+ configuration/language.dist
25
+
26
+ Change to Windows XP directory structure at:
27
+ configuration/tinkerwin2variables.dist
28
+
29
+ == Viewing installed Applets:
30
30
 
31
- You need BitTorrent installed in order to use this program
32
- BitTorrent can downloaded at:
33
- http://www.bittorrent.com/index.html
31
+ Go to "List Scripts" tab
32
+
33
+ You can get a list of all installed applets by clicking the listfiles button
34
+
35
+ To see the text of a install file
36
+ Type in the name of the file you want.
37
+
38
+ type it without the inf ending
39
+ rwdapplet-0.1
40
+
41
+ Then click the "View Installed File" button
42
+
43
+ If it finds the file it will open it. It displays the text the search box.
44
+
45
+ You can uninstall applets on this screen
46
+
47
+ == Installing Applets
48
+
49
+ click on the "Selection Panel"
50
+ click on Rwdtinker Back Window
51
+
52
+ You can download an applet created by someone else
53
+ put the file in the zips directory
54
+
55
+ click on the "list zips" tab
56
+ click on "list applets available for installing"
57
+
58
+ chose the applet you want
59
+ click on "install applet"
60
+ If all goes well the applet should be installed.
61
+ You will need to restart rwdtinker to see the new screens
62
+
63
+
64
+ == Changing configuration file
65
+
66
+ click on "Edit Configuration"
67
+ You can view the configuration file
34
68
 
35
- There are many BitTorrent links at:
36
- http://spesb.com/link2u/
69
+ You can edit the configuration
70
+
71
+ Remember to reload the configuration variables if you want your
72
+ changes used.
37
73
 
38
- The GUI interface used is RubyWebDialogs
74
+ == Manually installing applets
75
+
76
+ * unzip an applet
77
+
78
+ unzip the applet into the program directoy
79
+ unzip randomapplet.zip
80
+
81
+ This should place the needed files in the correct directories
82
+
39
83
 
40
- Start the program by typing<br>
41
- ruby init.rb
84
+ == Creating Applets
42
85
 
43
- Then point your web browser to:
44
- http://localhost:7705/
86
+ To add code, commands and gui tabs
45
87
 
46
- == using shell commands
88
+ Move program files into a directory under the code directory.
89
+ Move gui files into a directory under the gui directory.
90
+ The gui directory name you create is important, because the gui
91
+ rwd file is built in alpha order by directory name
47
92
 
48
93
 
94
+ There are two ways to add applets to the directories.
49
95
 
50
- Enter the shell command you want to run for in the browser form and press execute.
51
- After a second the browser should fill with the results of the command.
52
- try ls, df, cat "filename", and other shell commands
53
- You should be able to run one command after another
96
+ Creating code
54
97
 
55
98
 
56
- The GUI interface used is RubyWebDialogs
99
+ * Manually write code and gui files
57
100
 
101
+ The files go into your code directory
102
+ the filenames for code do not matter
103
+
104
+ The gui files go into your gui directory
105
+ The gui files need to be in order by name and end with .rwd
106
+
58
107
 
59
- Start the program by typing
60
- ruby init.rb
108
+
109
+ If you need a config file that goes in the configuration directory
61
110
 
62
- Then point your web browser to:
63
- http://localhost:7705/
111
+ internationalization and localization are helped by replacing the
112
+ gui files in the subdirectories under gui
113
+
114
+
115
+ == Documents
116
+
117
+
118
+ when you click on a document name, the document should pop up in a
119
+ browser window, or in another browser tab.
64
120
 
121
+ To exit, press the x inside the browser window.
65
122
 
123
+ == To add context sensitive help
66
124
 
125
+ You need to add a hash file that just needs to contain
126
+ Helptext.update( :myapplet_generalhelp => " This is the general help
127
+ You can add help text hear")
128
+
129
+ And you need to add a help run script that will call runhelpwindow
130
+ This should have a method that includes:
131
+ setting $help_topic, and adds to $helptopicsarray, saves the calling window and calls runhelpwindow which will render the help message.
132
+
133
+ if @rwd_tab == "gemservescan"
134
+ $help_topic = "gemdocs_help"
135
+ end
136
+ $helptopicsarray = $helptopicsarray | ["rubyslippers_generalhelp", "Install_Gem","GemCommands_help", "gemfilesinstalled","gemdocs_help"]
137
+ if @rwd_window != "rwdtinkerhelpwindow"
138
+ $previouswindow = @rwd_window
139
+ $previoustab = @rwd_tab
140
+ end
141
+ runhelpwindow
142
+ end
143
+
144
+ == Languages
145
+
146
+
147
+ You can add tranlations in the lang subdirectory
148
+ You change the $lang constant in Tinker config file in the configuration directory
149
+ You can see one translation on the install applet tab, after you have installed and applet
150
+
67
151
  == Using over a Network
68
152
 
69
153
  To serve the application over your local LAN,change the last line in the
@@ -81,31 +165,35 @@ user2 = pass phrase
81
165
  Thus the file .rwduids might contain:
82
166
 
83
167
  erik = secret
84
-
85
-
168
+
86
169
  == Requirements:
87
- RubyWebDialogs - I am using 0.0.11 2004-3-9<br>
88
- This package you downloaded rwddemo should have a runtime version of
89
- the needed rubywebdialog files<br>
170
+ RubyWebDialogs - I am using 0.1.2
171
+ This package you downloaded should have a runtime version of
172
+ the needed rubywebdialog files
90
173
 
91
174
  Ruby I am using version 1.8.2
92
175
 
93
176
  I have tested this under Linux-Debian kernel 2.6.9
94
177
 
95
- == Operation:
96
- The code files reside in the code directory and are combined before
97
- the main Class is loaded
178
+ = Operation:
179
+ The code files reside in the code directory and are combined before
180
+ the main Class is loaded
98
181
 
99
- The rwd files in gui are combined before the gui is activated
182
+ The rwd files in gui are combined before the gui is activated
183
+
184
+ Translated text reside in the lang directory
100
185
 
101
186
  == Installing:
102
187
 
103
- unzip the file
188
+ untar the file
189
+ tar zxvf rwdtinker-x.y.tar.gz
104
190
  then cd to the directory
105
- unzip rwdashell-x.y.zip
106
-
107
-
108
- == Trouble shooting:
191
+ cd rwdshell-x.y
192
+ then start the init.rb program file
193
+ ruby init.rb
194
+ Then point your browser at http://localhost:7705
195
+ or where it tells you.
196
+ Trouble shooting:
109
197
 
110
198
  If the program is not working, try looking at the ev subdirectory. That is where
111
199
  the runtime of rubywebdialogs are.
@@ -122,36 +210,253 @@ Don't use the back-button of the browser! Strange and unpredictable things may a
122
210
 
123
211
  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/
124
212
 
213
+ == Credits
214
+
215
+ Thanks go to:
125
216
 
217
+ * Matz, for creating Ruby in the first place.
218
+ * Erik, for creating RubyWebDialogs.
219
+ * Charlotte, my wife for coming up for the name Tinker.
220
+
221
+ == License
222
+
223
+ rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed
224
+ under the terms of the GPL licence:
225
+
226
+ == Contact
126
227
  For more information see:
127
228
  http://rwdapplications.rubyforge.org/wiki/wiki.pl
128
229
 
129
- For more information about RubyWebDialogs see:<br>
230
+
231
+ For more information about RubyWebDialogs see:
130
232
  http://www.erikveen.dds.nl/rubywebdialogs/index.html
131
233
 
132
234
  Thanks, Steven Gibson
133
235
 
134
236
  == Changelog
135
- Version 0.03
136
- added directory name to download window
137
- resuming download clearer
138
- added viewing upload progress
139
- updated for rwdtinker 1.64
140
- added some unit tests
237
+ Version 1.73
238
+ more debug info in initiateapplet
239
+ remove gutenberg lang translations
240
+ correct gui building error recovery
241
+
242
+ Version 1.72
243
+ additional cleanup for live applet add and removal
244
+ after applet removal focus returns to proper tab
245
+ error messages are reduced unless $DEBUG=true
246
+
247
+ Version 1.70
248
+ major update to applet loading routines
249
+ a properly prepared applet should be loadable and unloadable live with not restarting
250
+ localization is not yet updated in live applet loading
251
+ remove network line debugging output
252
+
253
+ Version 1.69
254
+ More work on translations - Spanish almost done
255
+ removed remote control
256
+
257
+ Version 1.68
258
+ updated to newest Ruby webdialogs
259
+
260
+ Version 1.67
261
+ Add html for help
141
262
 
142
- Version 0.02
143
- Correct GUI directory location
144
- modify link to directory location of torrentfiles
263
+ Version 1.66
264
+ Fixed directory layout
265
+ increased size of config edit screen
145
266
 
146
- Version 0.01
147
- initial release
148
- view torrent metafile details
149
- download torrents from local torrent metafiles
150
- uses http://rubyforge.org/projects/rubytorrent/
151
- and http://rubyforge.org/projects/aversa/
267
+ Version 1.65
268
+ Changed documents listing screen - now using hash
269
+ Changed helpabout screen - now using hash
270
+ added more lines for config edit
271
+ added help about to back window
152
272
 
273
+ Version 1.64
274
+ fixed jump with no location
153
275
 
276
+ Version 1.63
277
+ changed handling of application name returned
278
+ added jump seletion options
279
+ added some unit tests
154
280
 
281
+ version 1.62
282
+ improve distro release script
283
+ code cleanup
284
+ removed redundent network code
285
+ change handling of window and tab jumps
286
+
287
+ version 1.61
288
+ add in test harness
289
+ rwdtinkerwin2 help about removed
290
+ load main config file in init.rb
291
+
292
+ version 1.60
293
+ add rwdapplication info to diagnostic
294
+ turn rescue on in diagnostic upload
295
+
296
+ version 1.59
297
+ removed rwdtinkerwin2 inf file
298
+ refactored diagnotic page - one button to see all information
299
+ added bug report upload to diagnostic page
300
+
301
+ version 1.58
302
+ check for zlib
303
+ check for files to delete
304
+
305
+ version 1.57
306
+ added rconftool use to update configuration files
307
+ changed applets remove to not used external rm
308
+
309
+ version 1.56
310
+ refactored gui files to load without intermediate files
311
+ refactored code files to load without intermediate files
312
+
313
+ version 1.55
314
+ refactored language files to load without intermediate files
315
+ refactored language files to load without intermediate files
316
+
317
+ version 1.54
318
+ refactored rwdtinker applet installation tab - remote gem and local installs share menu buttons
319
+ corrected some program logic errors in remote control code including close socket
320
+
321
+ version 1.53
322
+ added search of Gems repository for rwdtinker gems
323
+ download and install of Gems
324
+
325
+ version 1.52
326
+ added function to install applets from gem directory
155
327
 
328
+ version 1.51
329
+ changed return to main
330
+ changed configuration of remote ports
331
+ updated context sensitive help
332
+
333
+ version 1.50
334
+ changed unzip applet to be internal code - no exec to unzip program
335
+ changed order of tabs on back window - list applets now first
336
+ added rwdwcalc applet in to zips directory
337
+ changed width of text fields with help from RubyWebDialogs author
338
+ changed listing of help options, vertical instead of horizontal
339
+
340
+ version 1.49
341
+ added demon function for remote queries
342
+ startup application on first available port
343
+
344
+ version 1.48
345
+ fix in context sensitive help so that applets can use it better
346
+
347
+ version 1.47
348
+ change to context sensitive help
349
+
350
+ version 1.46
351
+ more work on context help
352
+ window calls point to tab as well as windows
353
+ help added help buttons on Document, Selection, View Applet, tabs
156
354
 
355
+ version 1.45
356
+ first steps toward context sensitive help
357
+ added help button on main window/tab
358
+
359
+ version 1.44
360
+ updated directory structure - refactored gui files
361
+ Changed gui directory names - more like Java package titles
362
+
363
+ version 1.43
364
+ changed setup variables file for live changes
365
+ added editing and reloading of config file
366
+ added unzip filename to config file
367
+
368
+ version 1.42
369
+ update for live update system
370
+ update applets for live update
371
+ code file name cleanup
372
+
373
+ version 1.41
374
+ l10n work es,nl, jp
375
+ separated out languge.cnf
376
+ added zip applets refreshacpi, rwdcalc
377
+
378
+ version 1.40
379
+ removed extra lines from init.rb
380
+ fixed help second window
381
+ added some tranlations for Spanish
382
+ More work on l10n
383
+
384
+ version 1.3
385
+ refactored gui files to do easier i10n
386
+ removed lang directories under gui
387
+ added lang files under lang dir
388
+ removed redundant code files left from moving applet handling to back window
389
+ removed zipped applets not yet refactored
390
+
391
+ version 1.24
392
+ added internet usage instructions to HowTo_Tinker.txt
393
+ removed HowTo_Tinker.html
394
+ added panels for Helpabout
395
+ changed photo logo tab to only have embedded picture, no button
396
+
397
+ version 1.23
398
+ moving diagnostic tab and applet handling tabs to second window
399
+ added selection panel tab to choose secondary windows.
400
+
401
+ version 1.21
402
+ changing version on help screen to be button
403
+ added version window
404
+ added diagnostic tab
405
+
406
+ version 1.2
407
+ added gemspec for creating a rwdtinker.gem
408
+ added rdoc comments
409
+ changed order on remove applets tab
410
+
411
+ version 1.1
412
+ changed order of elements on install applet tab
413
+ Add more i81n ablility - added lang directorys for language hash files
414
+ added in test file using WATIR stands for "Web Application Testing In Ruby,
415
+
416
+ version 1.0
417
+ Improved name selection in zips and applet screens
418
+ added rubyslippers applet and rwdrefreshacpi applets as zips
419
+
420
+ version 0.9
421
+ Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
422
+ updated RubyWebDialogs for people who do not have it installed
423
+ added rwdschedule applet as zip file
424
+
425
+ version 0.8
426
+ changed location of code files
427
+ only directory of code files needs to be added to inf file
428
+ changed location of gui files
429
+ only directory of gui files needs to be added to inf file
430
+ Added constants in conf file for code location and gui location
431
+ removed all zips not yt updated to new directory layout
432
+ change loading of conf files to not need intermediate file
433
+ and favicon.ico
434
+
435
+ version 0.7
436
+ moved changelog to HowTo_Tinker.html
437
+ copied english gui text to the dirs I think we should translate to
438
+ update backup zip files to newest versions
439
+ upgraded the ev directory - for those who don't have RubyWebDialogs
440
+
441
+ version 0.6
442
+ updated version number
443
+ changed merge name to rwdtinker.rb
444
+
445
+ version 0.4
446
+ added zip listing and installing - Linux only
447
+
448
+ Version 0,3
449
+ changed name to Tinker
450
+
451
+ Version 0.2
452
+ added some i18n directories for the gui files
453
+
454
+ Version 0.1
455
+ first public version released
456
+ includes document screen
457
+ Open Photo screen
458
+ included configuration directory
459
+ zips directories
460
+ installed directory
461
+ installed applet lister
157
462
 
data/bin/rwdtorrent CHANGED
File without changes
@@ -4,11 +4,15 @@
4
4
  # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications
5
5
  # This class is the top class for the RwdTinker application
6
6
 
7
+ $DEBUG=false
8
+ $VERBOSE=false
9
+
7
10
  class RwdTinker < RWDialog
8
11
 
9
12
  def main
10
13
  @rwd_window = "main"
11
14
  @result = "idle"
15
+
12
16
  @display= "idle"
13
17
  if TestNow
14
18
 
@@ -1,31 +1,23 @@
1
1
  # Help files for RwdTinker core
2
2
 
3
3
 
4
- :general_help => "You can work with Applets: go to 'Selection tab',
5
- On that back screen you will find:
6
- List Applets: you can see and delete installed applets
7
- List Zips: you can see lists of applets that you can install
8
- Edit Configuration: You can view the rwdtinker configuration and change it
9
- Diagnostic Tab: You can view the environments variables that rwdtinker is running with
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
10
  ",
11
- :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the
12
- init.rb file to something like:\n
13
- RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n
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
14
  Then you should be able to login at: http://yourhostname:8080",
15
15
 
16
16
 
17
- :documents_rwdtinker => "Documents:
17
+ :documents_rwdtinker => "<b>Documents:
18
+ <p>
18
19
 
19
-
20
- when you click on a document name, the document should pop up in a
21
- browser window, or in another browser tab.",
22
- :remote_control => "Remote control gives you a way to determine what applications are running on which ports
23
-
24
- The name of the application is set in the config file
25
- You need to click the show remote command choices first - this will show the port and query choices
26
- Then you can click in 'Run Command' to see if other applications are running.
27
-
28
- The remote ports daemon will not be running unless you start it.
29
-
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>
30
22
  "
31
23
 
@@ -1,5 +1,5 @@
1
1
  # Bind message passing socket to rwdtinker application
2
- JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] }
2
+
3
3
  locationlink = {
4
4
  :helpscreen=> "runhelpwindow",
5
5
  :tinkerbackwindow=>"runrwdtinkerbackwindow",
@@ -0,0 +1,3 @@
1
+ def viewphoto
2
+ @rwd_window = "photo"
3
+ end