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,132 @@
|
|
|
1
|
+
= RwdWords Program
|
|
2
|
+
|
|
3
|
+
How to Use the Words Program (rwdwords)
|
|
4
|
+
|
|
5
|
+
== What is is
|
|
6
|
+
|
|
7
|
+
includes is a web brower interface to dictionary lookup
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
download from http://rubyforge.org/frs/?group_id=444
|
|
11
|
+
|
|
12
|
+
run shell commands
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
The GUI interface used is RubyWebDialogs
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
Start the program by typing<br>
|
|
19
|
+
ruby init.rb
|
|
20
|
+
|
|
21
|
+
Then point your web browser to:
|
|
22
|
+
http://localhost:7705/
|
|
23
|
+
|
|
24
|
+
== using dictionary lookup
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
Enter the word you want to run for in the browser form and press Lookup.
|
|
29
|
+
After a second the browser should fill with the results of the command.
|
|
30
|
+
|
|
31
|
+
You should be able to run one search after another
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
The GUI interface used is RubyWebDialogs
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
Start the program by typing
|
|
41
|
+
ruby init.rb
|
|
42
|
+
|
|
43
|
+
Then point your web browser to:
|
|
44
|
+
http://localhost:7705/
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
== Using over a Network
|
|
50
|
+
|
|
51
|
+
To serve the application over your local LAN,change the last line in the
|
|
52
|
+
init.rb file to something like:
|
|
53
|
+
RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
|
|
54
|
+
Then you should be able to login at: http://yourhostname:8080
|
|
55
|
+
|
|
56
|
+
You have to authorize yourself. The .rwuids example is a string with
|
|
57
|
+
the name of the authorization file, relative to the home directory
|
|
58
|
+
of the user that started the service. This file has to be in the form of:
|
|
59
|
+
|
|
60
|
+
user1 = password
|
|
61
|
+
user2 = pass phrase
|
|
62
|
+
|
|
63
|
+
Thus the file .rwduids might contain:
|
|
64
|
+
|
|
65
|
+
erik = secret
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
== Requirements:
|
|
69
|
+
RubyWebDialogs - I am using 0.0.11 2004-3-9<br>
|
|
70
|
+
This package you downloaded rwddemo should have a runtime version of
|
|
71
|
+
the needed rubywebdialog files<br>
|
|
72
|
+
|
|
73
|
+
Ruby I am using version 1.8.2
|
|
74
|
+
|
|
75
|
+
I have tested this under Linux-Debian kernel 2.6.9
|
|
76
|
+
|
|
77
|
+
== Operation:
|
|
78
|
+
The code files reside in the code directory and are combined before
|
|
79
|
+
the main Class is loaded
|
|
80
|
+
|
|
81
|
+
The rwd files in gui are combined before the gui is activated
|
|
82
|
+
|
|
83
|
+
== Installing:
|
|
84
|
+
|
|
85
|
+
unzip the file
|
|
86
|
+
then cd to the directory
|
|
87
|
+
unzip rwdaspell-x.y.zip
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
== Trouble shooting:
|
|
91
|
+
|
|
92
|
+
If the program is not working, try looking at the ev subdirectory. That is where
|
|
93
|
+
the runtime of rubywebdialogs are.
|
|
94
|
+
|
|
95
|
+
for long term installation, I would suggest putting most files in a lib directory
|
|
96
|
+
like /usr/lib/rwdshell
|
|
97
|
+
then make a writable directory the local directory for command files to be written
|
|
98
|
+
like ~/rwdshell
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
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.
|
|
102
|
+
|
|
103
|
+
Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
|
|
104
|
+
|
|
105
|
+
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/
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
For more information see:
|
|
109
|
+
http://rwdapplications.rubyforge.org/wiki/wiki.pl
|
|
110
|
+
|
|
111
|
+
For more information about RubyWebDialogs see:<br>
|
|
112
|
+
http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
113
|
+
|
|
114
|
+
Thanks, Steven Gibson
|
|
115
|
+
|
|
116
|
+
== Changelog
|
|
117
|
+
version 0.02
|
|
118
|
+
name changed to rwdwords from rwdspell
|
|
119
|
+
added fortune refresh window that should work on any Unixlike system
|
|
120
|
+
|
|
121
|
+
version 0.01
|
|
122
|
+
First release
|
|
123
|
+
can lookup dict.org entries
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
rwdapplications are web brower applications
|
|
2
|
+
|
|
3
|
+
The GUI interface used is RubyWebDialogs
|
|
4
|
+
|
|
5
|
+
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/
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Start the program by:
|
|
9
|
+
changing to the directory and
|
|
10
|
+
ruby init.rb
|
|
11
|
+
|
|
12
|
+
Then point your web browser to:
|
|
13
|
+
http://localhost:7701/
|
|
14
|
+
|
|
15
|
+
Or to the port that shows on the console or in the config.cnf file
|
|
16
|
+
|
|
17
|
+
Requirements:
|
|
18
|
+
RubyWebDialogs - I am using 0.0.11 2004-3-9
|
|
19
|
+
This package you downloaded should have a runtime version of
|
|
20
|
+
the needed rubywebdialog files
|
|
21
|
+
|
|
22
|
+
Ruby I am using version 1.8.2
|
|
23
|
+
|
|
24
|
+
I have tested this under Linux-Debian kernel 2.6.9
|
|
25
|
+
|
|
26
|
+
Operation:
|
|
27
|
+
The code files reside in the code directory and are combined before
|
|
28
|
+
the main Class is loaded
|
|
29
|
+
|
|
30
|
+
The rwd files in gui are combined before the gui is activated
|
|
31
|
+
|
|
32
|
+
Trouble shooting:
|
|
33
|
+
|
|
34
|
+
untar the file
|
|
35
|
+
tar zxvf rwdapplication-x.y.tar.gz
|
|
36
|
+
then cd to the directory
|
|
37
|
+
cd rwdapplication-x.y
|
|
38
|
+
then start the init.rb program file
|
|
39
|
+
ruby init.rb
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
If the program is not working, try looking at the ev subdirectory. That is where
|
|
43
|
+
the runtime of rubywebdialogs are.
|
|
44
|
+
|
|
45
|
+
for long term installation, I would suggest putting most files in a lib directory
|
|
46
|
+
like /usr/lib/rwdshell
|
|
47
|
+
then make a writable directory the local directory for command files to be written
|
|
48
|
+
like ~/rwdshell
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
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.
|
|
52
|
+
|
|
53
|
+
Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
|
|
54
|
+
|
|
55
|
+
Steven Gibson
|
|
56
|
+
stevengibson@superant.com
|
|
57
|
+
http://rwdapplications.rubyforge.org/
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
|
|
2
|
+
body {
|
|
3
|
+
margin: 0;
|
|
4
|
+
padding: 0;
|
|
5
|
+
background: white;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
|
|
9
|
+
h1 { font-size: 120%; }
|
|
10
|
+
h2,h3,h4 { margin-top: 1em; }
|
|
11
|
+
|
|
12
|
+
a { background: #eef; color: #039; text-decoration: none; }
|
|
13
|
+
a:hover { background: #039; color: #eef; }
|
|
14
|
+
|
|
15
|
+
/* Override the base stylesheet's Anchor inside a table cell */
|
|
16
|
+
td > a {
|
|
17
|
+
background: transparent;
|
|
18
|
+
color: #039;
|
|
19
|
+
text-decoration: none;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* === Structural elements =================================== */
|
|
23
|
+
|
|
24
|
+
div#index {
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
font-size: 0.9em;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
div#index a {
|
|
31
|
+
margin-left: 0.7em;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
div#classHeader {
|
|
35
|
+
width: auto;
|
|
36
|
+
background: #039;
|
|
37
|
+
color: white;
|
|
38
|
+
padding: 0.5em 1.5em 0.5em 1.5em;
|
|
39
|
+
margin: 0;
|
|
40
|
+
border-bottom: 3px solid #006;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
div#classHeader a {
|
|
44
|
+
background: inherit;
|
|
45
|
+
color: white;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
div#classHeader td {
|
|
49
|
+
background: inherit;
|
|
50
|
+
color: white;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
div#fileHeader {
|
|
54
|
+
width: auto;
|
|
55
|
+
background: #039;
|
|
56
|
+
color: white;
|
|
57
|
+
padding: 0.5em 1.5em 0.5em 1.5em;
|
|
58
|
+
margin: 0;
|
|
59
|
+
border-bottom: 3px solid #006;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
div#fileHeader a {
|
|
63
|
+
background: inherit;
|
|
64
|
+
color: white;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
div#fileHeader td {
|
|
68
|
+
background: inherit;
|
|
69
|
+
color: white;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
div#bodyContent {
|
|
73
|
+
padding: 0 1.5em 0 1.5em;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
div#description {
|
|
77
|
+
padding: 0.5em 1.5em;
|
|
78
|
+
background: #efefef;
|
|
79
|
+
border: 1px dotted #999;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
div#description h1,h2,h3,h4,h5,h6 {
|
|
83
|
+
color: black;
|
|
84
|
+
background: transparent;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
div#validator-badges {
|
|
88
|
+
text-align: center;
|
|
89
|
+
}
|
|
90
|
+
div#validator-badges img { border: 0; }
|
|
91
|
+
|
|
92
|
+
div#copyright {
|
|
93
|
+
color: #333;
|
|
94
|
+
background: #efefef;
|
|
95
|
+
font: 0.75em sans-serif;
|
|
96
|
+
margin-top: 5em;
|
|
97
|
+
margin-bottom: 0;
|
|
98
|
+
padding: 0.5em 2em;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
/* === Classes =================================== */
|
|
103
|
+
|
|
104
|
+
table.header-table {
|
|
105
|
+
color: white;
|
|
106
|
+
font-size: small;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.type-note {
|
|
110
|
+
font-size: small;
|
|
111
|
+
color: #DEDEDE;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.section-bar {
|
|
115
|
+
background: #eee;
|
|
116
|
+
color: #333;
|
|
117
|
+
padding: 3px;
|
|
118
|
+
border: 1px solid #999;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.top-aligned-row { vertical-align: vertical-align: top }
|
|
122
|
+
|
|
123
|
+
/* --- Context section classes ----------------------- */
|
|
124
|
+
|
|
125
|
+
.context-row { }
|
|
126
|
+
.context-item-name { font-family: monospace; font-weight: bold; color: black; }
|
|
127
|
+
.context-item-value { font-size: x-small; color: #448; }
|
|
128
|
+
.context-item-desc { background: #efefef; }
|
|
129
|
+
|
|
130
|
+
/* --- Method classes -------------------------- */
|
|
131
|
+
.method-detail {
|
|
132
|
+
background: #EFEFEF;
|
|
133
|
+
padding: 0;
|
|
134
|
+
margin-top: 0.5em;
|
|
135
|
+
margin-bottom: 0.5em;
|
|
136
|
+
border: 1px dotted #DDD;
|
|
137
|
+
}
|
|
138
|
+
.method-heading {
|
|
139
|
+
color: black;
|
|
140
|
+
background: #AAA;
|
|
141
|
+
border-bottom: 1px solid #666;
|
|
142
|
+
padding: 0.2em 0.5em 0 0.5em;
|
|
143
|
+
}
|
|
144
|
+
.method-signature { color: black; background: inherit; }
|
|
145
|
+
.method-name { font-weight: bold; }
|
|
146
|
+
.method-args { font-style: italic; }
|
|
147
|
+
.method-description { padding: 0 0.5em 0 0.5em; }
|
|
148
|
+
|
|
149
|
+
/* --- Source code sections -------------------- */
|
|
150
|
+
|
|
151
|
+
a.source-toggle { font-size: 90%; }
|
|
152
|
+
div.method-source-code {
|
|
153
|
+
background: #262626;
|
|
154
|
+
color: #ffdead;
|
|
155
|
+
margin: 1em;
|
|
156
|
+
padding: 0.5em;
|
|
157
|
+
border: 1px dashed #999;
|
|
158
|
+
overflow: hidden;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
div.method-source-code pre { color: #ffdead; overflow: hidden; }
|
|
162
|
+
|
|
163
|
+
/* --- Ruby keyword styles --------------------- */
|
|
164
|
+
|
|
165
|
+
.standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
|
|
166
|
+
|
|
167
|
+
.ruby-constant { color: #7fffd4; background: transparent; }
|
|
168
|
+
.ruby-keyword { color: #00ffff; background: transparent; }
|
|
169
|
+
.ruby-ivar { color: #eedd82; background: transparent; }
|
|
170
|
+
.ruby-operator { color: #00ffee; background: transparent; }
|
|
171
|
+
.ruby-identifier { color: #ffdead; background: transparent; }
|
|
172
|
+
.ruby-node { color: #ffa07a; background: transparent; }
|
|
173
|
+
.ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
|
|
174
|
+
.ruby-regexp { color: #ffa07a; background: transparent; }
|
|
175
|
+
.ruby-value { color: #7fffd4; background: transparent; }
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
<head>
|
|
3
|
+
<title>
|
|
4
|
+
rwdapplications information
|
|
5
|
+
</title>
|
|
6
|
+
</head>
|
|
7
|
+
<body>
|
|
8
|
+
<h1>
|
|
9
|
+
rwdapplications information (rwdshell)
|
|
10
|
+
</h1>
|
|
11
|
+
<br>
|
|
12
|
+
<h2>
|
|
13
|
+
|
|
14
|
+
Some additional programs in this series
|
|
15
|
+
</h2>
|
|
16
|
+
<h3>
|
|
17
|
+
<br><blockquote>
|
|
18
|
+
rwdaddresses a little address book
|
|
19
|
+
<br><br>
|
|
20
|
+
rwdmovies a database for tracking your dvds and vhs movie collection
|
|
21
|
+
<br><br>
|
|
22
|
+
|
|
23
|
+
you can find these on rubyforge.org
|
|
24
|
+
|
|
25
|
+
</blockquote>
|
|
26
|
+
<br>
|
|
27
|
+
|
|
28
|
+
<br><blockquote>
|
|
29
|
+
Also look for a program called redpimp on rubyforge.org
|
|
30
|
+
|
|
31
|
+
<br><br>
|
|
32
|
+
It is planned to be a pim using RubyWebDialogs
|
|
33
|
+
<br><br>
|
|
34
|
+
|
|
35
|
+
you can find this at http://redpimp.rubyforge.org
|
|
36
|
+
|
|
37
|
+
</blockquote>
|
|
38
|
+
<br>
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
<br><br>
|
|
42
|
+
For more information see:<br>
|
|
43
|
+
<a href=http://rwdapplications.rubyforge.org/wiki/wiki.pl>http://rwdapplications.rubyforge.org/wiki/wiki.pl</a>
|
|
44
|
+
<br>
|
|
45
|
+
<br>
|
|
46
|
+
For more information about RubyWebDialogs see:<br>
|
|
47
|
+
<a href=http://www.erikveen.dds.nl/rubywebdialogs/index.html>http://www.erikveen.dds.nl/rubywebdialogs/index.html</a>
|
|
48
|
+
<br><br>
|
|
49
|
+
Thanks, Steven Gibson
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</body>
|
|
54
|
+
</html>
|
|
Binary file
|
data/rwdconfig.dist
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
##VERSION:1.65
|
|
2
|
+
# rwdtinker core configuration file
|
|
3
|
+
##NAME: ConfigLocation:0
|
|
4
|
+
ConfigLocation=""
|
|
5
|
+
##NAME: ZipsLocation:0
|
|
6
|
+
ZipsLocation=""
|
|
7
|
+
##NAME:$testharnessarray:0
|
|
8
|
+
$testharnessarray = ["rwdtinker_all_tests"]
|
|
9
|
+
##NAME:TestNow:0
|
|
10
|
+
TestNow=false # turning this on will run the unit tests
|
|
11
|
+
##NAME:$testharness:0
|
|
12
|
+
$testharness=true
|
|
13
|
+
##NAME:$tinkerdocumentsarray:0
|
|
14
|
+
$tinkerhelpaboutarray = ["Tinker"]
|
|
15
|
+
$tinkerdocumentsarray = ["Readme.txt"]
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
data/tests/RubyGauge.rb
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
#--------------------------------------------------------------------#
|
|
2
|
+
# #
|
|
3
|
+
# RubyGauge version 1 #
|
|
4
|
+
# Copyright (c) 2005, Harrison Ainsworth. #
|
|
5
|
+
# #
|
|
6
|
+
# http://hxa7241.org/ #
|
|
7
|
+
# #
|
|
8
|
+
#--------------------------------------------------------------------#
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
require 'find'
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Counts lines of code in ruby source files.
|
|
19
|
+
#
|
|
20
|
+
# just a simple example ruby program, produced as an exercise.
|
|
21
|
+
#
|
|
22
|
+
# * directories are looked in recursively for source files
|
|
23
|
+
# * source files with the following name extensions are recognized:
|
|
24
|
+
# .rb .rbw
|
|
25
|
+
# * a line is counted as code if it is not empty and not solely comment
|
|
26
|
+
#
|
|
27
|
+
# == requirements
|
|
28
|
+
# ruby 1.8
|
|
29
|
+
#
|
|
30
|
+
# == usage
|
|
31
|
+
# RubyGauge.rb [-f...] (file|directory)pathname ...
|
|
32
|
+
# RubyGauge.rb -help|-?
|
|
33
|
+
#
|
|
34
|
+
# switches:
|
|
35
|
+
# -f<[l|s][1|2]> set output format to long/short, linecount only /
|
|
36
|
+
# linecount and filecount (defaults to -fl2)
|
|
37
|
+
# -help|-? prints this message
|
|
38
|
+
#
|
|
39
|
+
# ==acknowledgements
|
|
40
|
+
# * ruby: http://ruby-lang.org/
|
|
41
|
+
# * the pragmaticprogrammers pickaxe book:
|
|
42
|
+
# http://phrogz.net/ProgrammingRuby/
|
|
43
|
+
# * rubygarden: http://rubygarden.org/ruby?CodingInRuby
|
|
44
|
+
#
|
|
45
|
+
# == license
|
|
46
|
+
# this software is too short and insignificant to have a license.
|
|
47
|
+
|
|
48
|
+
module RubyGauge
|
|
49
|
+
|
|
50
|
+
# Entry point if run from the command line.
|
|
51
|
+
#
|
|
52
|
+
# Reads command line args, writes output to stdout.
|
|
53
|
+
#
|
|
54
|
+
def RubyGauge.main
|
|
55
|
+
|
|
56
|
+
# check if help message needed
|
|
57
|
+
if $*.empty? || !(RubyGauge.getSwitchs( $*, '(help|\?)' ).empty?)
|
|
58
|
+
|
|
59
|
+
puts "\n#{@@BANNER}\n#{@@HELP}"
|
|
60
|
+
|
|
61
|
+
else
|
|
62
|
+
|
|
63
|
+
# count
|
|
64
|
+
pathnames = RubyGauge.getTokens( $*, '^[^-\/]', ' ' )
|
|
65
|
+
|
|
66
|
+
fileCount = []
|
|
67
|
+
lineCount = RubyGauge.countLinesInFileTree( pathnames, fileCount )
|
|
68
|
+
|
|
69
|
+
# output counts
|
|
70
|
+
format = RubyGauge.getSwitchs( $*, 'f', '-fl2' ).last[2,2]
|
|
71
|
+
|
|
72
|
+
(@@LINES_FORMAT = { 's' => "#{lineCount}" }).default = "\n #{lineCount} line#{lineCount == 1 ? '' : 's'} of code\n"
|
|
73
|
+
(@@FILES_FORMAT = { 's' => " #{fileCount}" }).default = " #{fileCount[0]} file#{fileCount[0] == 1 ? '' : 's'}\n"
|
|
74
|
+
print @@LINES_FORMAT[format[0,1]]
|
|
75
|
+
print @@FILES_FORMAT[format[0,1]] unless format[1,1] == '1'
|
|
76
|
+
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
def RubyGauge.getSwitchs( commandline, pattern, default=nil )
|
|
83
|
+
|
|
84
|
+
RubyGauge.getTokens( commandline, '^(-|\/)' + pattern, default )
|
|
85
|
+
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def RubyGauge.getTokens( commandline, pattern, default=nil )
|
|
90
|
+
|
|
91
|
+
tokens = []
|
|
92
|
+
|
|
93
|
+
commandline.each do |token|
|
|
94
|
+
if token =~ /#{pattern}/
|
|
95
|
+
tokens.push token
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
if tokens.empty? && default
|
|
100
|
+
tokens.push default
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
tokens
|
|
104
|
+
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
# Counts lines of ruby code in filetree recursively.
|
|
109
|
+
#
|
|
110
|
+
# A line is counted as code if it is not empty and not solely comment.
|
|
111
|
+
#
|
|
112
|
+
# == parameters
|
|
113
|
+
# * pathnames: Array of String of file or directory pathname
|
|
114
|
+
# (relative or absolute)
|
|
115
|
+
# * fileCount: Array of Numeric, length 1. Just an example of a
|
|
116
|
+
# 'reference' parameter
|
|
117
|
+
# * return: Fixnum of the line count
|
|
118
|
+
#
|
|
119
|
+
def RubyGauge.countLinesInFileTree( pathnames, fileCount=[] )
|
|
120
|
+
|
|
121
|
+
fileCount[0] = 0
|
|
122
|
+
lineCount = 0
|
|
123
|
+
|
|
124
|
+
# scan directory tree
|
|
125
|
+
Find.find( *pathnames ) do |fileOrDirName|
|
|
126
|
+
|
|
127
|
+
# filter file types (to ruby)
|
|
128
|
+
if FileTest.file?( fileOrDirName ) &&
|
|
129
|
+
FileTest.readable?( fileOrDirName ) &&
|
|
130
|
+
fileOrDirName =~ /\.(rb|rbw)\Z/
|
|
131
|
+
|
|
132
|
+
fileCount[0] += 1
|
|
133
|
+
|
|
134
|
+
filePathname = File.expand_path( fileOrDirName )
|
|
135
|
+
|
|
136
|
+
# read file
|
|
137
|
+
File.open( filePathname, 'r' ) do |file|
|
|
138
|
+
|
|
139
|
+
# scan file lines
|
|
140
|
+
file.each_line do |line|
|
|
141
|
+
# select non blank, non comment-only line
|
|
142
|
+
unless line =~ /^\s*(#|\Z)/
|
|
143
|
+
lineCount += 1
|
|
144
|
+
end
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
end
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
lineCount
|
|
153
|
+
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
@@BANNER = "-------------------------------------------------------------\n" +
|
|
158
|
+
"RubyGauge 2005 (v1)\n" +
|
|
159
|
+
"Copyright (c) 2005, Harrison Ainsworth.\n\n" +
|
|
160
|
+
"http://hxa7241.org/\n" +
|
|
161
|
+
"-------------------------------------------------------------\n"
|
|
162
|
+
|
|
163
|
+
@@HELP = "RubyGauge counts lines of code in ruby source files.\n\n" +
|
|
164
|
+
"* directories are looked in recursively for source files\n" +
|
|
165
|
+
"* source files with the following name extensions are recognized: .rb .rbw\n" +
|
|
166
|
+
"* a line is counted as code if it is not empty and not solely comment\n" +
|
|
167
|
+
"\nusage:\n" +
|
|
168
|
+
" RubyGauge.rb [-f...] (file|directory)pathname ...\n" +
|
|
169
|
+
" RubyGauge.rb -help|-?\n" +
|
|
170
|
+
"\nswitches:\n" +
|
|
171
|
+
" -f<[l|s][1|2]> set output format to long/short, linecount only / linecount and filecount (defaults to -fl2)\n" +
|
|
172
|
+
" -help|-? prints this message\n"
|
|
173
|
+
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
RubyGauge.main
|
data/tests/cleancnf.sh
ADDED
data/tests/makedist.rb
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
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
|
+
require 'fileutils'
|
|
9
|
+
load 'rwdconfig.dist'
|
|
10
|
+
DistroName = "bigtinker"
|
|
11
|
+
load "configuration/#{DistroName}.dist"
|
|
12
|
+
DistroVersion=BigTinkerVersion
|
|
13
|
+
|
|
14
|
+
DistroTitle="#{DistroName}-#{DistroVersion}"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
$progdir = File::expand_path( File.dirname(__FILE__))
|
|
19
|
+
results = " "
|
|
20
|
+
|
|
21
|
+
puts "creating #{DistroName} distribution files version #{DistroVersion}"
|
|
22
|
+
puts "cleaning conf files"
|
|
23
|
+
`tests/cleancnf.sh`
|
|
24
|
+
puts "moving up one directory"
|
|
25
|
+
Dir.chdir("..")
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
FileUtils.rm_rf("#{DistroTitle}.zip")
|
|
30
|
+
zipcreatecmd = "zip -r #{DistroTitle}.zip #{DistroName}"
|
|
31
|
+
puts "#{zipcreatecmd}"
|
|
32
|
+
`#{zipcreatecmd}`
|
|
33
|
+
tarcreatecmd = "tar --gzip -cf #{DistroTitle}.tar.gz #{DistroName}"
|
|
34
|
+
puts "#{tarcreatecmd}"
|
|
35
|
+
`#{tarcreatecmd}`
|
|
36
|
+
tarcreatecmd2 = "tar --bzip2 -cf #{DistroTitle}.tar.bz2 #{DistroName}"
|
|
37
|
+
puts "#{tarcreatecmd2}"
|
|
38
|
+
`#{tarcreatecmd2}`
|
|
39
|
+
|
|
40
|
+
gemspecfilename = "#{DistroTitle}.gemspec"
|
|
41
|
+
tobject = Time.now
|
|
42
|
+
year = tobject.year.to_s
|
|
43
|
+
month = tobject.mon.to_s
|
|
44
|
+
daydate = tobject.day.to_s
|
|
45
|
+
|
|
46
|
+
fd = File.open(gemspecfilename,"w")
|
|
47
|
+
fd.print("Gem::Specification.new do |s|\n")
|
|
48
|
+
fd.print(" s.name = %q{#{DistroName}}\n")
|
|
49
|
+
fd.print(" s.version = \"#{DistroVersion}\"\n")
|
|
50
|
+
fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
|
|
51
|
+
load "#{DistroName}/tests/gemspec"
|
|
52
|
+
fd.print($gemspecvar)
|
|
53
|
+
fd.close
|
|
54
|
+
|
|
55
|
+
ListingCommand = "ls -1 -s -h #{DistroTitle}*"
|
|
56
|
+
|
|
57
|
+
puts `#{ListingCommand}`
|
|
58
|
+
|
|
59
|
+
print "Build finished\n"
|