rwdtinker 1.2 → 1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. data/code/ag1core/aa0begin.rb +1 -0
  2. data/code/ag1core/rwdtinkerversion.rb +15 -0
  3. data/code/xa5rwdtinkercallable/callable.rb +13 -0
  4. data/code/{ll0listapplets → xb1rwdtinkerbackwindow}/05listinstalledfiles.rb +0 -0
  5. data/code/xb1rwdtinkerbackwindow/diagnostictab.rb +21 -0
  6. data/code/{ll0listapplets → xb1rwdtinkerbackwindow}/ll1openname.rb +0 -0
  7. data/code/{lm1installapplets → xb1rwdtinkerbackwindow}/ll5listzips.rb +0 -0
  8. data/code/{lm1installapplets → xb1rwdtinkerbackwindow}/lm1installapplet.rb +0 -0
  9. data/code/{ll0listapplets → xb1rwdtinkerbackwindow}/mm1removeapplet.rb +0 -0
  10. data/code/xb1rwdtinkerbackwindow/rwdtinkerwin2version.rb +14 -0
  11. data/configuration/aa0rwdframework.cnf +5 -3
  12. data/configuration/ab1tinkerwin2.cnf +4 -0
  13. data/gui/aa2core/aa0rwdtop.rwd +4 -0
  14. data/gui/cc0viewphoto/cc0openphoto.rwd +17 -0
  15. data/gui/ll1selectiontabbegin/selectiontabbegin.rwd +16 -0
  16. data/gui/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +12 -0
  17. data/gui/lz1selectiontabend/endselectiontab.rwd +3 -0
  18. data/gui/tt0documentsbegin/tt0documentbegin.rwd +6 -0
  19. data/gui/{es/uu5rwddocuments → uu5rwddocuments}/uu5documents.rwd +9 -7
  20. data/gui/uu6rwdtinkerwin2documents/uu5documents.rwd +6 -0
  21. data/gui/ww0documentsend/ww0documentend.rwd +7 -0
  22. data/gui/wz6finaltabs/xx0rwdfirsttab.rwd +6 -0
  23. data/gui/xa1versionwindow/1appname.rwd +19 -0
  24. data/gui/xa5rwdtinkercallablewindow/1appname.rwd +17 -0
  25. data/gui/xa5rwdtinkercallablewindow/9end.rwd +4 -0
  26. data/gui/xb1rwdtinkerbackwindow/1appname.rwd +5 -0
  27. data/gui/xb1rwdtinkerbackwindow/2tab1.rwd +11 -0
  28. data/gui/xb1rwdtinkerbackwindow/3arwddiagnostics.rwd +33 -0
  29. data/gui/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +44 -0
  30. data/gui/xb1rwdtinkerbackwindow/4arwdlistzips.rwd +35 -0
  31. data/gui/xb1rwdtinkerbackwindow/9backend.rwd +6 -0
  32. data/gui/ya1helpaboutbegin/ya0helpscreenstart.rwd +3 -0
  33. data/gui/yg5rwdhelpabout/1appname.rwd +4 -0
  34. data/gui/yg5rwdhelpabout/3copyright.rwd +3 -0
  35. data/gui/yg5rwdhelpabout/5version.rwd +10 -0
  36. data/gui/yg6rwdwin2helpabout/1appname.rwd +4 -0
  37. data/gui/yg6rwdwin2helpabout/3copyright.rwd +3 -0
  38. data/gui/yg6rwdwin2helpabout/5version.rwd +10 -0
  39. data/gui/yy5helpaboutend/helpscreenend.rwd +3 -0
  40. data/gui/za1applicationend/yy9rwdend.rwd +4 -0
  41. data/init.rb +91 -6
  42. data/installed/rwdtinkerwin2-0.5.inf +8 -0
  43. data/installed/rwdviewlogo-0.4.inf +4 -0
  44. data/{code/al5languagefiles → lang}/alanguagehashbegin.rb +0 -0
  45. data/lang/en/rwdcore/languagefile.rb +3 -2
  46. data/lang/es/rwdcore/languagefile.rb +1 -2
  47. data/{code/al5languagefiles → lang}/languagehash.rb +0 -0
  48. data/lang/nl/rwdcore/languagefile.rb +1 -1
  49. data/lang/templangfile.rb +7 -0
  50. data/{code/al5languagefiles/zlanguagehashend.rb → lang/vlanguagehashend.rb} +0 -0
  51. data/lang/wlocallangstart.rb +5 -0
  52. data/lang/xlocallangfile.rb +7 -0
  53. data/lang/zlocallangend.rb +2 -0
  54. data/rwd_files/HowTo_Tinker.txt +42 -0
  55. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  56. data/zips/{rwdhelloworld-0.2.zip → rwdhelloworld-0.3.zip} +0 -0
  57. metadata +52 -65
  58. data/code/al5languagefiles/templangfile.rb +0 -6
  59. data/gui/en/aa2core/aa0rwdtop.rwd +0 -3
  60. data/gui/en/cc0viewphoto/cc0openphoto.rwd +0 -17
  61. data/gui/en/ll5listapplets/ll0rwdlistapplets.rwd +0 -42
  62. data/gui/en/ll9rwdlistzips/ll5rwdlistzips.rwd +0 -33
  63. data/gui/en/tt0documentsbegin/tt0documentbegin.rwd +0 -5
  64. data/gui/en/uu5rwddocuments/uu5documents.rwd +0 -13
  65. data/gui/en/ww0documentsend/ww0documentend.rwd +0 -6
  66. data/gui/en/wz6finaltabs/xx0rwdfirsttab.rwd +0 -4
  67. data/gui/en/xx9photoview/xx9photoview.rwd +0 -3
  68. data/gui/en/ya1helpbegin/ya0helpscreenstart.rwd +0 -1
  69. data/gui/en/yg5rwdhelp/yf0helpscreen.rwd +0 -2
  70. data/gui/en/yg5rwdhelp/yf6rwdtinker.rwd +0 -3
  71. data/gui/en/yg5rwdhelp/yg0helpscreen.rwd +0 -1
  72. data/gui/en/za1applicationend/yy9rwdend.rwd +0 -2
  73. data/gui/es/aa2core/aa0rwdtop.rwd +0 -3
  74. data/gui/es/cc0viewphoto/cc0openphoto.rwd +0 -17
  75. data/gui/es/ll5listapplets/ll0rwdlistapplets.rwd +0 -41
  76. data/gui/es/ll9rwdlistzips/ll5rwdlistzips.rwd +0 -33
  77. data/gui/es/tt0documentsbegin/tt0documentbegin.rwd +0 -5
  78. data/gui/es/ww0documentsend/ww0documentend.rwd +0 -6
  79. data/gui/es/wz6finaltabs/xx0rwdfirsttab.rwd +0 -4
  80. data/gui/es/xx9photoview/xx9photoview.rwd +0 -3
  81. data/gui/es/ya1helpbegin/ya0helpscreenstart.rwd +0 -1
  82. data/gui/es/yg5rwdhelp/yf0helpscreen.rwd +0 -2
  83. data/gui/es/yg5rwdhelp/yf6rwdtinker.rwd +0 -3
  84. data/gui/es/yg5rwdhelp/yg0helpscreen.rwd +0 -1
  85. data/gui/es/za1applicationend/yy9rwdend.rwd +0 -2
  86. data/gui/nl/aa2core/aa0rwdtop.rwd +0 -3
  87. data/gui/nl/cc0viewphoto/cc0openphoto.rwd +0 -17
  88. data/gui/nl/ll5listapplets/ll0rwdlistapplets.rwd +0 -41
  89. data/gui/nl/ll9rwdlistzips/ll5rwdlistzips.rwd +0 -33
  90. data/gui/nl/tt0documentsbegin/tt0documentbegin.rwd +0 -5
  91. data/gui/nl/uu5rwddocuments/uu5documents.rwd +0 -13
  92. data/gui/nl/ww0documentsend/ww0documentend.rwd +0 -6
  93. data/gui/nl/wz6finaltabs/xx0rwdfirsttab.rwd +0 -4
  94. data/gui/nl/xx9photoview/xx9photoview.rwd +0 -3
  95. data/gui/nl/ya1helpbegin/ya0helpscreenstart.rwd +0 -1
  96. data/gui/nl/yg5rwdhelp/yf0helpscreen.rwd +0 -2
  97. data/gui/nl/yg5rwdhelp/yf6rwdtinker.rwd +0 -3
  98. data/gui/nl/yg5rwdhelp/yg0helpscreen.rwd +0 -1
  99. data/gui/nl/za1applicationend/yy9rwdend.rwd +0 -2
  100. data/installed/rwdlistapplets-0.4.inf +0 -5
  101. data/installed/rwdlistzips-0.4.inf +0 -4
  102. data/installed/rwdviewphoto-0.3.inf +0 -9
  103. data/rwd_files/HowTo_Tinker.html +0 -365
  104. data/zips/arubyslippers-0.7.zip +0 -0
  105. data/zips/rwdamovies-0.5.zip +0 -0
  106. data/zips/rwdaschedule-0.3.zip +0 -0
  107. data/zips/rwdaviewphoto-0.3.zip +0 -0
  108. data/zips/rwdlistapplets-0.4.zip +0 -0
  109. data/zips/rwdlistzips-0.4.zip +0 -0
  110. data/zips/rwdrefreshacpi-0.1.zip +0 -0
