rwdhypernote 0.04 → 0.05
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/Readme.txt +7 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +4 -1
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +5 -3
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +10 -6
- data/configuration/language.dist +7 -0
- data/configuration/{rwdapplicationidentity.cnf → rwdapplicationidentity.dist} +1 -1
- data/configuration/rwdhypernote.dist +11 -0
- data/configuration/{rwdtinker.cnf → rwdtinker.dist} +3 -4
- data/configuration/{tinkerwin2variables.cnf → tinkerwin2variables.dist} +6 -1
- data/extras/rconftool.rb +380 -0
- data/extras/zip/zip.rb +1 -0
- data/init.rb +42 -37
- data/installed/rwdviewlogo-0.4.inf +4 -0
- data/rwd_files/HowTo_HyperNote.txt +7 -0
- data/rwd_files/HowTo_Tinker.txt +16 -0
- data/rwdconfig.dist +6 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +5 -0
- data/tests/makedist.rb +29 -0
- data/tests/rdep.rb +354 -0
- data/tests/rwdtinkertestEN.rb +163 -0
- data/tests/test.result +32 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdahelloworld-0.5.zip +0 -0
- metadata +48 -48
- data/configuration/language.cnf +0 -5
- data/configuration/rwdhypernote.cnf +0 -9
- data/configuration/rwdhypernoteversion.cnf +0 -3
- data/configuration/rwdtinkerversion.cnf +0 -2
- data/configuration/tinkerwin2version.cnf +0 -3
- data/lang/alanguagehashbegin.rb +0 -4
- data/lang/languagehash.rb +0 -4
- data/lang/templangfile.rb +0 -16
- data/lang/vlanguagehashend.rb +0 -6
- data/lang/wlocallangstart.rb +0 -5
- data/lang/xlocallangfile.rb +0 -16
- data/lang/zlocallangend.rb +0 -2
| @@ -0,0 +1,93 @@ | |
| 1 | 
            +
            code/ag1core/rwdtinkercore.rb:    @result = "idle"
         | 
| 2 | 
            +
            code/ag1core/rwdtinkercore.rb:    @display= "idle"
         | 
| 3 | 
            +
            code/ag1core/rwdtinkercore.rb:   "Rwdtinker Application " 
         | 
| 4 | 
            +
            code/ll0listapplets/ll1openname.rb:            @displaytext = "\n" + "error"
         | 
| 5 | 
            +
            code/ll0listapplets/mm1removeapplet.rb:   	 fileName = "installed/" + nametext + ".inf"
         | 
| 6 | 
            +
            code/ll0listapplets/mm1removeapplet.rb:   @removeapplettext = "applet files removed! - restart rwd to finish uninstalling"    
         | 
| 7 | 
            +
            code/ll0listapplets/mm1removeapplet.rb:            @removeapplettext = "\n" + "error"
         | 
| 8 | 
            +
            code/lm1installapplets/lm1installapplet.rb:            @installapplettext = "Done! - Check applet list - restart rwd to activate the new applet"
         | 
| 9 | 
            +
            code/bb2viewphoto/dd0viewphoto.rb: @rwd_window = "photo"
         | 
| 10 | 
            +
            gui/en/aa2core/aa0rwdtop.rwd:  <window name="main" title="Tinker - RubyWebDialogs">
         | 
| 11 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:	<tab name="filelister" caption="List Applets">
         | 
| 12 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">View the list of installation files </row>
         | 
| 13 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="List Files" action="listinstalledfiles"/>
         | 
| 14 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 15 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">File Name:</p>  <text name="a_installlist"/> </row>
         | 
| 16 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:       <button caption="View Install Text" action="openname"/>
         | 
| 17 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 18 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">File Name:</p>  <text name="a_removeapplet"/> </row>
         | 
| 19 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:       <button caption="remove applet" action="removeapplet"/>
         | 
| 20 | 
            +
            gui/en/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 21 | 
            +
            gui/en/yg5rwdhelp/yg0helpscreen.rwd: <row> <p align="center">copyright s. gibson 2004</p></row>
         | 
