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,88 +1,265 @@
1
- = rwdschedule - for rwdtinker and RubyWebDialogs
1
+ = rwdschedule - for rwdtinker and RubyWebDialogs
2
+
3
+ rwdschedule is a simple little database
4
+
5
+ The GUI interface used is RubyWebDialogs
6
+
7
+ 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/
8
+
9
+ == Quick Start
10
+ Start the program by typing
11
+ ruby init.rb
12
+
13
+ Then point your web browser to:
14
+ http://localhost:7705/
15
+
16
+ Then enter the event date you want to search for in the browser form and press Search.
17
+ 200412december1a
18
+ browser should fill with the event information.
19
+ To exit, press the x inside the browser window.
20
+
21
+
22
+ == How to Use the Schedule Book (rwdschedule)
23
+
24
+ There are two ways to add records to schedule book.
25
+
26
+ == Adding Records
27
+
28
+ 1. Use the "Edit Event" tab
29
+ The first field is the most important. It is the filename that
30
+ will be created. I use the event date starting with yearmonthday
31
+ 2005january11
32
+
33
+ The following lines for entry are for you to fill in as you want.
34
+ When you are finished press the Save Changes button
35
+
36
+ You use this same screen for editing an already saved event
37
+
38
+ 2. Manually add an entry for a event record
39
+ You can use a text editor to create a record
40
+ put information on separate lines. You can have as many lines as you want
41
+ name the file with starting with date and end with .nam
42
+ 2005january11 6 pm dinner party.nam
43
+
44
+ Save your file to the schedules/ subdirectory
45
+
46
+
47
+ == Viewing an schedule book entry:
48
+
49
+
50
+ Go to "View event" tab
51
+
52
+ Click on the list events button.
53
+
54
+ Click on the date you want
55
+
56
+ Then click the "Open" button
57
+
58
+ If it finds the record it will open it. It displays the record
59
+ as text under the "Open" button.
60
+
61
+
62
+ == Event Utilities
63
+
64
+ Click on "Event Utilites" tab
65
+
66
+ You can rename event filenames
67
+ You can delete events
68
+
69
+ == Sync for multiple computers
70
+
71
+ If you are like me, you have more than one system
72
+ I use rwdTinker at home on my Linux laptop
73
+ at work I use it on XP
74
+ on the go I use rwdtinker on my Zaurus PDA
75
+ So I am adding schedule events on different machines.
76
+ There is a function to help sync the separate systems
77
+
78
+ in "Selection Panel" click on "Open Schedule Sync Window"
79
+
80
+ First you need your ftp details set in the
81
+ configuration/rwdschedule.cnf file
82
+
83
+ you can upload your events from your local schedules directory to the ftp site
84
+ you can download events from the ftp site to your local updates directory
85
+ you can perform a sync which finds remote events and adds them to your local
86
+ schedules directory
87
+
88
+ There is a button to delete the update directory when finished
89
+
90
+ == Show Month
91
+
92
+ Click on "Show Month" tab
93
+ enter
94
+ Year: 2005
95
+ Month: 1
96
+ Click on show month
97
+
98
+ It will display one month
99
+
100
+ == ics files
2
101
 
