rwdaddresses 0.8
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 +57 -0
- data/bin/rwdaddresses +19 -0
- data/code/ag1core/aa0begin.rb +18 -0
- data/code/ag1core/rwdtinkerversion.rb +15 -0
- data/code/al5languagefiles/alanguagehashbegin.rb +4 -0
- data/code/al5languagefiles/languagehash.rb +4 -0
- data/code/al5languagefiles/templangfile.rb +6 -0
- data/code/al5languagefiles/zlanguagehashend.rb +6 -0
- data/code/gl3addresses/gl3viewnamedata.rb +26 -0
- data/code/gl3addresses/gl4listnamerecord.rb +11 -0
- data/code/gl3addresses/gl4viewphoto.rb +4 -0
- data/code/gl3addresses/gl5createnewnamerecord.rb +17 -0
- data/code/lm1installapplets/ll5listzips.rb +14 -0
- data/code/lm1installapplets/lm1installapplet.rb +20 -0
- data/code/ssdiagnostictab/diagnostictab.rb +20 -0
- data/code/xa5rwdtinkercallable/callable.rb +13 -0
- data/code/xb1rwdtinkerbackwindow/05listinstalledfiles.rb +11 -0
- data/code/xb1rwdtinkerbackwindow/diagnostictab.rb +20 -0
- data/code/xb1rwdtinkerbackwindow/ll1openname.rb +18 -0
- data/code/xb1rwdtinkerbackwindow/ll5listzips.rb +14 -0
- data/code/xb1rwdtinkerbackwindow/lm1installapplet.rb +20 -0
- data/code/xb1rwdtinkerbackwindow/mm1removeapplet.rb +28 -0
- data/code/xb1rwdtinkerbackwindow/rwdtinkerwin2version.rb +14 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/aa0rwdframework.cnf +11 -0
- data/configuration/ab1tinkerwin2.cnf +3 -0
- data/configuration/gl3addresses.cnf +2 -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 +1848 -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/gui/en/aa2core/aa0rwdtop.rwd +3 -0
- data/gui/en/gl3addresses/gl3viewnamedata.rwd +16 -0
- data/gui/en/gl3addresses/gl4listnamerecordfiles.rwd +17 -0
- data/gui/en/gl3addresses/gl5createnewnamerecord.rwd +26 -0
- data/gui/en/ll1selectiontabbegin/selectiontabbegin.rwd +15 -0
- data/gui/en/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +11 -0
- data/gui/en/lz1selectiontabend/endselectiontab.rwd +1 -0
- data/gui/en/tt0documentsbegin/tt0documentbegin.rwd +5 -0
- data/gui/en/uu5rwddocuments/uu5documents.rwd +13 -0
- data/gui/en/uu6rwdtinkerwin2documents/uu5documents.rwd +4 -0
- data/gui/en/uu8addresses/uu8doc_rwdschedule.rwd +4 -0
- data/gui/en/ww0documentsend/ww0documentend.rwd +6 -0
- data/gui/en/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
- data/gui/en/xa1versionwindow/1appname.rwd +17 -0
- data/gui/en/xa5rwdtinkercallablewindow/1appname.rwd +15 -0
- data/gui/en/xa5rwdtinkercallablewindow/9end.rwd +4 -0
- data/gui/en/xb1rwdtinkerbackwindow/1appname.rwd +3 -0
- data/gui/en/xb1rwdtinkerbackwindow/2tab1.rwd +9 -0
- data/gui/en/xb1rwdtinkerbackwindow/3arwddiagnostics.rwd +31 -0
- data/gui/en/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +42 -0
- data/gui/en/xb1rwdtinkerbackwindow/4arwdlistzips.rwd +33 -0
- data/gui/en/xb1rwdtinkerbackwindow/9backend.rwd +5 -0
- data/gui/en/ya1helpaboutbegin/ya0helpscreenstart.rwd +1 -0
- data/gui/en/yg5rwdhelpabout/1appname.rwd +2 -0
- data/gui/en/yg5rwdhelpabout/3copyright.rwd +1 -0
- data/gui/en/yg5rwdhelpabout/5version.rwd +9 -0
- data/gui/en/yg6rwdwin2helpabout/1appname.rwd +2 -0
- data/gui/en/yg6rwdwin2helpabout/3copyright.rwd +1 -0
- data/gui/en/yg6rwdwin2helpabout/5version.rwd +9 -0
- data/gui/en/yl3addresseshelp/yl3helpscreen.rwd +4 -0
- data/gui/en/yy7addressesphotowindow/yy7addressesphoto.rwd +3 -0
- data/gui/en/za1applicationend/yy9rwdend.rwd +2 -0
- data/gui/es/aa2core/aa0rwdtop.rwd +3 -0
- data/gui/es/gl3addresses/gl3viewnamedata.rwd +16 -0
- data/gui/es/gl3addresses/gl4listnamerecordfiles.rwd +17 -0
- data/gui/es/gl3addresses/gl5createnewnamerecord.rwd +26 -0
- data/gui/es/ll1selectiontabbegin/selectiontabbegin.rwd +15 -0
- data/gui/es/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +11 -0
- data/gui/es/lz1selectiontabend/endselectiontab.rwd +1 -0
- data/gui/es/tt0documentsbegin/tt0documentbegin.rwd +5 -0
- data/gui/es/uu5rwddocuments/uu5documents.rwd +13 -0
- data/gui/es/uu6rwdtinkerwin2documents/uu5documents.rwd +4 -0
- data/gui/es/uu8addresses/uu8doc_rwdschedule.rwd +4 -0
- data/gui/es/ww0documentsend/ww0documentend.rwd +6 -0
- data/gui/es/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
- data/gui/es/xa1versionwindow/1appname.rwd +17 -0
- data/gui/es/xa5rwdtinkercallablewindow/1appname.rwd +15 -0
- data/gui/es/xa5rwdtinkercallablewindow/9end.rwd +4 -0
- data/gui/es/xb1rwdtinkerbackwindow/1appname.rwd +3 -0
- data/gui/es/xb1rwdtinkerbackwindow/2tab1.rwd +9 -0
- data/gui/es/xb1rwdtinkerbackwindow/3arwddiagnostics.rwd +31 -0
- data/gui/es/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +42 -0
- data/gui/es/xb1rwdtinkerbackwindow/4arwdlistzips.rwd +33 -0
- data/gui/es/xb1rwdtinkerbackwindow/9backend.rwd +5 -0
- data/gui/es/ya1helpaboutbegin/ya0helpscreenstart.rwd +1 -0
- data/gui/es/yg5rwdhelpabout/1appname.rwd +2 -0
- data/gui/es/yg5rwdhelpabout/3copyright.rwd +1 -0
- data/gui/es/yg5rwdhelpabout/5version.rwd +9 -0
- data/gui/es/yg6rwdwin2helpabout/1appname.rwd +2 -0
- data/gui/es/yg6rwdwin2helpabout/3copyright.rwd +1 -0
- data/gui/es/yg6rwdwin2helpabout/5version.rwd +9 -0
- data/gui/es/yl3addresseshelp/yl3helpscreen.rwd +4 -0
- data/gui/es/yy7addressesphotowindow/yy7addressesphoto.rwd +3 -0
- data/gui/es/za1applicationend/yy9rwdend.rwd +2 -0
- data/gui/nl/aa2core/aa0rwdtop.rwd +3 -0
- data/gui/nl/gl3addresses/gl3viewnamedata.rwd +16 -0
- data/gui/nl/gl3addresses/gl4listnamerecordfiles.rwd +17 -0
- data/gui/nl/gl3addresses/gl5createnewnamerecord.rwd +26 -0
- data/gui/nl/ll1selectiontabbegin/selectiontabbegin.rwd +15 -0
- data/gui/nl/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +11 -0
- data/gui/nl/lz1selectiontabend/endselectiontab.rwd +1 -0
- data/gui/nl/tt0documentsbegin/tt0documentbegin.rwd +5 -0
- data/gui/nl/uu5rwddocuments/uu5documents.rwd +13 -0
- data/gui/nl/uu6rwdtinkerwin2documents/uu5documents.rwd +4 -0
- data/gui/nl/uu8addresses/uu8doc_rwdschedule.rwd +4 -0
- data/gui/nl/ww0documentsend/ww0documentend.rwd +6 -0
- data/gui/nl/wz6finaltabs/xx0rwdfirsttab.rwd +4 -0
- data/gui/nl/xa1versionwindow/1appname.rwd +17 -0
- data/gui/nl/xa5rwdtinkercallablewindow/1appname.rwd +15 -0
- data/gui/nl/xa5rwdtinkercallablewindow/9end.rwd +4 -0
- data/gui/nl/xb1rwdtinkerbackwindow/1appname.rwd +3 -0
- data/gui/nl/xb1rwdtinkerbackwindow/2tab1.rwd +9 -0
- data/gui/nl/xb1rwdtinkerbackwindow/3arwddiagnostics.rwd +31 -0
- data/gui/nl/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +42 -0
- data/gui/nl/xb1rwdtinkerbackwindow/4arwdlistzips.rwd +33 -0
- data/gui/nl/xb1rwdtinkerbackwindow/9backend.rwd +5 -0
- data/gui/nl/ya1helpaboutbegin/ya0helpscreenstart.rwd +1 -0
- data/gui/nl/yg5rwdhelpabout/1appname.rwd +2 -0
- data/gui/nl/yg5rwdhelpabout/3copyright.rwd +1 -0
- data/gui/nl/yg5rwdhelpabout/5version.rwd +9 -0
- data/gui/nl/yg6rwdwin2helpabout/1appname.rwd +2 -0
- data/gui/nl/yg6rwdwin2helpabout/3copyright.rwd +1 -0
- data/gui/nl/yg6rwdwin2helpabout/5version.rwd +9 -0
- data/gui/nl/yl3addresseshelp/yl3helpscreen.rwd +4 -0
- data/gui/nl/yy7addressesphotowindow/yy7addressesphoto.rwd +3 -0
- data/gui/nl/za1applicationend/yy9rwdend.rwd +2 -0
- data/init.rb +164 -0
- data/installed/addressessample1.inf +5 -0
- data/installed/rwdaddresses-0.8.inf +11 -0
- data/installed/rwdtinkerwin2-0.5.inf +16 -0
- data/lang/en/rwdcore/languagefile.rb +6 -0
- data/lang/es/rwdcore/languagefile.rb +4 -0
- data/lang/nl/rwdcore/languagefile.rb +4 -0
- data/lib/temp.rb +1 -0
- data/names/AngelinaJolie.nam +8 -0
- data/names/AngelinaJolie.png +0 -0
- data/names/StevenGibson.nam +5 -0
- data/names/StevenGibson.png +0 -0
- data/names/nophoto.png +0 -0
- data/rwd_files/HowTo_Addresses.html +163 -0
- data/rwd_files/HowTo_Addresses.txt +145 -0
- data/rwd_files/HowTo_Tinker.html +370 -0
- data/rwd_files/HowTo_Tinker.txt +244 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/contacttmp.png +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/rwdindex.html +6 -0
- data/tests/rubyslippers-0.92.gemspec +17 -0
- data/tests/rwdtinker-1.2.gemspec +17 -0
- data/tests/rwdtinkertestEN.rb +87 -0
- data/tests/temptest.out +18 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdaviewphoto-0.3.zip +0 -0
- data/zips/rwdhelloworld-0.2.zip +0 -0
- data/zips/rwdrefreshacpi-0.1.zip +0 -0
- data/zips/rwdwtinkerwin2-0.5.zip +0 -0
- metadata +206 -0
@@ -0,0 +1,15 @@
|
|
1
|
+
|
2
|
+
<tab name="selectiontab" caption="Selection Panel">
|
3
|
+
|
4
|
+
<table>
|
5
|
+
<row> <p align="right">Open a new window with callable applets you have loaded</row>
|
6
|
+
|
7
|
+
</table>
|
8
|
+
<horizontal>
|
9
|
+
|
10
|
+
<button caption="RwdTinker Help Window" action="runrwdtinkerhelpwindow"/>
|
11
|
+
|
12
|
+
|
13
|
+
</horizontal>
|
14
|
+
|
15
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
</tab>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<row> <p align="left">
|
2
|
+
<a href=HowTo_Tinker.html>Howto_Tinker.html</a></p></row>
|
3
|
+
<row> <p align="left">
|
4
|
+
<a href=Readme.txt>Readme.txt</a></p></row>
|
5
|
+
<row> <p align="left">
|
6
|
+
<a href=COPYING>GPL License </a></p></row>
|
7
|
+
<row> <p align="left">
|
8
|
+
<a href=rwdapplications.html>more information about rwdapplications </a></p></row>
|
9
|
+
<row> <p align="left">
|
10
|
+
<a href=rwdindex.html>Link to online information about RubyWebdialogs </a></p></row>
|
11
|
+
|
12
|
+
|
13
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<window name = "applicationversion" title="Application Version">
|
2
|
+
|
3
|
+
<row> <p></row>
|
4
|
+
<p>%versionappnamedisplay%</p>
|
5
|
+
<row> <p></row>
|
6
|
+
<p>%versioncopyrightdisplay%</p>
|
7
|
+
|
8
|
+
<row> <p></row>
|
9
|
+
<p>%versionnumberdisplay%</p>
|
10
|
+
|
11
|
+
<horizontal>
|
12
|
+
<cancel/>
|
13
|
+
</horizontal>
|
14
|
+
|
15
|
+
</window>
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<window name = "rwdtinkerhelpwindow" title="RwdTinker Help">
|
2
|
+
<tabs>
|
3
|
+
<tab name="main" caption="Help">
|
4
|
+
<row> <p></row>
|
5
|
+
<row> <p>RwdTinker</row>
|
6
|
+
<cancel/>
|
7
|
+
</tab>
|
8
|
+
|
9
|
+
<tab name="nexttab" caption="Next">
|
10
|
+
<row> <p></row>
|
11
|
+
<row> <p>RwdTinker Help</row>
|
12
|
+
<cancel/>
|
13
|
+
</tab>
|
14
|
+
|
15
|
+
</tabs>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<tab name="diagnostictab" caption="Diagnostic Tab">
|
2
|
+
<horizontal>
|
3
|
+
<button caption="View Ruby Version" action="runrubyversion"/>
|
4
|
+
|
5
|
+
|
6
|
+
</horizontal>
|
7
|
+
<p>%rubyversion%</p>
|
8
|
+
|
9
|
+
|
10
|
+
<table>
|
11
|
+
<row> <p> </row>
|
12
|
+
|
13
|
+
</table>
|
14
|
+
|
15
|
+
<horizontal>
|
16
|
+
<button caption="view platform" action="runviewplatform"/>
|
17
|
+
|
18
|
+
</horizontal>
|
19
|
+
|
20
|
+
<p>%platformdisplay%</p>
|
21
|
+
<horizontal>
|
22
|
+
<button caption="View rwdtinker Version" action="rwdtinkerversiondiagnostic"/>
|
23
|
+
|
24
|
+
</horizontal>
|
25
|
+
|
26
|
+
<p>%rwdtinkerversionreturn%</p>
|
27
|
+
|
28
|
+
</tab>
|
29
|
+
|
30
|
+
|
31
|
+
|
@@ -0,0 +1,42 @@
|
|
1
|
+
<tab name="filelister" caption="List Applets">
|
2
|
+
|
3
|
+
|
4
|
+
<table>
|
5
|
+
<row> <p align="right">File Name:</p> <text name="a_installlist"/> </row>
|
6
|
+
|
7
|
+
</table>
|
8
|
+
|
9
|
+
<horizontal>
|
10
|
+
<button caption="View Install Text" action="openname"/>
|
11
|
+
<button caption="Cancel" action="main"/>
|
12
|
+
</horizontal>
|
13
|
+
<p>%displaytext%</p>
|
14
|
+
|
15
|
+
<table>
|
16
|
+
<row> <p align="right">File Name:</p> <text name="a_removeapplet"/> </row>
|
17
|
+
|
18
|
+
</table>
|
19
|
+
|
20
|
+
<p>%removeapplettext%</p>
|
21
|
+
<horizontal>
|
22
|
+
<button caption="remove applet" action="removeapplet"/>
|
23
|
+
<button caption="Cancel" action="main"/>
|
24
|
+
|
25
|
+
</horizontal>
|
26
|
+
<table>
|
27
|
+
<row> <p> </row>
|
28
|
+
<row> <p align="right">View the list of installation files </row>
|
29
|
+
|
30
|
+
</table>
|
31
|
+
<horizontal>
|
32
|
+
|
33
|
+
<button caption="List Files" action="listinstalledfiles"/>
|
34
|
+
|
35
|
+
</horizontal>
|
36
|
+
|
37
|
+
<p>%%filesresult%%</p>
|
38
|
+
|
39
|
+
</tab>
|
40
|
+
|
41
|
+
|
42
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<tab name="zipslister" caption="List Zips">
|
2
|
+
|
3
|
+
<table>
|
4
|
+
<row> <p align="right">File Name:</p> <text name="a_installapplet"/> </row>
|
5
|
+
|
6
|
+
</table>
|
7
|
+
|
8
|
+
<horizontal>
|
9
|
+
<button caption="install applet" action="installapplet"/>
|
10
|
+
<button caption="Cancel" action="main"/>
|
11
|
+
|
12
|
+
</horizontal>
|
13
|
+
<p>%installapplettext%</p>
|
14
|
+
|
15
|
+
|
16
|
+
<table>
|
17
|
+
<row> <p align="right">Click below to view the list of zip files </row>
|
18
|
+
|
19
|
+
</table>
|
20
|
+
|
21
|
+
<horizontal>
|
22
|
+
<button caption="List applets available for installing" action="listzipfilestoinstall"/>
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
</horizontal>
|
27
|
+
|
28
|
+
<p>%%zipslistresult%%</p>
|
29
|
+
|
30
|
+
</tab>
|
31
|
+
|
32
|
+
|
33
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
<helpwindow name="main" title="Help About">
|
@@ -0,0 +1 @@
|
|
1
|
+
<row> <p align="center">copyright s. gibson 2004</p></row>
|
@@ -0,0 +1 @@
|
|
1
|
+
<row> <p align="center">copyright s. gibson 2004</p></row>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
|
2
|
+
<tab name="Viewnamedata" caption="View Contact">
|
3
|
+
|
4
|
+
<table>
|
5
|
+
<row> <p align="right">Contact Name:</p> <text name="a_viewnamedata"/> </row>
|
6
|
+
|
7
|
+
</table>
|
8
|
+
<p>%viewnamedatadisplay%</p>
|
9
|
+
<horizontal>
|
10
|
+
<button caption="Open" action="viewnamedata"/>
|
11
|
+
<button caption="View Photo" action="viewcontactphoto"/>
|
12
|
+
<button caption="Cancel" action="main"/>
|
13
|
+
|
14
|
+
</horizontal>
|
15
|
+
|
16
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<tab name="createnewnamerecordfile" caption="New Contact">
|
2
|
+
<table>
|
3
|
+
<row> <p align="right">FileName:</p> <text name="a_filename"/> </row>
|
4
|
+
<row> <p align="right">Contact Name:</p> <text name="a_name"/> </row>
|
5
|
+
<row> <p align="right">Address:</p> <text name="a_address"/> </row>
|
6
|
+
<row> <p align="right">CityStateZip:</p> <text name="a_citystatezip"/> </row>
|
7
|
+
<row> <p align="right">Phone:</p> <text name="a_phone"/> </row>
|
8
|
+
<row> <p align="right">Email:</p> <text name="a_email"/> </row>
|
9
|
+
<row> <p align="right">Comment1:</p> <text name="a_comment1"/> </row>
|
10
|
+
<row> <p align="right">Comment2:</p> <text name="a_comment2"/> </row>
|
11
|
+
<row> <p align="right">Comment3:</p> <text name="a_comment3"/> </row>
|
12
|
+
|
13
|
+
</table>
|
14
|
+
<p>%createnewnamerecorddisplay%</p>
|
15
|
+
<horizontal>
|
16
|
+
<button caption="CreateFile" action="createnewnamerecord"/>
|
17
|
+
<button caption="Cancel" action="main"/>
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
</horizontal>
|
23
|
+
|
24
|
+
|
25
|
+
</tab>
|
26
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
|
2
|
+
<tab name="selectiontab" caption="Selection Panel">
|
3
|
+
|
4
|
+
<table>
|
5
|
+
<row> <p align="right">Open a new window with callable applets you have loaded</row>
|
6
|
+
|
7
|
+
</table>
|
8
|
+
<horizontal>
|
9
|
+
|
10
|
+
<button caption="RwdTinker Help Window" action="runrwdtinkerhelpwindow"/>
|
11
|
+
|
12
|
+
|
13
|
+
</horizontal>
|
14
|
+
|
15
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
</tab>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<row> <p align="left">
|
2
|
+
<a href=HowTo_Tinker.html>Howto_Tinker.html</a></p></row>
|
3
|
+
<row> <p align="left">
|
4
|
+
<a href=Readme.txt>Readme.txt</a></p></row>
|
5
|
+
<row> <p align="left">
|
6
|
+
<a href=COPYING>GPL License </a></p></row>
|
7
|
+
<row> <p align="left">
|
8
|
+
<a href=rwdapplications.html>more information about rwdapplications </a></p></row>
|
9
|
+
<row> <p align="left">
|
10
|
+
<a href=rwdindex.html>Link to online information about RubyWebdialogs </a></p></row>
|
11
|
+
|
12
|
+
|
13
|
+
|