bigtinker 0.95 → 0.96

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 (254) hide show
  1. data/Readme.txt +20 -7
  2. data/code/superant.com.rwdaddresses/0uninstallapplet.rb +14 -0
  3. data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +24 -0
  4. data/code/superant.com.rwdaddresses/clearscreendisplay.rb +15 -0
  5. data/code/superant.com.rwdaddresses/createnewnamerecord.rb +19 -0
  6. data/code/superant.com.rwdaddresses/deletecontactrecord.rb +25 -0
  7. data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +19 -0
  8. data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +36 -0
  9. data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +69 -0
  10. data/code/superant.com.rwdaddresses/listnamerecord.rb +15 -0
  11. data/code/superant.com.rwdaddresses/listvcardrecord.rb +15 -0
  12. data/code/{superant.com.schedule → superant.com.rwdaddresses}/loadconfigurationrecord.rb +4 -4
  13. data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +15 -0
  14. data/code/superant.com.rwdaddresses/loadnamerecord.rb +30 -0
  15. data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +30 -0
  16. data/code/superant.com.rwdaddresses/renamecontact.rb +15 -0
  17. data/code/superant.com.rwdaddresses/runaddresseswindow.rb +10 -0
  18. data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +34 -0
  19. data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +10 -0
  20. data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +10 -0
  21. data/code/superant.com.rwdaddresses/rwdaddresseshelpabout.rb +10 -0
  22. data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +20 -0
  23. data/code/superant.com.rwdaddresses/savevcardrecord.rb +76 -0
  24. data/code/superant.com.rwdaddresses/syncrwdaddress.rb +28 -0
  25. data/code/{superant.com.schedule → superant.com.rwdaddresses}/test_cases.rb +10 -10
  26. data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +30 -0
  27. data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +21 -0
  28. data/code/superant.com.rwdaddresses/viewnamedata.rb +28 -0
  29. data/code/superant.com.rwdaddresses/viewphoto.rb +4 -0
  30. data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +23 -0
  31. data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +12 -0
  32. data/code/superant.com.rwdaddresses/viewvcarddata.rb +22 -0
  33. data/code/superant.com.rwdcalc/ca2multiply.rb +10 -0
  34. data/code/superant.com.rwdcalc/changescriptname.rb +16 -0
  35. data/code/superant.com.rwdcalc/clearscriptscreendisplay.rb +9 -0
  36. data/code/superant.com.rwdcalc/deletescriptrecord.rb +20 -0
  37. data/code/superant.com.rwdcalc/fadd.rb +10 -0
  38. data/code/superant.com.rwdcalc/frwdcleartape.rb +9 -0
  39. data/code/superant.com.rwdcalc/frwddivide.rb +10 -0
  40. data/code/superant.com.rwdcalc/frwdmultiply.rb +10 -0
  41. data/code/superant.com.rwdcalc/frwdsubtract.rb +10 -0
  42. data/code/superant.com.rwdcalc/helptexthashrwdcalc.rb +16 -0
  43. data/code/superant.com.rwdcalc/listscripts.rb +13 -0
  44. data/code/superant.com.rwdcalc/loadscriptrecord.rb +20 -0
  45. data/code/superant.com.rwdcalc/mathcommands.rb +53 -0
  46. data/code/superant.com.rwdcalc/openhelpwindowrwdcalc.rb +21 -0
  47. data/code/superant.com.rwdcalc/playscript.rb +22 -0
  48. data/code/superant.com.rwdcalc/renamecalcrecord.rb +14 -0
  49. data/code/{superant.com.rwdshell/returntomain.rb → superant.com.rwdcalc/runrwdcalcwindow.rb} +9 -9
  50. data/code/superant.com.rwdcalc/rwdadd.rb +10 -0
  51. data/code/{superant.com.schedule/rwdmoviesversion.rb → superant.com.rwdcalc/rwdcalcversion.rb} +2 -2
  52. data/code/superant.com.rwdcalc/rwdcleartape.rb +9 -0
  53. data/code/superant.com.rwdcalc/rwddivision.rb +10 -0
  54. data/code/superant.com.rwdcalc/rwdsubtraction.rb +10 -0
  55. data/code/superant.com.rwdcalc/savechangedscript.rb +19 -0
  56. data/code/superant.com.rwdcalc/uninstallapplet.rb +31 -0
  57. data/code/superant.com.rwdcalc/viewscript.rb +18 -0
  58. data/code/superant.com.rwdshell/0runrefreshacpi.rb +7 -0
  59. data/code/superant.com.rwdshell/0uninstallapplet.rb +7 -7
  60. data/code/superant.com.rwdshell/helptexthashshell.rb +13 -1
  61. data/code/superant.com.rwdshell/loadconfigurationrecord.rb +3 -3
  62. data/code/superant.com.rwdshell/loadconfigurationvariables.rb +2 -2
  63. data/code/superant.com.rwdshell/openhelpwindowshell.rb +3 -1
  64. data/code/superant.com.rwdshell/refresh.rb +19 -0
  65. data/code/superant.com.rwdshell/refreshacpi.rb +16 -0
  66. data/code/superant.com.rwdshell/rubyeval.rb +15 -20
  67. data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +3 -3
  68. data/code/superant.com.rwdshell/runrwdshellwindow.rb +2 -2
  69. data/code/superant.com.rwdshell/rwdtinkerversion.rb +2 -2
  70. data/code/superant.com.rwdshell/saveconfigurationrecord.rb +1 -1
  71. data/code/superant.com.rwdshell/test_cases.rb +1 -1
  72. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +39 -34
  73. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +9 -7
  74. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +8 -2
  75. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +8 -6
  76. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
  77. data/configuration/bigtinker.dist +2 -2
  78. data/configuration/language.dist +2 -2
  79. data/configuration/rwdapplicationidentity.dist +1 -1
  80. data/configuration/rwdtinker.dist +4 -7
  81. data/configuration/rwdwaddresses.dist +24 -0
  82. data/configuration/rwdwcalc.dist +19 -0
  83. data/configuration/rwdwruby.dist +24 -0
  84. data/configuration/tinkerwin2variables.dist +8 -7
  85. data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +6 -0
  86. data/gui/tinkerbackwindows/superant.com.ashellscripts/1appname.rwd +1 -1
  87. data/gui/tinkerbackwindows/superant.com.ashellscripts/1rwdrubyeval.rwd +2 -1
  88. data/gui/tinkerbackwindows/superant.com.ashellscripts/2arubyeval.rwd +17 -0
  89. data/gui/tinkerbackwindows/superant.com.refreshacpi/1appname.rwd +4 -0
  90. data/gui/tinkerbackwindows/superant.com.refreshacpi/2rwdrefresh.rwd +14 -0
  91. data/gui/tinkerbackwindows/superant.com.refreshacpi/3rwdacpirefresh.rwd +14 -0
  92. data/gui/tinkerbackwindows/superant.com.refreshacpi/81jumplinkcommands.rwd +17 -0
  93. data/gui/tinkerbackwindows/{superant.com.rwdschedules/zvbackend.rwd → superant.com.refreshacpi/z9end.rwd} +6 -6
  94. data/gui/tinkerbackwindows/superant.com.rwdaddresses/10appletbegin.rwd +4 -0
  95. data/gui/tinkerbackwindows/superant.com.rwdaddresses/11viewnamedata.rwd +19 -0
  96. data/gui/tinkerbackwindows/superant.com.rwdaddresses/13listnamerecordfiles.rwd +21 -0
  97. data/gui/tinkerbackwindows/superant.com.rwdaddresses/16editrecord.rwd +39 -0
  98. data/gui/tinkerbackwindows/superant.com.rwdaddresses/17viewvcardrecord.rwd +32 -0
  99. data/gui/tinkerbackwindows/superant.com.rwdaddresses/18contactutilities.rwd +34 -0
  100. data/gui/tinkerbackwindows/superant.com.rwdaddresses/81jumplinkcommands.rwd +17 -0
  101. data/gui/tinkerbackwindows/{superant.com.rwdschedulesback/zvbackend.rwd → superant.com.rwdaddresses/9end.rwd} +6 -6
  102. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +5 -0
  103. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +45 -0
  104. data/gui/tinkerbackwindows/{superant.com.rwdschedulebackwindow → superant.com.rwdaddressessyncbackwindow}/70rwddiagnostics.rwd +23 -16
  105. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/87viewconfiguration.rwd +34 -0
  106. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +11 -0
  107. data/gui/tinkerbackwindows/{superant.com.rwdschedules/m01menubegin.rwd → superant.com.rwdaddressessyncbackwindow/95jumplink.rwd} +2 -5
  108. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +3 -0
  109. data/gui/tinkerbackwindows/{superant.com.rwdschedulebackwindow → superant.com.rwdaddressessyncbackwindow}/zvbackend.rwd +6 -6
  110. data/gui/tinkerbackwindows/superant.com.rwdcalc/1appname.rwd +4 -0
  111. data/gui/tinkerbackwindows/superant.com.rwdcalc/20floatrwdcalc.rwd +24 -0
  112. data/gui/tinkerbackwindows/superant.com.rwdcalc/30intrwdcalc.rwd +25 -0
  113. data/gui/tinkerbackwindows/superant.com.rwdcalc/35mathcommands.rwd +25 -0
  114. data/gui/tinkerbackwindows/superant.com.rwdcalc/44listplayscripts.rwd +19 -0
  115. data/gui/tinkerbackwindows/superant.com.rwdcalc/45listscripts.rwd +25 -0
  116. data/gui/tinkerbackwindows/superant.com.rwdcalc/46editscriptrecord.rwd +30 -0
  117. data/gui/tinkerbackwindows/superant.com.rwdcalc/4scriptutilities.rwd +25 -0
  118. data/gui/tinkerbackwindows/{superant.com.rwdschedulesback/m01menubegin.rwd → superant.com.rwdcalc/77jumplinkcommands.rwd} +4 -5
  119. data/gui/tinkerbackwindows/superant.com.rwdcalc/z9end.rwd +6 -0
  120. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +1 -1
  121. data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +1 -1
  122. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
  123. data/init.rb +5 -0
  124. data/installed/rwdaddressesdata2.inf +7 -0
  125. data/installed/{rwdshelldata1.inf → rwdrubydata1.inf} +1 -1
  126. data/installed/rwdwaddresses.inf +13 -0
  127. data/installed/rwdwcalc.inf +10 -0
  128. data/installed/rwdwruby.inf +12 -0
  129. data/lang/en/rwdcore/languagefile.rb +1 -0
  130. data/lang/es/rwdcore/languagefile-es.rb +1 -0
  131. data/lang/fr/rwdcore/languagefile.rb +1 -0
  132. data/lang/jp/rwdcore/languagefile.rb +1 -0
  133. data/lang/nl/rwdcore/languagefile.rb +1 -0
  134. data/lib/rconftool.rb +13 -6
  135. data/lib/rwd/net.rb +15 -4
  136. data/lib/rwd/ruby.rb +1 -1
  137. data/lib/rwd/rwd.rb +103 -620
  138. data/lib/rwdthemes/default.rwd +317 -0
  139. data/lib/rwdthemes/pda.rwd +72 -0
  140. data/lib/rwdthemes/windowslike.rwd +171 -0
  141. data/lib/rwdtinker/rwdtinkertools.rb +24 -0
  142. data/names/Angelina Jolie.jpg +0 -0
  143. data/names/Angelina Jolie.nam +8 -0
  144. data/names/Angelina Jolie.vcf +8 -0
  145. data/names/Steven Gibson.jpg +0 -0
  146. data/names/Steven Gibson.nam +5 -0
  147. data/names/elektra.jpg +0 -0
  148. data/names/elektra.nam +7 -0
  149. data/names/nophoto.jpg +0 -0
  150. data/rwd_files/HowTo_Addresses.txt +272 -0
  151. data/rwd_files/HowTo_BigTinker.txt +11 -0
  152. data/rwd_files/{HowTo_Shell.txt → HowTo_Ruby.txt} +35 -4
  153. data/rwd_files/HowTo_RwdCalc.txt +127 -0
  154. data/rwd_files/HowTo_Tinker.txt +17 -1
  155. data/rwd_files/contacttmp.jpg +0 -0
  156. data/rwd_files/log/rwdtinker.log +2 -0
  157. data/rwdconfig.dist +14 -13
  158. data/scripts/test02.math +2 -0
  159. data/tests/{makedist-rwdwhypernote.rb → makedist-rwdwaddesses.rb} +3 -3
  160. data/tests/makedist-rwdwcalc.rb +58 -0
  161. data/tests/{makedist-rwdwshell.rb → makedist-rwdwruby.rb} +7 -5
  162. data/tests/makedist.rb +1 -1
  163. data/updates/temp.rb +1 -0
  164. data/zips/{rwdwaddresses-1.05.zip → rwdwaddresses-1.07.zip} +0 -0
  165. data/zips/rwdwcalc-0.63.zip +0 -0
  166. data/zips/rwdwfoldeditor-0.05.zip +0 -0
  167. data/zips/{rwdwgutenberg-0.09.zip → rwdwgutenberg-0.11.zip} +0 -0
  168. data/zips/rwdwhypernote-0.15.zip +0 -0
  169. data/zips/rwdwruby-1.08.zip +0 -0
  170. data/zips/{rwdwschedule-1.04.zip → rwdwschedule-1.05.zip} +0 -0
  171. data/zips/rwdwtorrent-0.07.zip +0 -0
  172. data/zips/wrubyslippers-1.07.zip +0 -0
  173. metadata +148 -103
  174. data/code/superant.com.rwdcalendar/gh9calendar.rb +0 -40
  175. data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +0 -14
  176. data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +0 -17
  177. data/code/superant.com.schedule/0uninstallapplet.rb +0 -15
  178. data/code/superant.com.schedule/archiveevent.rb +0 -14
  179. data/code/superant.com.schedule/archiveicsevent.rb +0 -14
  180. data/code/superant.com.schedule/cleareventscreendisplay.rb +0 -19
  181. data/code/superant.com.schedule/deleteeventrecord.rb +0 -19
  182. data/code/superant.com.schedule/deleteicseventrecord.rb +0 -19
  183. data/code/superant.com.schedule/deleterwdscheduleupdatefiles.rb +0 -20
  184. data/code/superant.com.schedule/downloadrwdschedulefiles.rb +0 -37
  185. data/code/superant.com.schedule/exporticseventrecord.rb +0 -97
  186. data/code/superant.com.schedule/helptexthashrwdschedule.rb +0 -82
  187. data/code/superant.com.schedule/listeventdates.rb +0 -19
  188. data/code/superant.com.schedule/listicseventdates.rb +0 -19
  189. data/code/superant.com.schedule/loadconfigurationvariables.rb +0 -14
  190. data/code/superant.com.schedule/loadeventrecord.rb +0 -38
  191. data/code/superant.com.schedule/loadicseventrecord.rb +0 -30
  192. data/code/superant.com.schedule/openhelpwindowrwdschedule.rb +0 -43
  193. data/code/superant.com.schedule/renameeventdata.rb +0 -14
  194. data/code/superant.com.schedule/renameicseventdata.rb +0 -17
  195. data/code/superant.com.schedule/returntomain.rb +0 -10
  196. data/code/superant.com.schedule/runrwdscheduleicsbackwindow.rb +0 -10
  197. data/code/superant.com.schedule/runrwdschedulemenu1.rb +0 -34
  198. data/code/superant.com.schedule/runrwdschedulesyncbackwindow.rb +0 -10
  199. data/code/superant.com.schedule/saveconfigurationrecord.rb +0 -19
  200. data/code/superant.com.schedule/saveeventrecord.rb +0 -25
  201. data/code/superant.com.schedule/saveicseventrecord.rb +0 -98
  202. data/code/superant.com.schedule/syncrwdschedule.rb +0 -30
  203. data/code/superant.com.schedule/uploadrwdschedulefiles.rb +0 -30
  204. data/code/superant.com.schedule/viewevent.rb +0 -20
  205. data/code/superant.com.schedule/viewicsevent.rb +0 -20
  206. data/code/superant.com.schedule/viewrwdschedulesconfiguration.rb +0 -21
  207. data/configuration/rwdwschedule-1.04.dist +0 -25
  208. data/configuration/rwdwshell-1.04.dist +0 -16
  209. data/extras/cal.rb +0 -158
  210. data/extras/icalendar/base.rb +0 -17
  211. data/extras/icalendar/calendar.rb +0 -44
  212. data/extras/icalendar/calendar_parser.rb +0 -237
  213. data/extras/icalendar/component/alarm.rb +0 -16
  214. data/extras/icalendar/component/event.rb +0 -25
  215. data/extras/icalendar/component/freebusy.rb +0 -12
  216. data/extras/icalendar/component/journal.rb +0 -25
  217. data/extras/icalendar/component/timezone.rb +0 -26
  218. data/extras/icalendar/component/todo.rb +0 -21
  219. data/extras/icalendar/component.rb +0 -91
  220. data/extras/icalendar/helpers.rb +0 -103
  221. data/extras/icalendar/parameter.rb +0 -25
  222. data/extras/icalendar.rb +0 -18
  223. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/1appname.rwd +0 -5
  224. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/20downloadftp.rwd +0 -45
  225. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/67viewconfiguration.rwd +0 -29
  226. data/gui/tinkerbackwindows/superant.com.rwdschedulebackwindow/m01menubegin.rwd +0 -18
  227. data/gui/tinkerbackwindows/superant.com.rwdschedules/1appname.rwd +0 -5
  228. data/gui/tinkerbackwindows/superant.com.rwdschedules/gg0viewevent.rwd +0 -27
  229. data/gui/tinkerbackwindows/superant.com.rwdschedules/gl6editrecord.rwd +0 -56
  230. data/gui/tinkerbackwindows/superant.com.rwdschedules/gl8contactutilities.rwd +0 -25
  231. data/gui/tinkerbackwindows/superant.com.rwdschedules/hl9calendar.rwd +0 -27
  232. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/1appname.rwd +0 -5
  233. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/30viewevent.rwd +0 -27
  234. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/40editrecord.rwd +0 -49
  235. data/gui/tinkerbackwindows/superant.com.rwdschedulesback/60eventicsutilities.rwd +0 -25
  236. data/installed/rwdscheduledate2.inf +0 -6
  237. data/installed/rwdwschedule-1.04.inf +0 -17
  238. data/installed/rwdwshell-1.04.inf +0 -11
  239. data/lang/en/rwdcalendar/calendar-en.rb +0 -6
  240. data/lang/es/rwdcalendar/calendar-nl.rb +0 -6
  241. data/lang/nl/rwdcalendar/calendar-nl.rb +0 -6
  242. data/rwd_files/HowTo_RubyEval.html +0 -80
  243. data/rwd_files/HowTo_Schedule.txt +0 -257
  244. data/zips/rwdwcalc-0.61.zip +0 -0
  245. data/zips/rwdwshell-1.04.zip +0 -0
  246. data/zips/wrubyslippers-1.06.zip +0 -0
  247. /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/44listplayscripts.rwd +0 -0
  248. /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/45listscripts.rwd +0 -0
  249. /data/gui/tinkerbackwindows/{superant.com.rwdshellbackwindow → superant.com.ashellscripts}/46editscriptrecord.rwd +0 -0
  250. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/2listplayscripts.rwd +0 -0
  251. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/2listscripts.rwd +0 -0
  252. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/3editscripts.rwd +0 -0
  253. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/4scriptutilities.rwd +0 -0
  254. /data/gui/tinkerbackwindows/{superant.com.ashellscripts → superant.com.rwdshellbackwindow}/6rwdshelleval.rwd +0 -0