| 22 | 
            +
            gui/en/yg5rwdhelp/yf6rwdtinker.rwd: <row> <p align="center">version 1.1</p></row>
         | 
| 23 | 
            +
            gui/en/yg5rwdhelp/yf0helpscreen.rwd: <row> <p align="center">rwdtinker</p></row>
         | 
| 24 | 
            +
            gui/en/ya1helpbegin/ya0helpscreenstart.rwd:<helpwindow name="main" title="Help About">
         | 
| 25 | 
            +
            gui/en/ww0documentsend/ww0documentend.rwd: <row> <p align="left"><a href=.>Spawn a clone Dialog window</a></p></row>
         | 
| 26 | 
            +
            gui/en/tt0documentsbegin/tt0documentbegin.rwd:  <tab name="one" caption="Documents">
         | 
| 27 | 
            +
            gui/en/ll9rwdlistzips/ll5rwdlistzips.rwd:	<tab name="zipslister" caption="List Zips">
         | 
| 28 | 
            +
            gui/en/ll9rwdlistzips/ll5rwdlistzips.rwd:      <row> <p align="right">File Name:</p>  <text name="a_installapplet"/> </row>
         | 
| 29 | 
            +
            gui/en/ll9rwdlistzips/ll5rwdlistzips.rwd:       <button caption="install applet" action="installapplet"/>
         | 
| 30 | 
            +
            gui/en/ll9rwdlistzips/ll5rwdlistzips.rwd:      <button caption="Cancel" action="main"/>
         | 
| 31 | 
            +
            gui/en/ll9rwdlistzips/ll5rwdlistzips.rwd:      <row> <p align="right">Click below to view the list of zip files </row>
         | 
| 32 | 
            +
            gui/en/ll9rwdlistzips/ll5rwdlistzips.rwd:       <button caption="List applets available for installing" action="listzipfilestoinstall"/>
         | 
| 33 | 
            +
            gui/en/bbviewphoto/cc0openphoto.rwd:	<tab name="View frames" caption="Tinker">
         | 
| 34 | 
            +
            gui/en/bbviewphoto/cc0openphoto.rwd:      <row> <p align="right">Tinker </row>
         | 
| 35 | 
            +
            gui/en/bbviewphoto/cc0openphoto.rwd:      <button caption="View Photo" action="viewphoto"/>
         | 
| 36 | 
            +
            gui/en/xx7viewphoto/xx9photoview.rwd:<window name="photo" title="Frames">
         | 
| 37 | 
            +
            gui/en/xx7viewphoto/xx9photoview.rwd:<image src="tinker.png"> frames </image>
         | 
| 38 | 
            +
            gui/es/aa2core/aa0rwdtop.rwd:  <window name="main" title="Tinker - RubyWebDialogs">
         | 
| 39 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:	<tab name="filelister" caption="List Applets">
         | 
| 40 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">View the list of installation files </row>
         | 
| 41 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="List Files" action="listinstalledfiles"/>
         | 
| 42 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 43 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">File Name:</p>  <text name="a_installlist"/> </row>
         | 
| 44 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:       <button caption="View Install Text" action="openname"/>
         | 
| 45 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 46 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">File Name:</p>  <text name="a_removeapplet"/> </row>
         | 
| 47 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:       <button caption="remove applet" action="removeapplet"/>
         | 
| 48 | 
            +
            gui/es/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 49 | 
            +
            gui/es/yg5rwdhelp/yg0helpscreen.rwd: <row> <p align="center">copyright s. gibson 2004</p></row>
         | 
| 50 | 
            +
            gui/es/yg5rwdhelp/yf6rwdtinker.rwd: <row> <p align="center">version 1.1</p></row>
         | 
| 51 | 
            +
            gui/es/yg5rwdhelp/yf0helpscreen.rwd: <row> <p align="center">rwdtinker</p></row>
         | 
| 52 | 
            +
            gui/es/ya1helpbegin/ya0helpscreenstart.rwd:<helpwindow name="main" title="Help About">
         | 
