rwdschedule 0.6 → 0.07

Sign up to get free protection for your applications and to get access to all the features.
Files changed (292) hide show
  1. data/Readme.txt +435 -17
  2. data/bin/rwdschedule +0 -0
  3. data/code/01rwdcore/01rwdcore.rb +29 -0
  4. data/code/01rwdcore/02helptexthashbegin.rb +16 -0
  5. data/code/01rwdcore/03helptexthash.rb +21 -0
  6. data/code/01rwdcore/jumplinkcommand.rb +36 -0
  7. data/code/01rwdcore/openhelpwindow.rb +38 -0
  8. data/code/01rwdcore/returntomain.rb +10 -0
  9. data/code/01rwdcore/rundocuments.rb +10 -0
  10. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  11. data/code/01rwdcore/runhelpabout.rb +15 -0
  12. data/code/01rwdcore/runopentinkerdocument.rb +7 -0
  13. data/code/01rwdcore/runtab.rb +15 -0
  14. data/code/01rwdcore/rwdtinkerversion.rb +22 -0
  15. data/code/01rwdcore/rwdwindowreturn.rb +9 -0
  16. data/code/01rwdcore/selectiontab.rb +11 -0
  17. data/code/01rwdcore/setuphelpaboutoptions.rb +15 -0
  18. data/code/01rwdcore/setuptinkerdocuments.rb +7 -0
  19. data/code/01rwdcore/test_cases.rb +158 -0
  20. data/code/01rwdcore/test_harness.rb +20 -0
  21. data/code/01rwdcore/uploadreturns.rb +65 -0
  22. data/code/dd0viewphoto/dd0viewphoto.rb +5 -0
  23. data/code/superant.com.rwdcalendar/gh9calendar.rb +40 -0
  24. data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +14 -0
  25. data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +17 -0
  26. data/code/superant.com.rwdtinkerbackwindow/changelocale.rb +84 -0
  27. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  28. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +169 -0
  29. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +38 -0
  30. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  31. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  32. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +55 -0
  33. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +14 -0
  34. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +37 -0
  35. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +24 -0
  36. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  37. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  38. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  39. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +40 -0
  40. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  41. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
  42. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  43. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  44. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
  45. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  46. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
  47. data/code/superant.com.rwdtinkerbackwindow/showlocaleoptions.rb +9 -0
  48. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +23 -0
  49. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  50. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +16 -0
  51. data/code/superant.com.schedule/0uninstallapplet.rb +24 -0
  52. data/code/superant.com.schedule/archiveevent.rb +14 -0
  53. data/code/superant.com.schedule/archiveicsevent.rb +14 -0
  54. data/code/superant.com.schedule/cleareventscreendisplay.rb +19 -0
  55. data/code/{gg0schedules → superant.com.schedule}/deleteeventrecord.rb +18 -18
  56. data/code/superant.com.schedule/deleteicseventrecord.rb +19 -0
  57. data/code/superant.com.schedule/deleterwdscheduleupdatefiles.rb +20 -0
  58. data/code/superant.com.schedule/downloadrwdschedulefiles.rb +37 -0
  59. data/code/superant.com.schedule/exporticseventrecord.rb +97 -0
  60. data/code/superant.com.schedule/helptexthashload.rb +22 -0
  61. data/code/{gg0schedules/gh5listdaterecords.rb → superant.com.schedule/listeventdates.rb} +18 -18
  62. data/code/superant.com.schedule/listicseventdates.rb +19 -0
  63. data/code/superant.com.schedule/loadconfigurationrecord.rb +22 -0
  64. data/code/superant.com.schedule/loadconfigurationvariables.rb +14 -0
  65. data/code/superant.com.schedule/loadeventrecord.rb +38 -0
  66. data/code/{gg0schedules/loadeventrecord.rb → superant.com.schedule/loadicseventrecord.rb} +29 -29
  67. data/code/superant.com.schedule/openhelpwindowrwdschedule.rb +43 -0
  68. data/code/{gg0schedules → superant.com.schedule}/renameeventdata.rb +10 -10
  69. data/code/superant.com.schedule/renameicseventdata.rb +17 -0
  70. data/code/superant.com.schedule/returntomain.rb +10 -0
  71. data/code/superant.com.schedule/runrwdscheduleicsbackwindow.rb +10 -0
  72. data/code/superant.com.schedule/runrwdschedulemenu1.rb +34 -0
  73. data/code/superant.com.schedule/runrwdschedulesyncbackwindow.rb +10 -0
  74. data/code/superant.com.schedule/rwdversion.rb +10 -0
  75. data/code/superant.com.schedule/saveconfigurationrecord.rb +19 -0
  76. data/code/{gg0schedules/gg9saveeventchanges.rb → superant.com.schedule/saveeventrecord.rb} +25 -18
  77. data/code/superant.com.schedule/saveicseventrecord.rb +98 -0
  78. data/code/superant.com.schedule/syncrwdschedule.rb +30 -0
  79. data/code/superant.com.schedule/test_cases.rb +45 -0
  80. data/code/superant.com.schedule/uploadrwdschedulefiles.rb +30 -0
  81. data/code/{gg0schedules/gg0viewevent.rb → superant.com.schedule/viewevent.rb} +20 -20
  82. data/code/superant.com.schedule/viewicsevent.rb +20 -0
  83. data/code/superant.com.schedule/viewrwdschedulesconfiguration.rb +21 -0
  84. data/code/zz0applicationend/zz0end.rb +2 -1
  85. data/configuration/rwdtinker.dist +15 -0
  86. data/configuration/rwdwschedule.dist +28 -0
  87. data/configuration/tinkerwin2variables.dist +23 -0
  88. data/gui/00coreguibegin/applicationguitop.rwd +9 -0
  89. data/gui/frontwindow0/cc0openphoto.rwd +22 -0
  90. data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
  91. data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
  92. data/gui/{lz1selectiontabend/endselectiontab.rwd → frontwindowselections/wwselectionend.rwd} +0 -0
  93. data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
  94. data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
  95. data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
  96. data/gui/{wz6finaltabs/xx0rwdfirsttab.rwd → helpaboutbegin/zzzrwdlasttab.rwd} +0 -0
  97. data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  98. data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
  99. data/gui/{yy5helpaboutend → helpaboutzend}/helpscreenend.rwd +0 -0
  100. data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
  101. data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
  102. data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
  103. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +5 -0
  104. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +45 -0
  105. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/67viewconfiguration.rwd +29 -0
  106. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/70rwddiagnostics.rwd +16 -0
  107. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/m01menubegin.rwd +18 -0
  108. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/zvbackend.rwd +6 -0
  109. data/gui/tinkerbackwindows/superant.com.rwdschedules/1appname.rwd +5 -0
  110. data/gui/{gg0schedules → tinkerbackwindows/superant.com.rwdschedules}/gg0viewevent.rwd +27 -27
  111. data/gui/tinkerbackwindows/superant.com.rwdschedules/gl6editrecord.rwd +56 -0
  112. data/gui/{gg0schedules → tinkerbackwindows/superant.com.rwdschedules}/gl8contactutilities.rwd +25 -24
  113. data/gui/tinkerbackwindows/superant.com.rwdschedules/hl9calendar.rwd +27 -0
  114. data/gui/tinkerbackwindows/superant.com.rwdschedules/m01menubegin.rwd +18 -0
  115. data/gui/tinkerbackwindows/superant.com.rwdschedules/zvbackend.rwd +6 -0
  116. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/1appname.rwd +5 -0
  117. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/30viewevent.rwd +27 -0
  118. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/40editrecord.rwd +49 -0
  119. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/60eventicsutilities.rwd +25 -0
  120. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/m01menubegin.rwd +18 -0
  121. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/zvbackend.rwd +6 -0
  122. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  123. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
  124. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  125. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  126. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
  127. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  128. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
  129. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80localechanger.rwd +17 -0
  130. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  131. data/gui/{xb1rwdtinkerbackwindow → tinkerbackwindows/superant.com.tinkerbackwindow}/9backend.rwd +0 -0
  132. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  133. data/gui/{xa5rwdtinkercallablewindow → tinkerbackwindows/superant.com.tinkerhelpwindow}/9end.rwd +0 -0
  134. data/gui/{xa1versionwindow → tinkerbackwindows/superant.com.versionwindow}/1appname.rwd +2 -2
  135. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  136. data/gui/{za1applicationend → zzcoreguiend}/yy9rwdend.rwd +0 -0
  137. data/init.rb +144 -198
  138. data/installed/rwdscheduledate2.inf +6 -0
  139. data/installed/rwdwschedule.inf +20 -0
  140. data/{lib → installed}/temp.rb +0 -0
  141. data/lang/en/rwdcalendar/en.po +32 -0
  142. data/lang/en/rwdcore/en.po +197 -0
  143. data/lang/es/rwdcalendar/es.po +10 -0
  144. data/lang/es/rwdcore/es.po +184 -0
  145. data/lang/fr/rwdcalendar/fr.po +11 -0
  146. data/lang/fr/rwdcore/fr.po +169 -0
  147. data/lang/hi/rwdcalendar/hi.po +11 -0
  148. data/lang/hi/rwdcore/hi.po +173 -0
  149. data/lang/ja/rwdcalendar/ja.po +11 -0
  150. data/lang/ja/rwdcore/ja.po +171 -0
  151. data/lang/nl/rwdcalendar/nl.po +12 -0
  152. data/lang/nl/rwdcore/nl.po +169 -0
  153. data/{extras → lib}/cal.rb +158 -166
  154. data/lib/icalendar/base.rb +17 -0
  155. data/lib/icalendar/calendar.rb +44 -0
  156. data/lib/icalendar/calendar_parser.rb +237 -0
  157. data/lib/icalendar/component/alarm.rb +16 -0
  158. data/lib/icalendar/component/event.rb +25 -0
  159. data/lib/icalendar/component/freebusy.rb +12 -0
  160. data/lib/icalendar/component/journal.rb +25 -0
  161. data/lib/icalendar/component/timezone.rb +26 -0
  162. data/lib/icalendar/component/todo.rb +21 -0
  163. data/lib/icalendar/component.rb +91 -0
  164. data/lib/icalendar/helpers.rb +103 -0
  165. data/lib/icalendar/parameter.rb +25 -0
  166. data/lib/icalendar.rb +18 -0
  167. data/lib/rconftool.rb +387 -0
  168. data/{ev → lib/rwd}/browser.rb +26 -12
  169. data/{ev → lib/rwd}/ftools.rb +23 -19
  170. data/lib/rwd/mime.rb +328 -0
  171. data/{ev → lib/rwd}/net.rb +172 -45
  172. data/{ev → lib/rwd}/ruby.rb +97 -27
  173. data/{ev → lib/rwd}/rwd.rb +245 -668
  174. data/{ev → lib/rwd}/sgml.rb +2 -2
  175. data/{ev → lib/rwd}/thread.rb +1 -1
  176. data/{ev → lib/rwd}/tree.rb +35 -7
  177. data/lib/rwd/xml.rb +101 -0
  178. data/lib/rwdthemes/default.rwd +317 -0
  179. data/lib/rwdthemes/pda.rwd +72 -0
  180. data/lib/rwdthemes/windowslike.rwd +171 -0
  181. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  182. data/lib/rwdtinker/rwdguidir.rb +57 -0
  183. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  184. data/lib/rwdtinker/rwdtinkertools.rb +25 -0
  185. data/lib/zip/ioextras.rb +155 -0
  186. data/lib/zip/stdrubyext.rb +111 -0
  187. data/lib/zip/tempfile_bugfixed.rb +195 -0
  188. data/lib/zip/zip.rb +1847 -0
  189. data/lib/zip/zipfilesystem.rb +609 -0
  190. data/lib/zip/ziprequire.rb +90 -0
  191. data/rwd_files/HowTo_Schedule.txt +259 -82
  192. data/rwd_files/HowTo_Tinker.txt +274 -35
  193. data/rwd_files/{rwdindex.html → RubyWebDialogs.html} +0 -0
  194. data/rwd_files/Tinkerhelptexthash.txt +84 -0
  195. data/rwd_files/log/rwdtinker.log +2 -0
  196. data/rwd_files/rwdapplications.html +23 -1
  197. data/rwd_files/rwdschedulehelpfiles.txt +19 -0
  198. data/rwd_files/schedules/20050120T09.ics +9 -0
  199. data/rwd_files/schedules/200505may02a.sch +4 -0
  200. data/rwd_files/schedules/Enterprise.ics +411 -0
  201. data/rwd_files/schedules/US Holidays.ics +575 -0
  202. data/rwd_files/schedules/archive/sample.archive +1 -0
  203. data/rwd_files/schedules/testics05.ics +11 -0
  204. data/rwd_files/tinker.png +0 -0
  205. data/rwdconfig.dist +24 -0
  206. data/rwdschedule.rb +1 -0
  207. data/tests/RubyGauge.rb +179 -0
  208. data/tests/checkdepends.sh +4 -0
  209. data/tests/cleancnf.sh +6 -0
  210. data/tests/makedist-rwdwhypernote.rb +56 -0
  211. data/tests/makedist.rb +66 -0
  212. data/tests/rdep.rb +354 -0
  213. data/updates/temp.rb +1 -0
  214. data/zips/rwdwcalc-0.63.zip +0 -0
  215. data/zips/rwdwfoldeditor-0.07.zip +0 -0
  216. data/zips/rwdwhypernote-0.16.zip +0 -0
  217. data/zips/rwdwmovies-0.98.zip +0 -0
  218. data/zips/rwdwruby-1.08.zip +0 -0
  219. data/zips/rwdwschedule-1.07.zip +0 -0
  220. data/zips/temp.rb +1 -0
  221. data/zips/tinkerbellw-0.04.zip +0 -0
  222. data/zips/wrubyslippers-1.08.zip +0 -0
  223. metadata +279 -139
  224. data/code/ag1core/aa0begin.rb +0 -18
  225. data/code/ag1core/rwdtinkerversion.rb +0 -15
  226. data/code/gg0schedules/gl7clearscreendisplay.rb +0 -15
  227. data/code/gg0schedules/gm3deletecontactrecord.rb +0 -24
  228. data/code/gg0schedules/rwdaddresseshelpabout.rb +0 -14
  229. data/code/gg0schedules/rwdschedulehelpabout.rb +0 -14
  230. data/code/gh9calendar/gh9calendar.rb +0 -16
  231. data/code/xa5rwdtinkercallable/callable.rb +0 -13
  232. data/code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb +0 -11
  233. data/code/xb1rwdtinkerbackwindow/diagnostictab.rb +0 -21
  234. data/code/xb1rwdtinkerbackwindow/ll1openname.rb +0 -18
  235. data/code/xb1rwdtinkerbackwindow/ll5listzips.rb +0 -14
  236. data/code/xb1rwdtinkerbackwindow/lm1installapplet.rb +0 -20
  237. data/code/xb1rwdtinkerbackwindow/mm1removeapplet.rb +0 -28
  238. data/code/xb1rwdtinkerbackwindow/rwdtinkerwin2version.rb +0 -14
  239. data/configuration/aa0rwdframework.cnf +0 -13
  240. data/configuration/ab1tinkerwin2.cnf +0 -4
  241. data/configuration/gg1rwdschedule.cnf +0 -3
  242. data/configuration/gh1rwdcalendar.cnf +0 -27
  243. data/ev/xml.rb +0 -4
  244. data/gui/aa2core/aa0rwdtop.rwd +0 -4
  245. data/gui/gg0schedules/gl6editrecord.rwd +0 -36
  246. data/gui/hl9calendar/hl9calendar.rwd +0 -20
  247. data/gui/ll1selectiontabbegin/selectiontabbegin.rwd +0 -16
  248. data/gui/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +0 -12
  249. data/gui/tt0documentsbegin/tt0documentbegin.rwd +0 -6
  250. data/gui/uu5rwddocuments/uu5documents.rwd +0 -15
  251. data/gui/uu6rwdtinkerwin2documents/uu5documents.rwd +0 -6
  252. data/gui/uu8schedule/uu8doc_rwdschedule.rwd +0 -5
  253. data/gui/ww0documentsend/ww0documentend.rwd +0 -7
  254. data/gui/xa5rwdtinkercallablewindow/1appname.rwd +0 -17
  255. data/gui/xb1rwdtinkerbackwindow/1appname.rwd +0 -5
  256. data/gui/xb1rwdtinkerbackwindow/2tab1.rwd +0 -11
  257. data/gui/xb1rwdtinkerbackwindow/3arwddiagnostics.rwd +0 -33
  258. data/gui/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +0 -44
  259. data/gui/xb1rwdtinkerbackwindow/4arwdlistzips.rwd +0 -35
  260. data/gui/ya1helpaboutbegin/ya0helpscreenstart.rwd +0 -3
  261. data/gui/yg5rwdhelpabout/1appname.rwd +0 -4
  262. data/gui/yg5rwdhelpabout/3copyright.rwd +0 -3
  263. data/gui/yg5rwdhelpabout/5version.rwd +0 -10
  264. data/gui/yg6rwdwin2helpabout/1appname.rwd +0 -4
  265. data/gui/yg6rwdwin2helpabout/3copyright.rwd +0 -3
  266. data/gui/yg6rwdwin2helpabout/5version.rwd +0 -10
  267. data/gui/yh1helpschedule/1rwdschedule.rwd +0 -6
  268. data/gui/yh1helpschedule/5version.rwd +0 -9
  269. data/installed/rwdcalendar-0.4.inf +0 -6
  270. data/installed/rwdschedule-0.5.inf +0 -7
  271. data/installed/rwdtinkerwin2-0.5.inf +0 -8
  272. data/installed/schedulesampledata1.inf +0 -3
  273. data/lang/alanguagehashbegin.rb +0 -4
  274. data/lang/en/rwdcore/languagefile.rb +0 -7
  275. data/lang/es/rwdcore/languagefile.rb +0 -3
  276. data/lang/languagehash.rb +0 -4
  277. data/lang/nl/rwdcore/languagefile.rb +0 -4
  278. data/lang/templangfile.rb +0 -7
  279. data/lang/vlanguagehashend.rb +0 -6
  280. data/lang/wlocallangstart.rb +0 -5
  281. data/lang/xlocallangfile.rb +0 -7
  282. data/lang/zlocallangend.rb +0 -2
  283. data/rwd_files/HowTo_Shell.txt +0 -97
  284. data/schedules/200501january23CharlotteB-Day.sch +0 -8
  285. data/schedules/200501january24jazzfuller.sch +0 -8
  286. data/tests/rubyslippers-0.92.gemspec +0 -17
  287. data/tests/rwdtinker-1.2.gemspec +0 -17
  288. data/tests/rwdtinkertestEN.rb +0 -87
  289. data/tests/temptest.out +0 -18
  290. data/zips/rwdhelloworld-0.3.zip +0 -0
  291. data/zips/rwdwshell-0.91.zip +0 -0
  292. data/zips/wrubyslippers-0.93.zip +0 -0