@@ -0,0 +1,272 @@
1
+ = Rwd Address Book
2
+
3
+
4
+ == How to Use the Address Book (rwdaddresses)
5
+
6
+ There are two ways to add records to rwdaddresses address book.
7
+
8
+ == Adding Records
9
+
10
+ 1. Use the "New File" tab
11
+ The first field is the most important. It is the filename that
12
+ will be created. I use the person's name with caps and no spaces
13
+ RingoStarr
14
+
15
+ The following lines for entry are for you to fill in as you want.
16
+ When you are finished press the CreateFile button
17
+
18
+ 2. Manually add an entry for a person record
19
+ You can use a text editor to create a record
20
+ put information on separate lines. You can have as many lines as you want
21
+ name the file with caps and no spaces and end with .nam
22
+ RingoStarr.nam<
23
+
24
+ Save your file to the names/ subdirectory
25
+
26
+
27
+ This is similar to how you add a photo to the book.
28
+
29
+
30
+ == Viewing an address book entry:
31
+
32
+
33
+ Go to "View Contact" tab
34
+
35
+ Type in the name of the contact you want.
36
+
37
+ Type it as the record file is saved: (caps, no space)
38
+ StevenGibson
39
+
40
+ Then click the "Open" button
41
+
42
+ If it finds the record it will open it. It displays the record as text under the search box.
43
+
44
+
45
+
46
+ == Viewing Photo
47
+
48
+
49
+ Click on the ? at the top right of window
50
+
51
+
52
+ If it finds a photo for the person it will replace the window with the photo
53
+
54
+
55
+ it will look for the same name as the record with the extension .png
56
+
57
+
58
+ To return to the address book, click on back arrows at the top right.
59
+
60
+ For now you need to add photos manually.
61
+
62
+ add them to the names/ directory
63
+
64
+ == List Files
65
+
66
+ Click on "List Files"
67
+
68
+
69
+
70
+ clicking on the "ListFiles" button will list all
71
+ the files found in the names/ directory
72
+
73
+
74
+ == Add Info
75
+
76
+ For edits to records go to the contacts utilities tab
77
+ You can
78
+ Rename contacts
79
+ Delete contacts
80
+ attach photos to contacts
81
+
82
+ == Attach photo
83
+ on the Contacts Utilities tab
84
+ select the name record,
85
+ put a jpg photo in the /tmp directory
86
+ select the photo
87
+ click on Attach photo, it will rename the photo and copy it to the
88
+ addresses directory
89
+
90
+ == Sync for multiple computers
91
+
92
+ If you are like me, you have more than one system
93
+ I use rwdTinker at home on my Linux laptop
94
+ at work I use it on XP
95
+ on the go I use rwdtinker on my Zaurus PDA
96
+ So I am adding contact record on different machines.
97
+ There is a function to help sync the separate systems
98
+
99
+ in "Selection Panel" click on "Open Schedule Sync Window"
100
+
101
+ First you need your ftp details set in the
102
+ configuration/rwdaddresses.cnf file
103
+
104
+ you can upload your contacts from your local names directory to the ftp site
105
+ you can download contacts from the ftp site to your local updates directory
106
+ you can perform a sync which finds remote contacts and adds them to your local
107
+ names directory
108
+
109
+ == Change to using png photos instead of jpg
110
+
111
+ If you want to
112
+ Need to change one line in file rwdaddresses.cnf
113
+ Need to add nophoto.png in names
114
+
115
+ == Documents
116
+
117
+
118
+ when you click on a document name, the document should pop up in a
119
+ browser window, or in another browser tab.
120
+
121
+ == Using over a Network
122
+
123
+ To serve the application over your local LAN,change the last line in the
124
+ init.rb file to something like:
125
+ RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
126
+ Then you should be able to login at: http://yourhostname:8080
127
+
128
+ You have to authorize yourself. The .rwuids example is a string with
129
+ the name of the authorization file, relative to the home directory
130
+ of the user that started the service. This file has to be in the form of:
131
+
132
+ user1 = password
133
+ user2 = pass phrase
134
+
135
+ Thus the file .rwduids might contain:
136
+
137
+ erik = secret
138
+
139
+ == Contacts
140
+ For more information see:
141
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
142
+
143
+
144
+ For more information about RubyWebDialogs see:
145
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
146
+
147
+ Thanks, Steven Gibson
148
+
149
+ == Changelog
150
+ version 1.07
151
+ update for rwdtinker 1.80
152
+
153
+ version 1.06
154
+ correct configuration file
155
+
156
+ Version 1.05
157
+ more uninstall support
158
+ update to version 1.74 of rwdtinker
159
+ changed configuration view
160
+
161
+ Version 1.04
162
+ update to rwd tinker 1.68
163
+ changed path for debian linux in config
164
+ removed remote control - was not working
165
+
166
+ Version 1.03
167
+ fixed sync download
168
+ added more unit test
169
+ updated for rwdtinker 1.64 - jump menu added
170
+
171
+ Version 1.02
172
+ Export vCard
173
+ view raw vCard
174
+ updated for rwdtinker 1.61
175
+
176
+ version 1.01
177
+ updated for rwdtinker version 1.59
178
+ refactored diagnotic page - one button to see all information
179
+ added bug report upload to diagnostic page
180
+
181
+ version 1.00
182
+ Fix config editing screen
183
+
184
+ version 0.99
185
+ added rconftool use to update configuration files
186
+ changed applets removal to not use external rm
187
+ removed version number from directory name
188
+ Debian permissions fixed. Configuration editing has more boxes.
189
+
190
+
191
+ version 0.98
192
+ updated for rwdtinker 1.56
193
+ first debian version
194
+ added photo to front viewing screen
195
+
196
+ version 0.97
197
+ updated for rwdtinker version 1.51
198
+ added RwdAddresses Menu tab for easier navigation
199
+ Improvement to context sensitive help
200
+ wider text boxes for contact information
201
+
202
+ version 0.96
203
+ added tab for jump to addresses window
204
+ added return from photo window
205
+ added contact name on photo window
206
+ changed return from back window
207
+
208
+ version 0.95
209
+ added some context sensitive help
210
+ added edit config file and reload config variables
211
+ change to tinker context help script
212
+ updated for rwdtinker 1.47
213
+ Added delete update files function in sync tab
214
+
215
+ version 0.94
216
+ updated for rwdtinker 1.44 - refactored gui files
217
+ Changed gui directory names - more like Java package titles
218
+ added back window for sync tasks
219
+ added configuration viewing
220
+ added ftp file download for sync
221
+ added ftp file upload for sync
222
+ add update files and addresses sync compares
223
+
224
+ version 0.93
225
+ updated for rwdtinker 1.42 - semi-live updating
226
+
227
+ version 0.92
228
+ updated for rwdtinker 1.41
229
+ updated some l10n data
230
+ switched to jpg for contact photos
231
+ fixed rename for nil new name
232
+
233
+ version 0.91
234
+ updated for rwdtinker 1.4
235
+ Added configuration viewing
236
+
237
+ version 0.9
238
+ added edit commands to change contact record
239
+ Rename contacts
240
+ Delete contacts
241
+ attach photos to contacts
242
+
243
+ version 0.8
244
+ updated for version 1.23 of rwdtinker
245
+
246
+ version 0.7
247
+ changed directory structure for rwdtinker 0.9 and later
248
+ added conf file for name record directory location
249
+ split inf file for sample data
250
+ update HowTo_Addresses.html with info on serving over a LAN
251
+ improved name selection on the main screen
252
+
253
+ version 0.6
254
+ update handling of photo, when none found
255
+ reduced sizes of sample photos
256
+
257
+ version 0.5
258
+ revised to fit into rwdtinker framework
259
+
260
+ Version 0.4
261
+ Corrected photo xml
262
+ changed order of action buttons
263
+ added help-about window
264
+
265
+ Version 0.3
266
+ split code into sections - moved to code directory
267
+ added license file
268
+ split rwd gui file into sections
269
+ Photos added
270
+
271
+ Version 0.2
272
+ first public version released
@@ -106,6 +106,17 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
106
106
  Thanks, Steven Gibson