@@ -1,41 +0,0 @@
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
- <p>%displaytext%</p>
13
- </horizontal>
14
- <table>
15
- <row> <p align="right">File Name:</p> <text name="a_removeapplet"/> </row>
16
-
17
- </table>
18
-
19
- <p>%removeapplettext%</p>
20
- <horizontal>
21
- <button caption="remove applet" action="removeapplet"/>
22
- <button caption="Cancel" action="main"/>
23
-
24
- </horizontal>
25
- <table>
26
- <row> <p> </row>
27
- <row> <p align="right">View the list of installation files </row>
28
-
29
- </table>
30
- <horizontal>
31
-
32
- <button caption="List Files" action="listinstalledfiles"/>
33
-
34
- </horizontal>
35
-
36
- <p>%%filesresult%%</p>
37
-
38
- </tab>
39
-
40
-
41
-
@@ -1,33 +0,0 @@
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
-
@@ -1,5 +0,0 @@
1
-
2
- <tab name="one" caption="Documents">
3
- <horizontal>
4
- <table>
5
-
@@ -1,6 +0,0 @@
1
-
2
- <row> <p align="left"><a href=.>Spawn a clone Dialog window</a></p></row>
3
- </table>
4
- </horizontal>
5
- </tab>
6
-
@@ -1,4 +0,0 @@
1
- </tabs>
2
- </window>
3
-
4
-
@@ -1,3 +0,0 @@
1
- <window name="photo" title="Frames">
2
- <image src="tinker.png"> frames </image>
3
- </window>
@@ -1 +0,0 @@
1
- <helpwindow name="main" title="Help About">
@@ -1,2 +0,0 @@
1
-
2
- <row> <p align="center">rwdtinker</p></row>
@@ -1,3 +0,0 @@
1
-
2
- <row> <p align="center">version 1.2</p></row>
3
-
@@ -1 +0,0 @@
1
- <row> <p align="center">copyright s. gibson 2004</p></row>
@@ -1,2 +0,0 @@
1
- </application>
2
-
@@ -1,3 +0,0 @@
1
- <application>
2
- <window name="main" title="Tinker - RubyWebDialogs">
3
- <tabs>
@@ -1,17 +0,0 @@
1
-
2
-
3
-
4
- <tab name="View frames" caption="Tinker">
5
-
6
- <table>
7
- <row> <p align="right">Tinker </row>
8
-
9
- </table>
10
- <horizontal>
11
-
12
- <button caption="View Photo" action="viewphoto"/>
13
-
14
-
15
- </horizontal>
16
-
17
- </tab>
@@ -1,41 +0,0 @@
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
- <p>%displaytext%</p>
13
- </horizontal>
14
- <table>
15
- <row> <p align="right">File Name:</p> <text name="a_removeapplet"/> </row>
16
-
17
- </table>
18
-
19
- <p>%removeapplettext%</p>
20
- <horizontal>
21
- <button caption="remove applet" action="removeapplet"/>
22
- <button caption="Cancel" action="main"/>
23
-
24
- </horizontal>
25
- <table>
26
- <row> <p> </row>
27
- <row> <p align="right">View the list of installation files </row>
28
-
29
- </table>
30
- <horizontal>
31
-
32
- <button caption="List Files" action="listinstalledfiles"/>
33
-
34
- </horizontal>
35
-
36
- <p>%%filesresult%%</p>
37
-
38
- </tab>
39
-
40
-
41
-
@@ -1,33 +0,0 @@
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
-
@@ -1,5 +0,0 @@
1
-
2
- <tab name="one" caption="Documents">
3
- <horizontal>
4
- <table>
5
-
@@ -1,13 +0,0 @@
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
-
@@ -1,6 +0,0 @@
1
-
2
- <row> <p align="left"><a href=.>Spawn a clone Dialog window</a></p></row>
3
- </table>
4
- </horizontal>
5
- </tab>
6
-
@@ -1,4 +0,0 @@
1
- </tabs>
2
- </window>
3
-
4
-
@@ -1,3 +0,0 @@
1
- <window name="photo" title="Frames">
2
- <image src="tinker.png"> frames </image>
3
- </window>
@@ -1 +0,0 @@
1
- <helpwindow name="main" title="Help About">
@@ -1,2 +0,0 @@
1
-
2
- <row> <p align="center">rwdtinker</p></row>
@@ -1,3 +0,0 @@
1
-
2
- <row> <p align="center">version 1.2</p></row>
3
-
@@ -1 +0,0 @@
1
- <row> <p align="center">copyright s. gibson 2004</p></row>
@@ -1,2 +0,0 @@
1
- </application>
2
-
@@ -1,5 +0,0 @@
1
- # rwdlistfiles - small applet to list the installed applets
2
- code/ll0listapplets
3
- gui/en/ll5listapplets
4
- gui/nl/ll5listapplets
5
-
@@ -1,4 +0,0 @@
1
- # rwdlistzips - rwd applet to list zips and install them
2
- code/lm1installapplets
3
- gui/en/ll9rwdlistzips
4
- gui/nl/ll9rwdlistzips
@@ -1,9 +0,0 @@
1
- # rwdphoto - small applet to display one picture
2
- code/dd0viewphoto
3
- gui/en/cc0viewphoto
4
- gui/en/xx9photoview
5
- gui/es/cc0viewphoto
6
- gui/es/xx9photoview
7
- gui/nl/cc0viewphoto
8
- gui/nl/xx9photoview
9
- rwd_files/tinker.png
@@ -1,365 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3
-
4
- <title>File: HowTo_Tinker.txt</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
- <meta http-equiv="Content-Script-Type" content="text/javascript">
6
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" media="screen">
7
- <script type="text/javascript">
8
- // <![CDATA[
9
-
10
- function popupCode( url ) {
11
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
12
- }
13
-
14
- function toggleCode( id ) {
15
- if ( document.getElementById )
16
- elem = document.getElementById( id );
17
- else if ( document.all )
18
- elem = eval( "document.all." + id );
19
- else
20
- return false;
21
-
22
- elemStyle = elem.style;
23
-
24
- if ( elemStyle.display != "block" ) {
25
- elemStyle.display = "block"
26
- } else {
27
- elemStyle.display = "none"
28
- }
29
-
30
- return true;
31
- }
32
-
33
- // Make codeblocks hidden by default
34
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
35
-
36
- // ]]>
37
- </script><style type="text/css">div.method-source-code { display: none }</style></head>
38
-
39
-
40
-
41
- <body>
42
-
43
-
44
-
45
- <div id="fileHeader">
46
- <h1>HowTo_Tinker.txt</h1>
47
- <table class="header-table">
48
- <tbody><tr class="top-aligned-row">
49
- <td><strong>Path:</strong></td>
50
- <td>rwd_files/HowTo_Tinker.txt
51
- </td>
52
- </tr>
53
- <tr class="top-aligned-row">
54
- <td><strong>Last Update:</strong></td>
55
- <td>Fri Dec 24 20:32:10 PST 2004</td>
56
- </tr>
57
- </tbody></table>
58
- </div>
59
- <!-- banner header -->
60
-
61
- <div id="bodyContent">
62
-
63
-
64
- <div id="contextContent">
65
-
66
- <div id="description">
67
- <h1>RwdTinker framework for RubyWebDialogs</h1>
68
- <p>
69
- RwdTinker is a web brower
70
- interface to and system for developing programs
71
- </p>
72
- <h2>Usage</h2>
73
- <p>
74
- How to Use the Tinker framework Program (rwdtinker)
75
- </p>
76
- <ol>
77
- <li>stand alone application
78
-
79
- </li>
80
- <li>framework for building applications
81
-
82
- </li>
83
- <li>Open brower windows with html documents
84
-
85
- </li>
86
- </ol>
87
- <p>
88
- The GUI interface used is RubyWebDialogs
89
- </p>
90
- <p>
91
- Start the program by typing ruby init.rb
92
- </p>
93
- <p>
94
- Then point your web browser to: <a href="http://localhost:7705/">localhost:7705</a>/
95
- </p>
96
- <h2>Installing Applets</h2>
97
- <ul>
98
- <li>unzip an applet
99
-
100
- <pre> You can download an applet created by someone else
101
- put the file in the zips directory
102
- unzip the directory into the program directoy
103
- unzip randomapplet.zip
104
-
105
- This should right the needed files in the correct directories
106
- </pre>
107
- </li>
108
- </ul>
109
- <p>
110
- Viewing a installed Applets:
111
- </p>
112
- <p>
113
- Go to "List Scripts" tab
114
- </p>
115
- <pre> You can get a list of all installed applets by clicking the listfiles button
116
-
117
- To see the text of a install file
118
- Type in the name of the file you want.
119
-
120
- type it without the inf ending
121
- rwdapplet-0.1
122
-
123
- Then click the "View Installed File" button
124
-
125
- If it finds the file it will open it. It displays the text the search box.
126
- </pre>
127
- <h2>Adding Applets</h2>
128
- <p>
129
- To add code, commands and gui tabs
130
- </p>
131
- <p>
132
- Move program files into a directory under the code directory. Move gui
133
- files into a directory under the gui directory.
134
- </p>
135
- <pre> The gui directory name you create is important, because the gui
136
- rwd file is built in alpha order by directory name
137
- </pre>
138
- <p>
139
- There are two ways to add applets to the directories.
140
- </p>
141
- <pre> Creating code
142
- </pre>
143
- <ul>
144
- <li>Manually write code and gui files
145
-
146
- <pre> The files go into your code directory
147
- the filenames for code do not matter
148
-
149
- The gui files go into your gui directory
150
- The gui files need to be in order by name and end with .rwd
151
-
152
- If you need a config file that goes in the configuration directory
153
-
154
- internationalization and localization are helped by replacing the
155
- gui files in the subdirectories under gui
156
- </pre>
157
- </li>
158
- </ul>
159
- <h2>Documents</h2>
160
- <pre> when you click on a document name, the document should pop up in a
161
- browser window, or in another browser tab.
162
- </pre>
163
- <p>
164
- To exit, press the x inside the browser window.
165
- </p>
166
- <h2>Languages</h2>
167
- <pre> You can add tranlations in the lang subdirectory
168
- You change the $lang constant in Tinker config file in the configuration directory
169
- You can see one translation on the install applet tab, after you have installed and applet
170
- </pre>
171
- <h2>Requirements:</h2>
172
- <p>
173
- RubyWebDialogs - I am using 0.1.2
174
- </p>
175
- <pre> This package you downloaded should have a runtime version of
176
- the needed rubywebdialog files
177
- </pre>
178
- <p>
179
- Ruby I am using version 1.8.2
180
- </p>
181
- <p>
182
- I have tested this under Linux-Debian kernel 2.6.9
183
- </p>
184
- <h1>Operation:</h1>
185
- <p>
186
- The code files reside in the code directory and are combined before the
187
- main Class is loaded
188
- </p>
189
- <p>
190
- The rwd files in gui are combined before the gui is activated
191
- </p>
192
- <p>
193
- Translated text reside in the lang directory
194
- </p>
195
- <h2>Installing:</h2>
196
- <p>
197
- untar the file tar zxvf rwdtinker-x.y.tar.gz then cd to the directory cd
198
- rwdshell-x.y then start the init.rb program file ruby init.rb Then point
199
- your browser at <a href="http://localhost:7705/">localhost:7705</a> or where
200
- it tells you. Trouble shooting:
201
- </p>
202
- <p>
203
- If the program is not working, try looking at the ev subdirectory. That is
204
- where the runtime of rubywebdialogs are.
205
- </p>
206
- <p>
207
- for long term installation, I would suggest putting most files in a lib
208
- directory like /usr/lib/rwdshell then make a writable directory the local
209
- directory for command files to be written like ~/rwdshell
210
- </p>
211
- <p>
212
- Closing the browser doesn&#8217;t terminate the application. You have to
213
- use the application&#8217;s close-button And terminating the application
214
- doesn&#8217;t terminate the application when running in network mode. You
215
- just log out.
216
- </p>
217
- <p>
218
- Don&#8216;t use the back-button of the browser! Strange and unpredictable
219
- things may and will happen!
220
- </p>
221
- <p>
222
- RubyWebDialogs is a platform independent graphical user interface for Ruby
223
- applications. It generates HTML and serves it with an internal HTTP server,
224
- so you can use your favorite web browser as the front end for your Ruby
225
- application. All this means, that it can be used on almost every platform,
226
- like Ruby itself. <a href="http://www.erikveen.dds.nl/rubywebdialogs">www.erikveen.dds.nl/rubywebdialogs</a>/
227
- </p>
228
- <h2>Credits</h2>
229
- <p>
230
- Thanks go to:
231
- </p>
232
- <ul>
233
- <li>Matz, for creating Ruby in the first place.
234
-
235
- </li>
236
- <li>Erik, for creating RubyWebDialogs.
237
-
238
- </li>
239
- <li>Charlotte, my wife for coming up for the name Tinker.
240
-
241
- </li>
242
- </ul>
243
- <h2>License</h2>
244
- <p>
245
- rwdtinker is copyright � 2004 Steven Gibson. It is free software, and
246
- may be redistributed under the terms of the GPL licence:
247
- </p>
248
- <pre> For more information see:
249
- </pre>
250
- <p>
251
- <a href="http://rwdapplications.rubyforge.org/wiki/wiki.pl">rwdapplications.rubyforge.org/wiki/wiki.pl</a>
252
- </p>
253
- <p>
254
- For more information about RubyWebDialogs see: <a href="http://www.erikveen.dds.nl/rubywebdialogs/index.html">www.erikveen.dds.nl/rubywebdialogs/index.html</a>
255
- </p>
256
- <p>
257
- Thanks, Steven Gibson
258
- </p>
259
- <h2>Changelog:</h2>
260
- <p>
261
- version 1.2
262
- </p>
263
- <pre> added gemspec for creating a rwdtinker.gem
264
- added rdoc comments
265
- </pre>
266
- <p>
267
- version 1.1
268
- </p>
269
- <pre> changed order of elements on install applet tab
270
- Add more i81n ablility - added lang directorys for language hash files
271
- added in test file using WATIR stands for "Web Application Testing In Ruby,
272
- </pre>
273
- <p>
274
- version 1.0
275
- </p>
276
- <pre> Improved name selection in zips and applet screens
277
- added rubyslippers applet and rwdrefreshacpi applets as zips
278
- </pre>
279
- <p>
280
- version 0.9
281
- </p>
282
- <pre> Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
283
- updated RubyWebDialogs for people who do not have it installed
284
- added rwdschedule applet as zip file
285
- </pre>
286
- <p>
287
- version 0.8
288
- </p>
289
- <pre> changed location of code files
290
- only directory of code files needs to be added to inf file
291
- changed location of gui files
292
- only directory of gui files needs to be added to inf file
293
- Added constants in conf file for code location and gui location
294
- removed all zips not yt updated to new directory layout
295
- change loading of conf files to not need intermediate file
296
- and favicon.ico
297
- </pre>
298
- <p>
299
- version 0.7
300
- </p>
301
- <pre> moved changelog to HowTo_Tinker.html
302
- copied english gui text to the dirs I think we should translate to
303
- update backup zip files to newest versions
304
- upgraded the ev directory - for those who don't have RubyWebDialogs
305
- </pre>
306
- <p>
307
- version 0.6
308
- </p>
309
- <pre> updated version number
310
- changed merge name to rwdtinker.rb
311
- </pre>
312
- <p>
313
- version 0.4
314
- </p>
315
- <pre> added zip listing and installing - Linux only
316
- </pre>
317
- <p>
318
- Version 0,3
319
- </p>
320
- <pre> changed name to Tinker
321
- </pre>
322
- <p>
323
- Version 0.2
324
- </p>
325
- <pre> added some i18n directories for the gui files
326
- </pre>
327
- <p>
328
- Version 0.1
329
- </p>
330
- <pre> first public version released
331
- includes document screen
332
- Open Photo screen
333
- included configuration directory
334
- zips directories
335
- installed directory
336
- installed applet lister
337
- </pre>
338
-
339
- </div>
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
- </div>
349
-
350
-
351
-
352
- <!-- if includes -->
353
-
354
-
355
- <!-- if method_list -->
356
-
357
-
358
- </div>
359
-
360
-
361
- <div id="validator-badges">
362
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
363
- </div>
364
-
365
- </body></html>
Binary file
Binary file
Binary file
Binary file
Binary file