| 53 | 
            +
            gui/es/ww0documentsend/ww0documentend.rwd: <row> <p align="left"><a href=.>Spawn a clone Dialog window</a></p></row>
         | 
| 54 | 
            +
            gui/es/tt0documentsbegin/tt0documentbegin.rwd:  <tab name="one" caption="Documents">
         | 
| 55 | 
            +
            gui/es/ll9rwdlistzips/ll5rwdlistzips.rwd:	<tab name="zipslister" caption="List Zips">
         | 
| 56 | 
            +
            gui/es/ll9rwdlistzips/ll5rwdlistzips.rwd:      <row> <p align="right">File Name:</p>  <text name="a_installapplet"/> </row>
         | 
| 57 | 
            +
            gui/es/ll9rwdlistzips/ll5rwdlistzips.rwd:       <button caption="install applet" action="installapplet"/>
         | 
| 58 | 
            +
            gui/es/ll9rwdlistzips/ll5rwdlistzips.rwd:      <button caption="Cancel" action="main"/>
         | 
| 59 | 
            +
            gui/es/ll9rwdlistzips/ll5rwdlistzips.rwd:      <row> <p align="right">Click below to view the list of zip files </row>
         | 
| 60 | 
            +
            gui/es/ll9rwdlistzips/ll5rwdlistzips.rwd:       <button caption="List applets available for installing" action="listzipfilestoinstall"/>
         | 
| 61 | 
            +
            gui/es/bbviewphoto/cc0openphoto.rwd:	<tab name="View frames" caption="Tinker">
         | 
| 62 | 
            +
            gui/es/bbviewphoto/cc0openphoto.rwd:      <row> <p align="right">Tinker </row>
         | 
| 63 | 
            +
            gui/es/bbviewphoto/cc0openphoto.rwd:      <button caption="View Photo" action="viewphoto"/>
         | 
| 64 | 
            +
            gui/es/xx7viewphoto/xx9photoview.rwd:<window name="photo" title="Frames">
         | 
| 65 | 
            +
            gui/es/xx7viewphoto/xx9photoview.rwd:<image src="tinker.png"> frames </image>
         | 
| 66 | 
            +
            gui/nl/aa2core/aa0rwdtop.rwd:  <window name="main" title="Tinker - RubyWebDialogs">
         | 
| 67 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:	<tab name="filelister" caption="List Applets">
         | 
| 68 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">View the list of installation files </row>
         | 
| 69 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="List Files" action="listinstalledfiles"/>
         | 
| 70 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 71 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">File Name:</p>  <text name="a_installlist"/> </row>
         | 
| 72 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:       <button caption="View Install Text" action="openname"/>
         | 
| 73 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 74 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:      <row> <p align="right">File Name:</p>  <text name="a_removeapplet"/> </row>
         | 
| 75 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:       <button caption="remove applet" action="removeapplet"/>
         | 
| 76 | 
            +
            gui/nl/ll5listapplets/ll0rwdlistapplets.rwd:      <button caption="Cancel" action="main"/>
         | 
| 77 | 
            +
            gui/nl/yg5rwdhelp/yg0helpscreen.rwd: <row> <p align="center">copyright s. gibson 2004</p></row>
         | 
| 78 | 
            +
            gui/nl/yg5rwdhelp/yf6rwdtinker.rwd: <row> <p align="center">version 1.1</p></row>
         | 
| 79 | 
            +
            gui/nl/yg5rwdhelp/yf0helpscreen.rwd: <row> <p align="center">rwdtinker</p></row>
         | 
| 80 | 
            +
            gui/nl/ya1helpbegin/ya0helpscreenstart.rwd:<helpwindow name="main" title="Help About">
         | 
| 81 | 
            +
            gui/nl/ww0documentsend/ww0documentend.rwd: <row> <p align="left"><a href=.>Spawn a clone Dialog window</a></p></row>
         | 
| 82 | 
            +
            gui/nl/tt0documentsbegin/tt0documentbegin.rwd:  <tab name="one" caption="Documents">
         | 