107
107
 
108
108
  == Changelog
109
+ version 0.96
110
+ update for rwdtinker 1.80
111
+
112
+ Version 0.95
113
+ updated for rwdtinker 1.76
114
+ Move rwd code files into lib directory -
115
+ change tab name list applets
116
+ change extra folder to be lib folder
117
+ remove duplicate intall applet code
118
+ On Menu tab/Selection Tab - add help button
119
+ clean up directory structure in gui directory -
109
120
 
110
121
  Version 0.93
111
122
  Added rwdAddresses
@@ -1,6 +1,6 @@
1
- = RwdShell Program
1
+ = RwdRubyProgram
2
2
 
3
- How to Use the Shell Program (rwdshell)
3
+ How to Use the Shell and ruby scripts with the Program (rwdRuby)
4
4
 
5
5
  == What is is
6
6
 
@@ -125,6 +125,24 @@ for l in "a\nb\nc\n" ; print l ; end
125
125
  print "%s" % "abcdef".length
126
126
  wser window, or in another browser tab.
127
127
 
128
+ ==Refreshacpi
129
+
130
+ This applet will open a replacement window in this same browser screen
131
+ You should see that new window refresh every 5 seconds with the date and time
132
+ and acpi status if you have it
133
+ You can return to this screen by clicking on back arrows or the cancel button
134
+ The command to change to work on non Linux systems is in the refresh.rb file
135
+
136
+ == Progressbar demo
137
+
138
+ == Syslog tail
139
+
140
+
141
+ You will probably have to run ruby init.rb as root to read the syslog.log
142
+
143
+ == Apache Access and Error log tail
144
+
145
+
128
146
  == Using over a Network
