tinkerbell 0.01 → 0.03
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/code/01rwdcore/02helptexthashbegin.rb +10 -0
- data/code/01rwdcore/03helptexthash.rb +18 -20
- data/code/01rwdcore/runopentinkerdocument.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +62 -132
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +9 -7
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +6 -6
- data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
- data/code/superant.com.sandbox/tabthree.rb +9 -7
- data/code/superant.com.tinkerbell/0uninstallapplet.rb +6 -1
- data/code/superant.com.tinkerbell/loadconfigurationrecord.rb +1 -1
- data/code/superant.com.tinkerbell/loadconfigurationvariables.rb +1 -1
- data/code/superant.com.tinkerbell/saveconfigurationrecord.rb +1 -1
- data/configuration/rwdtinker.dist +5 -8
- data/configuration/tinkerbellw.dist +10 -0
- data/configuration/tinkerwin2variables.dist +13 -7
- data/gui/tinkerbackwindows/superant.com.sandbox/33tabthree.rwd +2 -2
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
- data/init.rb +59 -163
- data/installed/{tinkerbellw-0.01.inf → tinkerbellw.inf} +2 -2
- data/lang/en/rwdcore/en.po +166 -0
- data/lang/es/rwdcore/es.po +172 -0
- data/lang/fr/rwdcore/fr.po +166 -0
- data/lang/hi/rwdcore/hi.po +170 -0
- data/lang/ja/rwdcore/ja.po +168 -0
- data/lang/nl/rwdcore/nl.po +166 -0
- data/lib/rconftool.rb +13 -6
- data/lib/rwd/net.rb +15 -4
- data/lib/rwd/ruby.rb +1 -1
- data/lib/rwd/rwd.rb +83 -63
- data/lib/rwdthemes/default.rwd +1 -1
- data/lib/rwdtinker/rwdcodedir.rb +56 -0
- data/lib/rwdtinker/rwdguidir.rb +57 -0
- data/lib/rwdtinker/rwdlangdir.rb +60 -0
- data/lib/rwdtinker/rwdtinkertools.rb +25 -0
- data/rwd_files/HowTo_Tinker.txt +33 -7
- data/rwd_files/HowTo_TinkerBell.txt +6 -0
- data/rwd_files/Tinkerhelptexthash.txt +81 -0
- data/rwd_files/log/rwdtinker.log +2 -0
- data/rwdconfig.dist +14 -13
- data/tests/{makedist-tinkerbell.rb → makedist-tinkerbellw.rb} +6 -4
- data/tests/makedist.rb +2 -2
- data/zips/rwdwcalc-0.63.zip +0 -0
- data/zips/rwdwfoldeditor-0.05.zip +0 -0
- data/zips/rwdwhypernote-0.15.zip +0 -0
- data/zips/rwdwmovies-0.98.zip +0 -0
- data/zips/rwdwruby-1.08.zip +0 -0
- data/zips/tinkerbellw-0.03.zip +0 -0
- data/zips/wrubyslippers-1.08.zip +0 -0
- metadata +26 -19
- data/code/01rwdcore/04helptextend.rb +0 -6
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
- data/configuration/language.dist +0 -8
- data/configuration/rwdapplicationidentity.dist +0 -3
- data/configuration/tinkerbellw-0.01.dist +0 -8
- data/lang/en/rwdcore/languagefile.rb +0 -58
- data/lang/es/rwdcore/languagefile-es.rb +0 -62
- data/lang/fr/rwdcore/languagefile.rb +0 -64
- data/lang/jp/rwdcore/languagefile.rb +0 -72
- data/lang/nl/rwdcore/languagefile.rb +0 -75
- data/tinkerbell-0.01.gem +0 -0
- data/zips/rwdwaddresses-1.05.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/tinkerbellw-0.01.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Help files for RwdTinker core
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
Helptext.update( :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the<br>
|
|
5
|
+
init.rb file to something like:\n<br>
|
|
6
|
+
RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n<br>
|
|
7
|
+
Then you should be able to login at: http://yourhostname:8080")
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
Helptext.update( :documents_rwdtinker => "<b>Documents:
|
|
11
|
+
<p>
|
|
12
|
+
|
|
13
|
+
when you click on a document name, the document should pop up in a <br>
|
|
14
|
+
browser window, or in another browser tab.</b>
|
|
15
|
+
")
|
|
16
|
+
|
|
17
|
+
Helptext.update( :tinkerwin2_help => " You can view the list of applets you can install
|
|
18
|
+
by clicking on the list files button
|
|
19
|
+
<br><br>
|
|
20
|
+
You can download an applet created by someone else
|
|
21
|
+
<br><br>
|
|
22
|
+
put the file in the zips directory
|
|
23
|
+
<br>
|
|
24
|
+
rwdtinker applets packaged as RubyGems can be used if you have RubyGems installed.
|
|
25
|
+
You can download rwdtinker gems at the 'Install Remote Applets' tab
|
|
26
|
+
to install applets you need the ruby zlib library installed
|
|
27
|
+
")
|
|
28
|
+
|
|
29
|
+
Helptext.update(
|
|
30
|
+
:applet_viewing => "You can get a list of all installed applets by clicking the 'listfiles button'<br>
|
|
31
|
+
To see the text of a install file<br>
|
|
32
|
+
Type in the name of the file you want.<br>
|
|
33
|
+
<p>
|
|
34
|
+
type it without the inf ending
|
|
35
|
+
rwdapplet-0.1<br>
|
|
36
|
+
<p>
|
|
37
|
+
Then click the 'View Installed File' button
|
|
38
|
+
<p>
|
|
39
|
+
If it finds the file it will open it. It displays the text the search box.
|
|
40
|
+
<p>
|
|
41
|
+
You can uninstall applets on this screen")
|
|
42
|
+
|
|
43
|
+
Helptext.update(
|
|
44
|
+
:applet_installation => " You can download an applet created by someone else<br>
|
|
45
|
+
put the file in the zips directory<br>
|
|
46
|
+
|
|
47
|
+
click on the 'list zips' tab<br>
|
|
48
|
+
click on 'list applets available for installing<br>
|
|
49
|
+
<br>
|
|
50
|
+
chose the applet you want<br>
|
|
51
|
+
click on 'install applet'<br>
|
|
52
|
+
If all goes well the applet should be installed.<br>
|
|
53
|
+
You will need to restart rwdtinker to see the new screens<br>
|
|
54
|
+
to install applets you need the ruby zlib library installed")
|
|
55
|
+
|
|
56
|
+
Helptext.update(
|
|
57
|
+
:applet_tinkerbackeditconfiguration => " You can edit the configuration
|
|
58
|
+
<p>
|
|
59
|
+
Remember to reload the configuration variables if you want your
|
|
60
|
+
changes used.")
|
|
61
|
+
|
|
62
|
+
Helptext.update(
|
|
63
|
+
:remotegemapplet_install => " To download and install use the 'Install Remote Applets'
|
|
64
|
+
<br>
|
|
65
|
+
First click on 'List applets in the Remote GEM Repository available for downloading'<br>
|
|
66
|
+
then go to the very bottom to click on the applet you want<br>
|
|
67
|
+
then on the top click 'install remote Gem applet package'
|
|
68
|
+
<br>
|
|
69
|
+
This installs the package in the Gem system<br>
|
|
70
|
+
You still need to install it into rwdtinker - do that in the 'List Zips' tab<br>
|
|
71
|
+
<br>
|
|
72
|
+
For this feature to work, you need<br>
|
|
73
|
+
RubyGems installed<br>
|
|
74
|
+
Variables set correctly in the tinerwin2.cnf file<br>
|
|
75
|
+
$xpcommand, $gemdirectory_withgemfiles and $geminstalled_directory<br>
|
|
76
|
+
the defaults as shipped will normally be for a Debian Linux system <br>
|
|
77
|
+
On Debian Linux, you would usually need to be running rwdtinker as root in order to install RubyGems
|
|
78
|
+
<br><br>
|
|
79
|
+
You can view the list of rwdtinker applets you have installed already by clicking 'view already installed GEM applets'
|
|
80
|
+
"
|
|
81
|
+
)
|
data/rwdconfig.dist
CHANGED
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
##VERSION:1.
|
|
1
|
+
##VERSION: (1.78)
|
|
2
2
|
# rwdtinker core configuration file
|
|
3
|
-
##NAME: ConfigLocation:
|
|
3
|
+
##NAME: (ConfigLocation):(1.78)
|
|
4
4
|
ConfigLocation=""
|
|
5
|
-
##NAME: ZipsLocation:
|
|
5
|
+
##NAME: (ZipsLocation):(1.78)
|
|
6
6
|
ZipsLocation=""
|
|
7
|
-
##NAME
|
|
7
|
+
##NAME: ($testharnessarray):(1.78)
|
|
8
8
|
$testharnessarray = ["rwdtinker_all_tests"]
|
|
9
|
-
##NAME:TestNow:
|
|
9
|
+
##NAME: (TestNow):(1.78)
|
|
10
10
|
TestNow=false # turning this on will run the unit tests
|
|
11
|
-
##NAME
|
|
11
|
+
##NAME: ($testharness):(1.78)
|
|
12
12
|
$testharness=true
|
|
13
|
-
##NAME
|
|
13
|
+
##NAME: ($tinkerhelpaboutarray):(1.78)
|
|
14
14
|
$tinkerhelpaboutarray = ["Tinker"]
|
|
15
|
-
##NAME
|
|
16
|
-
$
|
|
17
|
-
##NAME
|
|
18
|
-
$
|
|
19
|
-
##NAME:JumpLink:
|
|
15
|
+
##NAME: ($helptopicsarray):(1.78)
|
|
16
|
+
$helptopicsarray = [ "general_help","network_help"]
|
|
17
|
+
##NAME: ($tinkerdocumentsarray):(1.78)
|
|
18
|
+
$tinkerdocumentsarray = ["HowTo_Tinker.txt" , "rwdapplications.html" , "RubyWebDialogs.html"]
|
|
19
|
+
##NAME: (JumpLink):(1.78)
|
|
20
20
|
JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] }
|
|
21
|
-
|
|
21
|
+
##NAME: ($rwdjumplink):(1.78)
|
|
22
|
+
$rwdjumplink = ["helpscreen", "tinkerbackwindow", "returntomain", "opendocuments", "editconfiguration"]
|
|
@@ -12,8 +12,8 @@ $rwdjumplink = [""]
|
|
|
12
12
|
JumpLink = Hash.new("default")
|
|
13
13
|
require 'fileutils'
|
|
14
14
|
DistroName = "tinkerbellw"
|
|
15
|
-
DistroVersion="0.
|
|
16
|
-
load "configuration/#{DistroName}
|
|
15
|
+
DistroVersion="0.03"
|
|
16
|
+
load "configuration/#{DistroName}.dist"
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
DistroTitle="#{DistroName}-#{DistroVersion}"
|
|
@@ -27,10 +27,12 @@ puts "creating #{DistroName} distribution files version #{DistroVersion}"
|
|
|
27
27
|
|
|
28
28
|
#puts "moving up one directory"
|
|
29
29
|
#Dir.chdir("..")
|
|
30
|
-
|
|
30
|
+
findcmd = "find _arx > /tmp/excludezip"
|
|
31
|
+
puts "#{findcmd}"
|
|
32
|
+
`#{findcmd}`
|
|
31
33
|
|
|
32
34
|
FileUtils.rm_rf("#{DistroTitle}.zip")
|
|
33
|
-
zipcreatecmd = "zip -r #{DistroTitle}.zip *"
|
|
35
|
+
zipcreatecmd = "zip -r #{DistroTitle}.zip * -x@/tmp/excludezip"
|
|
34
36
|
puts "#{zipcreatecmd}"
|
|
35
37
|
`#{zipcreatecmd}`
|
|
36
38
|
|
data/tests/makedist.rb
CHANGED
|
@@ -14,10 +14,10 @@ require 'fileutils'
|
|
|
14
14
|
|
|
15
15
|
DistroName = "tinkerbellw"
|
|
16
16
|
|
|
17
|
-
DistroVersion="0.
|
|
17
|
+
DistroVersion="0.03"
|
|
18
18
|
|
|
19
19
|
DistroTitle="#{DistroName}.dist"
|
|
20
|
-
load "configuration/#{DistroName}
|
|
20
|
+
load "configuration/#{DistroName}.dist"
|
|
21
21
|
|
|
22
22
|
DistroName = "tinkerbell"
|
|
23
23
|
DistroTitle = "#{DistroName}-#{DistroVersion}"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tinkerbell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: "0.
|
|
4
|
+
version: "0.03"
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Gibson
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-09
|
|
12
|
+
date: 2008-10-09 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -45,8 +45,13 @@ files:
|
|
|
45
45
|
- lib/rwdthemes/default.rwd
|
|
46
46
|
- lib/rwdthemes/pda.rwd
|
|
47
47
|
- lib/rwdthemes/windowslike.rwd
|
|
48
|
+
- lib/rwdtinker/rwdtinkertools.rb
|
|
49
|
+
- lib/rwdtinker/rwdcodedir.rb
|
|
50
|
+
- lib/rwdtinker/rwdguidir.rb
|
|
51
|
+
- lib/rwdtinker/rwdlangdir.rb
|
|
48
52
|
- code/zz0applicationend/zz0end.rb
|
|
49
53
|
- code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
|
|
54
|
+
- code/superant.com.rwdtinkerbackwindow/viewlogfile.rb
|
|
50
55
|
- code/superant.com.rwdtinkerbackwindow/diagnostictab.rb
|
|
51
56
|
- code/superant.com.rwdtinkerbackwindow/listgemzips.rb
|
|
52
57
|
- code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb
|
|
@@ -64,7 +69,6 @@ files:
|
|
|
64
69
|
- code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb
|
|
65
70
|
- code/superant.com.rwdtinkerbackwindow/removeapplet.rb
|
|
66
71
|
- code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
|
|
67
|
-
- code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
|
|
68
72
|
- code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
|
|
69
73
|
- code/superant.com.rwdtinkerbackwindow/installgemapplet.rb
|
|
70
74
|
- code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb
|
|
@@ -72,7 +76,6 @@ files:
|
|
|
72
76
|
- code/01rwdcore/setuptinkerdocuments.rb
|
|
73
77
|
- code/01rwdcore/openhelpwindow.rb
|
|
74
78
|
- code/01rwdcore/setuphelpaboutoptions.rb
|
|
75
|
-
- code/01rwdcore/04helptextend.rb
|
|
76
79
|
- code/01rwdcore/01rwdcore.rb
|
|
77
80
|
- code/01rwdcore/rwdwindowreturn.rb
|
|
78
81
|
- code/01rwdcore/uploadreturns.rb
|
|
@@ -113,14 +116,13 @@ files:
|
|
|
113
116
|
- code/superant.com.tinkerbell/runrwdapplet.rb
|
|
114
117
|
- configuration/rwdtinker.dist
|
|
115
118
|
- configuration/tinkerwin2variables.dist
|
|
116
|
-
- configuration/
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
- lang/
|
|
120
|
-
- lang/
|
|
121
|
-
- lang/
|
|
122
|
-
- lang/
|
|
123
|
-
- lang/nl/rwdcore/languagefile.rb
|
|
119
|
+
- configuration/tinkerbellw.dist
|
|
120
|
+
- lang/en/rwdcore/en.po
|
|
121
|
+
- lang/es/rwdcore/es.po
|
|
122
|
+
- lang/fr/rwdcore/fr.po
|
|
123
|
+
- lang/hi/rwdcore/hi.po
|
|
124
|
+
- lang/ja/rwdcore/ja.po
|
|
125
|
+
- lang/nl/rwdcore/nl.po
|
|
124
126
|
- gui/frontwindowtdocuments/00documentbegin.rwd
|
|
125
127
|
- gui/frontwindowtdocuments/tinkerdocuments.rwd
|
|
126
128
|
- gui/frontwindowtdocuments/zzdocumentend.rwd
|
|
@@ -136,6 +138,7 @@ files:
|
|
|
136
138
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd
|
|
137
139
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd
|
|
138
140
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd
|
|
141
|
+
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd
|
|
139
142
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd
|
|
140
143
|
- gui/tinkerbackwindows/superant.com.tinkerbellback
|
|
141
144
|
- gui/tinkerbackwindows/superant.com.tinkerbellback/1appname.rwd
|
|
@@ -172,30 +175,34 @@ files:
|
|
|
172
175
|
- gui/frontwindowselections/wwselectionend.rwd
|
|
173
176
|
- gui/frontwindowselections/00selectiontabbegin.rwd
|
|
174
177
|
- gui/zzcoreguiend/yy9rwdend.rwd
|
|
175
|
-
- installed/tinkerbellw
|
|
178
|
+
- installed/tinkerbellw.inf
|
|
176
179
|
- installed/temp.rb
|
|
180
|
+
- rwd_files/log/rwdtinker.log
|
|
177
181
|
- rwd_files/tinker.png
|
|
178
182
|
- rwd_files/favicon.ico
|
|
179
183
|
- rwd_files/rdoc-style.css
|
|
180
184
|
- rwd_files/Readme.txt
|
|
181
185
|
- rwd_files/rwdapplications.html
|
|
182
186
|
- rwd_files/HowTo_TinkerBell.txt
|
|
187
|
+
- rwd_files/Tinkerhelptexthash.txt
|
|
183
188
|
- rwd_files/HowTo_TinkerWin2.txt
|
|
184
189
|
- rwd_files/RubyWebDialogs.html
|
|
185
190
|
- rwd_files/HowTo_Tinker.txt
|
|
186
|
-
- zips/tinkerbellw-0.
|
|
187
|
-
- zips/
|
|
191
|
+
- zips/tinkerbellw-0.03.zip
|
|
192
|
+
- zips/rwdwmovies-0.98.zip
|
|
188
193
|
- zips/temp.rb
|
|
189
|
-
- zips/
|
|
190
|
-
- zips/
|
|
194
|
+
- zips/rwdwfoldeditor-0.05.zip
|
|
195
|
+
- zips/rwdwcalc-0.63.zip
|
|
196
|
+
- zips/rwdwruby-1.08.zip
|
|
197
|
+
- zips/wrubyslippers-1.08.zip
|
|
198
|
+
- zips/rwdwhypernote-0.15.zip
|
|
191
199
|
- tests/rdep.rb
|
|
200
|
+
- tests/makedist-tinkerbellw.rb
|
|
192
201
|
- tests/cleancnf.sh
|
|
193
202
|
- tests/makedist.rb
|
|
194
|
-
- tests/makedist-tinkerbell.rb
|
|
195
203
|
- tests/totranslate.lang
|
|
196
204
|
- tests/RubyGauge.rb
|
|
197
205
|
- tests/checkdepends.sh
|
|
198
|
-
- tinkerbell-0.01.gem
|
|
199
206
|
- Readme.txt
|
|
200
207
|
- rwdconfig.dist
|
|
201
208
|
- rwdtinker.rb
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
# help text files used by context sensitive help
|
|
2
|
-
|
|
3
|
-
Helptext.update( :tinkerwin2_help => " You can view the list of applets you can install
|
|
4
|
-
by clicking on the list files button
|
|
5
|
-
|
|
6
|
-
You can download an applet created by someone else
|
|
7
|
-
|
|
8
|
-
put the file in the zips directory
|
|
9
|
-
|
|
10
|
-
rwdtinker applets packaged as RubyGems can be used if you have RubyGems installed.
|
|
11
|
-
You can download rwdtinker gems at the 'Install Remote Applets' tab
|
|
12
|
-
to install applets you need the ruby zlib library installed
|
|
13
|
-
",
|
|
14
|
-
:applet_viewing => "You can get a list of all installed applets by clicking the 'listfiles button'
|
|
15
|
-
To see the text of a install file
|
|
16
|
-
Type in the name of the file you want.
|
|
17
|
-
|
|
18
|
-
type it without the inf ending
|
|
19
|
-
rwdapplet-0.1
|
|
20
|
-
|
|
21
|
-
Then click the 'View Installed File' button
|
|
22
|
-
|
|
23
|
-
If it finds the file it will open it. It displays the text the search box.
|
|
24
|
-
|
|
25
|
-
You can uninstall applets on this screen",
|
|
26
|
-
|
|
27
|
-
:applet_installation => " You can download an applet created by someone else\n
|
|
28
|
-
put the file in the zips directory\n
|
|
29
|
-
|
|
30
|
-
click on the 'list zips' tab\n
|
|
31
|
-
click on 'list applets available for installing'\n
|
|
32
|
-
|
|
33
|
-
chose the applet you want\n
|
|
34
|
-
click on 'install applet'\n
|
|
35
|
-
If all goes well the applet should be installed.\n
|
|
36
|
-
You will need to restart rwdtinker to see the new screens
|
|
37
|
-
to install applets you need the ruby zlib library installed",
|
|
38
|
-
|
|
39
|
-
:applet_tinkerbackeditconfiguration => " You can edit the configuration
|
|
40
|
-
|
|
41
|
-
Remember to reload the configuration variables if you want your
|
|
42
|
-
changes used.",
|
|
43
|
-
:remotegemapplet_install => " To download and install use the 'Install Remote Applets'
|
|
44
|
-
|
|
45
|
-
First click on 'List applets in the Remote GEM Repository available for downloading'
|
|
46
|
-
then go to the very bottom to click on the applet you want
|
|
47
|
-
then on the top click 'install remote Gem applet package'
|
|
48
|
-
|
|
49
|
-
This installs the package in the Gem system
|
|
50
|
-
You still need to install it into rwdtinker - do that in the 'List Zips' tab
|
|
51
|
-
|
|
52
|
-
For this feature to work, you need
|
|
53
|
-
RubyGems installed
|
|
54
|
-
Variables set correctly in the tinerwin2.cnf file
|
|
55
|
-
$xpcommand, $gemdirectory_withgemfiles and $geminstalled_directory
|
|
56
|
-
the defaults as shipped will normally be for a Debian Linux system
|
|
57
|
-
On Debian Linux, you would usually need to be running rwdtinker as root in order to install RubyGems
|
|
58
|
-
|
|
59
|
-
You can view the list of rwdtinker applets you have installed already by clicking 'view already installed GEM applets'
|
|
60
|
-
"
|
|
61
|
-
)
|
data/configuration/language.dist
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
##VERSION:0.01
|
|
2
|
-
$tinkerhelpaboutarray += ["TinkerBell"]
|
|
3
|
-
$tinkerdocumentsarray += ["HowTo_TinkerBell.txt"]
|
|
4
|
-
JumpLink.update(:TinkerBell=>"runtinkerbellwindow", :TinkerBellBackWindow=> "tinkerbellbackwindow")
|
|
5
|
-
$rwdjumplink +=["TinkerBell","TinkerBellBackWindow"]
|
|
6
|
-
##NAME:TinkerBellVersion:0
|
|
7
|
-
TinkerBellVersion = "0.01"
|
|
8
|
-
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# English Language files for RwdTinker core
|
|
2
|
-
|
|
3
|
-
:applet_installed => '"applet installed!"',
|
|
4
|
-
:application_version => '"Application Version"',
|
|
5
|
-
:clear => "Clear",
|
|
6
|
-
:cancel => "Cancel",
|
|
7
|
-
:clickfor_version => "Click for Version" ,
|
|
8
|
-
:clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
|
|
9
|
-
:documents => '"Documents"',
|
|
10
|
-
:edit => "edit" ,
|
|
11
|
-
:file_name => '"File Name:"',
|
|
12
|
-
:fill_record => '"Fill Record"',
|
|
13
|
-
:help => '"Help"',
|
|
14
|
-
:help_about => '"Help About"',
|
|
15
|
-
:install_applet => '"install (rwdtinker) applet"',
|
|
16
|
-
:jumptoapplication_location => '"Jump to Application Location"',
|
|
17
|
-
:list_applets => '"Remove Applets"',
|
|
18
|
-
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
|
19
|
-
:listappletsavailablefor_installation => "List applets available for installation",
|
|
20
|
-
:list_files => '"List Files"',
|
|
21
|
-
:list_installed_gems => '"List installed Gems"' ,
|
|
22
|
-
:list_photos => '"List Photos"',
|
|
23
|
-
:list_zips => '"List Zips"',
|
|
24
|
-
:listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
|
|
25
|
-
:menu_panel => '"Menu Panel"',
|
|
26
|
-
:module_unknown => '"Unknown Module"',
|
|
27
|
-
:next => '"Next"',
|
|
28
|
-
:open => "Open",
|
|
29
|
-
:open_document => '"Open Document"',
|
|
30
|
-
:openselectedhelp_about => '"Open selected help about"',
|
|
31
|
-
:reload_variables => '"Reload Variables"' ,
|
|
32
|
-
:remove_applet => '"remove applet"',
|
|
33
|
-
:return => "Return",
|
|
34
|
-
:rwdtinker_window_2 => "RwdTinker Window 2",
|
|
35
|
-
:rwdtinker => "RwdTinker",
|
|
36
|
-
:rwdtinker_back_window => '"RwdTinker Back Window"',
|
|
37
|
-
:rwdtinker_help => '"RwdTinker Help"',
|
|
38
|
-
:rwdtinker_help_window => '"RwdTinker Help Window"',
|
|
39
|
-
:showjump_links => '"Show Jump Links"',
|
|
40
|
-
:showdocument_list => '"Show Document List"',
|
|
41
|
-
:showhelpabout_links => '"Show Help About Links"',
|
|
42
|
-
|
|
43
|
-
:save => "Save" ,
|
|
44
|
-
:save_changes => '"Save Changes"',
|
|
45
|
-
:selection_panel => '"Menu Panel"',
|
|
46
|
-
:selection_tab => '"Menu Tab"',
|
|
47
|
-
:tinker_logo => "Tinker Logo",
|
|
48
|
-
:tinkerback_window => '"Tinker Back Window"',
|
|
49
|
-
:viewapplet_contents => '"View Applet Contents"',
|
|
50
|
-
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
|
51
|
-
:viewinstalled_text => '"View Install Text"',
|
|
52
|
-
:view_platform => '"view platform"',
|
|
53
|
-
:viewplatform_information => '"View Platform Information"',
|
|
54
|
-
:view_event => '"View event"',
|
|
55
|
-
:viewinstall_text => '"View Install Text"' ,
|
|
56
|
-
:viewlistinstall_files => '"View List of Installed Files"',
|
|
57
|
-
:view_photo => '"View Photo"',
|
|
58
|
-
:window => "Window" ,
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# Spanish Language files for RwdTinker core
|
|
2
|
-
|
|
3
|
-
:applet_installed => '"applet instalado!"',
|
|
4
|
-
:application_version => '"Application Version"',
|
|
5
|
-
:clear => "Clear",
|
|
6
|
-
:cancel => "Cancelaci�n",
|
|
7
|
-
:clickfor_version => '"click para version"' ,
|
|
8
|
-
:clickbelowtoviewlistof_zip => '"click abajo a ver lista de zips"',
|
|
9
|
-
:documents => '"Documentos"',
|
|
10
|
-
:edit => "Editar" ,
|
|
11
|
-
:file_name => '"Fila Nombre:"',
|
|
12
|
-
:fill_record => '"Fill Record"',
|
|
13
|
-
:help => '"Ayuda"',
|
|
14
|
-
:help_about => '"Ayuda sobre"',
|
|
15
|
-
:install_applet => '"instale (rwdtinker) applet"',
|
|
16
|
-
:jumptoapplication_location => '"Jump to Application Location"',
|
|
17
|
-
:list_applets => '"List Applets"',
|
|
18
|
-
:listappletsavailablefor_installation => "List applets available for installation",
|
|
19
|
-
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
|
20
|
-
|
|
21
|
-
:list_files => '"Lista de Archivos"',
|
|
22
|
-
:list_installed_gems => '"Lista de Instalado Gems"' ,
|
|
23
|
-
:list_photos => '"Lista de Photos"',
|
|
24
|
-
:list_zips => '"List Zips"',
|
|
25
|
-
:listzipdirappletsavailable => '"Lista (zip directory) applets available for installation"',
|
|
26
|
-
:menu_panel => '"panel de herramientas"',
|
|
27
|
-
:module_unknown => '"Module desconocido"',
|
|
28
|
-
:next => "Siguiente",
|
|
29
|
-
:open => "Abrir",
|
|
30
|
-
:open_document => '"Abrir documento"',
|
|
31
|
-
:openselectedhelp_about => '"Open selected help about"',
|
|
32
|
-
:reload_variables => '"Reload Variables"' ,
|
|
33
|
-
:remove_applet => '"remove applet"',
|
|
34
|
-
:return => "anterior",
|
|
35
|
-
:rwdtinker_window_2 => '"RwdTinker Window 2"',
|
|
36
|
-
:rwdtinker => "RwdTinker",
|
|
37
|
-
:rwdtinker_back_window => '"RwdTinker Ventana Trasera"',
|
|
38
|
-
:rwdtinker_help => '"RwdTinker Ayuda"',
|
|
39
|
-
:rwdtinker_help_window => '"RwdTinker Ventana Ayuda"',
|
|
40
|
-
:showdocument_list => '"Show Document List"',
|
|
41
|
-
:showhelpabout_links => '"Show Help About Links"',
|
|
42
|
-
|
|
43
|
-
:showjump_links => '"Mostrar enlace saltar"',
|
|
44
|
-
|
|
45
|
-
:save => "Guardar" ,
|
|
46
|
-
:save_changes => '"Guardar los cambios"',
|
|
47
|
-
:rwdtinker => "RwdTinker",
|
|
48
|
-
:selection_panel => '"Panel de Selecci�n"',
|
|
49
|
-
|
|
50
|
-
:tinker_logo => '"Insignia de Tinker"',
|
|
51
|
-
:selection_tab => '"Selection Tab"',
|
|
52
|
-
:tinkerback_window => '"Tinker Back Window"',
|
|
53
|
-
:viewapplet_contents => '"View Applet Contents"',
|
|
54
|
-
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
|
55
|
-
:viewinstalled_text => '"View Install Text"',
|
|
56
|
-
:view_platform => '"view platform"',
|
|
57
|
-
:viewplatform_information => '"View Platform Information"',
|
|
58
|
-
:view_event => '"Ver evento"',
|
|
59
|
-
:viewinstall_text => '"Ver Texto"' ,
|
|
60
|
-
:viewlistinstall_files => '"View List of Installed Files"',
|
|
61
|
-
:view_photo => '"Ver Photo"' ,
|
|
62
|
-
:window => "Ventana" ,
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
# English Language files for RwdTinker core
|
|
2
|
-
|
|
3
|
-
:applet_installed => '"applet installed!"',
|
|
4
|
-
:application_version => '"Application Version"',
|
|
5
|
-
:clear => "Clear",
|
|
6
|
-
:cancel => "Cancel",
|
|
7
|
-
:clickfor_version => "Click for Version" ,
|
|
8
|
-
:clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
|
|
9
|
-
:documents => '"Documents"',
|
|
10
|
-
:edit => "edit" ,
|
|
11
|
-
:file_name => '"File Name:"',
|
|
12
|
-
:fill_record => '"Fill Record"',
|
|
13
|
-
:gemcommands => '"Gem Commands"',
|
|
14
|
-
:gemfiles => '"Gem Files"' ,
|
|
15
|
-
:gemdocs => '"Gem Documents"' ,
|
|
16
|
-
:gem_name => '"Gem Name"' ,
|
|
17
|
-
:help => '"Help"',
|
|
18
|
-
:help_about => '"Help About"',
|
|
19
|
-
:installgem => '"Install Gem"' ,
|
|
20
|
-
:install_applet => '"install (rwdtinker) applet"',
|
|
21
|
-
:jumptoapplication_location => '"Jump to Application Location"',
|
|
22
|
-
:list_applets => '"List Applets"',
|
|
23
|
-
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
|
24
|
-
:listappletsavailablefor_installation => "List applets available for installation",
|
|
25
|
-
:list_files => '"List Files"',
|
|
26
|
-
:list_installed_gems => '"List installed Gems"' ,
|
|
27
|
-
:list_photos => '"List Photos"',
|
|
28
|
-
:list_zips => '"List Zips"',
|
|
29
|
-
:listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
|
|
30
|
-
:menu_panel => '"Menu Panel"',
|
|
31
|
-
:module_unknown => '"Unknown Module"',
|
|
32
|
-
:next => '"Next"',
|
|
33
|
-
:open => "Open",
|
|
34
|
-
:open_document => '"Open Document"',
|
|
35
|
-
:openselectedhelp_about => '"Open selected help about"',
|
|
36
|
-
:reload_variables => '"Reload Variables"' ,
|
|
37
|
-
:remove_applet => '"remove applet"',
|
|
38
|
-
:return => "Return",
|
|
39
|
-
:rwdtinker_window_2 => "RwdTinker Window 2",
|
|
40
|
-
:rwdtinker => "RwdTinker",
|
|
41
|
-
:rwdtinker_back_window => '"RwdTinker Back Window"',
|
|
42
|
-
:rwdtinker_help => '"RwdTinker Help"',
|
|
43
|
-
:rwdtinker_help_window => '"RwdTinker Help Window"',
|
|
44
|
-
:showjump_links => '"Show Jump Links"',
|
|
45
|
-
:showdocument_list => '"Show Document List"',
|
|
46
|
-
:showhelpabout_links => '"Show Help About Links"',
|
|
47
|
-
|
|
48
|
-
:save => "Save" ,
|
|
49
|
-
:save_changes => '"Save Changes"',
|
|
50
|
-
:selection_panel => '"Selection Panel"',
|
|
51
|
-
:selection_tab => '"Selection Tab"',
|
|
52
|
-
:tinker_logo => "Tinker Logo",
|
|
53
|
-
:tinkerback_window => '"Tinker Back Window"',
|
|
54
|
-
:viewapplet_contents => '"View Applet Contents"',
|
|
55
|
-
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
|
56
|
-
:viewinstalled_text => '"View Install Text"',
|
|
57
|
-
:view_platform => '"view platform"',
|
|
58
|
-
:viewplatform_information => '"View Platform Information"',
|
|
59
|
-
:view_event => '"View event"',
|
|
60
|
-
:view_gem => '"View Gem"',
|
|
61
|
-
:viewinstall_text => '"View Install Text"' ,
|
|
62
|
-
:viewlistinstall_files => '"View List of Installed Files"',
|
|
63
|
-
:view_photo => '"View Photo"',
|
|
64
|
-
:window => "Window" ,
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# Japanese Language files for RwdTinker core
|
|
2
|
-
:cancel => "とりけし",
|
|
3
|
-
:open => "あける",
|
|
4
|
-
:view_event => "けんかい ぎょうじょ",
|
|
5
|
-
:edit_event => "しゅうろく",
|
|
6
|
-
:install_gem => "インストール",
|
|
7
|
-
:list_installed_gems => "かきつらねる",
|
|
8
|
-
:view_gem => "けんかい",
|
|
9
|
-
:edit => "しゅうろく",
|
|
10
|
-
:gem_commands => "コマンド",
|
|
11
|
-
:gem_files => "ファイル",
|
|
12
|
-
:gem_docs => "しょるい",
|
|
13
|
-
:gem_name => "こうもくめい",
|
|
14
|
-
:selection_panel => "せんたく",
|
|
15
|
-
:documents => "オンラインマニュアル",
|
|
16
|
-
|
|
17
|
-
# English Language files for RwdTinker core
|
|
18
|
-
|
|
19
|
-
:applet_installed => '"applet installed!"',
|
|
20
|
-
:application_version => '"Application Version"',
|
|
21
|
-
:clear => "Clear",
|
|
22
|
-
:clickfor_version => "Click for Version" ,
|
|
23
|
-
:clickbelowtoviewlistof_zip => '"click below to view lists of zips"',
|
|
24
|
-
|
|
25
|
-
:file_name => '"File Name:"',
|
|
26
|
-
:fill_record => '"Fill Record"',
|
|
27
|
-
:help => '"Help"',
|
|
28
|
-
:help_about => '"Help About"',
|
|
29
|
-
|
|
30
|
-
:install_applet => '"install (rwdtinker) applet"',
|
|
31
|
-
:jumptoapplication_location => '"Jump to Application Location"',
|
|
32
|
-
:list_applets => '"List Applets"',
|
|
33
|
-
:listappletsinthegem_directory => '"List applets in the Gem Directory"',
|
|
34
|
-
:listappletsavailablefor_installation => "List applets available for installation",
|
|
35
|
-
:list_files => '"List Files"',
|
|
36
|
-
|
|
37
|
-
:list_photos => '"List Photos"',
|
|
38
|
-
:list_zips => '"List Zips"',
|
|
39
|
-
:listzipdirappletsavailable => '"List (zip directory) applets available for installation"',
|
|
40
|
-
:menu_panel => '"Menu Panel"',
|
|
41
|
-
:module_unknown => '"Unknown Module"',
|
|
42
|
-
:next => '"Next"',
|
|
43
|
-
|
|
44
|
-
:open_document => '"Open Document"',
|
|
45
|
-
:openselectedhelp_about => '"Open selected help about"',
|
|
46
|
-
:reload_variables => '"Reload Variables"' ,
|
|
47
|
-
:remove_applet => '"remove applet"',
|
|
48
|
-
:return => "Return",
|
|
49
|
-
:rwdtinker_window_2 => "RwdTinker Window 2",
|
|
50
|
-
:rwdtinker => "RwdTinker",
|
|
51
|
-
:rwdtinker_back_window => '"RwdTinker Back Window"',
|
|
52
|
-
:rwdtinker_help => '"RwdTinker Help"',
|
|
53
|
-
:rwdtinker_help_window => '"RwdTinker Help Window"',
|
|
54
|
-
:showjump_links => '"Show Jump Links"',
|
|
55
|
-
:showdocument_list => '"Show Document List"',
|
|
56
|
-
:showhelpabout_links => '"Show Help About Links"',
|
|
57
|
-
|
|
58
|
-
:save => "Save" ,
|
|
59
|
-
:save_changes => '"Save Changes"',
|
|
60
|
-
|
|
61
|
-
:selection_tab => '"Selection Tab"',
|
|
62
|
-
:tinker_logo => "Tinker Logo",
|
|
63
|
-
:tinkerback_window => '"Tinker Back Window"',
|
|
64
|
-
:viewapplet_contents => '"View Applet Contents"',
|
|
65
|
-
:viewalreadyinstalled_applications => '"View already installed GEM applications"',
|
|
66
|
-
:viewinstalled_text => '"View Install Text"',
|
|
67
|
-
:view_platform => '"view platform"',
|
|
68
|
-
:viewplatform_information => '"View Platform Information"',
|
|
69
|
-
:viewinstall_text => '"View Install Text"' ,
|
|
70
|
-
:viewlistinstall_files => '"View List of Installed Files"',
|
|
71
|
-
:view_photo => '"View Photo"',
|
|
72
|
-
:window => "Window" ,
|