bigtinker 0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Books/Mariposa.gut +2 -0
- data/Books/marip10.txt +2598 -0
- data/Notes/changes.lnk +1 -0
- data/Notes/changes.txt +1 -0
- data/Notes/hypernote/hypernote01.txt +1 -0
- data/Notes/hypernote/hypernote02.txt +1 -0
- data/Notes/hypernote/newnote3.txt +2 -0
- data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk +1 -0
- data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.txt +11 -0
- data/Notes/rwdtinker/newnote.txt +1 -0
- data/Notes/rwdtinker/rwdtinker01.txt +9 -0
- data/Notes/rwdtinker/testnote2.txt +1 -0
- data/Readme.txt +146 -0
- data/bin/bigtinker +19 -0
- data/code/01rwdcore/01rwdcore.rb +25 -0
- data/code/01rwdcore/02helptexthashbegin.rb +4 -0
- data/code/01rwdcore/03helptexthash.rb +31 -0
- data/code/01rwdcore/04helptextend.rb +6 -0
- data/code/01rwdcore/jumplinkcommand.rb +26 -0
- data/code/01rwdcore/openhelpwindow.rb +31 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rundocuments.rb +10 -0
- data/code/01rwdcore/runeditconfiguration.rb +10 -0
- data/code/01rwdcore/runhelpabout.rb +10 -0
- data/code/01rwdcore/runopentinkerdocument.rb +7 -0
- data/code/01rwdcore/rwdtinkerversion.rb +22 -0
- data/code/01rwdcore/rwdwindowreturn.rb +9 -0
- data/code/01rwdcore/selectiontab.rb +9 -0
- data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
- data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
- data/code/01rwdcore/test_cases.rb +109 -0
- data/code/01rwdcore/test_harness.rb +13 -0
- data/code/01rwdcore/uploadreturns.rb +62 -0
- data/code/superant.com.bigtinker/rwdtinkerversion.rb +10 -0
- data/code/superant.com.gutenberg/changegutenbergname.rb +16 -0
- data/code/superant.com.gutenberg/clearbookscreendisplay.rb +8 -0
- data/code/superant.com.gutenberg/copyfilename.rb +24 -0
- data/code/superant.com.gutenberg/createnewnote.rb +23 -0
- data/code/superant.com.gutenberg/deletegutenbergrecord.rb +21 -0
- data/code/superant.com.gutenberg/gutenbergcreatefile.rb +9 -0
- data/code/superant.com.gutenberg/helptexthashrwdgutenberg.rb +41 -0
- data/code/superant.com.gutenberg/jumplinkupdate.rb +7 -0
- data/code/superant.com.gutenberg/listnamerecord.rb +15 -0
- data/code/superant.com.gutenberg/listtextfilesgutenberg.rb +58 -0
- data/code/superant.com.gutenberg/loadbookrecord.rb +21 -0
- data/code/superant.com.gutenberg/loadconfigurationrecord.rb +36 -0
- data/code/superant.com.gutenberg/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.gutenberg/openhelpwindowgutenberg.rb +29 -0
- data/code/superant.com.gutenberg/returntomain.rb +10 -0
- data/code/superant.com.gutenberg/runbackwindow.rb +10 -0
- data/code/superant.com.gutenberg/rungutenbergwindow.rb +57 -0
- data/code/superant.com.gutenberg/rwdgutenbergbackward.rb +27 -0
- data/code/superant.com.gutenberg/rwdhypernotehelpabout.rb +14 -0
- data/code/superant.com.gutenberg/rwdtinkerversion.rb +10 -0
- data/code/superant.com.gutenberg/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.gutenberg/savegutenbergrecord.rb +20 -0
- data/code/superant.com.gutenberg/savelinkrecord.rb +23 -0
- data/code/superant.com.hypernote/archiveevent.rb +14 -0
- data/code/superant.com.hypernote/changehypernotename.rb +21 -0
- data/code/superant.com.hypernote/clearhypernotescreendisplay.rb +8 -0
- data/code/superant.com.hypernote/clearlinkscreendisplay.rb +8 -0
- data/code/superant.com.hypernote/copyfilename.rb +10 -0
- data/code/superant.com.hypernote/createnewnote.rb +14 -0
- data/code/superant.com.hypernote/deletehypernoterecord.rb +20 -0
- data/code/superant.com.hypernote/helptexthashrwdhypernote.rb +74 -0
- data/code/superant.com.hypernote/hyperlinkcreatelinkfile.rb +19 -0
- data/code/superant.com.hypernote/jumplinkupdate.rb +7 -0
- data/code/superant.com.hypernote/listhypernotelinks.rb +55 -0
- data/code/superant.com.hypernote/listhypernotes.rb +63 -0
- data/code/superant.com.hypernote/listlinknotes.rb +33 -0
- data/code/superant.com.hypernote/loadconfigurationrecord.rb +34 -0
- data/code/superant.com.hypernote/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.hypernote/loadlinksrecord.rb +21 -0
- data/code/superant.com.hypernote/loadnoterecord.rb +24 -0
- data/code/superant.com.hypernote/openhelpwindowrwdhyernote.rb +34 -0
- data/code/superant.com.hypernote/returntomain.rb +10 -0
- data/code/superant.com.hypernote/runrwdhypernotconfiguration.rb +12 -0
- data/code/superant.com.hypernote/runrwdhypernotebackwindow.rb +12 -0
- data/code/superant.com.hypernote/rwdhypernotehelpabout.rb +14 -0
- data/code/superant.com.hypernote/rwdtinkerversion.rb +10 -0
- data/code/superant.com.hypernote/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.hypernote/savehypernoterecord.rb +20 -0
- data/code/superant.com.hypernote/savelinkrecord.rb +23 -0
- data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +24 -0
- data/code/superant.com.rwdaddresses/clearscreendisplay.rb +15 -0
- data/code/superant.com.rwdaddresses/createnewnamerecord.rb +19 -0
- data/code/superant.com.rwdaddresses/deletecontactrecord.rb +25 -0
- data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +19 -0
- data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +36 -0
- data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +69 -0
- data/code/superant.com.rwdaddresses/jumplinkupdate.rb +9 -0
- data/code/superant.com.rwdaddresses/listnamerecord.rb +15 -0
- data/code/superant.com.rwdaddresses/listvcardrecord.rb +15 -0
- data/code/superant.com.rwdaddresses/loadconfigurationrecord.rb +45 -0
- data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdaddresses/loadnamerecord.rb +30 -0
- data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +30 -0
- data/code/superant.com.rwdaddresses/renamecontact.rb +15 -0
- data/code/superant.com.rwdaddresses/runaddresseswindow.rb +10 -0
- data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +34 -0
- data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +10 -0
- data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +10 -0
- data/code/superant.com.rwdaddresses/rwdaddresseshelpabout.rb +13 -0
- data/code/superant.com.rwdaddresses/rwdtinkerversion.rb +10 -0
- data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.rwdaddresses/savevcardrecord.rb +76 -0
- data/code/superant.com.rwdaddresses/syncrwdaddress.rb +28 -0
- data/code/superant.com.rwdaddresses/test_cases.rb +46 -0
- data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +46 -0
- data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +21 -0
- data/code/superant.com.rwdaddresses/viewnamedata.rb +28 -0
- data/code/superant.com.rwdaddresses/viewphoto.rb +4 -0
- data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +23 -0
- data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +12 -0
- data/code/superant.com.rwdaddresses/viewvcarddata.rb +22 -0
- data/code/superant.com.rwdcalc/ca2multiply.rb +10 -0
- data/code/superant.com.rwdcalc/changescriptname.rb +16 -0
- data/code/superant.com.rwdcalc/clearrubyscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdcalc/clearscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdcalc/deletescriptrecord.rb +20 -0
- data/code/superant.com.rwdcalc/fadd.rb +10 -0
- data/code/superant.com.rwdcalc/frwdcleartape.rb +9 -0
- data/code/superant.com.rwdcalc/frwddivide.rb +10 -0
- data/code/superant.com.rwdcalc/frwdmultiply.rb +10 -0
- data/code/superant.com.rwdcalc/frwdsubtract.rb +10 -0
- data/code/superant.com.rwdcalc/helptexthashrwdcalc.rb +14 -0
- data/code/superant.com.rwdcalc/jumplinkupdate.rb +11 -0
- data/code/superant.com.rwdcalc/listscripts.rb +13 -0
- data/code/superant.com.rwdcalc/loadrubyrecord.rb +20 -0
- data/code/superant.com.rwdcalc/loadscriptrecord.rb +20 -0
- data/code/superant.com.rwdcalc/mathcommands.rb +53 -0
- data/code/superant.com.rwdcalc/openhelpwindowrwdcalc.rb +21 -0
- data/code/superant.com.rwdcalc/playscript.rb +22 -0
- data/code/superant.com.rwdcalc/renamecalcrecord.rb +14 -0
- data/code/superant.com.rwdcalc/runrwdcalcwindow.rb +10 -0
- data/code/superant.com.rwdcalc/rwdadd.rb +10 -0
- data/code/superant.com.rwdcalc/rwdcleartape.rb +9 -0
- data/code/superant.com.rwdcalc/rwddivision.rb +10 -0
- data/code/superant.com.rwdcalc/rwdsubtraction.rb +10 -0
- data/code/superant.com.rwdcalc/savechangedscript.rb +19 -0
- data/code/superant.com.rwdcalc/saverubyscript.rb +20 -0
- data/code/superant.com.rwdcalc/viewscript.rb +18 -0
- data/code/superant.com.rwdcalendar/gh9calendar.rb +40 -0
- data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +14 -0
- data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +17 -0
- data/code/superant.com.rwdshell/changescriptname.rb +16 -0
- data/code/superant.com.rwdshell/clearscriptscreendisplay.rb +9 -0
- data/code/superant.com.rwdshell/deletescriptrecord.rb +20 -0
- data/code/superant.com.rwdshell/helptexthashshell.rb +31 -0
- data/code/superant.com.rwdshell/listrubyscripts.rb +13 -0
- data/code/superant.com.rwdshell/listscripts.rb +13 -0
- data/code/superant.com.rwdshell/loadconfigurationrecord.rb +33 -0
- data/code/superant.com.rwdshell/loadconfigurationvariables.rb +13 -0
- data/code/superant.com.rwdshell/loadscriptrecord.rb +20 -0
- data/code/superant.com.rwdshell/openhelpwindowshell.rb +33 -0
- data/code/superant.com.rwdshell/playrubyscript.rb +23 -0
- data/code/superant.com.rwdshell/playscript.rb +23 -0
- data/code/superant.com.rwdshell/returntomain.rb +10 -0
- data/code/superant.com.rwdshell/rubyeval.rb +25 -0
- data/code/superant.com.rwdshell/runrwdshellbackwindow.rb +10 -0
- data/code/superant.com.rwdshell/runrwdshellwindow.rb +12 -0
- data/code/superant.com.rwdshell/rwdshellversion.rb +14 -0
- data/code/superant.com.rwdshell/savechangedscript.rb +19 -0
- data/code/superant.com.rwdshell/saveconfigurationrecord.rb +18 -0
- data/code/superant.com.rwdshell/shelleval.rb +20 -0
- data/code/superant.com.rwdshell/viewrubyscript.rb +18 -0
- data/code/superant.com.rwdshell/viewscript.rb +18 -0
- data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +96 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +25 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +21 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +27 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +39 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +42 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +33 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/superant.com.words/dictlookup.rb +20 -0
- data/code/superant.com.words/jumplinkupdate.rb +6 -0
- data/code/superant.com.words/runfortunewindow.rb +14 -0
- data/code/superant.com.words/runrwdwordsbackwindow.rb +10 -0
- data/code/superant.com.words/runrwdwordsversion.rb +14 -0
- data/code/superant.com.words/rwdtinkerversion.rb +10 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/bigtinker.dist +3 -0
- data/configuration/language.dist +7 -0
- data/configuration/rwdaddresses.dist +21 -0
- data/configuration/rwdapplicationidentity.dist +3 -0
- data/configuration/rwdcalc.dist +8 -0
- data/configuration/rwdcalendar.dist +10 -0
- data/configuration/rwdgutenberg.dist +14 -0
- data/configuration/rwdhypernote.dist +13 -0
- data/configuration/rwdshell.dist +4 -0
- data/configuration/rwdtinker.dist +19 -0
- data/configuration/rwdwords.dist +18 -0
- data/configuration/tinkerwin2variables.dist +17 -0
- data/ev/browser.rb +109 -0
- data/ev/ftools.rb +170 -0
- data/ev/net.rb +750 -0
- data/ev/ruby.rb +819 -0
- data/ev/rwd.rb +1849 -0
- data/ev/sgml.rb +236 -0
- data/ev/thread.rb +63 -0
- data/ev/tree.rb +343 -0
- data/ev/xml.rb +4 -0
- data/extras/cal.rb +158 -0
- data/extras/dict.rb +438 -0
- data/extras/icalendar/base.rb +17 -0
- data/extras/icalendar/calendar.rb +44 -0
- data/extras/icalendar/calendar_parser.rb +237 -0
- data/extras/icalendar/component/alarm.rb +16 -0
- data/extras/icalendar/component/event.rb +25 -0
- data/extras/icalendar/component/freebusy.rb +12 -0
- data/extras/icalendar/component/journal.rb +25 -0
- data/extras/icalendar/component/timezone.rb +26 -0
- data/extras/icalendar/component/todo.rb +21 -0
- data/extras/icalendar/component.rb +91 -0
- data/extras/icalendar/helpers.rb +103 -0
- data/extras/icalendar/parameter.rb +25 -0
- data/extras/icalendar.rb +18 -0
- data/extras/rconftool.rb +380 -0
- data/extras/zip/ioextras.rb +114 -0
- data/extras/zip/stdrubyext.rb +111 -0
- data/extras/zip/tempfile_bugfixed.rb +195 -0
- data/extras/zip/zip.rb +1377 -0
- data/extras/zip/zipfilesystem.rb +558 -0
- data/extras/zip/ziprequire.rb +61 -0
- data/gui/00coreguibegin/applicationguitop.rwd +4 -0
- data/gui/frontwindow0/superant.com.rwdcalendar/hl9calendar.rwd +27 -0
- data/gui/frontwindow0/superant.com.shellscripts/1listplayscripts.rwd +17 -0
- data/gui/frontwindow0/superant.com.shellscripts/2listscripts.rwd +25 -0
- data/gui/frontwindow0/superant.com.shellscripts/3editscripts.rwd +26 -0
- data/gui/frontwindow0/superant.com.shellscripts/4scriptutilities.rwd +24 -0
- data/gui/frontwindow0/superant.com.shellscripts/6rwdshelleval.rwd +15 -0
- data/gui/frontwindow0/superant.com.shellscripts/cb7rwdrubyeval.rwd +13 -0
- data/gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselectionzend/viewselectionzend/wwselectionend.rwd +3 -0
- data/gui/frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd +14 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd +15 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/00rwdgutenberg.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/10viewnote.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/20listfiles.rwd +35 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/30booklistutilities.rwd +28 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/35displaytab.rwd +10 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/40rwdgutenberg.rwd +16 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/67viewconfiguration.rwd +40 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.gutenberg/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.gutendisplay/gutendisplaywindow.rwd +9 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/00windowbegin.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/10viewnote.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/20editlinks.rwd +34 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/30noteutilities.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/67viewconfiguration.rwd +38 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/m01menubegin.rwd +18 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/zbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.refreshwindow/fortunerefreshwindowtwo.rwd +9 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/00rwdaddresses.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/11viewnamedata.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/13listnamerecordfiles.rwd +21 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/16editrecord.rwd +39 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/17viewvcardrecord.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/18contactutilities.rwd +34 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/m01menubegin.rwd +18 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddresses/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +45 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/88viewconfiguration.rwd +47 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +11 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +15 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/zvbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/20floatrwdcalc.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/30intrwdcalc.rwd +23 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/35mathcommands.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/44listplayscripts.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/45listscripts.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/46editscriptrecord.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/4scriptutilities.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.rwdcalc/z9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/44listplayscripts.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/45listscripts.rwd +25 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/46editscriptrecord.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/92viewconfiguration.rwd +38 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/94rwddiagnostics.rwd +16 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/98jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/zbackend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +42 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd +33 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.words/1dictionary.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.words/3rwdfortune.rwd +14 -0
- data/gui/tinkerbackwindows/superant.com.words/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/80tab1.rwd +11 -0
- data/gui/tinkerbackwindows/superant.com.words/z9end.rwd +6 -0
- data/gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd +4 -0
- data/init.rb +277 -0
- data/installed/gutenbergdata01.inf +3 -0
- data/installed/hypernotedata1.inf +12 -0
- data/installed/rwdaddressesdata2.inf +8 -0
- data/installed/rwdgutenberg-0.03.inf +9 -0
- data/installed/rwdviewlogo-0.4.inf +4 -0
- data/installed/rwdwaddresses-1.04.inf +13 -0
- data/installed/rwdwhypernote-0.07.inf +7 -0
- data/installed/rwdwwords-0.02.inf +10 -0
- data/lang/en/rwdcalendar/calendar-en.rb +6 -0
- data/lang/en/rwdcore/languagefile.rb +16 -0
- data/lang/es/rwdcalendar/calendar-nl.rb +6 -0
- data/lang/es/rwdcore/languagefile-es.rb +14 -0
- data/lang/jp/rwdcore/languagefile.rb +9 -0
- data/lang/nl/rwdcalendar/calendar-nl.rb +6 -0
- data/lang/nl/rwdcore/languagefile.rb +19 -0
- data/lib/temp.rb +1 -0
- data/names/Angelina Jolie.jpg +0 -0
- data/names/Angelina Jolie.nam +8 -0
- data/names/Angelina Jolie.vcf +8 -0
- data/names/Steven Gibson.jpg +0 -0
- data/names/Steven Gibson.nam +5 -0
- data/names/elektra.jpg +0 -0
- data/names/elektra.nam +7 -0
- data/names/nophoto.jpg +0 -0
- data/rwd_files/HowTo_Addresses.txt +259 -0
- data/rwd_files/HowTo_BigTinker.txt +146 -0
- data/rwd_files/HowTo_Gutenberg.txt +94 -0
- data/rwd_files/HowTo_HyperNote.txt +121 -0
- data/rwd_files/HowTo_RubyEval.html +80 -0
- data/rwd_files/HowTo_RwdCalc.txt +110 -0
- data/rwd_files/HowTo_Shell.txt +257 -0
- data/rwd_files/HowTo_Tinker.txt +425 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/HowTo_Words.txt +132 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/contacttmp.jpg +0 -0
- data/rwd_files/favicon.ico +0 -0
- data/rwd_files/rdoc-style.css +175 -0
- data/rwd_files/rwdapplications.html +54 -0
- data/rwd_files/tinker.png +0 -0
- data/rwdconfig.dist +18 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +5 -0
- data/tests/makedist.rb +59 -0
- data/tests/makerwdwaddresses-1.04.rb +40 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdahelloworld-0.5.zip +0 -0
- metadata +447 -0
|
@@ -0,0 +1,259 @@
|
|
|
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.04
|
|
151
|
+
changed ftp upload
|
|
152
|
+
|
|
153
|
+
Version 1.03
|
|
154
|
+
fixed sync download
|
|
155
|
+
added more unit test
|
|
156
|
+
updated for rwdtinker 1.64 - jump menu added
|
|
157
|
+
|
|
158
|
+
Version 1.02
|
|
159
|
+
Export vCard
|
|
160
|
+
view raw vCard
|
|
161
|
+
updated for rwdtinker 1.61
|
|
162
|
+
|
|
163
|
+
version 1.01
|
|
164
|
+
updated for rwdtinker version 1.59
|
|
165
|
+
refactored diagnotic page - one button to see all information
|
|
166
|
+
added bug report upload to diagnostic page
|
|
167
|
+
|
|
168
|
+
version 1.00
|
|
169
|
+
Fix config editing screen
|
|
170
|
+
|
|
171
|
+
version 0.99
|
|
172
|
+
added rconftool use to update configuration files
|
|
173
|
+
changed applets removal to not use external rm
|
|
174
|
+
removed version number from directory name
|
|
175
|
+
Debian permissions fixed. Configuration editing has more boxes.
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
version 0.98
|
|
179
|
+
updated for rwdtinker 1.56
|
|
180
|
+
first debian version
|
|
181
|
+
added photo to front viewing screen
|
|
182
|
+
|
|
183
|
+
version 0.97
|
|
184
|
+
updated for rwdtinker version 1.51
|
|
185
|
+
added RwdAddresses Menu tab for easier navigation
|
|
186
|
+
Improvement to context sensitive help
|
|
187
|
+
wider text boxes for contact information
|
|
188
|
+
|
|
189
|
+
version 0.96
|
|
190
|
+
added tab for jump to addresses window
|
|
191
|
+
added return from photo window
|
|
192
|
+
added contact name on photo window
|
|
193
|
+
changed return from back window
|
|
194
|
+
|
|
195
|
+
version 0.95
|
|
196
|
+
added some context sensitive help
|
|
197
|
+
added edit config file and reload config variables
|
|
198
|
+
change to tinker context help script
|
|
199
|
+
updated for rwdtinker 1.47
|
|
200
|
+
Added delete update files function in sync tab
|
|
201
|
+
|
|
202
|
+
version 0.94
|
|
203
|
+
updated for rwdtinker 1.44 - refactored gui files
|
|
204
|
+
Changed gui directory names - more like Java package titles
|
|
205
|
+
added back window for sync tasks
|
|
206
|
+
added configuration viewing
|
|
207
|
+
added ftp file download for sync
|
|
208
|
+
added ftp file upload for sync
|
|
209
|
+
add update files and addresses sync compares
|
|
210
|
+
|
|
211
|
+
version 0.93
|
|
212
|
+
updated for rwdtinker 1.42 - semi-live updating
|
|
213
|
+
|
|
214
|
+
version 0.92
|
|
215
|
+
updated for rwdtinker 1.41
|
|
216
|
+
updated some l10n data
|
|
217
|
+
switched to jpg for contact photos
|
|
218
|
+
fixed rename for nil new name
|
|
219
|
+
|
|
220
|
+
version 0.91
|
|
221
|
+
updated for rwdtinker 1.4
|
|
222
|
+
Added configuration viewing
|
|
223
|
+
|
|
224
|
+
version 0.9
|
|
225
|
+
added edit commands to change contact record
|
|
226
|
+
Rename contacts
|
|
227
|
+
Delete contacts
|
|
228
|
+
attach photos to contacts
|
|
229
|
+
|
|
230
|
+
version 0.8
|
|
231
|
+
updated for version 1.23 of rwdtinker
|
|
232
|
+
|
|
233
|
+
version 0.7
|
|
234
|
+
changed directory structure for rwdtinker 0.9 and later
|
|
235
|
+
added conf file for name record directory location
|
|
236
|
+
split inf file for sample data
|
|
237
|
+
update HowTo_Addresses.html with info on serving over a LAN
|
|
238
|
+
improved name selection on the main screen
|
|
239
|
+
|
|
240
|
+
version 0.6
|
|
241
|
+
update handling of photo, when none found
|
|
242
|
+
reduced sizes of sample photos
|
|
243
|
+
|
|
244
|
+
version 0.5
|
|
245
|
+
revised to fit into rwdtinker framework
|
|
246
|
+
|
|
247
|
+
Version 0.4
|
|
248
|
+
Corrected photo xml
|
|
249
|
+
changed order of action buttons
|
|
250
|
+
added help-about window
|
|
251
|
+
|
|
252
|
+
Version 0.3
|
|
253
|
+
split code into sections - moved to code directory
|
|
254
|
+
added license file
|
|
255
|
+
split rwd gui file into sections
|
|
256
|
+
Photos added
|
|
257
|
+
|
|
258
|
+
Version 0.2
|
|
259
|
+
first public version released
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
= HowTo for BigTinker Program
|
|
2
|
+
|
|
3
|
+
BigTinker is loaded with tinker applets RubyWebDialogs and the rwdtinker framework.
|
|
4
|
+
|
|
5
|
+
1. Open brower windows
|
|
6
|
+
2. run shell commands under linux
|
|
7
|
+
3. use a calculator
|
|
8
|
+
4. build scripts of math commands
|
|
9
|
+
5 run ruby commands in a browser
|
|
10
|
+
6. show a calendar
|
|
11
|
+
7. address book
|
|
12
|
+
8. lookup word definitions
|
|
13
|
+
9. run Unix fortune program
|
|
14
|
+
10. Read Gutenberg books
|
|
15
|
+
|
|
16
|
+
Includes a hello world application to help building your own.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
Start the program by typing
|
|
20
|
+
ruby init.rb
|
|
21
|
+
|
|
22
|
+
Then point your web browser to:
|
|
23
|
+
http://localhost:7705/
|
|
24
|
+
|
|
25
|
+
To exit, press the x inside the browser window.
|
|
26
|
+
|
|
27
|
+
== HelpAbout
|
|
28
|
+
|
|
29
|
+
click on the ? on the top right to see version numbers
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
== Documents
|
|
33
|
+
|
|
34
|
+
when you click on a document name, the document should pop up in a
|
|
35
|
+
browser window, or in another browser tab.
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
== Using over a Network
|
|
40
|
+
|
|
41
|
+
To serve the application over your local LAN,change the last line in the
|
|
42
|
+
init.rb file to something like:
|
|
43
|
+
RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
|
|
44
|
+
Then you should be able to login at: http://yourhostname:8080
|
|
45
|
+
|
|
46
|
+
You have to authorize yourself. The .rwuids example is a string with
|
|
47
|
+
the name of the authorization file, relative to the home directory
|
|
48
|
+
of the user that started the service. This file has to be in the form of:
|
|
49
|
+
|
|
50
|
+
user1 = password
|
|
51
|
+
user2 = pass phrase
|
|
52
|
+
|
|
53
|
+
Thus the file .rwduids might contain:
|
|
54
|
+
|
|
55
|
+
erik = secret
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
Requirements:
|
|
59
|
+
RubyWebDialogs - I am using 0.0.11 2004-3-9
|
|
60
|
+
This package you downloaded rwddemo should have a runtime version of
|
|
61
|
+
the needed rubywebdialog files
|
|
62
|
+
|
|
63
|
+
Ruby I am using version 1.8.2
|
|
64
|
+
|
|
65
|
+
I have tested this under Linux-Debian kernel 2.6.9
|
|
66
|
+
|
|
67
|
+
Operation:
|
|
68
|
+
The code files reside in the code directory and are combined before
|
|
69
|
+
the main Class is loaded
|
|
70
|
+
|
|
71
|
+
The rwd files in gui are combined before the gui is activated
|
|
72
|
+
|
|
73
|
+
Installing:
|
|
74
|
+
|
|
75
|
+
untar the file
|
|
76
|
+
tar zxvf rwdshell-x.y.tar.gz
|
|
77
|
+
then cd to the directory
|
|
78
|
+
cd rwdshell-x.y
|
|
79
|
+
then start the init.rb program file
|
|
80
|
+
ruby init.rb
|
|
81
|
+
Trouble shooting:
|
|
82
|
+
|
|
83
|
+
If the program is not working, try looking at the ev subdirectory. That is where
|
|
84
|
+
the runtime of rubywebdialogs are.
|
|
85
|
+
|
|
86
|
+
for long term installation, I would suggest putting most files in a lib directory
|
|
87
|
+
like /usr/lib/rwdshell
|
|
88
|
+
then make a writable directory the local directory for command files to be written
|
|
89
|
+
like ~/rwdshell
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
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.
|
|
93
|
+
|
|
94
|
+
Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
|
|
95
|
+
|
|
96
|
+
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/
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
For more information see:
|
|
100
|
+
http://rwdapplications.rubyforge.org/wiki/wiki.pl
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
For more information about RubyWebDialogs see:
|
|
104
|
+
http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
105
|
+
|
|
106
|
+
Thanks, Steven Gibson
|
|
107
|
+
|
|
108
|
+
== Changelog
|
|
109
|
+
|
|
110
|
+
Version 0.93
|
|
111
|
+
Added rwdAddresses
|
|
112
|
+
Added rwdWords
|
|
113
|
+
Added rwdGutenberg
|
|
114
|
+
Added rwdHypernote
|
|
115
|
+
updated for rwdtinker 1.65
|
|
116
|
+
reorganized helpabout
|
|
117
|
+
reorganized documents
|
|
118
|
+
|
|
119
|
+
Version 0.92
|
|
120
|
+
added help to some shell tabs
|
|
121
|
+
updated for rwdtinker 1.62 - improve distro release script
|
|
122
|
+
changed selection screen to use new hash method
|
|
123
|
+
updated diagnostic tab
|
|
124
|
+
|
|
125
|
+
version 0.91
|
|
126
|
+
created ruby script editing
|
|
127
|
+
added rconftool use to update configuration files
|
|
128
|
+
changed applets removal to not use external rm
|
|
129
|
+
removed version number from directory name
|
|
130
|
+
|
|
131
|
+
version 0.90
|
|
132
|
+
updated for rwdtinker 1.54 - gem applet downloading
|
|
133
|
+
updated the calendar
|
|
134
|
+
added math script handling
|
|
135
|
+
|
|
136
|
+
Version 0.80
|
|
137
|
+
Update for rwdtinker 1.44
|
|
138
|
+
updated rwdcalc
|
|
139
|
+
|
|
140
|
+
version 0.70
|
|
141
|
+
updated for rwdtinker version 1.40
|
|
142
|
+
|
|
143
|
+
version 0.60
|
|
144
|
+
Reorganized code for rwdtinker 0.9 and later.
|
|
145
|
+
Added several new tabs
|
|
146
|
+
Produced RubyGem release.
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
= rwdgutenberg - for rwdtinker and RubyWebDialogs
|
|
2
|
+
|
|
3
|
+
rwdgutenberg is a bookreading program
|
|
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
|
+
To exit, press the x inside the browser window.
|
|
17
|
+
|
|
18
|
+
== rwdgutenberg
|
|
19
|
+
|
|
20
|
+
This program is a book reader
|
|
21
|
+
a book info can be entered and saved in a book directory
|
|
22
|
+
|
|
23
|
+
Bookdata can be saved in a file in the book directory
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
== Tabs
|
|
27
|
+
|
|
28
|
+
There are tabs to enter bookdata and links and edit configurations
|
|
29
|
+
|
|
30
|
+
View/Edit Note - to create a bookdata or edit and existing bookdata
|
|
31
|
+
|
|
32
|
+
View/Edit Links - to edit links
|
|
33
|
+
|
|
34
|
+
Note Utilities - to rename or delete bookdata
|
|
35
|
+
|
|
36
|
+
Edit Configuration - to change the configuration of rwdgutenberg
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
== Using over a Network
|
|
40
|
+
|
|
41
|
+
To serve the application over your local LAN,change the last line in the
|
|
42
|
+
init.rb file to something like:
|
|
43
|
+
RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
|
|
44
|
+
Then you should be able to login at: http://yourhostname:8080
|
|
45
|
+
|
|
46
|
+
You have to authorize yourself. The .rwuids example is a string with
|
|
47
|
+
the name of the authorization file, relative to the home directory
|
|
48
|
+
of the user that started the service. This file has to be in the form of:
|
|
49
|
+
|
|
50
|
+
user1 = password
|
|
51
|
+
user2 = pass phrase
|
|
52
|
+
|
|
53
|
+
Thus the file .rwduids might contain:
|
|
54
|
+
|
|
55
|
+
erik = secret
|
|
56
|
+
|
|
57
|
+
== Requirements:
|
|
58
|
+
RubyWebDialogs - I am using 0.0.12
|
|
59
|
+
Ruby I am using version 1.8.2
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
I have tested this under Linux-Debian kernel 2.6.9
|
|
63
|
+
|
|
64
|
+
== PROBLEMS:
|
|
65
|
+
|
|
66
|
+
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.
|
|
67
|
+
|
|
68
|
+
Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
== contacts
|
|
72
|
+
For more information see:
|
|
73
|
+
http://rwdapplications.rubyforge.org/wiki/wiki.pl
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
For more information about RubyWebDialogs see:
|
|
77
|
+
http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
Steven Gibson
|
|
81
|
+
steven@superant.com
|
|
82
|
+
|
|
83
|
+
== Changelog
|
|
84
|
+
version 0.03
|
|
85
|
+
edit data doc
|
|
86
|
+
delete file, rename file
|
|
87
|
+
|
|
88
|
+
version 0.02
|
|
89
|
+
search directories
|
|
90
|
+
create new data files
|
|
91
|
+
|
|
92
|
+
version 0.01
|
|
93
|
+
First Release
|
|
94
|
+
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
= rwdhypernote - for rwdtinker and RubyWebDialogs
|
|
2
|
+
|
|
3
|
+
rwdhypernote is a little hierarchical notes editor
|
|
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
|
+
To exit, press the x inside the browser window.
|
|
17
|
+
|
|
18
|
+
== rwdhypernote
|
|
19
|
+
|
|
20
|
+
This program is a hierarchical notes editor
|
|
21
|
+
text notes can be entered and saved in a Notes directory
|
|
22
|
+
|
|
23
|
+
Notes can be saved in a hierarchical structure in directories
|
|
24
|
+
Links can be recorded connecting Notes -similar to wikiwiki
|
|
25
|
+
|
|
26
|
+
== Tabs
|
|
27
|
+
|
|
28
|
+
There are tabs to enter notes and links and edit configurations
|
|
29
|
+
|
|
30
|
+
View/Edit Note - to create a note or edit and existing note
|
|
31
|
+
|
|
32
|
+
View/Edit Links - to edit links
|
|
33
|
+
|
|
34
|
+
Note Utilities - to rename or delete notes
|
|
35
|
+
|
|
36
|
+
Edit Configuration - to change the configuration of rwdhypernote
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
== Using over a Network
|
|
40
|
+
|
|
41
|
+
To serve the application over your local LAN,change the last line in the
|
|
42
|
+
init.rb file to something like:
|
|
43
|
+
RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
|
|
44
|
+
Then you should be able to login at: http://yourhostname:8080
|
|
45
|
+
|
|
46
|
+
You have to authorize yourself. The .rwuids example is a string with
|
|
47
|
+
the name of the authorization file, relative to the home directory
|
|
48
|
+
of the user that started the service. This file has to be in the form of:
|
|
49
|
+
|
|
50
|
+
user1 = password
|
|
51
|
+
user2 = pass phrase
|
|
52
|
+
|
|
53
|
+
Thus the file .rwduids might contain:
|
|
54
|
+
|
|
55
|
+
erik = secret
|
|
56
|
+
|
|
57
|
+
== Requirements:
|
|
58
|
+
RubyWebDialogs - I am using 0.0.12
|
|
59
|
+
Ruby I am using version 1.8.2
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
I have tested this under Linux-Debian kernel 2.6.9
|
|
63
|
+
|
|
64
|
+
== PROBLEMS:
|
|
65
|
+
|
|
66
|
+
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.
|
|
67
|
+
|
|
68
|
+
Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
== contacts
|
|
72
|
+
For more information see:
|
|
73
|
+
http://rwdapplications.rubyforge.org/wiki/wiki.pl
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
For more information about RubyWebDialogs see:
|
|
77
|
+
http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
Steven Gibson
|
|
81
|
+
steven@superant.com
|
|
82
|
+
|
|
83
|
+
== Changelog
|
|
84
|
+
Version 0.07
|
|
85
|
+
updated for rwdtinker version 1.63
|
|
86
|
+
changed handling of application name returned
|
|
87
|
+
added jump seletion options
|
|
88
|
+
added some unit tests
|
|
89
|
+
|
|
90
|
+
version 0.06
|
|
91
|
+
added configuration editing tab
|
|
92
|
+
added more help information
|
|
93
|
+
updated for rwdtinker version 1.60
|
|
94
|
+
add rwdapplication info to diagnostic
|
|
95
|
+
turn rescue on in diagnostic upload
|
|
96
|
+
|
|
97
|
+
version 0.05
|
|
98
|
+
beginning to add context help
|
|
99
|
+
updated for rwdtinker version 1.58
|
|
100
|
+
added rconftool use to update configuration files
|
|
101
|
+
changed applets removal to not use external rm
|
|
102
|
+
removed version number from directory name
|
|
103
|
+
|
|
104
|
+
version 0.04
|
|
105
|
+
corrected bug in note name on link tab
|
|
106
|
+
cleaned up variable names in list notes
|
|
107
|
+
|
|
108
|
+
version 0.03
|
|
109
|
+
view and edit note
|
|
110
|
+
view and edit links
|
|
111
|
+
rename and delete files
|
|
112
|
+
|
|
113
|
+
version 0.02
|
|
114
|
+
updated for rwdtinker 1.54
|
|
115
|
+
adding internal links
|
|
116
|
+
beginning help
|
|
117
|
+
helpabout
|
|
118
|
+
|
|
119
|
+
version 0.01
|
|
120
|
+
First Release
|
|
121
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
<head>
|
|
3
|
+
<title>
|
|
4
|
+
rwdrubyeval - for rwdtinker and RubyWebDialogs
|
|
5
|
+
</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<h3>
|
|
9
|
+
|
|
10
|
+
run Ruby commands in the browser
|
|
11
|
+
|
|
12
|
+
<p>
|
|
13
|
+
At the Ruby tab here are some commands you might try
|
|
14
|
+
<p>
|
|
15
|
+
print "hello" + "\n"
|
|
16
|
+
<p>
|
|
17
|
+
bar=46; print "%s" % bar, "\n"
|
|
18
|
+
<p>
|
|
19
|
+
"abc".each_byte{|c| printf "<%c>", c}; print "\n"
|
|
20
|
+
<p>
|
|
21
|
+
"a\nb\nc\n".each_line{|l| print l}
|
|
22
|
+
<p>
|
|
23
|
+
for l in "a\nb\nc\n" ; print l ; end
|
|
24
|
+
<p>
|
|
25
|
+
print "%s" % "abcdef".length
|
|
26
|
+
<p>
|
|
27
|
+
|
|
28
|
+
<p>
|
|
29
|
+
The GUI interface used is RubyWebDialogs
|
|
30
|
+
<p>
|
|
31
|
+
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/
|
|
32
|
+
<p>
|
|
33
|
+
|
|
34
|
+
Install rwdtinker<br>
|
|
35
|
+
unzip this applet in the directory where you put rwdtinker
|
|
36
|
+
<p>
|
|
37
|
+
Start the program by typing<br>
|
|
38
|
+
ruby init.rb
|
|
39
|
+
<p>
|
|
40
|
+
Then point your web browser to:<br>
|
|
41
|
+
http://localhost:7701/
|
|
42
|
+
<p>
|
|
43
|
+
The rwdtinker framework is used by:<br>
|
|
44
|
+
|
|
45
|
+
Spliting the source code and the gui code into atomic parts and use init.rb to merge the parts together.
|
|
46
|
+
<p>
|
|
47
|
+
With the framework, we are able to ship a "plugin" or as I calling them "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 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.
|
|
48
|
+
<p>
|
|
49
|
+
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
|
|
50
|
+
<p>
|
|
51
|
+
This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
|
|
52
|
+
<p>
|
|
53
|
+
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)
|
|
54
|
+
<p>
|
|
55
|
+
</h3>
|
|
56
|
+
<pre>
|
|
57
|
+
Requirements:
|
|
58
|
+
RubyWebDialogs - I am using 0.1.1 2004-12-5
|
|
59
|
+
|
|
60
|
+
Ruby I am using version 1.8.2
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
I have tested this under Linux-Debian kernel 2.6.9
|
|
64
|
+
|
|
65
|
+
PROBLEMS:
|
|
66
|
+
you should consult what beginning 3 characters for you files.
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
don't type in the extension .sch
|
|
70
|
+
|
|
71
|
+
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.
|
|
72
|
+
|
|
73
|
+
Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
|
|
74
|
+
|
|
75
|
+
Steven Gibson
|
|
76
|
+
steven@superant.com
|
|
77
|
+
http://rwdapplications.rubyforge.org/wiki/wiki.pl
|
|
78
|
+
</pre>
|
|
79
|
+
</body>
|
|
80
|
+
</html>
|