129
147
 
130
148
  To serve the application over your local LAN,change the last line in the
@@ -192,8 +210,21 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
192
210
 
193
211
  Thanks, Steven Gibson
194
212
 
195
- ==
196
- Version 1.03
213
+ == Changes
214
+ Version 1.07
215
+ fix config files
216
+
217
+ Version 1.06
218
+ help button on ruby tab
219
+ suggestions for ruby commands
220
+ widen command text box
221
+ rearrange tabs
222
+
223
+ Version 1.05
224
+ combine acpi into rwdshell and rename to ruby
225
+ make refresh tab with date/time like a stopwatch
226
+
227
+ Version 1.04
197
228
  Bug fixes to get applet loading and unloading working better
198
229
 
199
230
  Version 1.03
@@ -0,0 +1,127 @@
1
+ = HowTo use the RwdCalc Program
2
+
3
+
4
+ rwdcalc is a web brower interface to arithmetic commands
5
+
6
+
7
+ 3. use a calculator
8
+
9
+
10
+ The GUI interface used is RubyWebDialogs
11
+
12
+
13
+ Start the program by typing
14
+ ruby init.rb
15
+
16
+ Then point your web browser to:
17
+ http://localhost:7705/
18
+
19
+
20
+
21
+
22
+ == Calculator
23
+
24
+ add or multiply 2 numbers together
25
+
26
+ subtract or divide
27
+
28
+ see a running tape
29
+
30
+ rwdcalc is a simple little calculator for two
31
+ numbers that can be dropped into the rwdtinker
32
+ framework and \"just work\".
33
+
34
+ Has floating point and integer adding, subtraction. multiplication, division and floating point.
35
+ Has a running tape. Has math functions. Can run scripts.
36
+ This applet requires the
37
+ rwdtinker program and a web browser. It should work
38
+ on Linux, XP and Mac.
39
+
40
+ == Documents
41
+
42
+ when you click on a document name, the document should pop up in a
43
+ browser window, or in another browser tab.
44
+
45
+ To exit, press the x inside the browser window.
46
+
47
+
48
+
49
+
50
+ Requirements:
51
+ RubyWebDialogs - I am using 0.0.11 2004-3-9
52
+ This package you downloaded rwddemo should have a runtime version of
53
+ the needed rubywebdialog files
54
+
55
+ Ruby I am using version 1.8.2
56
+
57
+ I have tested this under Linux-Debian kernel 2.6.9
58
+
59
+ Operation:
60
+ The code files reside in the code directory and are combined before
61
+ the main Class is loaded
62
+
63
+ The rwd files in gui are combined before the gui is activated
64
+
65
+ Installing:
66
+
67
+ untar the file
68
+ tar zxvf rwdshell-x.y.tar.gz
69
+ then cd to the directory
70
+ cd rwdshell-x.y
71
+ then start the init.rb program file
72
+ ruby init.rb
73
+ Trouble shooting:
74
+
75
+ If the program is not working, try looking at the ev subdirectory. That is where
76
+ the runtime of rubywebdialogs are.
77
+
78
+ for long term installation, I would suggest putting most files in a lib directory
79
+ like /usr/lib/rwdshell
80
+ then make a writable directory the local directory for command files to be written
81
+ like ~/rwdshell
82
+
83
+
84
+ 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.
85
+
86
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
87
+
88
+ 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/
89
+
90
+
91
+ For more information see:
92
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
93
+
94
+
95
+ For more information about RubyWebDialogs see:
96
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
97
+
98
+ Thanks, Steven Gibson
99
+
100
+ == Changelog
101
+ Version 0.61
102
+ big refactoring to work with rwdtinker 1.70
103
+ now should load and unload live, without restarting rwdtinker
104
+
105
+ Version 0.6
106
+ updated for rwdtinker 1.69
107
+ added more help
108
+ added makedist-applets
109
+
110
+ Version 0.5
111
+ corrected selectiontab
112
+ added sample math demos
113
+ added script running tab
114
+ added script editing
115
+ added script rename, delete
116
+ updated for rwdtinker 1.51
117
+
118
+ Version 0.3
119
+ Changed directory structure to work with rwdtinker 1.4.
120
+ Added running tape
121
+ Added subtraction and division
122
+ moved to second window
123
+
124
+ Version 0.2
125
+ converted to rwdtinker applet
126
+
127
+
@@ -220,13 +220,29 @@ under the terms of the GPL licence:
220
220
  For more information see:
221
221
  http://rwdapplications.rubyforge.org/wiki/wiki.pl
222
222
 
223
-
224
223
  For more information about RubyWebDialogs see:
225
224
  http://www.erikveen.dds.nl/rubywebdialogs/index.html
226
225
 
227
226
  Thanks, Steven Gibson
228
227
 
229
228
  == Changelog
229
+ version 1.80
230
+ changed pda handling in rwd.rb
231
+ added logging
232
+ added log review screen on tinker back window
233
+ changed handling of live applet loading, to not list version in file names
234
+
235
+ version 1.79
236
+ edited net.rb to fix text editing
237
+
238
+ version 1.78
239
+ modify config files
240
+ modify rconftools.rb to handle \r\n dos vs unix
241
+
242
+ Version 1.77
243
+ Fixed zips location to be relative or absolute
244
+ Made themes loadable
245
+
230
246
  Version 1.76
231
247
  Move rwd code files into lib directory - bug - 21886
232
248
  change tab name list applets - bug - 21864
Binary file
@@ -0,0 +1,2 @@
1
+ # Logfile created on Fri Oct 03 00:39:14 -0700 2008 by smalllinux.superant.com
2
+
data/rwdconfig.dist CHANGED
@@ -1,21 +1,22 @@
1
- ##VERSION:1.69
1
+ ##VERSION: (1.78)
2
2
  # rwdtinker core configuration file