@@ -1,14 +1,11 @@
1
1
  = RwdTinker framework for RubyWebDialogs
2
2
 
3
-
4
3
  RwdTinker is a web brower interface to and system for developing programs
5
4
 
6
5
  == Usage
7
6
 
8
-
9
7
  How to Use the Tinker framework Program (rwdtinker)
10
8
 
11
-
12
9
  1. stand alone application
13
10
  2. framework for building applications
14
11
  3. Open brower windows with html documents
@@ -22,27 +19,10 @@ ruby init.rb
22
19
  Then point your web browser to:
23
20
  http://localhost:7705/
24
21
 
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
-
22
+ == Viewing installed Applets:
23
+
43
24
  Go to "List Scripts" tab
44
25
 
45
-
46
26
  You can get a list of all installed applets by clicking the listfiles button
47
27
 
48
28
  To see the text of a install file
@@ -55,9 +35,46 @@ Go to "List Scripts" tab
55
35
 
56
36
  If it finds the file it will open it. It displays the text the search box.
57
37
 
38
+ You can uninstall applets on this screen
39
+
40
+ == Installing Applets
58
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
59
58
 
60
- == Adding Applets
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
61
78
 
62
79
  To add code, commands and gui tabs
63
80
 
@@ -80,18 +97,13 @@ There are two ways to add applets to the directories.
80
97
  The gui files go into your gui directory