| 83 | 
            +
            gui/nl/ll9rwdlistzips/ll5rwdlistzips.rwd:	<tab name="zipslister" caption="List Zips">
         | 
| 84 | 
            +
            gui/nl/ll9rwdlistzips/ll5rwdlistzips.rwd:      <row> <p align="right">File Name:</p>  <text name="a_installapplet"/> </row>
         | 
| 85 | 
            +
            gui/nl/ll9rwdlistzips/ll5rwdlistzips.rwd:       <button caption="install applet" action="installapplet"/>
         | 
| 86 | 
            +
            gui/nl/ll9rwdlistzips/ll5rwdlistzips.rwd:      <button caption="Cancel" action="main"/>
         | 
| 87 | 
            +
            gui/nl/ll9rwdlistzips/ll5rwdlistzips.rwd:      <row> <p align="right">Click below to view the list of zip files </row>
         | 
| 88 | 
            +
            gui/nl/ll9rwdlistzips/ll5rwdlistzips.rwd:       <button caption="List applets available for installing" action="listzipfilestoinstall"/>
         | 
| 89 | 
            +
            gui/nl/bbviewphoto/cc0openphoto.rwd:	<tab name="View frames" caption="Tinker">
         | 
| 90 | 
            +
            gui/nl/bbviewphoto/cc0openphoto.rwd:      <row> <p align="right">Tinker </row>
         | 
| 91 | 
            +
            gui/nl/bbviewphoto/cc0openphoto.rwd:      <button caption="View Photo" action="viewphoto"/>
         | 
| 92 | 
            +
            gui/nl/xx7viewphoto/xx9photoview.rwd:<window name="photo" title="Frames">
         | 
| 93 | 
            +
            gui/nl/xx7viewphoto/xx9photoview.rwd:<image src="tinker.png"> frames </image>
         | 
    
        data/zips/rwdahelloworld-0.5.zip
    CHANGED
    
    | Binary file | 
    
        metadata
    CHANGED
    
    | @@ -1,10 +1,10 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 | 
            -
            rubygems_version: 0.8. | 
| 2 | 
            +
            rubygems_version: 0.8.6
         | 
| 3 3 | 
             
            specification_version: 1
         | 
| 4 4 | 
             
            name: rwdhypernote
         | 
| 5 5 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 6 | 
            -
              version: "0. | 
| 7 | 
            -
            date: 2005- | 
| 6 | 
            +
              version: "0.05"
         | 
| 7 | 
            +
            date: 2005-03-10
         | 
| 8 8 | 
             
            summary: rwdhypernote application is a hierarchical note taker for RubyWebDialogs.
         | 
| 9 9 | 
             
            require_paths: 
         | 
| 10 10 | 
             
              - "."
         | 
| @@ -35,6 +35,29 @@ files: | |
| 35 35 | 
             
              - code/01rwdcore/returntomain.rb
         | 
| 36 36 | 
             
              - code/01rwdcore/rwdtinkerversion.rb
         | 
| 37 37 | 
             
              - code/01rwdcore/rwdwindowreturn.rb
         | 
| 38 | 
            +
              - code/superant.com.rwdtinkerbackwindow/controlclient.rb
         | 
| 39 | 
            +
              - code/superant.com.rwdtinkerbackwindow/diagnostictab.rb
         | 
| 40 | 
            +
              - code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
         | 
| 41 | 
            +
              - code/superant.com.rwdtinkerbackwindow/installapplet.rb
         | 
| 42 | 
            +
              - code/superant.com.rwdtinkerbackwindow/installgemapplet.rb
         | 
| 43 | 
            +
              - code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
         | 
| 44 | 
            +
              - code/superant.com.rwdtinkerbackwindow/listzips.rb
         | 
| 45 | 
            +
              - code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb
         | 
| 46 | 
            +
              - code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
         | 
| 47 | 
            +
              - code/superant.com.rwdtinkerbackwindow/network.rb
         | 
| 48 | 
            +
              - code/superant.com.rwdtinkerbackwindow/openappletname.rb
         | 
| 49 | 
            +
              - code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb
         | 