3
- ##NAME: ConfigLocation:0
3
+ ##NAME: (ConfigLocation):(1.78)
4
4
  ConfigLocation=""
5
- ##NAME: ZipsLocation:0
5
+ ##NAME: (ZipsLocation):(1.78)
6
6
  ZipsLocation=""
7
- ##NAME:$testharnessarray:0
7
+ ##NAME: ($testharnessarray):(1.78)
8
8
  $testharnessarray = ["rwdtinker_all_tests"]
9
- ##NAME:TestNow:0
9
+ ##NAME: (TestNow):(1.78)
10
10
  TestNow=false # turning this on will run the unit tests
11
- ##NAME:$testharness:0
11
+ ##NAME: ($testharness):(1.78)
12
12
  $testharness=true
13
- ##NAME:$tinkerhelpaboutarray:0
13
+ ##NAME: ($tinkerhelpaboutarray):(1.78)
14
14
  $tinkerhelpaboutarray = ["Tinker"]
15
- ##NAME:$tinkerdocumentsarray:0
16
- $tinkerdocumentsarray = ["Readme.txt"]
17
- ##NAME:$tinkeruninstallarray:0
18
- $tinkeruninstallarray = ["Tinker"]
19
- ##NAME:JumpLink:0
15
+ ##NAME: ($helptopicsarray):(1.78)
16
+ $helptopicsarray = [ "general_help","network_help"]
17
+ ##NAME: ($tinkerdocumentsarray):(1.78)
18
+ $tinkerdocumentsarray = ["HowTo_Tinker.txt" , "rwdapplications.html" , "RubyWebDialogs.html"]
19
+ ##NAME: (JumpLink):(1.78)
20
20
  JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] }
