rwdtinker 1.23 → 1.24
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/configuration/aa0rwdframework.cnf +1 -1
- data/gui/en/cc0viewphoto/cc0openphoto.rwd +8 -8
- data/gui/en/uu5rwddocuments/uu5documents.rwd +1 -1
- data/gui/en/yg5rwdhelpabout/1appname.rwd +1 -1
- data/gui/en/yg5rwdhelpabout/5version.rwd +1 -1
- data/gui/en/yg6rwdwin2helpabout/1appname.rwd +1 -1
- data/gui/en/yg6rwdwin2helpabout/5version.rwd +1 -1
- data/installed/rwdviewlogo-0.4.inf +6 -0
- data/rwd_files/HowTo_Tinker.txt +25 -0
- data/zips/rwdwtinkerwin2-0.5.zip +0 -0
- metadata +4 -6
- data/gui/en/xx9photoview/xx9photoview.rwd +0 -3
- data/installed/rwdviewphoto-0.3.inf +0 -9
- data/rwd_files/HowTo_Tinker.html +0 -370
- /data/zips/{rwdaviewphoto-0.3.zip → rwdviewlogo-0.3.zip} +0 -0
@@ -1,17 +1,17 @@
|
|
1
1
|
|
2
2
|
|
3
3
|
|
4
|
-
<tab name="
|
4
|
+
<tab name="viewtinkerlogo" caption="Tinker">
|
5
5
|
|
6
6
|
<table>
|
7
|
-
<row> <p align="right">Tinker </row>
|
7
|
+
<row> <p align="right">Tinker Logo</row>
|
8
8
|
|
9
9
|
</table>
|
10
|
-
|
11
|
-
|
12
|
-
<
|
13
|
-
|
14
|
-
|
15
|
-
|
10
|
+
<image src="tinker.png"> </image>
|
11
|
+
<table>
|
12
|
+
<row> <p></row>
|
13
|
+
|
14
|
+
</table>
|
15
|
+
|
16
16
|
|
17
17
|
</tab>
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
1
|
+
<panel>
|
2
2
|
<row> <p align="center">rwdtinker</p></row>
|
@@ -1,2 +1,2 @@
|
|
1
|
-
|
1
|
+
<panel>
|
2
2
|
<row> <p align="center">rwdtinker window 2</p></row>
|
data/rwd_files/HowTo_Tinker.txt
CHANGED
@@ -109,6 +109,24 @@ To exit, press the x inside the browser window.
|
|
109
109
|
You change the $lang constant in Tinker config file in the configuration directory
|
110
110
|
You can see one translation on the install applet tab, after you have installed and applet
|
111
111
|
|
112
|
+
== Using over a Network
|
113
|
+
|
114
|
+
To serve the application over your local LAN,change the last line in the
|
115
|
+
init.rb file to something like:
|
116
|
+
RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
|
117
|
+
Then you should be able to login at: http://yourhostname:8080
|
118
|
+
|
119
|
+
You have to authorize yourself. The .rwuids example is a string with
|
120
|
+
the name of the authorization file, relative to the home directory
|
121
|
+
of the user that started the service. This file has to be in the form of:
|
122
|
+
|
123
|
+
user1 = password
|
124
|
+
user2 = pass phrase
|
125
|
+
|
126
|
+
Thus the file .rwduids might contain:
|
127
|
+
|
128
|
+
erik = secret
|
129
|
+
|
112
130
|
== Requirements:
|
113
131
|
RubyWebDialogs - I am using 0.1.2
|
114
132
|
This package you downloaded should have a runtime version of
|
@@ -166,6 +184,7 @@ Thanks go to:
|
|
166
184
|
rwdtinker is copyright (c) 2004 Steven Gibson. It is free software, and may be redistributed
|
167
185
|
under the terms of the GPL licence:
|
168
186
|
|
187
|
+
== Contact
|
169
188
|
For more information see:
|
170
189
|
http://rwdapplications.rubyforge.org/wiki/wiki.pl
|
171
190
|
|
@@ -176,6 +195,12 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
176
195
|
Thanks, Steven Gibson
|
177
196
|
|
178
197
|
== Changelog:
|
198
|
+
version 1.24
|
199
|
+
added internet usage instructions to HowTo_Tinker.txt
|
200
|
+
removed HowTo_Tinker.html
|
201
|
+
added panels for Helpabout
|
202
|
+
changed photo logo tab to only have embedded picture, no button
|
203
|
+
|
179
204
|
version 1.23
|
180
205
|
moving diagnostic tab and applet handling tabs to second window
|
181
206
|
added selection panel tab to choose secondary windows.
|
data/zips/rwdwtinkerwin2-0.5.zip
CHANGED
Binary file
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.3
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rwdtinker
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: "1.
|
7
|
-
date: 2004-10-
|
6
|
+
version: "1.24"
|
7
|
+
date: 2004-10-30
|
8
8
|
summary: rwdtinker application is a framework to program for RubyWebDialogs.
|
9
9
|
require_paths:
|
10
10
|
- "."
|
@@ -70,7 +70,6 @@ files:
|
|
70
70
|
- gui/en/uu5rwddocuments/uu5documents.rwd
|
71
71
|
- gui/en/tt0documentsbegin/tt0documentbegin.rwd
|
72
72
|
- gui/en/cc0viewphoto/cc0openphoto.rwd
|
73
|
-
- gui/en/xx9photoview/xx9photoview.rwd
|
74
73
|
- gui/en/yg6rwdwin2helpabout/1appname.rwd
|
75
74
|
- gui/en/yg6rwdwin2helpabout/3copyright.rwd
|
76
75
|
- gui/en/yg6rwdwin2helpabout/5version.rwd
|
@@ -145,8 +144,7 @@ files:
|
|
145
144
|
- gui/nl/yg6rwdwin2helpabout/5version.rwd
|
146
145
|
- gui/nl/ll5rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd
|
147
146
|
- installed/rwdtinkerwin2-0.5.inf
|
148
|
-
- installed/
|
149
|
-
- rwd_files/HowTo_Tinker.html
|
147
|
+
- installed/rwdviewlogo-0.4.inf
|
150
148
|
- rwd_files/Readme.txt
|
151
149
|
- rwd_files/rwdapplications.html
|
152
150
|
- rwd_files/rwdindex.html
|
@@ -158,7 +156,7 @@ files:
|
|
158
156
|
- zips/rwdhelloworld-0.2.zip
|
159
157
|
- zips/rwdrefreshacpi-0.1.zip
|
160
158
|
- zips/rwdwtinkerwin2-0.5.zip
|
161
|
-
- zips/
|
159
|
+
- zips/rwdviewlogo-0.3.zip
|
162
160
|
- tests/temptest.out
|
163
161
|
- tests/rwdtinkertestEN.rb
|
164
162
|
- tests/totranslate.lang
|
data/rwd_files/HowTo_Tinker.html
DELETED
@@ -1,370 +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’t terminate the application. You have to
|
213
|
-
use the application’s close-button And terminating the application
|
214
|
-
doesn’t terminate the application when running in network mode. You
|
215
|
-
just log out.
|
216
|
-
</p>
|
217
|
-
<p>
|
218
|
-
Don‘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.23
|
262
|
-
<p><pre>
|
263
|
-
moving diagnostic tab and applet handling tabs to second window
|
264
|
-
added selection panel tab to choose secondary windows.
|
265
|
-
</pre><p>
|
266
|
-
version 1.2
|
267
|
-
</p>
|
268
|
-
<pre> added gemspec for creating a rwdtinker.gem
|
269
|
-
added rdoc comments
|
270
|
-
</pre>
|
271
|
-
<p>
|
272
|
-
version 1.1
|
273
|
-
</p>
|
274
|
-
<pre> changed order of elements on install applet tab
|
275
|
-
Add more i81n ablility - added lang directorys for language hash files
|
276
|
-
added in test file using WATIR stands for "Web Application Testing In Ruby,
|
277
|
-
</pre>
|
278
|
-
<p>
|
279
|
-
version 1.0
|
280
|
-
</p>
|
281
|
-
<pre> Improved name selection in zips and applet screens
|
282
|
-
added rubyslippers applet and rwdrefreshacpi applets as zips
|
283
|
-
</pre>
|
284
|
-
<p>
|
285
|
-
version 0.9
|
286
|
-
</p>
|
287
|
-
<pre> Fixed bug introduced in 0.8 - code files not sorted correctly - class end was not in correct location
|
288
|
-
updated RubyWebDialogs for people who do not have it installed
|
289
|
-
added rwdschedule applet as zip file
|
290
|
-
</pre>
|
291
|
-
<p>
|
292
|
-
version 0.8
|
293
|
-
</p>
|
294
|
-
<pre> changed location of code files
|
295
|
-
only directory of code files needs to be added to inf file
|
296
|
-
changed location of gui files
|
297
|
-
only directory of gui files needs to be added to inf file
|
298
|
-
Added constants in conf file for code location and gui location
|
299
|
-
removed all zips not yt updated to new directory layout
|
300
|
-
change loading of conf files to not need intermediate file
|
301
|
-
and favicon.ico
|
302
|
-
</pre>
|
303
|
-
<p>
|
304
|
-
version 0.7
|
305
|
-
</p>
|
306
|
-
<pre> moved changelog to HowTo_Tinker.html
|
307
|
-
copied english gui text to the dirs I think we should translate to
|
308
|
-
update backup zip files to newest versions
|
309
|
-
upgraded the ev directory - for those who don't have RubyWebDialogs
|
310
|
-
</pre>
|
311
|
-
<p>
|
312
|
-
version 0.6
|
313
|
-
</p>
|
314
|
-
<pre> updated version number
|
315
|
-
changed merge name to rwdtinker.rb
|
316
|
-
</pre>
|
317
|
-
<p>
|
318
|
-
version 0.4
|
319
|
-
</p>
|
320
|
-
<pre> added zip listing and installing - Linux only
|
321
|
-
</pre>
|
322
|
-
<p>
|
323
|
-
Version 0,3
|
324
|
-
</p>
|
325
|
-
<pre> changed name to Tinker
|
326
|
-
</pre>
|
327
|
-
<p>
|
328
|
-
Version 0.2
|
329
|
-
</p>
|
330
|
-
<pre> added some i18n directories for the gui files
|
331
|
-
</pre>
|
332
|
-
<p>
|
333
|
-
Version 0.1
|
334
|
-
</p>
|
335
|
-
<pre> first public version released
|
336
|
-
includes document screen
|
337
|
-
Open Photo screen
|
338
|
-
included configuration directory
|
339
|
-
zips directories
|
340
|
-
installed directory
|
341
|
-
installed applet lister
|
342
|
-
</pre>
|
343
|
-
|
344
|
-
</div>
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
</div>
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
<!-- if includes -->
|
358
|
-
|
359
|
-
|
360
|
-
<!-- if method_list -->
|
361
|
-
|
362
|
-
|
363
|
-
</div>
|
364
|
-
|
365
|
-
|
366
|
-
<div id="validator-badges">
|
367
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
368
|
-
</div>
|
369
|
-
|
370
|
-
</body></html>
|
File without changes
|