| 50 | 
            +
              - code/superant.com.rwdtinkerbackwindow/removeapplet.rb
         | 
| 51 | 
            +
              - code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb
         | 
| 52 | 
            +
              - code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb
         | 
| 53 | 
            +
              - code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb
         | 
| 54 | 
            +
              - code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb
         | 
| 55 | 
            +
              - code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
         | 
| 56 | 
            +
              - code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
         | 
| 57 | 
            +
              - code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
         | 
| 58 | 
            +
              - code/superant.com.rwdtinkerbackwindow/installremotegem.rb
         | 
| 59 | 
            +
              - code/superant.com.rwdtinkerbackwindow/listgemzips.rb
         | 
| 60 | 
            +
              - code/zz0applicationend/zz0end.rb
         | 
| 38 61 | 
             
              - code/superant.com.hypernote/archiveevent.rb
         | 
| 39 62 | 
             
              - code/superant.com.hypernote/changehypernotename.rb
         | 
| 40 63 | 
             
              - code/superant.com.hypernote/clearhypernotescreendisplay.rb
         | 
| @@ -58,37 +81,11 @@ files: | |
| 58 81 | 
             
              - code/superant.com.hypernote/savehypernoterecord.rb
         | 
| 59 82 | 
             
              - code/superant.com.hypernote/savelinkrecord.rb
         | 
| 60 83 | 
             
              - code/superant.com.hypernote/viewrwdschedulesconfiguration.rb
         | 
| 61 | 
            -
              -  | 
| 62 | 
            -
              -  | 
| 63 | 
            -
              -  | 
| 64 | 
            -
              -  | 
| 65 | 
            -
              -  | 
| 66 | 
            -
              - code/superant.com.rwdtinkerbackwindow/installremotegem.rb
         | 
| 67 | 
            -
              - code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
         | 
| 68 | 
            -
              - code/superant.com.rwdtinkerbackwindow/listgemzips.rb
         | 
| 69 | 
            -
              - code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb
         | 
| 70 | 
            -
              - code/superant.com.rwdtinkerbackwindow/listzips.rb
         | 
| 71 | 
            -
              - code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb
         | 
| 72 | 
            -
              - code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
         | 
| 73 | 
            -
              - code/superant.com.rwdtinkerbackwindow/network.rb
         | 
| 74 | 
            -
              - code/superant.com.rwdtinkerbackwindow/openappletname.rb
         | 
| 75 | 
            -
              - code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb
         | 
| 76 | 
            -
              - code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
         | 
| 77 | 
            -
              - code/superant.com.rwdtinkerbackwindow/removeapplet.rb
         | 
| 78 | 
            -
              - code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb
         | 
| 79 | 
            -
              - code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb
         | 
| 80 | 
            -
              - code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb
         | 
| 81 | 
            -
              - code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb
         | 
| 82 | 
            -
              - code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
         | 
| 83 | 
            -
              - code/zz0applicationend/zz0end.rb
         | 
| 84 | 
            -
              - configuration/language.cnf
         | 
| 85 | 
            -
              - configuration/rwdapplicationidentity.cnf
         | 
| 86 | 
            -
              - configuration/rwdhypernote.cnf
         | 
| 87 | 
            -
              - configuration/rwdhypernoteversion.cnf
         | 
| 88 | 
            -
              - configuration/rwdtinker.cnf
         | 
| 89 | 
            -
              - configuration/rwdtinkerversion.cnf
         | 
| 90 | 
            -
              - configuration/tinkerwin2variables.cnf
         | 
| 91 | 
            -
              - configuration/tinkerwin2version.cnf
         | 
| 84 | 
            +
              - configuration/tinkerwin2variables.dist
         | 
| 85 | 
            +
              - configuration/rwdtinker.dist
         | 
| 86 | 
            +
              - configuration/language.dist
         | 
| 87 | 
            +
              - configuration/rwdapplicationidentity.dist
         | 
| 88 | 
            +
              - configuration/rwdhypernote.dist
         | 
| 92 89 | 
             
              - ev/browser.rb
         | 
