bigtinker 0.93

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 (386) hide show
  1. data/Books/Mariposa.gut +2 -0
  2. data/Books/marip10.txt +2598 -0
  3. data/Notes/changes.lnk +1 -0
  4. data/Notes/changes.txt +1 -0
  5. data/Notes/hypernote/hypernote01.txt +1 -0
  6. data/Notes/hypernote/hypernote02.txt +1 -0
  7. data/Notes/hypernote/newnote3.txt +2 -0
  8. data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk +1 -0
  9. data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.txt +11 -0
  10. data/Notes/rwdtinker/newnote.txt +1 -0
  11. data/Notes/rwdtinker/rwdtinker01.txt +9 -0
  12. data/Notes/rwdtinker/testnote2.txt +1 -0
  13. data/Readme.txt +146 -0
  14. data/bin/bigtinker +19 -0
  15. data/code/01rwdcore/01rwdcore.rb +25 -0
  16. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  17. data/code/01rwdcore/03helptexthash.rb +31 -0
  18. data/code/01rwdcore/04helptextend.rb +6 -0
  19. data/code/01rwdcore/jumplinkcommand.rb +26 -0
  20. data/code/01rwdcore/openhelpwindow.rb +31 -0
  21. data/code/01rwdcore/returntomain.rb +10 -0
  22. data/code/01rwdcore/rundocuments.rb +10 -0
  23. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  24. data/code/01rwdcore/runhelpabout.rb +10 -0
  25. data/code/01rwdcore/runopentinkerdocument.rb +7 -0
  26. data/code/01rwdcore/rwdtinkerversion.rb +22 -0
  27. data/code/01rwdcore/rwdwindowreturn.rb +9 -0
  28. data/code/01rwdcore/selectiontab.rb +9 -0
  29. data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
  30. data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
  31. data/code/01rwdcore/test_cases.rb +109 -0
  32. data/code/01rwdcore/test_harness.rb +13 -0
  33. data/code/01rwdcore/uploadreturns.rb +62 -0
  34. data/code/superant.com.bigtinker/rwdtinkerversion.rb +10 -0
  35. data/code/superant.com.gutenberg/changegutenbergname.rb +16 -0
  36. data/code/superant.com.gutenberg/clearbookscreendisplay.rb +8 -0
  37. data/code/superant.com.gutenberg/copyfilename.rb +24 -0
  38. data/code/superant.com.gutenberg/createnewnote.rb +23 -0
  39. data/code/superant.com.gutenberg/deletegutenbergrecord.rb +21 -0
  40. data/code/superant.com.gutenberg/gutenbergcreatefile.rb +9 -0
  41. data/code/superant.com.gutenberg/helptexthashrwdgutenberg.rb +41 -0
  42. data/code/superant.com.gutenberg/jumplinkupdate.rb +7 -0
  43. data/code/superant.com.gutenberg/listnamerecord.rb +15 -0
  44. data/code/superant.com.gutenberg/listtextfilesgutenberg.rb +58 -0
  45. data/code/superant.com.gutenberg/loadbookrecord.rb +21 -0
  46. data/code/superant.com.gutenberg/loadconfigurationrecord.rb +36 -0
  47. data/code/superant.com.gutenberg/loadconfigurationvariables.rb +13 -0
  48. data/code/superant.com.gutenberg/openhelpwindowgutenberg.rb +29 -0
  49. data/code/superant.com.gutenberg/returntomain.rb +10 -0
  50. data/code/superant.com.gutenberg/runbackwindow.rb +10 -0
  51. data/code/superant.com.gutenberg/rungutenbergwindow.rb +57 -0
  52. data/code/superant.com.gutenberg/rwdgutenbergbackward.rb +27 -0
  53. data/code/superant.com.gutenberg/rwdhypernotehelpabout.rb +14 -0
  54. data/code/superant.com.gutenberg/rwdtinkerversion.rb +10 -0
  55. data/code/superant.com.gutenberg/saveconfigurationrecord.rb +18 -0
  56. data/code/superant.com.gutenberg/savegutenbergrecord.rb +20 -0
  57. data/code/superant.com.gutenberg/savelinkrecord.rb +23 -0
  58. data/code/superant.com.hypernote/archiveevent.rb +14 -0
  59. data/code/superant.com.hypernote/changehypernotename.rb +21 -0
  60. data/code/superant.com.hypernote/clearhypernotescreendisplay.rb +8 -0
  61. data/code/superant.com.hypernote/clearlinkscreendisplay.rb +8 -0
  62. data/code/superant.com.hypernote/copyfilename.rb +10 -0
  63. data/code/superant.com.hypernote/createnewnote.rb +14 -0
  64. data/code/superant.com.hypernote/deletehypernoterecord.rb +20 -0
  65. data/code/superant.com.hypernote/helptexthashrwdhypernote.rb +74 -0
  66. data/code/superant.com.hypernote/hyperlinkcreatelinkfile.rb +19 -0
  67. data/code/superant.com.hypernote/jumplinkupdate.rb +7 -0
  68. data/code/superant.com.hypernote/listhypernotelinks.rb +55 -0
  69. data/code/superant.com.hypernote/listhypernotes.rb +63 -0
  70. data/code/superant.com.hypernote/listlinknotes.rb +33 -0
  71. data/code/superant.com.hypernote/loadconfigurationrecord.rb +34 -0
  72. data/code/superant.com.hypernote/loadconfigurationvariables.rb +13 -0
  73. data/code/superant.com.hypernote/loadlinksrecord.rb +21 -0
  74. data/code/superant.com.hypernote/loadnoterecord.rb +24 -0
  75. data/code/superant.com.hypernote/openhelpwindowrwdhyernote.rb +34 -0
  76. data/code/superant.com.hypernote/returntomain.rb +10 -0
  77. data/code/superant.com.hypernote/runrwdhypernotconfiguration.rb +12 -0
  78. data/code/superant.com.hypernote/runrwdhypernotebackwindow.rb +12 -0
  79. data/code/superant.com.hypernote/rwdhypernotehelpabout.rb +14 -0
  80. data/code/superant.com.hypernote/rwdtinkerversion.rb +10 -0
  81. data/code/superant.com.hypernote/saveconfigurationrecord.rb +18 -0
  82. data/code/superant.com.hypernote/savehypernoterecord.rb +20 -0
  83. data/code/superant.com.hypernote/savelinkrecord.rb +23 -0
  84. data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +24 -0
  85. data/code/superant.com.rwdaddresses/clearscreendisplay.rb +15 -0
  86. data/code/superant.com.rwdaddresses/createnewnamerecord.rb +19 -0
  87. data/code/superant.com.rwdaddresses/deletecontactrecord.rb +25 -0
  88. data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +19 -0
  89. data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +36 -0
  90. data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +69 -0
  91. data/code/superant.com.rwdaddresses/jumplinkupdate.rb +9 -0
  92. data/code/superant.com.rwdaddresses/listnamerecord.rb +15 -0
  93. data/code/superant.com.rwdaddresses/listvcardrecord.rb +15 -0
  94. data/code/superant.com.rwdaddresses/loadconfigurationrecord.rb +45 -0
  95. data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +14 -0
  96. data/code/superant.com.rwdaddresses/loadnamerecord.rb +30 -0
  97. data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +30 -0
  98. data/code/superant.com.rwdaddresses/renamecontact.rb +15 -0
  99. data/code/superant.com.rwdaddresses/runaddresseswindow.rb +10 -0
  100. data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +34 -0
  101. data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +10 -0
  102. data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +10 -0
  103. data/code/superant.com.rwdaddresses/rwdaddresseshelpabout.rb +13 -0
  104. data/code/superant.com.rwdaddresses/rwdtinkerversion.rb +10 -0
  105. data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +20 -0
  106. data/code/superant.com.rwdaddresses/savevcardrecord.rb +76 -0
  107. data/code/superant.com.rwdaddresses/syncrwdaddress.rb +28 -0
  108. data/code/superant.com.rwdaddresses/test_cases.rb +46 -0
  109. data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +46 -0
  110. data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +21 -0
  111. data/code/superant.com.rwdaddresses/viewnamedata.rb +28 -0
  112. data/code/superant.com.rwdaddresses/viewphoto.rb +4 -0
  113. data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +23 -0
  114. data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +12 -0
  115. data/code/superant.com.rwdaddresses/viewvcarddata.rb +22 -0
  116. data/code/superant.com.rwdcalc/ca2multiply.rb +10 -0
  117. data/code/superant.com.rwdcalc/changescriptname.rb +16 -0
  118. data/code/superant.com.rwdcalc/clearrubyscriptscreendisplay.rb +9 -0
  119. data/code/superant.com.rwdcalc/clearscriptscreendisplay.rb +9 -0
  120. data/code/superant.com.rwdcalc/deletescriptrecord.rb +20 -0
  121. data/code/superant.com.rwdcalc/fadd.rb +10 -0
  122. data/code/superant.com.rwdcalc/frwdcleartape.rb +9 -0
  123. data/code/superant.com.rwdcalc/frwddivide.rb +10 -0
  124. data/code/superant.com.rwdcalc/frwdmultiply.rb +10 -0
  125. data/code/superant.com.rwdcalc/frwdsubtract.rb +10 -0
  126. data/code/superant.com.rwdcalc/helptexthashrwdcalc.rb +14 -0
  127. data/code/superant.com.rwdcalc/jumplinkupdate.rb +11 -0
  128. data/code/superant.com.rwdcalc/listscripts.rb +13 -0
  129. data/code/superant.com.rwdcalc/loadrubyrecord.rb +20 -0
  130. data/code/superant.com.rwdcalc/loadscriptrecord.rb +20 -0
  131. data/code/superant.com.rwdcalc/mathcommands.rb +53 -0
  132. data/code/superant.com.rwdcalc/openhelpwindowrwdcalc.rb +21 -0
  133. data/code/superant.com.rwdcalc/playscript.rb +22 -0
  134. data/code/superant.com.rwdcalc/renamecalcrecord.rb +14 -0
  135. data/code/superant.com.rwdcalc/runrwdcalcwindow.rb +10 -0
  136. data/code/superant.com.rwdcalc/rwdadd.rb +10 -0
  137. data/code/superant.com.rwdcalc/rwdcleartape.rb +9 -0
  138. data/code/superant.com.rwdcalc/rwddivision.rb +10 -0
  139. data/code/superant.com.rwdcalc/rwdsubtraction.rb +10 -0
  140. data/code/superant.com.rwdcalc/savechangedscript.rb +19 -0
  141. data/code/superant.com.rwdcalc/saverubyscript.rb +20 -0
  142. data/code/superant.com.rwdcalc/viewscript.rb +18 -0
  143. data/code/superant.com.rwdcalendar/gh9calendar.rb +40 -0
  144. data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +14 -0
  145. data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +17 -0
  146. data/code/superant.com.rwdshell/changescriptname.rb +16 -0
  147. data/code/superant.com.rwdshell/clearscriptscreendisplay.rb +9 -0
  148. data/code/superant.com.rwdshell/deletescriptrecord.rb +20 -0
  149. data/code/superant.com.rwdshell/helptexthashshell.rb +31 -0
  150. data/code/superant.com.rwdshell/listrubyscripts.rb +13 -0
  151. data/code/superant.com.rwdshell/listscripts.rb +13 -0
  152. data/code/superant.com.rwdshell/loadconfigurationrecord.rb +33 -0
  153. data/code/superant.com.rwdshell/loadconfigurationvariables.rb +13 -0
  154. data/code/superant.com.rwdshell/loadscriptrecord.rb +20 -0
  155. data/code/superant.com.rwdshell/openhelpwindowshell.rb +33 -0
  156. data/code/superant.com.rwdshell/playrubyscript.rb +23 -0
  157. data/code/superant.com.rwdshell/playscript.rb +23 -0
  158. data/code/superant.com.rwdshell/returntomain.rb +10 -0
  159. data/code/superant.com.rwdshell/rubyeval.rb +25 -0
  160. data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +10 -0
  161. data/code/superant.com.rwdshell/runrwdshellwindow.rb +12 -0
  162. data/code/superant.com.rwdshell/rwdshellversion.rb +14 -0
  163. data/code/superant.com.rwdshell/savechangedscript.rb +19 -0
  164. data/code/superant.com.rwdshell/saveconfigurationrecord.rb +18 -0
  165. data/code/superant.com.rwdshell/shelleval.rb +20 -0
  166. data/code/superant.com.rwdshell/viewrubyscript.rb +18 -0
  167. data/code/superant.com.rwdshell/viewscript.rb +18 -0
  168. data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +96 -0
  169. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  170. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  171. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +25 -0
  172. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +21 -0
  173. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  174. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  175. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
  176. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
  177. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +27 -0
  178. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +39 -0
  179. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  180. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  181. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  182. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +42 -0
  183. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  184. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +33 -0
  185. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  186. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +11 -0
  187. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  188. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +22 -0
  189. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
  190. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  191. data/code/superant.com.words/dictlookup.rb +20 -0
  192. data/code/superant.com.words/jumplinkupdate.rb +6 -0
  193. data/code/superant.com.words/runfortunewindow.rb +14 -0
  194. data/code/superant.com.words/runrwdwordsbackwindow.rb +10 -0
  195. data/code/superant.com.words/runrwdwordsversion.rb +14 -0
  196. data/code/superant.com.words/rwdtinkerversion.rb +10 -0
  197. data/code/zz0applicationend/zz0end.rb +4 -0
  198. data/configuration/bigtinker.dist +3 -0
  199. data/configuration/language.dist +7 -0
  200. data/configuration/rwdaddresses.dist +21 -0
  201. data/configuration/rwdapplicationidentity.dist +3 -0
  202. data/configuration/rwdcalc.dist +8 -0
  203. data/configuration/rwdcalendar.dist +10 -0
  204. data/configuration/rwdgutenberg.dist +14 -0
  205. data/configuration/rwdhypernote.dist +13 -0
  206. data/configuration/rwdshell.dist +4 -0
  207. data/configuration/rwdtinker.dist +19 -0
  208. data/configuration/rwdwords.dist +18 -0
  209. data/configuration/tinkerwin2variables.dist +17 -0
  210. data/ev/browser.rb +109 -0
  211. data/ev/ftools.rb +170 -0
  212. data/ev/net.rb +750 -0
  213. data/ev/ruby.rb +819 -0
  214. data/ev/rwd.rb +1849 -0
  215. data/ev/sgml.rb +236 -0
  216. data/ev/thread.rb +63 -0
  217. data/ev/tree.rb +343 -0
  218. data/ev/xml.rb +4 -0
  219. data/extras/cal.rb +158 -0
  220. data/extras/dict.rb +438 -0
  221. data/extras/icalendar/base.rb +17 -0
  222. data/extras/icalendar/calendar.rb +44 -0
  223. data/extras/icalendar/calendar_parser.rb +237 -0
  224. data/extras/icalendar/component/alarm.rb +16 -0
  225. data/extras/icalendar/component/event.rb +25 -0
  226. data/extras/icalendar/component/freebusy.rb +12 -0
  227. data/extras/icalendar/component/journal.rb +25 -0
  228. data/extras/icalendar/component/timezone.rb +26 -0
  229. data/extras/icalendar/component/todo.rb +21 -0
  230. data/extras/icalendar/component.rb +91 -0
  231. data/extras/icalendar/helpers.rb +103 -0
  232. data/extras/icalendar/parameter.rb +25 -0
  233. data/extras/icalendar.rb +18 -0
  234. data/extras/rconftool.rb +380 -0
  235. data/extras/zip/ioextras.rb +114 -0
  236. data/extras/zip/stdrubyext.rb +111 -0
  237. data/extras/zip/tempfile_bugfixed.rb +195 -0
  238. data/extras/zip/zip.rb +1377 -0
  239. data/extras/zip/zipfilesystem.rb +558 -0
  240. data/extras/zip/ziprequire.rb +61 -0
  241. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  242. data/gui/frontwindow0/superant.com.rwdcalendar/hl9calendar.rwd +27 -0
  243. data/gui/frontwindow0/superant.com.shellscripts/1listplayscripts.rwd +17 -0
  244. data/gui/frontwindow0/superant.com.shellscripts/2listscripts.rwd +25 -0
  245. data/gui/frontwindow0/superant.com.shellscripts/3editscripts.rwd +26 -0
  246. data/gui/frontwindow0/superant.com.shellscripts/4scriptutilities.rwd +24 -0
  247. data/gui/frontwindow0/superant.com.shellscripts/6rwdshelleval.rwd +15 -0
  248. data/gui/frontwindow0/superant.com.shellscripts/cb7rwdrubyeval.rwd +13 -0
  249. data/gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd +11 -0
  250. data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +15 -0
  251. data/gui/frontwindowselectionzend/viewselectionzend/wwselectionend.rwd +3 -0
  252. data/gui/frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd +6 -0
  253. data/gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd +14 -0
  254. data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd +8 -0
  255. data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzrwdlasttab.rwd +6 -0
  256. data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  257. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd +15 -0
  258. data/gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd +3 -0
  259. data/gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd +3 -0
  260. data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd +15 -0
  261. data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpscreen2end.rwd +3 -0
  262. data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +6 -0
  263. data/gui/tinkerbackwindows/superant.com.gutenberg/00rwdgutenberg.rwd +5 -0
  264. data/gui/tinkerbackwindows/superant.com.gutenberg/10viewnote.rwd +32 -0
  265. data/gui/tinkerbackwindows/superant.com.gutenberg/20listfiles.rwd +35 -0
  266. data/gui/tinkerbackwindows/superant.com.gutenberg/30booklistutilities.rwd +28 -0
  267. data/gui/tinkerbackwindows/superant.com.gutenberg/35displaytab.rwd +10 -0
  268. data/gui/tinkerbackwindows/superant.com.gutenberg/40rwdgutenberg.rwd +16 -0
  269. data/gui/tinkerbackwindows/superant.com.gutenberg/67viewconfiguration.rwd +40 -0
  270. data/gui/tinkerbackwindows/superant.com.gutenberg/77jumplinkcommands.rwd +17 -0
  271. data/gui/tinkerbackwindows/superant.com.gutenberg/zvbackend.rwd +6 -0
  272. data/gui/tinkerbackwindows/superant.com.gutendisplay/gutendisplaywindow.rwd +9 -0
  273. data/gui/tinkerbackwindows/superant.com.hypernote/00windowbegin.rwd +5 -0
  274. data/gui/tinkerbackwindows/superant.com.hypernote/10viewnote.rwd +32 -0
  275. data/gui/tinkerbackwindows/superant.com.hypernote/20editlinks.rwd +34 -0
  276. data/gui/tinkerbackwindows/superant.com.hypernote/30noteutilities.rwd +27 -0
  277. data/gui/tinkerbackwindows/superant.com.hypernote/67viewconfiguration.rwd +38 -0
  278. data/gui/tinkerbackwindows/superant.com.hypernote/m01menubegin.rwd +18 -0
  279. data/gui/tinkerbackwindows/superant.com.hypernote/zbackend.rwd +6 -0
  280. data/gui/tinkerbackwindows/superant.com.refreshwindow/fortunerefreshwindowtwo.rwd +9 -0
  281. data/gui/tinkerbackwindows/superant.com.rwdaddresses/00rwdaddresses.rwd +5 -0
  282. data/gui/tinkerbackwindows/superant.com.rwdaddresses/11viewnamedata.rwd +19 -0
  283. data/gui/tinkerbackwindows/superant.com.rwdaddresses/13listnamerecordfiles.rwd +21 -0
  284. data/gui/tinkerbackwindows/superant.com.rwdaddresses/16editrecord.rwd +39 -0
  285. data/gui/tinkerbackwindows/superant.com.rwdaddresses/17viewvcardrecord.rwd +32 -0
  286. data/gui/tinkerbackwindows/superant.com.rwdaddresses/18contactutilities.rwd +34 -0
  287. data/gui/tinkerbackwindows/superant.com.rwdaddresses/m01menubegin.rwd +18 -0
  288. data/gui/tinkerbackwindows/superant.com.rwdaddresses/zvbackend.rwd +6 -0
  289. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +5 -0
  290. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +45 -0
  291. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +23 -0
  292. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/88viewconfiguration.rwd +47 -0
  293. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +11 -0
  294. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +15 -0
  295. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +3 -0
  296. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/zvbackend.rwd +6 -0
  297. data/gui/tinkerbackwindows/superant.com.rwdcalc/1appname.rwd +4 -0
  298. data/gui/tinkerbackwindows/superant.com.rwdcalc/20floatrwdcalc.rwd +23 -0
  299. data/gui/tinkerbackwindows/superant.com.rwdcalc/30intrwdcalc.rwd +23 -0
  300. data/gui/tinkerbackwindows/superant.com.rwdcalc/35mathcommands.rwd +25 -0
  301. data/gui/tinkerbackwindows/superant.com.rwdcalc/44listplayscripts.rwd +19 -0
  302. data/gui/tinkerbackwindows/superant.com.rwdcalc/45listscripts.rwd +25 -0
  303. data/gui/tinkerbackwindows/superant.com.rwdcalc/46editscriptrecord.rwd +30 -0
  304. data/gui/tinkerbackwindows/superant.com.rwdcalc/4scriptutilities.rwd +25 -0
  305. data/gui/tinkerbackwindows/superant.com.rwdcalc/81jumplinkcommands.rwd +17 -0
  306. data/gui/tinkerbackwindows/superant.com.rwdcalc/z9end.rwd +6 -0
  307. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +5 -0
  308. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/44listplayscripts.rwd +19 -0
  309. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/45listscripts.rwd +25 -0
  310. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/46editscriptrecord.rwd +30 -0
  311. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +38 -0
  312. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/94rwddiagnostics.rwd +16 -0
  313. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/98jumplinkcommands.rwd +17 -0
  314. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/zbackend.rwd +6 -0
  315. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  316. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +42 -0
  317. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  318. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  319. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +44 -0
  320. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  321. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +33 -0
  322. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  323. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  324. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  325. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  326. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  327. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  328. data/gui/tinkerbackwindows/superant.com.words/1appname.rwd +4 -0
  329. data/gui/tinkerbackwindows/superant.com.words/1dictionary.rwd +19 -0
  330. data/gui/tinkerbackwindows/superant.com.words/3rwdfortune.rwd +14 -0
  331. data/gui/tinkerbackwindows/superant.com.words/77jumplinkcommands.rwd +17 -0
  332. data/gui/tinkerbackwindows/superant.com.words/80tab1.rwd +11 -0
  333. data/gui/tinkerbackwindows/superant.com.words/z9end.rwd +6 -0
  334. data/gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd +4 -0
  335. data/init.rb +277 -0
  336. data/installed/gutenbergdata01.inf +3 -0
  337. data/installed/hypernotedata1.inf +12 -0
  338. data/installed/rwdaddressesdata2.inf +8 -0
  339. data/installed/rwdgutenberg-0.03.inf +9 -0
  340. data/installed/rwdviewlogo-0.4.inf +4 -0
  341. data/installed/rwdwaddresses-1.04.inf +13 -0
  342. data/installed/rwdwhypernote-0.07.inf +7 -0
  343. data/installed/rwdwwords-0.02.inf +10 -0
  344. data/lang/en/rwdcalendar/calendar-en.rb +6 -0
  345. data/lang/en/rwdcore/languagefile.rb +16 -0
  346. data/lang/es/rwdcalendar/calendar-nl.rb +6 -0
  347. data/lang/es/rwdcore/languagefile-es.rb +14 -0
  348. data/lang/jp/rwdcore/languagefile.rb +9 -0
  349. data/lang/nl/rwdcalendar/calendar-nl.rb +6 -0
  350. data/lang/nl/rwdcore/languagefile.rb +19 -0
  351. data/lib/temp.rb +1 -0
  352. data/names/Angelina Jolie.jpg +0 -0
  353. data/names/Angelina Jolie.nam +8 -0
  354. data/names/Angelina Jolie.vcf +8 -0
  355. data/names/Steven Gibson.jpg +0 -0
  356. data/names/Steven Gibson.nam +5 -0
  357. data/names/elektra.jpg +0 -0
  358. data/names/elektra.nam +7 -0
  359. data/names/nophoto.jpg +0 -0
  360. data/rwd_files/HowTo_Addresses.txt +259 -0
  361. data/rwd_files/HowTo_BigTinker.txt +146 -0
  362. data/rwd_files/HowTo_Gutenberg.txt +94 -0
  363. data/rwd_files/HowTo_HyperNote.txt +121 -0
  364. data/rwd_files/HowTo_RubyEval.html +80 -0
  365. data/rwd_files/HowTo_RwdCalc.txt +110 -0
  366. data/rwd_files/HowTo_Shell.txt +257 -0
  367. data/rwd_files/HowTo_Tinker.txt +425 -0
  368. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  369. data/rwd_files/HowTo_Words.txt +132 -0
  370. data/rwd_files/Readme.txt +57 -0
  371. data/rwd_files/RubyWebDialogs.html +6 -0
  372. data/rwd_files/contacttmp.jpg +0 -0
  373. data/rwd_files/favicon.ico +0 -0
  374. data/rwd_files/rdoc-style.css +175 -0
  375. data/rwd_files/rwdapplications.html +54 -0
  376. data/rwd_files/tinker.png +0 -0
  377. data/rwdconfig.dist +18 -0
  378. data/tests/RubyGauge.rb +179 -0
  379. data/tests/checkdepends.sh +4 -0
  380. data/tests/cleancnf.sh +5 -0
  381. data/tests/makedist.rb +59 -0
  382. data/tests/makerwdwaddresses-1.04.rb +40 -0
  383. data/tests/rdep.rb +354 -0
  384. data/tests/totranslate.lang +93 -0
  385. data/zips/rwdahelloworld-0.5.zip +0 -0
  386. metadata +447 -0