21
-
21
+ ##NAME: ($rwdjumplink):(1.78)
22
+ $rwdjumplink = ["helpscreen", "tinkerbackwindow", "returntomain", "opendocuments", "editconfiguration"]
@@ -0,0 +1,2 @@
1
+ # this is a test Math Script
2
+ @playcalcscript_display = @a_calcnumx.to_i + @a_calcnumy.to_i
@@ -11,9 +11,9 @@ $testharnessarray = [""]
11
11
  $rwdjumplink = [""]
12
12
  JumpLink = Hash.new("default")
13
13
  require 'fileutils'
14
- DistroName = "rwdwschedule"
15
- DistroVersion=1.04
16
- load "configuration/#{DistroName}-#{DistroVersion}.dist"
14
+ DistroName = "rwdwaddresses"
15
+ DistroVersion="1.07"
16
+ load "configuration/#{DistroName}.dist"
17
17
 
18
18
 
19
19
  DistroTitle="#{DistroName}-#{DistroVersion}"
@@ -0,0 +1,58 @@
1
+ #!/usr/bin/ruby -w
2
+ #***********************************************************************
3
+ #* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
4
+ #* Copyright (c) 2004, 2005 by Steven Gibson. All Rights Reserved.
5
+ #* at "steven@superant.com".
6
+ #***********************************************************************/
7
+ $progdir =""
8
+ $tinkerhelpaboutarray = [""]
9
+ $tinkerdocumentsarray = [""]
10
+ $testharnessarray = [""]
11
+ $rwdjumplink = [""]
12
+ JumpLink = Hash.new("default")
13
+ require 'fileutils'
14
+ DistroName = "rwdwcalc"
15
+ DistroVersion="0.63"
16
+ load "configuration/#{DistroName}.dist"
17
+
18
+
19
+ DistroTitle="#{DistroName}-#{DistroVersion}"
20
+
21
+
22
+
23
+ $progdir = File::expand_path( File.dirname(__FILE__))
24
+ results = " "
25
+
26
+ puts "creating #{DistroName} distribution files version #{DistroVersion}"
27
+
28
+ #puts "moving up one directory"
29
+ #Dir.chdir("..")
30
+ findcmd = "find _arx > /tmp/excludezip"
31
+ puts "#{findcmd}"
32
+ `#{findcmd}`
33
+
34
+ FileUtils.rm_rf("#{DistroTitle}.zip")
35
+ zipcreatecmd = "zip -r #{DistroTitle}.zip * -x@/tmp/excludezip"
36
+ puts "#{zipcreatecmd}"
37
+ `#{zipcreatecmd}`
38
+
39
+ gemspecfilename = "rwdzip#{DistroTitle}.gemspec"
40
+ tobject = Time.now
41
+ year = tobject.year.to_s
42
+ month = tobject.mon.to_s
43
+ daydate = tobject.day.to_s
44
+
45
+ fd = File.open(gemspecfilename,"w")
46
+ fd.print("Gem::Specification.new do |s|\n")
47
+ fd.print(" s.name = %q{rwdzip#{DistroName}}\n")
48
+ fd.print(" s.version = \"#{DistroVersion}\"\n")
49
+ fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
50
+ load "tests/gemspec-#{DistroName}"
51
+ fd.print($gemspecvar)
52
+ fd.close
53
+
54
+ ListingCommand = "ls -1 -s -h rwdzip#{DistroTitle}*"
55
+
56
+ puts `#{ListingCommand}`
57
+
58
+ print "Build finished\n"
@@ -11,9 +11,9 @@ $testharnessarray = [""]
11
11
  JumpLink = Hash.new("default")