| 93 90 | 
             
              - ev/ftools.rb
         | 
| 94 91 | 
             
              - ev/net.rb
         | 
| @@ -98,19 +95,13 @@ files: | |
| 98 95 | 
             
              - ev/thread.rb
         | 
| 99 96 | 
             
              - ev/tree.rb
         | 
| 100 97 | 
             
              - ev/xml.rb
         | 
| 98 | 
            +
              - extras/rconftool.rb
         | 
| 101 99 | 
             
              - extras/zip/ioextras.rb
         | 
| 102 100 | 
             
              - extras/zip/stdrubyext.rb
         | 
| 103 101 | 
             
              - extras/zip/tempfile_bugfixed.rb
         | 
| 104 102 | 
             
              - extras/zip/zip.rb
         | 
| 105 103 | 
             
              - extras/zip/zipfilesystem.rb
         | 
| 106 104 | 
             
              - extras/zip/ziprequire.rb
         | 
| 107 | 
            -
              - lang/alanguagehashbegin.rb
         | 
| 108 | 
            -
              - lang/languagehash.rb
         | 
| 109 | 
            -
              - lang/templangfile.rb
         | 
| 110 | 
            -
              - lang/vlanguagehashend.rb
         | 
| 111 | 
            -
              - lang/wlocallangstart.rb
         | 
| 112 | 
            -
              - lang/xlocallangfile.rb
         | 
| 113 | 
            -
              - lang/zlocallangend.rb
         | 
| 114 105 | 
             
              - lang/en/rwdcore/languagefile.rb
         | 
| 115 106 | 
             
              - lang/es/rwdcore/languagefile-es.rb
         | 
| 116 107 | 
             
              - lang/jp/rwdcore/languagefile.rb
         | 
| @@ -127,27 +118,27 @@ files: | |
| 127 118 | 
             
              - gui/frontwindowtdocumentbegin/superant.com.documentsbegin
         | 
| 128 119 | 
             
              - gui/frontwindowtdocumentbegin/superant.com.documentsbegin/tt0documentbegin.rwd
         | 
| 129 120 | 
             
              - gui/frontwindowtdocuments/superant.com.documents
         | 
| 130 | 
            -
              - gui/frontwindowtdocuments/superant.com.rwdhypernotedocument
         | 
| 131 121 | 
             
              - gui/frontwindowtdocuments/superant.com.tinkerwin2documents
         | 
| 122 | 
            +
              - gui/frontwindowtdocuments/superant.com.rwdhypernotedocument
         | 
| 132 123 | 
             
              - gui/frontwindowtdocuments/superant.com.documents/uu5documents.rwd
         | 
| 133 | 
            -
              - gui/frontwindowtdocuments/superant.com.rwdhypernotedocument/rwdhypernotedocument.rwd
         | 
| 134 124 | 
             
              - gui/frontwindowtdocuments/superant.com.tinkerwin2documents/uu5documents.rwd
         | 
| 125 | 
            +
              - gui/frontwindowtdocuments/superant.com.rwdhypernotedocument/rwdhypernotedocument.rwd
         | 
| 135 126 | 
             
              - gui/frontwindowtdocumentzend/superant.com.documentsend
         | 
| 136 127 | 
             
              - gui/frontwindowtdocumentzend/superant.com.documentsend/ww0documentend.rwd
         | 
| 137 128 | 
             
              - gui/frontwindowz1end/frontwindowend/xx0rwdfirsttab.rwd
         | 
| 138 129 | 
             
              - gui/helpaboutbegin/superant.com.helpaboutbegin
         | 
| 139 130 | 
             
              - gui/helpaboutbegin/superant.com.helpaboutbegin/ya0helpscreenstart.rwd
         | 
| 140 | 
            -
              - gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout
         | 
| 141 131 | 
             
              - gui/helpaboutinstalled/superant.com.rwdwin2helpabout
         | 
| 142 132 | 
             
              - gui/helpaboutinstalled/superant.com.tinkerhelpabout
         | 
| 143 | 
            -
              - gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout | 