3
- rwdschedule is a simple little database
4
-
5
- The GUI interface used is RubyWebDialogs
6
-
7
- 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/
8
-
9
- == Quick Start
10
- Start the program by typing
11
- ruby init.rb
12
-
13
- Then point your web browser to:
14
- http://localhost:7701/
15
-
16
- Then enter the event date you want to search for in the browser form and press Search.
17
- 200412december1a
18
- browser should fill with the event information.
19
- To exit, press the x inside the browser window.
20
-
21
- == Add Info
22
-
23
- For edits to records go to the contacts utilities tab
24
- You can
25
- Rename contacts
26
- Delete contacts
27
- attach photos to contacts
28
-
29
- == Using over a Network
30
-
31
- To serve the application over your local LAN,change the last line in the
32
- init.rb file to something like:
33
- RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
34
- Then you should be able to login at: http://yourhostname:8080
35
-
36
- You have to authorize yourself. The .rwuids example is a string with
37
- the name of the authorization file, relative to the home directory
38
- of the user that started the service. This file has to be in the form of:
39
-
40
- user1 = password
41
- user2 = pass phrase
42
-
43
- Thus the file .rwduids might contain:
44
-
45
- erik = secret
46
-
47
- == Requirements:
48
- RubyWebDialogs - I am using 0.0.11 2004-3-9
49
-
50
- Ruby I am using version 1.8.2
51
-
52
-
53
- I have tested this under Linux-Debian kernel 2.6.9
54
-
55
- == PROBLEMS:
56
- It is easy to type a date with a space after it. That will have a somewhat invisible space
57
- in it.
58
-
59
- don't type in the extension .sch
60
-
61
- 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.
62
-
63
- Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
64
-
65
-
66
- == Contacts
67
- For more information see:
68
- http://rwdapplications.rubyforge.org/wiki/wiki.pl
102
+ You can create an ics file
103
+ you can view a raw ics file
104
+ Rename ics File
105
+ Delete ics File
106
+
107
+ == Using over a Network
108
+
109
+ To serve the application over your local LAN,change the last line in the
110
+ init.rb file to something like:
111
+ RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
112
+ Then you should be able to login at: http://yourhostname:8080
113
+
114
+ You have to authorize yourself. The .rwuids example is a string with
115
+ the name of the authorization file, relative to the home directory
116
+ of the user that started the service. This file has to be in the form of:
117
+
118
+ user1 = password
119
+ user2 = pass phrase
120
+
121
+ Thus the file .rwduids might contain:
122
+
123
+ erik = secret
124
+
125
+ == Requirements:
126
+ RubyWebDialogs - I am using 0.0.11 2004-3-9
127
+
128
+ Ruby I am using version 1.8.2
129
+
130
+
131
+ I have tested this under Linux-Debian kernel 2.6.9
132
+
133
+ == PROBLEMS:
134
+ It is easy to type a date with a space after it. That will have a somewhat invisible space
135
+ in it.
136
+
137
+ don't type in the extension .sch
138
+
139
+ 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.
140
+
141
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
142
+
143
+
144
+ == contacts
145
+ For more information see:
146
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
147
+
148
+
149
+ For more information about RubyWebDialogs see:
150
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
151
+
152
+
153
+ Steven Gibson
154
+ steven@superant.com
155
+
156
+ == Changelog
157
+ version 1.06
158
+ update for rwdtinker 1.84
159
+ moved schedule directory to under rwd_files
160
+ moved lib files to lib directory
161
+ updated locale files to po files
162
+
163
+ version 1.05
164
+ update for rwdtinker 1.80
165
+
166
+ Version 1.04
167
+ updated for rwdtinker 1.75
168
+
169
+ Version 1.03
170
+ updated for rwdtinker 1.69
171
+ minor change to config file setup
172
+
173
+ Version 1.02
174
+ correct config file handling
175
+ add menu to main window of appletange
176
+ changed menu names to be more consistent
177
+ corrected download routine
178
+
179
+
180
+ Version 1.01
181
+ changed schedule configuration screen
182
+ updated for rwdtinker 1.66
183
+ new helpabout
184
+ new documents list
185
+
186
+ Version 1.00
187
+ fixed sync download
188
+ added more unit tests
189
+
190
+ Version 0.99
191
+ updated for rwdtinker version 1.64
192
+ changed handling of application name returned
193
+ added jump seletion options
194
+ added some unit tests
69
195
 
196
+ version 0.98
197
+ updated for rwdtinker version 1.61
198
+ add in test harness
70
199
 
71
- For more information about RubyWebDialogs see:
72
- http://www.erikveen.dds.nl/rubywebdialogs/index.html
73
200
 
201
+ version 0.97
202
+ added rconftool use to update configuration files
203
+ changed applet removal to not use external rm
204
+ removed version number from directory name
74
205
 
75
- Steven Gibson
76
- steven@superant.com
206
+ version 0.96
207
+ added export ics record
208
+ added end time for ics create record
77
209
 
78
- == Changelog
79
- version 0.5
80
- added edit commands to change event record
81
- Rename event
82
- Delete event
83
- changed order of event list - descending = oldest at top
84
-
85
- version 0.4
86
- added configuration file with location of schedules directory
87
- add date selection to view event tab
88
- updated to version 1.0 of rwdtinker
210
+ version 0.95
211
+ added ics file view tab
212
+ added ics file creation tab
213
+ ics file rename and deletion tab
214
+ reorganized schedule edit screen for future isc output
215
+ corrected typo on menu tab
216
+
217
+ version 0.94
218
+ added RwdSchedule Menu tab for easier navigation
219
+ wider text boxes for contact information
220
+ Improvement to context sensitive help
221
+ updated for rwdtinker 1.51 - finds available port and remote control
222
+
223
+ version 0.93
224
+ added some context sensitive help
225
+ added edit config file and reload config variables
226
+ change to tinker context help script
227
+ updated for rwdtinker 1.47
228
+ factored month calendar display - should be more readable
229
+ fixed l10n calls for calendar for Dutch
230
+ added archive function for old events
231
+
232
+ version 0.92
233
+ Added delete update files function in sync tab
234
+
235
+ version 0.91
236
+ updated for rwdtinker 1.44 - refactored gui files
237
+ Changed gui directory names - more like Java package titles
238
+
239
+ version 0.9
240
+ added back window for sync tasks
241
+ added configuration viewing
242
+ added ftp file download for sync
243
+ added ftp file upload for sync
244
+ add update files and schedule sync compares
245
+
246
+ version 0.8
247
+ updated for rwdtinker 1.42 - semi-live updates
248
+
249
+ version 0.7
250
+ updated for rwdtinker 1.4
251
+ addition to documentation
252
+
253
+ version 0.6
254
+ updated for rwdtinker 1.3
255
+
256
+ version 0.5
257
+ added edit commands to change event record
258
+ Rename event
259
+ Delete event
260
+ changed order of event list - descending = oldest at top
261
+
262
+ version 0.4
263
+ added configuration file with location of schedules directory
264
+ add date selection to view event tab
265
+ updated to version 1.0 of rwdtinker