12
12
  $rwdjumplink= [""]
13
13
  require 'fileutils'
14
- DistroName = "rwdwshell"
15
- DistroVersion="1.04"
16
- load "configuration/#{DistroName}-#{DistroVersion}.dist"
14
+ DistroName = "rwdwruby"
15
+ DistroVersion="1.08"
16
+ load "configuration/#{DistroName}.dist"
17
17
 
18
18
 
19
19
  DistroTitle="#{DistroName}-#{DistroVersion}"
@@ -27,10 +27,12 @@ puts "creating #{DistroName} distribution files version #{DistroVersion}"
27
27
 
28
28
  #puts "moving up one directory"
29
29
  #Dir.chdir("..")
30
-
30
+ findcmd = "find _arx > /tmp/excludezip"
31
+ puts "#{findcmd}"
32
+ `#{findcmd}`
31
33
 
32
34
  FileUtils.rm_rf("#{DistroTitle}.zip")
33
- zipcreatecmd = "zip -r #{DistroTitle}.zip *"
35
+ zipcreatecmd = "zip -r #{DistroTitle}.zip * -x@/tmp/excludezip"
34
36
  puts "#{zipcreatecmd}"
35
37
  `#{zipcreatecmd}`
36
38
 
data/tests/makedist.rb CHANGED
@@ -14,7 +14,7 @@ require 'fileutils'
14
14
 
15
15
  DistroName = "bigtinker"
16
16
 
17
- DistroVersion="0.95"
17
+ DistroVersion="0.96"
18
18
 
19
19
  DistroTitle="#{DistroName}.dist"
20
20
  load "configuration/#{DistroTitle}"
data/updates/temp.rb ADDED
@@ -0,0 +1 @@
1
+ # this file does nothing
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file