| 144 | 
            -
              - gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout/5version.rwd
         | 
| 133 | 
            +
              - gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout
         | 
| 145 134 | 
             
              - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/1appname.rwd
         | 
| 146 135 | 
             
              - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/3copyright.rwd
         | 
| 147 136 | 
             
              - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/5version.rwd
         | 
| 148 137 | 
             
              - gui/helpaboutinstalled/superant.com.tinkerhelpabout/1appname.rwd
         | 
| 149 138 | 
             
              - gui/helpaboutinstalled/superant.com.tinkerhelpabout/3copyright.rwd
         | 
| 150 139 | 
             
              - gui/helpaboutinstalled/superant.com.tinkerhelpabout/5version.rwd
         | 
| 140 | 
            +
              - gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout/1versionname.rwd
         | 
| 141 | 
            +
              - gui/helpaboutinstalled/superant.com.rwdhypernotehelpabout/5version.rwd
         | 
| 151 142 | 
             
              - gui/helpaboutzend/superant.com.helpaboutend
         | 
| 152 143 | 
             
              - gui/helpaboutzend/superant.com.helpaboutend/helpscreenend.rwd
         | 
| 153 144 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow
         | 
| @@ -155,19 +146,19 @@ files: | |
| 155 146 | 
             
              - gui/tinkerbackwindows/superant.com.versionwindow
         | 
| 156 147 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd
         | 
| 157 148 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd
         | 
| 158 | 
            -
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd
         | 
| 159 149 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd
         | 
| 160 150 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd
         | 
| 161 151 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd
         | 
| 162 152 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd
         | 
| 163 153 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd
         | 
| 164 154 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd
         | 
| 155 | 
            +
              - gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd
         | 
| 165 156 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd
         | 
| 166 157 | 
             
              - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd
         | 
| 167 158 | 
             
              - gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd
         | 
| 168 159 | 
             
              - gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
         | 
| 160 | 
            +
              - installed/rwdviewlogo-0.4.inf
         | 
| 169 161 | 
             
              - rwd_files/favicon.ico
         | 
| 170 | 
            -
              - rwd_files/HowTo_HyperNote.txt
         | 
| 171 162 | 
             
              - rwd_files/HowTo_Tinker.txt
         | 
| 172 163 | 
             
              - rwd_files/HowTo_TinkerWin2.txt
         | 
| 173 164 | 
             
              - rwd_files/rdoc-style.css
         | 
| @@ -175,6 +166,7 @@ files: | |
| 175 166 | 
             
              - rwd_files/rwdapplications.html
         | 
| 176 167 | 
             
              - rwd_files/rwdindex.html
         | 
| 177 168 | 
             
              - rwd_files/tinker.png
         | 
| 169 | 
            +
              - rwd_files/HowTo_HyperNote.txt
         | 
| 178 170 | 
             
              - zips/rwdahelloworld-0.5.zip
         | 
| 179 171 | 
             
              - Notes/changes.lnk
         | 
| 180 172 | 
             
              - Notes/changes.txt
         | 
| @@ -186,8 +178,16 @@ files: | |
| 186 178 | 
             
              - Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk
         | 
| 187 179 | 
             
              - Notes/rwdtinker/RwdtinkerProgrammingQuickStart.txt
         | 
| 188 180 | 
             
              - Notes/rwdtinker/testnote2.txt
         | 
| 181 | 
            +
              - tests/rwdtinkertestEN.rb
         | 
| 182 | 
            +
              - tests/test.result
         | 
| 183 | 
            +
              - tests/totranslate.lang
         | 
| 184 | 
            +
              - tests/cleancnf.sh
         | 
| 185 | 
            +
              - tests/rdep.rb
         | 
| 186 | 
            +
              - tests/checkdepends.sh
         | 
| 187 | 
            +
              - tests/makedist.rb
         | 
| 189 188 | 
             
              - init.rb
         | 
| 190 189 | 
             
              - Readme.txt
         | 
| 190 | 
            +
              - rwdconfig.dist
         | 
| 191 191 | 
             
            test_files: []
         | 