@@ -0,0 +1,425 @@
1
+ = RwdTinker framework for RubyWebDialogs
2
+
3
+ RwdTinker is a web brower interface to and system for developing programs
4
+
5
+ == Usage
6
+
7
+ How to Use the Tinker framework Program (rwdtinker)
8
+
9
+ 1. stand alone application
10
+ 2. framework for building applications
11
+ 3. Open brower windows with html documents
12
+
13
+ The GUI interface used is RubyWebDialogs
14
+
15
+
16
+ Start the program by typing
17
+ ruby init.rb
18
+
19
+ Then point your web browser to:
20
+ http://localhost:7705/
21
+
22
+ == Viewing installed Applets:
23
+
24
+ Go to "List Scripts" tab
25
+
26
+ You can get a list of all installed applets by clicking the listfiles button
27
+
28
+ To see the text of a install file
29
+ Type in the name of the file you want.
30
+
31
+ type it without the inf ending
32
+ rwdapplet-0.1
33
+
34
+ Then click the "View Installed File" button
35
+
36
+ If it finds the file it will open it. It displays the text the search box.
37
+
38
+ You can uninstall applets on this screen
39
+
40
+ == Installing Applets
41
+
42
+ click on the "Selection Panel"
43
+ click on Rwdtinker Back Window
44
+
45
+ You can download an applet created by someone else
46
+ put the file in the zips directory
47
+
48
+ click on the "list zips" tab
49
+ click on "list applets available for installing"
50
+
51
+ chose the applet you want
52
+ click on "install applet"
53
+ If all goes well the applet should be installed.
54
+ You will need to restart rwdtinker to see the new screens
55
+
56
+
57
+ == Changing configuration file
58
+
59
+ click on "Edit Configuration"
60
+ You can view the configuration file
61
+
62
+ You can edit the configuration
63
+
64
+ Remember to reload the configuration variables if you want your
65
+ changes used.
66
+
67
+ == Manually installing applets
68
+
69
+ * unzip an applet
70
+
71
+ unzip the applet into the program directoy
72
+ unzip randomapplet.zip
73
+
74
+ This should place the needed files in the correct directories
75
+
76
+
77
+ == Creating Applets
78
+
79
+ To add code, commands and gui tabs
80
+
81
+ Move program files into a directory under the code directory.
82
+ Move gui files into a directory under the gui directory.
83
+ The gui directory name you create is important, because the gui
84
+ rwd file is built in alpha order by directory name
85
+
86
+
87
+ There are two ways to add applets to the directories.
88
+
89
+ Creating code
90
+
91
+
92
+ * Manually write code and gui files
93
+
94
+ The files go into your code directory
95
+ the filenames for code do not matter
96
+
97
+ The gui files go into your gui directory
98
+ The gui files need to be in order by name and end with .rwd
99
+
100
+
101
+
102
+ If you need a config file that goes in the configuration directory
103
+
104
+ internationalization and localization are helped by replacing the
105
+ gui files in the subdirectories under gui
106
+
107
+
108
+ == Documents
109
+
110
+
111
+ when you click on a document name, the document should pop up in a
112
+ browser window, or in another browser tab.
113
+
114
+ To exit, press the x inside the browser window.
115
+
116
+ == To add context sensitive help
117
+
118
+ You need to add a hash file that just needs to contain
119
+ Helptext.update( :myapplet_generalhelp => " This is the general help
120
+ You can add help text hear")
121
+
122
+ And you need to add a help run script that will call runhelpwindow
123
+ This should have a method that includes:
124
+ setting $help_topic, and adds to $helptopicsarray, saves the calling window and calls runhelpwindow which will render the help message.
125
+
126
+ if @rwd_tab == "gemservescan"
127
+ $help_topic = "gemdocs_help"
128
+ end
129
+ $helptopicsarray = $helptopicsarray | ["rubyslippers_generalhelp", "Install_Gem","GemCommands_help", "gemfilesinstalled","gemdocs_help"]
130
+ if @rwd_window != "rwdtinkerhelpwindow"
131
+ $previouswindow = @rwd_window
132
+ $previoustab = @rwd_tab
133
+ end
134
+ runhelpwindow
135
+ end
136
+
137
+ == Languages
138
+
139
+
140
+ You can add tranlations in the lang subdirectory
141
+ You change the $lang constant in Tinker config file in the configuration directory
142
+ You can see one translation on the install applet tab, after you have installed and applet
143
+
144
+ == Using over a Network
145
+
146
+ To serve the application over your local LAN,change the last line in the
147
+ init.rb file to something like:
148
+ RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
149
+ Then you should be able to login at: http://yourhostname:8080
150
+
151
+ You have to authorize yourself. The .rwuids example is a string with
152
+ the name of the authorization file, relative to the home directory
153
+ of the user that started the service. This file has to be in the form of:
154
+
155
+ user1 = password
156
+ user2 = pass phrase
157
+
158
+ Thus the file .rwduids might contain:
159
+
160
+ erik = secret
161
+
162
+ == Requirements:
163
+ RubyWebDialogs - I am using 0.1.2
164
+ This package you downloaded should have a runtime version of
165
+ the needed rubywebdialog files
166
+
167
+ Ruby I am using version 1.8.2
168
+
169
+ I have tested this under Linux-Debian kernel 2.6.9
170
+
171
+ = Operation:
172
+ The code files reside in the code directory and are combined before
173
+ the main Class is loaded
174
+
175
+ The rwd files in gui are combined before the gui is activated
176
+
177
+ Translated text reside in the lang directory
178
+
179
+ == Installing:
180
+
181
+ untar the file
182
+ tar zxvf rwdtinker-x.y.tar.gz
183
+ then cd to the directory
184
+ cd rwdshell-x.y
185
+ then start the init.rb program file
186
+ ruby init.rb
187
+ Then point your browser at http://localhost:7705
188
+ or where it tells you.
189
+ Trouble shooting:
190
+
191
+ If the program is not working, try looking at the ev subdirectory. That is where
192
+ the runtime of rubywebdialogs are.
193
+
194
+ for long term installation, I would suggest putting most files in a lib directory
195
+ like /usr/lib/rwdshell
196
+ then make a writable directory the local directory for command files to be written
197
+ like ~/rwdshell
198
+
199
+
200
+ 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.
201
+
202
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
203
+
204
+ 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/
205
+
206
+ == Credits
207
+
208
+ Thanks go to:
209
+
210
+ * Matz, for creating Ruby in the first place.
211
+ * Erik, for creating RubyWebDialogs.
212
+ * Charlotte, my wife for coming up for the name Tinker.
213
+
214
+ == License
215
+
216
+ rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed
217
+ under the terms of the GPL licence:
218
+
219
+ == Contact
220
+ For more information see:
221
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
222
+
223
+
224
+ For more information about RubyWebDialogs see:
225
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
226
+
227
+ Thanks, Steven Gibson
228
+
229
+ == Changelog
230
+ Version 1.65
231
+ Changed documents listing screen - now using hash
232
+ Changed helpabout screen - now using hash
233
+ added more lines for config edit
234
+ added help about to back window
235
+
236
+ Version 1.64
237
+ fixed jump with no location
238
+
239
+ Version 1.63
240
+ changed handling of application name returned
241
+ added jump seletion options
242
+ added some unit tests
243
+
244
+ version 1.62
245
+ improve distro release script
246
+ code cleanup
247
+ removed redundent network code
248
+ change handling of window and tab jumps
249
+
250
+ version 1.61
251
+ add in test harness
252
+ rwdtinkerwin2 help about removed
253
+ load main config file in init.rb
254
+
255
+ version 1.60
256
+ add rwdapplication info to diagnostic
257
+ turn rescue on in diagnostic upload
258
+
259
+ version 1.59
260
+ removed rwdtinkerwin2 inf file
261
+ refactored diagnotic page - one button to see all information
262
+ added bug report upload to diagnostic page
263
+
264
+ version 1.58
265
+ check for zlib
266
+ check for files to delete
267
+
268
+ version 1.57
269
+ added rconftool use to update configuration files
270
+ changed applets remove to not used external rm
271
+
272
+ version 1.56
273
+ refactored gui files to load without intermediate files
274
+ refactored code files to load without intermediate files
275
+
276
+ version 1.55
277
+ refactored language files to load without intermediate files
278
+ refactored language files to load without intermediate files
279
+
280
+ version 1.54
281
+ refactored rwdtinker applet installation tab - remote gem and local installs share menu buttons
282
+ corrected some program logic errors in remote control code including close socket
283
+
284
+ version 1.53
285
+ added search of Gems repository for rwdtinker gems
286
+ download and install of Gems
287
+
288
+ version 1.52
289
+ added function to install applets from gem directory
290
+
291
+ version 1.51
292
+ changed return to main
293
+ changed configuration of remote ports
294
+ updated context sensitive help
295
+
296
+ version 1.50
297
+ changed unzip applet to be internal code - no exec to unzip program
298
+ changed order of tabs on back window - list applets now first
299
+ added rwdwcalc applet in to zips directory
300
+ changed width of text fields with help from RubyWebDialogs author
301
+ changed listing of help options, vertical instead of horizontal
302
+
303
+ version 1.49
304
+ added demon function for remote queries
305
+ startup application on first available port
306
+
307
+ version 1.48
308
+ fix in context sensitive help so that applets can use it better
309
+
310
+ version 1.47
311
+ change to context sensitive help
312
+
313
+ version 1.46
314
+ more work on context help
315
+ window calls point to tab as well as windows
316
+ help added help buttons on Document, Selection, View Applet, tabs
317
+
318
+ version 1.45
319
+ first steps toward context sensitive help
320
+ added help button on main window/tab
321
+
322
+ version 1.44
323
+ updated directory structure - refactored gui files
324
+ Changed gui directory names - more like Java package titles
325
+
326
+ version 1.43
327
+ changed setup variables file for live changes
328
+ added editing and reloading of config file
329
+ added unzip filename to config file
330
+
331
+ version 1.42
332
+ update for live update system
333
+ update applets for live update
334
+ code file name cleanup
335
+
336
+ version 1.41
337
+ l10n work es,nl, jp
338
+ separated out languge.cnf
339
+ added zip applets refreshacpi, rwdcalc
340
+
341
+ version 1.40
342
+ removed extra lines from init.rb
343
+ fixed help second window
344
+ added some tranlations for Spanish
345
+ More work on l10n
346
+
347
+ version 1.3
348
+ refactored gui files to do easier i10n
349
+ removed lang directories under gui
350
+ added lang files under lang dir
351
+ removed redundant code files left from moving applet handling to back window
352
+ removed zipped applets not yet refactored
353
+
354
+ version 1.24
355
+ added internet usage instructions to HowTo_Tinker.txt
356
+ removed HowTo_Tinker.html
357
+ added panels for Helpabout
358
+ changed photo logo tab to only have embedded picture, no button
359
+
360
+ version 1.23
361
+ moving diagnostic tab and applet handling tabs to second window
362
+ added selection panel tab to choose secondary windows.
363
+
364
+ version 1.21
365
+ changing version on help screen to be button
366
+ added version window
367
+ added diagnostic tab
368
+
369
+ version 1.2
370
+ added gemspec for creating a rwdtinker.gem
371
+ added rdoc comments
372
+ changed order on remove applets tab
373
+
374
+ version 1.1
375
+ changed order of elements on install applet tab
376
+ Add more i81n ablility - added lang directorys for language hash files
377
+ added in test file using WATIR stands for "Web Application Testing In Ruby,
378
+
379
+ version 1.0
380
+ Improved name selection in zips and applet screens
381
+ added rubyslippers applet and rwdrefreshacpi applets as zips
382
+
383
+ version 0.9
384
+ Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
385
+ updated RubyWebDialogs for people who do not have it installed
386
+ added rwdschedule applet as zip file
387
+
388
+ version 0.8
389
+ changed location of code files
390
+ only directory of code files needs to be added to inf file
391
+ changed location of gui files
392
+ only directory of gui files needs to be added to inf file
393
+ Added constants in conf file for code location and gui location
394
+ removed all zips not yt updated to new directory layout
395
+ change loading of conf files to not need intermediate file
396
+ and favicon.ico
397
+
398
+ version 0.7
399
+ moved changelog to HowTo_Tinker.html
400
+ copied english gui text to the dirs I think we should translate to
401
+ update backup zip files to newest versions
402
+ upgraded the ev directory - for those who don't have RubyWebDialogs
403
+
404
+ version 0.6
405
+ updated version number
406
+ changed merge name to rwdtinker.rb
407
+
408
+ version 0.4
409
+ added zip listing and installing - Linux only
410
+
411
+ Version 0,3
412
+ changed name to Tinker
413
+
414
+ Version 0.2
415
+ added some i18n directories for the gui files
416
+
417
+ Version 0.1
418
+ first public version released
419
+ includes document screen
420
+ Open Photo screen
421
+ included configuration directory
422
+ zips directories
423
+ installed directory
424
+ installed applet lister
425
+
@@ -0,0 +1,202 @@
1
+ = RwdTinker 2nd Window
2
+
3
+
4
+ RwdTinker Win2 has the applet adding and removal functions and a diagnostic tab
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 0.5
180
+ changing version on help screen to be button
181
+ added version window
182
+ added diagnostic tab
183
+ changed order on remove applets tab
184
+
185
+ version 0.4
186
+ changed order of elements on install applet tab
187
+ Add more i81n ablility - added lang directorys for language hash files
188
+ Improved name selection in zips and applet screens
189
+
190
+ version 0.3
191
+ changed location of code files
192
+ only directory of code files needs to be added to inf file
193
+ changed location of gui files
194
+ only directory of gui files needs to be added to inf file
195
+
196
+
197
+ version 0.2
198
+ added zip listing and installing - Linux only
199
+ This version is a dropin replacement for a applet
200
+ in the core rwdtinker
201
+
202
+