81
98
  The gui files need to be in order by name and end with .rwd
82
99
 
83
-
84
-
100
+
85
101
  If you need a config file that goes in the configuration directory
86
102
 
87
103
  internationalization and localization are helped by replacing the
88
104
  gui files in the subdirectories under gui
89
105
 
90
106
 
91
-
92
-
93
-
94
-
95
107
  == Documents
96
108
 
97
109
 
@@ -100,13 +112,34 @@ There are two ways to add applets to the directories.
100
112
 
101
113
  To exit, press the x inside the browser window.
102
114
 
115
+ == To add context sensitive help
103
116
 
117
+ You need to add a hash file that just needs to contain
118
+ Helptext.update( :myapplet_generalhelp => " This is the general help
119
+ You can add help text hear")
120
+
121
+ And you need to add a help run script that will call runhelpwindow
122
+ This should have a method that includes:
123
+ setting $help_topic, and adds to $helptopicsarray, saves the calling window and calls runhelpwindow which will render the help message.
124
+
125
+ if @rwd_tab == "gemservescan"
126
+ $help_topic = "gemdocs_help"
127
+ end
128
+ $helptopicsarray = $helptopicsarray | ["rubyslippers_generalhelp", "Install_Gem","GemCommands_help", "gemfilesinstalled","gemdocs_help"]
129
+ if @rwd_window != "rwdtinkerhelpwindow"
130
+ $previouswindow = @rwd_window
131
+ $previoustab = @rwd_tab
132
+ end
133
+ runhelpwindow
134
+ end
104
135
 
105
136
  == Languages
106
137
 
107
-
108
138
  You can add tranlations in the lang subdirectory
109
- You change the $lang constant in Tinker config file in the configuration directory
139
+ You change the $langarray constant in Tinker config file in the configuration directory
140
+
141
+ to change language => in the tinkerwin2variables.cnf file the [0] setting of $langarray will be the language choosen.
142
+
110
143
  You can see one translation on the install applet tab, after you have installed and applet
111
144
 
112
145
  == Using over a Network
@@ -136,14 +169,15 @@ Ruby I am using version 1.8.2
136
169
 
137
170
  I have tested this under Linux-Debian kernel 2.6.9
138
171
 
139
- = Operation:
172
+ == Operation:
173
+
140
174
  The code files reside in the code directory and are combined before
141
175
  the main Class is loaded
142
176
 
143
177
  The rwd files in gui are combined before the gui is activated
144
178
 
145
179
  Translated text reside in the lang directory
146
-
180
+
147
181
  == Installing:
148
182
 
149
183
  untar the file
@@ -188,13 +222,218 @@ under the terms of the GPL licence:
188
222
  For more information see:
189
223
  http://rwdapplications.rubyforge.org/wiki/wiki.pl
190
224
 
191
-
192
225
  For more information about RubyWebDialogs see:
193
226
  http://www.erikveen.dds.nl/rubywebdialogs/index.html
194
227
 
195
228
  Thanks, Steven Gibson
196
229
 
197
- == Changelog:
230
+ == Changelog
231
+ version 1.85
232
+ added TabHash way of adding menu choices
233
+ fixed zip listing tab - showing old files bug 22302
234
+
235
+ version 1.84
236
+ added locale changer tab (have: en,es,ja,hi,nl,fr)
237
+ updated to newer Rubyzip library
238
+ replaced testharness framework
239
+
240
+ version 1.83
241
+ adding more Spanish and Hindu po strings
242
+ changed handling of log file
243
+
244
+ version 1.82
245
+ switch to po files for translation files
246
+ add beginning of Hindi po file
247
+ added more Japanese strings
248
+ changed handling of lang change = in the tinkerwin2variables.cnf file the [0] setting of $langarray will be the language choosen.
249
+ refactored init.rb to move routines into lib/rwdtinker modules
250
+
251
+ version 1.81
252
+ condensed config files from 4 -> 2
253
+ fixed document launch bug
254
+ add $KCODE = 'u'
255
+ move help files to rwd_files directory
256
+
257
+ version 1.80
258
+ changed pda handling in rwd.rb
259
+ added logging
260
+ added log review screen on tinker back window
261
+ changed handling of live applet loading, to not list version in file names
262
+
263
+ version 1.79
264
+ edited net.rb to fix text editing
265
+
266
+ version 1.78
267
+ modify config files
268
+ modify rconftools.rb to handle \r\n dos vs unix
269
+
270
+ Version 1.77
271
+ Fixed zips location to be relative or absolute
272
+ Made themes loadable
273
+
274
+ Version 1.76
275
+ Move rwd code files into lib directory - bug - 21886
276
+ change tab name list applets - bug - 21864
277
+ change extra folder to be lib folder - bug 21887
278
+ remove duplicate intall applet code - bug 21885
279
+ On Menu tab/Selection Tab - add help button - bug 21884
280
+ clean up directory structure in gui directory - bug 21882
281
+
282
+ Version 1.75
283
+ change rwd.rb to use UTF-8 for web pages
284
+ add language load for applets
285
+
286
+ Version 1.74
287
+ remove remote control from help
288
+ more dependable gui loading for applets
289
+
290
+ Version 1.73
291
+ more debug info in initiateapplet
292
+ remove gutenberg lang translations
293
+ correct gui building error recovery
294
+
295
+ Version 1.72
296
+ additional cleanup for live applet add and removal
297
+ after applet removal focus returns to proper tab
298
+ error messages are reduced unless $DEBUG=true
299
+
300
+ Version 1.70
301
+ major update to applet loading routines
302
+ a properly prepared applet should be loadable and unloadable live with not restarting
303
+ localization is not yet updated in live applet loading
304
+ remove network line debugging output
305
+
306
+ Version 1.69
307
+ More work on translations - Spanish almost done
308
+ removed remote control
309
+
310
+ Version 1.68
311
+ updated to newest Ruby webdialogs
312
+
313
+ Version 1.67
314
+ Add html for help
315
+
316
+ Version 1.66
317
+ Fixed directory layout
318
+ increased size of config edit screen
319
+
320
+ Version 1.65
321
+ Changed documents listing screen - now using hash
322
+ Changed helpabout screen - now using hash
323
+ added more lines for config edit
324
+ added help about to back window
325
+
326
+ Version 1.64
327
+ fixed jump with no location
328
+
329
+ Version 1.63
330
+ changed handling of application name returned
331
+ added jump seletion options
332
+ added some unit tests
333
+
334
+ version 1.62
335
+ improve distro release script
336
+ code cleanup
337
+ removed redundent network code
338
+ change handling of window and tab jumps
339
+
340
+ version 1.61
341
+ add in test harness
342
+ rwdtinkerwin2 help about removed
343
+ load main config file in init.rb
344
+
345
+ version 1.60
346
+ add rwdapplication info to diagnostic
347
+ turn rescue on in diagnostic upload
348
+
349
+ version 1.59
350
+ removed rwdtinkerwin2 inf file
351
+ refactored diagnotic page - one button to see all information
352
+ added bug report upload to diagnostic page
353
+
354
+ version 1.58
355
+ check for zlib
356
+ check for files to delete
357
+
358
+ version 1.57
359
+ added rconftool use to update configuration files
360
+ changed applets remove to not used external rm
361
+
362
+ version 1.56
363
+ refactored gui files to load without intermediate files
364
+ refactored code files to load without intermediate files
365
+
366
+ version 1.55
367
+ refactored language files to load without intermediate files
368
+ refactored language files to load without intermediate files
369
+
370
+ version 1.54
371
+ refactored rwdtinker applet installation tab - remote gem and local installs share menu buttons
372
+ corrected some program logic errors in remote control code including close socket
373
+
374
+ version 1.53
375
+ added search of Gems repository for rwdtinker gems
376
+ download and install of Gems
377
+
378
+ version 1.52
379
+ added function to install applets from gem directory
380
+
381
+ version 1.51
382
+ changed return to main
383
+ changed configuration of remote ports
384
+ updated context sensitive help
385
+
386
+ version 1.50
387
+ changed unzip applet to be internal code - no exec to unzip program
388
+ changed order of tabs on back window - list applets now first
389
+ added rwdwcalc applet in to zips directory
390
+ changed width of text fields with help from RubyWebDialogs author
391
+ changed listing of help options, vertical instead of horizontal
392
+
393
+ version 1.49
394
+ added demon function for remote queries
395
+ startup application on first available port
396
+
397
+ version 1.48
398
+ fix in context sensitive help so that applets can use it better
399
+
400
+ version 1.47
401
+ change to context sensitive help
402
+
403
+ version 1.46
404
+ more work on context help
405
+ window calls point to tab as well as windows
406
+ help added help buttons on Document, Selection, View Applet, tabs
407
+
408
+ version 1.45
409
+ first steps toward context sensitive help
410
+ added help button on main window/tab
411
+
412
+ version 1.44
413
+ updated directory structure - refactored gui files
414
+ Changed gui directory names - more like Java package titles
415
+
416
+ version 1.43
417
+ changed setup variables file for live changes
418
+ added editing and reloading of config file
419
+ added unzip filename to config file
420
+
421
+ version 1.42
422
+ update for live update system
423
+ update applets for live update
424
+ code file name cleanup
425
+
426
+ version 1.41
427
+ l10n work es,nl, jp
428
+ separated out languge.cnf
429
+ added zip applets refreshacpi, rwdcalc
430
+
431
+ version 1.40
432
+ removed extra lines from init.rb
433
+ fixed help second window
434
+ added some tranlations for Spanish
435
+ More work on l10n
436
+
198
437
  version 1.3
199
438
  refactored gui files to do easier i10n
200
439
  removed lang directories under gui
File without changes
@@ -0,0 +1,84 @@
1
+
2
+ # Help files for RwdTinker core Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
3
+
4
+
5
+ Helptext.update( :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the<br>
6
+ init.rb file to something like:\n<br>
7
+ RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n<br>
8
+ Then you should be able to login at: http://yourhostname:8080")
9
+
10
+ Helptext.update( :general_help => "#{Message[:message_general_help]}" )
11
+
12
+ Helptext.update( :documents_rwdtinker => "<b>Documents:
13
+ <p>
14
+
15
+ when you click on a document name, the document should pop up in a <br>
16
+ browser window, or in another browser tab.</b>
17
+ ")
18
+
19
+ Helptext.update( :tinkerwin2_help => " You can view the list of applets you can install
20
+ by clicking on the list files button
21
+ <br><br>
22
+ You can download an applet created by someone else
23
+ <br><br>
24
+ put the file in the zips directory
25
+ <br>
26
+ rwdtinker applets packaged as RubyGems can be used if you have RubyGems installed.
27
+ You can download rwdtinker gems at the 'Install Remote Applets' tab
28
+ to install applets you need the ruby zlib library installed
29
+ ")
30
+
31
+ Helptext.update(
32
+ :applet_viewing => "You can get a list of all installed applets by clicking the 'listfiles button'<br>
33
+ To see the text of a install file<br>
34
+ Type in the name of the file you want.<br>
35
+ <p>
36
+ type it without the inf ending
37
+ rwdapplet-0.1<br>
38
+ <p>
39
+ Then click the 'View Installed File' button
40
+ <p>
41
+ If it finds the file it will open it. It displays the text the search box.
42
+ <p>
43
+ You can uninstall applets on this screen")
44
+
45
+ Helptext.update(
46
+ :applet_installation => " You can download an applet created by someone else<br>
47
+ put the file in the zips directory<br>
48
+
49
+ click on the 'list zips' tab<br>
50
+ click on 'list applets available for installing<br>
51
+ <br>
52
+ chose the applet you want<br>
53
+ click on 'install applet'<br>
54
+ If all goes well the applet should be installed.<br>
55
+ You will need to restart rwdtinker to see the new screens<br>
56
+ to install applets you need the ruby zlib library installed")
57
+
58
+ Helptext.update(
59
+ :applet_tinkerbackeditconfiguration => " You can edit the configuration
60
+ <p>
61
+ Remember to reload the configuration variables if you want your
62
+ changes used.")
63
+
64
+ Helptext.update(
65
+ :remotegemapplet_install => " To download and install use the 'Install Remote Applets'
66
+ <br>
67
+ First click on 'List applets in the Remote GEM Repository available for downloading'<br>
68
+ then go to the very bottom to click on the applet you want<br>
69
+ then on the top click 'install remote Gem applet package'
70
+ <br>
71
+ This installs the package in the Gem system<br>
72
+ You still need to install it into rwdtinker - do that in the 'List Zips' tab<br>
73
+ <br>
74
+ For this feature to work, you need<br>
75
+ RubyGems installed<br>
76
+ Variables set correctly in the tinerwin2.cnf file<br>
77
+ $xpcommand, $gemdirectory_withgemfiles and $geminstalled_directory<br>
78
+ the defaults as shipped will normally be for a Debian Linux system <br>
79
+ On Debian Linux, you would usually need to be running rwdtinker as root in order to install RubyGems
80
+ <br><br>
81
+ You can view the list of rwdtinker applets you have installed already by clicking 'view already installed GEM applets'
82
+ "
83
+ )
84
+ Helptext.update( :localechanger_help => "#{Message[:locale_changer_help] }" )
@@ -0,0 +1,2 @@
1
+ # Logfile created on Fri Oct 03 00:39:14 -0700 2008 by smalllinux.superant.com
2
+
@@ -9,11 +9,33 @@ rwdapplications information
9
9
  rwdapplications information (rwdshell)
10
10
  </h1>
11
11
  <br>
12
+ <h2>
13
+ Overview of the Project
14
+ </h2>
15
+ <h3><b>
16
+ RwdTinker framework for RubyWebDialogs</b>
17
+ <p>
18
+ RwdTinker is a web brower interface to and system for developing programs
19
+ <p>
20
+ Usage
21
+ <p>
22
+ How to Use the Tinker framework Program (rwdtinker)
23
+ <p>
24
+ 1. stand alone application 2. framework for building applications 3. Open brower windows with html documents
25
+ <p>
26
+ The GUI interface used is RubyWebDialogs The source code and the gui code are split into atomic parts and use init.rb to merge the parts together.
27
+ <p>
28
+ With the framework, we are able to ship a "plugin" or "applet" that can be dropped into a directory and installed automatically. Also uninstalled. I am calling this framework Tinker, so the core program I call rwdtinker. My wife, Charlotte. suggested the name. It relates to the "Tinker Toys" that has blocks and dowls and shapes that can be assembled by children and take different shapes. Without the word toy, it reminds us if the older English meaning of "a person who repairs pots and household devices by soldering and hammering.
29
+ <p>
30
+ The delivered applet is setup in the required directory structure with code configueration gui including help files location of documentation rwd_files = where documention for the applet can go. installed = a inf file that lists the manifest of files
31
+ <p>
32
+ This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
33
+ <p>
34
+ The enduser who has the rwdtinker program drops the zip file into a directory called zips. I have parts of rwdtinker now (for Linux) that can install it automatically and remove it (based on the .inf file)
12
35
  <h2>
13
36
 
14
37
  Some additional programs in this series
15
38
  </h2>
16
- <h3>
17
39
  <br><blockquote>
18
40
  rwdaddresses a little address book
19
41
  <br><br>
@@ -0,0 +1,19 @@
1
+ #the message hashes for this help messages are in the po files under the lang directory
2
+
3
+ Helptext.update( :rwdschedule_generalhelp => "#{Message[:rwdschedule_calendar_generalhelp]}")
4
+
5
+ Helptext.update( :rwdschedulefilelist_generalhelp => "#{Message[:rwdschedule_filelist_generalhelp]}")
6
+
7
+ Helptext.update( :eventutilities_help => "#{Message[:event_utilities_help]}")
8
+
9
+ Helptext.update( :rwdschedule_configuration => "#{Message[:rwdschedule_calendar_configuration]}")
10
+
11
+ Helptext.update( :rwdschedule_sync => "#{Message[:rwdschedule_calendar_sync]}")
12
+
13
+ Helptext.update( :calendar_help => "#{Message[:rwdschedule_calendar_help]}")
14
+
15
+
16
+ Helptext.update( :icsfile_help => "#{Message[:rwdschedule_icsfile_help]}")
17
+
18
+
19
+
@@ -0,0 +1,9 @@
1
+ BEGIN:VCALENDAR
2
+ VERSION:3.2
3
+ PRODID:test-prodid
4
+ BEGIN:VEVENT
5
+ DTEND:20050120T090000
6
+ DTSTART:20050120T090000
7
+ SUMMARY: - Dentist | s@aa.net | Friday Feb 4 | s | ss
8
+ END:VEVENT
9
+ END:VCALENDAR
@@ -0,0 +1,4 @@
1
+ 20050502T60000
2
+ 20050502T70000
3
+ nancy's b-day
4
+