| 192 192 | 
             
            rdoc_options: 
         | 
| 193 193 | 
             
              - "--main"
         | 
    
        data/configuration/language.cnf
    DELETED
    
    
| @@ -1,9 +0,0 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
            $rwdhypernote_directory = 'Notes'
         | 
| 3 | 
            -
             $notesarray = ["Notes/changes.txt"]
         | 
| 4 | 
            -
            $noteslinksarray = ["Notes/changes.lnk"]
         | 
| 5 | 
            -
            $rwdschedule_ftpsite = "ftp.mysite.com"
         | 
| 6 | 
            -
            $rwdschedule_ftplogin = "mylogin"
         | 
| 7 | 
            -
            $rwdschedule_ftppassword = "mypassword"
         | 
| 8 | 
            -
            $rwdschedule_ftpdirectory = "/incoming/rwdschedules/"
         | 
| 9 | 
            -
            $rwdschedule_updatedirectory = "updates"
         | 
    
        data/lang/alanguagehashbegin.rb
    DELETED
    
    
    
        data/lang/languagehash.rb
    DELETED
    
    
    
        data/lang/templangfile.rb
    DELETED
    
    | @@ -1,16 +0,0 @@ | |
| 1 | 
            -
             # English Language files for RwdTinker core
         | 
| 2 | 
            -
             | 
| 3 | 
            -
               
         | 
| 4 | 
            -
                  :applet_installed          => "applet installed!.",
         | 
| 5 | 
            -
                  :clickfor_version         => '"click for version"',
         | 
| 6 | 
            -
                  :documents              => '"Documents"',
         | 
| 7 | 
            -
                   :help => '"Help"',
         | 
| 8 | 
            -
                  :module_unknown              => "Module unknown",     
         | 
| 9 | 
            -
                  :next                    => '"Next"',    
         | 
| 10 | 
            -
                  :rwdtinker_window_2      => "RwdTinker Window 2",
         | 
| 11 | 
            -
                  :rwdtinker               => "RwdTinker",
         | 
| 12 | 
            -
                  :rwdtinker_help_window => '"RwdTinker Help Window"',
         | 
| 13 | 
            -
                  :rwdtinker_back_window   => '"RwdTinker Back Window"',
         | 
| 14 | 
            -
                  :rwdtinker_help => '"RwdTinker Help"',
         | 
| 15 | 
            -
                    :tinker_logo         => "Tinker Logo",
         | 
| 16 | 
            -
                  :selection_panel => '"Selection Panel"', 
         | 
    
        data/lang/vlanguagehashend.rb
    DELETED
    
    
    
        data/lang/xlocallangfile.rb
    DELETED
    
    | @@ -1,16 +0,0 @@ | |
| 1 | 
            -
             # English Language files for RwdTinker core
         | 
| 2 | 
            -
             | 
| 3 | 
            -
               
         | 
| 4 | 
            -
                  :applet_installed          => "applet installed!.",
         | 
| 5 | 
            -
                  :clickfor_version         => '"click for version"',
         | 
| 6 | 
            -
                  :documents              => '"Documents"',
         | 
| 7 | 
            -
                   :help => '"Help"',
         | 
| 8 | 
            -
                  :module_unknown              => "Module unknown",     
         | 
| 9 | 
            -
                  :next                    => '"Next"',    
         | 
| 10 | 
            -
                  :rwdtinker_window_2      => "RwdTinker Window 2",
         | 
| 11 | 
            -
                  :rwdtinker               => "RwdTinker",
         | 
| 12 | 
            -
                  :rwdtinker_help_window => '"RwdTinker Help Window"',
         | 
| 13 | 
            -
                  :rwdtinker_back_window   => '"RwdTinker Back Window"',
         | 
| 14 | 
            -
                  :rwdtinker_help => '"RwdTinker Help"',
         | 
| 15 | 
            -
                    :tinker_logo         => "Tinker Logo",
         | 
| 16 | 
            -
                  :selection_panel => '"Selection Panel"', 
         | 
    
        data/lang/zlocallangend.rb
    DELETED