rwddemo 0.91 → 0.92
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 +32 -305
- data/code/01rwdcore/01rwdcore.rb +15 -13
- data/code/01rwdcore/jumplinkcommand.rb +30 -0
- data/code/01rwdcore/openhelpwindow.rb +26 -26
- data/code/01rwdcore/returntomain.rb +8 -8
- data/code/01rwdcore/rwdtinkerversion.rb +12 -13
- data/code/01rwdcore/rwdwindowreturn.rb +3 -5
- data/code/01rwdcore/test_cases.rb +115 -0
- data/code/01rwdcore/test_harness.rb +12 -0
- data/code/01rwdcore/uploadreturns.rb +62 -0
- data/code/dd0viewphoto/dd0viewphoto.rb +3 -4
- data/code/superant.com.rwdcalc/jumplinkupdate.rb +11 -0
- data/code/superant.com.rwdcalendar/helptexthashrwdschedule.rb +14 -0
- data/code/superant.com.rwdcalendar/openhelpwindowrwdschedule.rb +17 -0
- data/code/superant.com.rwdshell/helptexthashshell.rb +8 -1
- data/code/superant.com.rwdshell/openhelpwindowshell.rb +6 -0
- data/code/superant.com.rwdshell/runrwdshellwindow.rb +4 -1
- data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +89 -92
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +16 -18
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +19 -18
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +20 -19
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +19 -18
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +7 -7
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +48 -49
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +8 -7
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +22 -26
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +32 -31
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -13
- data/code/superant.com.rwdtinkerbackwindow/network.rb +82 -82
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +18 -17
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +37 -37
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +20 -20
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +33 -32
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +8 -9
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +10 -11
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -18
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +21 -20
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +23 -20
- data/configuration/language.dist +1 -1
- data/configuration/rwddemo.dist +3 -0
- data/configuration/rwdtinker.dist +3 -3
- data/configuration/tinkerwin2variables.dist +1 -1
- data/gui/frontwindow0/superant.com.rwdcalendar/hl9calendar.rwd +1 -1
- data/gui/frontwindow0/superant.com.shellscripts/3editscripts.rwd +1 -0
- data/gui/frontwindow0/viewlogo/cc0openphoto.rwd +22 -0
- data/gui/frontwindowselectionbegin/selectiontabbegin/selectiontabbegin.rwd +2 -7
- data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselections/viewselectionzend/viewselectionend.rwd +3 -0
- data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/3copyright.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.rwdcalc/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/46editscriptrecord.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/94rwddiagnostics.rwd +0 -17
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/98jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +12 -16
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/init.rb +231 -228
- data/rwd_files/HowTo_Tinker.txt +20 -0
- data/rwdconfig.dist +6 -2
- data/tests/makedist.rb +36 -7
- metadata +54 -69
- data/code/superant.com.rwdshell/runrwdshellmenu1.rb +0 -57
- data/configuration/language.cnf +0 -7
- data/configuration/rwdapplicationidentity.cnf +0 -3
- data/configuration/rwdcalc.cnf +0 -7
- data/configuration/rwdcalendar.cnf +0 -10
- data/configuration/rwdshell.cnf +0 -3
- data/configuration/rwdtinker.cnf +0 -15
- data/configuration/tinkerwin2variables.cnf +0 -17
- data/extras/cmdline_parse +0 -47
- data/extras/config_file +0 -69
- data/extras/errorMsg +0 -19
- data/extras/makePlaylist +0 -34
- data/extras/mp3controld +0 -289
- data/extras/playlist +0 -186
- data/extras/showHelp +0 -18
- data/gui/frontwindowselections/superant.com.rwdcalcselectiontab/rwdcalc.rwd +0 -12
- data/gui/frontwindowselections/superant.com.rwdshellselectiontab/rwdshellbackwindowselectiontab.rwd +0 -12
- data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +0 -12
- data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/1appname.rwd +0 -4
- data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/3copyright.rwd +0 -3
- data/gui/helpaboutinstalled/superant.com.rwdwin2helpabout/5version.rwd +0 -10
- data/gui/tinkerbackwindows/superant.com.rwdcalc/98returntab.rwd +0 -11
- data/gui/tinkerbackwindows/superant.com.rwdshellbackwindow/v9returntab.rwd +0 -11
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd +0 -11
- data/rwdconfig.cnf +0 -6
@@ -1,21 +1,22 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
begin # exception trapped block
|
7
|
-
fullname = nametext + ".zip"
|
8
|
-
fileName = File.join($zipslocation,fullname)
|
9
|
-
tempfilecontents = " "
|
10
|
-
zf = Zip::ZipFile.new(fileName)
|
11
|
-
zf.sort.each {
|
12
|
-
|entry|
|
13
|
-
tempfilecontents = tempfilecontents + entry.to_s + "\n"
|
14
|
-
}
|
15
|
-
@appletcontentstext = tempfilecontents
|
16
|
-
|
17
|
-
rescue
|
18
|
-
@installapplettext = "unzip error - error opening applet"
|
19
|
-
end # exception rescue
|
1
|
+
#view contents of a tinker applet
|
2
|
+
def viewappletcontents
|
3
|
+
require 'fileutils'
|
4
|
+
require 'extras/zip/zip'
|
5
|
+
nametext = "%s" % [@a_installapplet]
|
20
6
|
|
21
|
-
|
7
|
+
begin # exception trapped block
|
8
|
+
fullname = nametext + ".zip"
|
9
|
+
fileName = File.join($zipslocation,fullname)
|
10
|
+
tempfilecontents = " "
|
11
|
+
zf = Zip::ZipFile.new(fileName)
|
12
|
+
zf.sort.each {
|
13
|
+
|entry|
|
14
|
+
tempfilecontents = tempfilecontents + entry.to_s + "\n"
|
15
|
+
}
|
16
|
+
@appletcontentstext = tempfilecontents
|
17
|
+
|
18
|
+
rescue
|
19
|
+
@installapplettext = "unzip error - error opening applet"
|
20
|
+
end # exception rescue
|
21
|
+
|
22
|
+
end
|
@@ -1,21 +1,24 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
1
|
+
#view gem info
|
2
|
+
def viewgemappletcontents
|
3
|
+
require 'fileutils'
|
4
|
+
require 'extras/zip/zip'
|
5
|
+
nametext = "%s" % [@a_installapplet]
|
6
|
+
|
7
|
+
begin # exception trapped block
|
8
|
+
fullname = nametext + ".zip"
|
9
|
+
|
10
|
+
tempfilecontents = " "
|
11
|
+
zf = Zip::ZipFile.new(fullname)
|
12
|
+
zf.sort.each {
|
13
|
+
|entry|
|
14
|
+
tempfilecontents = tempfilecontents + entry.to_s + "\n"
|
15
|
+
}
|
16
|
+
@appletcontentstext = tempfilecontents
|
17
|
+
|
18
|
+
rescue
|
19
|
+
@installapplettext = "unzip error - error opening applet"
|
20
|
+
end # exception rescue
|
21
|
+
|
22
|
+
end
|
23
|
+
|
20
24
|
|
21
|
-
end
|
data/configuration/language.dist
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
##VERSION:1.
|
1
|
+
##VERSION:1.62
|
2
2
|
ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant
|
3
3
|
CodeName = "rwdtinker"
|
4
4
|
CodeNameFile = CodeName + ".rb"
|
@@ -11,5 +11,5 @@ LangDir = "lang"
|
|
11
11
|
$prevouswindow ="main"
|
12
12
|
$rwdcontrolports =["13713","13714","13715","13716","13717","13718"]
|
13
13
|
$port = 7705
|
14
|
-
|
15
|
-
RwdTinkerVersion = "1.
|
14
|
+
$rwdjumplink = ["helpscreen","tinkerbackwindow","returntomain"]
|
15
|
+
RwdTinkerVersion = "1.62"
|
@@ -8,7 +8,7 @@ $rwdguivar=
|
|
8
8
|
<horizontal>
|
9
9
|
<button caption=#{Message[:show_month]} action=\"showmonth\"/>
|
10
10
|
|
11
|
-
<button caption=\"Help\" action=\"
|
11
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdcalendar\"/>
|
12
12
|
|
13
13
|
</horizontal>
|
14
14
|
<p> %showcalendartitle%</p>
|
@@ -12,6 +12,7 @@ $rwdguivar=
|
|
12
12
|
<button caption=\"Load Script\" action=\"loadscriptrecord\"/>
|
13
13
|
<button caption=\"Save Changes\" action=\"savescriptrecord\"/>
|
14
14
|
<button caption=\"Clear\" action=\"clearscriptscreendisplay\"/>
|
15
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdshell\"/>
|
15
16
|
|
16
17
|
</horizontal>
|
17
18
|
<table>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
|
3
|
+
"
|
4
|
+
<tab name=\"viewtinkerlogo\" caption=\"Tinker\">
|
5
|
+
|
6
|
+
<table>
|
7
|
+
<row> <p align=\"right\">#{Message[:tinker_logo]}</row>
|
8
|
+
|
9
|
+
</table>
|
10
|
+
<image src=\"tinker.png\"> </image>
|
11
|
+
<table>
|
12
|
+
<row> <p></row>
|
13
|
+
|
14
|
+
</table>
|
15
|
+
<horizontal>
|
16
|
+
|
17
|
+
<button caption=\"Help\" action=\"runhelpwindow\"/>
|
18
|
+
|
19
|
+
|
20
|
+
</horizontal>
|
21
|
+
|
22
|
+
</tab>"
|
@@ -3,14 +3,9 @@ $rwdguivar=
|
|
3
3
|
<tab name=\"selectiontab\" caption=#{Message[:selection_panel]}>
|
4
4
|
|
5
5
|
<table>
|
6
|
-
<row> <p align=\"right\">Open a new
|
6
|
+
<row> <p align=\"right\">Open a new location </row>
|
7
7
|
|
8
8
|
</table>
|
9
|
-
|
10
|
-
|
11
|
-
<button caption=#{Message[:rwdtinker_help_window]} action=\"runhelpwindow\"/>
|
12
|
-
|
13
|
-
|
14
|
-
</horizontal>"
|
9
|
+
"
|
15
10
|
|
16
11
|
|
@@ -0,0 +1,15 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<horizontal>
|
4
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
5
|
+
|
6
|
+
</horizontal>
|
7
|
+
<table>
|
8
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
9
|
+
|
10
|
+
</table>
|
11
|
+
|
12
|
+
<horizontal>
|
13
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
14
|
+
</horizontal>
|
15
|
+
"
|
@@ -0,0 +1,17 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=selectiontab caption=\"Selection Tab\">
|
4
|
+
<horizontal>
|
5
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
6
|
+
|
7
|
+
</horizontal>
|
8
|
+
<table>
|
9
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
10
|
+
|
11
|
+
</table>
|
12
|
+
|
13
|
+
<horizontal>
|
14
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
15
|
+
</horizontal>
|
16
|
+
</tab>
|
17
|
+
"
|
@@ -9,7 +9,7 @@ $rwdguivar=
|
|
9
9
|
<button caption=\"Fill Record\" action=\"loadrubyscriptrecord\"/>
|
10
10
|
<button caption=\"Save Changes\" action=\"saverubyrecord\"/>
|
11
11
|
<button caption=\"Clear\" action=\"clearrubyscreendisplay\"/>
|
12
|
-
<button caption=\"Help\" action=\"
|
12
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdshell\"/>
|
13
13
|
</horizontal>
|
14
14
|
<horizontal>
|
15
15
|
<row> <p align=\"right\">FileName:</p>
|
@@ -1,18 +1,7 @@
|
|
1
1
|
$rwdguivar=
|
2
2
|
"
|
3
3
|
<tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
|
4
|
-
<horizontal>
|
5
|
-
<button caption=\"View Ruby Version\" action=\"runrubyversion\"/>
|
6
|
-
|
7
|
-
|
8
|
-
</horizontal>
|
9
|
-
<p>%rubyversion%</p>
|
10
|
-
|
11
4
|
|
12
|
-
<table>
|
13
|
-
<row> <p> </row>
|
14
|
-
|
15
|
-
</table>
|
16
5
|
|
17
6
|
<horizontal>
|
18
7
|
<button caption=\"view platform\" action=\"runviewplatform\"/>
|
@@ -20,12 +9,6 @@ $rwdguivar=
|
|
20
9
|
</horizontal>
|
21
10
|
|
22
11
|
<p>%platformdisplay%</p>
|
23
|
-
<horizontal>
|
24
|
-
<button caption=\"View rwdtinker Version\" action=\"rwdtinkerversiondiagnostic\"/>
|
25
|
-
|
26
|
-
</horizontal>
|
27
|
-
|
28
|
-
<p>%rwdtinkerversionreturn%</p>
|
29
12
|
|
30
13
|
</tab>"
|
31
14
|
|
@@ -0,0 +1,17 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=selectiontab caption=\"Selection Tab\">
|
4
|
+
<horizontal>
|
5
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
6
|
+
|
7
|
+
</horizontal>
|
8
|
+
<table>
|
9
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
10
|
+
|
11
|
+
</table>
|
12
|
+
|
13
|
+
<horizontal>
|
14
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
15
|
+
</horizontal>
|
16
|
+
</tab>
|
17
|
+
"
|
@@ -2,30 +2,26 @@ $rwdguivar=
|
|
2
2
|
"
|
3
3
|
<tab name=\"diagnostictab\" caption=\"Diagnostic Tab\">
|
4
4
|
<horizontal>
|
5
|
-
<button caption=\"View
|
5
|
+
<button caption=\"View Platform Information\" action=\"runviewplatform\"/>
|
6
6
|
|
7
7
|
|
8
|
-
</horizontal>
|
9
|
-
<p>%rubyversion%</p>
|
10
|
-
|
11
|
-
|
12
|
-
<table>
|
13
|
-
<row> <p> </row>
|
14
|
-
|
15
|
-
</table>
|
16
|
-
|
17
|
-
<horizontal>
|
18
|
-
<button caption=\"view platform\" action=\"runviewplatform\"/>
|
19
|
-
|
20
8
|
</horizontal>
|
21
9
|
|
22
10
|
<p>%platformdisplay%</p>
|
23
11
|
<horizontal>
|
24
|
-
|
12
|
+
|
25
13
|
|
26
14
|
</horizontal>
|
27
|
-
|
28
|
-
|
15
|
+
<horizontal>
|
16
|
+
<button caption=\"upload this page of information to the Program Author\" action=\"uploadreturnsfile\"/>
|
17
|
+
</horizontal>
|
18
|
+
<horizontal>
|
19
|
+
<p align=\"right\">Email:(optional)</p> <text size=50 name=\"a_emailupload\"/>
|
20
|
+
|
21
|
+
</horizontal>
|
22
|
+
<p align=\"center\">Comment/Suggestion/Feature Request or Bug Report:(optional)</p> <textarea name=\"a_commentupload\"/>
|
23
|
+
|
24
|
+
<p>%returnsftpdisplay%</p>
|
29
25
|
|
30
26
|
</tab>"
|
31
27
|
|
@@ -0,0 +1,17 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=selectiontab caption=\"Selection Tab\">
|
4
|
+
<horizontal>
|
5
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
6
|
+
|
7
|
+
</horizontal>
|
8
|
+
<table>
|
9
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
10
|
+
|
11
|
+
</table>
|
12
|
+
|
13
|
+
<horizontal>
|
14
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
15
|
+
</horizontal>
|
16
|
+
</tab>
|
17
|
+
"
|
data/init.rb
CHANGED
@@ -24,251 +24,254 @@
|
|
24
24
|
require "ev/rwd"
|
25
25
|
require 'fileutils'
|
26
26
|
require 'extras/rconftool'
|
27
|
-
|
27
|
+
|
28
28
|
$progdir = File::expand_path( File.dirname(__FILE__))
|
29
29
|
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
30
|
+
$tempdoc = " "
|
31
|
+
|
32
|
+
def findfiles(d)
|
33
|
+
a = Array.new(Dir[d].entries.sort)
|
34
|
+
#loop through and get the files names
|
35
|
+
a.each do |x|
|
36
|
+
#adjust the filters to the files you want to see...
|
37
|
+
if(!test(?d,x))
|
38
|
+
# only rwd files
|
39
|
+
if x =~ /rb|rwd|txt/
|
40
|
+
fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
|
41
|
+
$tempdoc+=fileA.read #reads the file into the doc string
|
42
|
+
fileA.close
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
def loadguifile(d)
|
48
|
+
a = Array.new(Dir[d].entries.sort)
|
49
|
+
#loop through and get the files names
|
50
|
+
a.each do |x|
|
51
|
+
#adjust the filters to the files you want to see...
|
52
|
+
if(!test(?d,x))
|
53
|
+
# only rwd files
|
54
|
+
if x =~ /rb|rwd|txt/
|
55
|
+
|
56
|
+
load x #opens the file thats in fileName and reads it
|
57
|
+
$tempdoc += $rwdguivar # adds the file into the doc string
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
63
|
# integrate the new configuration files
|
64
64
|
MAINconfignew = "rwdconfig.cnf"
|
65
65
|
MAINconfigdist = "rwdconfig.dist"
|
66
66
|
Rconftool::install(MAINconfigdist,MAINconfignew)
|
67
67
|
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
68
|
+
#load main config file
|
69
|
+
load 'rwdconfig.cnf'
|
70
|
+
|
71
|
+
Dir.chdir("configuration") #changes the current working directory
|
72
|
+
|
73
|
+
fileList = Dir.new(".").entries.sort.reverse.delete_if { |x| ! (x =~ /dist$/) } #creates an Array separated with \n
|
74
|
+
@doc = ""
|
75
|
+
fileList.length.times{ #opening of a block
|
76
|
+
configdist =fileList.pop #pops the first item out of the Array
|
74
77
|
tempconfigfile = configdist.gsub(/\.dist$/, "")
|
75
78
|
confignew = tempconfigfile + ".cnf"
|
76
79
|
Rconftool::install(configdist,confignew) #integrates new file with old
|
77
80
|
} #closing block
|
78
|
-
|
79
|
-
Dir.chdir($progdir)
|
80
|
-
|
81
|
-
# Read in the configuration files
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
81
|
+
# END of configuration integration
|
82
|
+
Dir.chdir($progdir)
|
83
|
+
|
84
|
+
# Read in the configuration files
|
85
|
+
Dir.chdir("configuration") #changes the current working directory
|
86
|
+
|
87
|
+
fileList = Dir.new(".").entries.sort.reverse.delete_if { |x| ! (x =~ /cnf$/) } #creates an Array separated with \n
|
88
|
+
@doc = ""
|
89
|
+
fileList.length.times{ #opening of a block
|
90
|
+
fileName=fileList.pop #pops the first item out of the Array
|
91
|
+
load fileName #loads the the config file thats in fileName
|
89
92
|
} #closing block
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
93
|
+
# END of configuration reading
|
94
|
+
|
95
|
+
Dir.chdir($progdir) # change back to top program directory
|
96
|
+
|
97
|
+
# build the English Language hash file from the parts
|
98
|
+
languagehashvariable = 'Message = Hash.new { |hh, kk| hh[kk] = "ERROR: Message not found: #{kk.inspect}."; hh[kk] }
|
99
|
+
langmessage = {' + "\n"
|
100
|
+
startlangdir = File.join(LangDir,"en")
|
101
|
+
#get a list of the files and subdirectories on the starting directory only
|
102
|
+
alanghash = Array.new(Dir[startlangdir].entries.sort)
|
103
|
+
#loop through the list, ignore the files and add all new directories found
|
104
|
+
alanghash.each do |x|
|
105
|
+
#if a directory...
|
106
|
+
if(test(?d,x))
|
107
|
+
# add to the original list of directories
|
108
|
+
@@tmproot = x + "/**"
|
109
|
+
#adds the new ones to the array
|
110
|
+
blanghash = Dir[@@tmproot].entries.sort
|
111
|
+
blanghash.each do |x|
|
112
|
+
if(test(?d,x))
|
113
|
+
alanghash.push(x) #appends to the end of the array...
|
114
|
+
end
|
115
|
+
end
|
116
|
+
end
|
117
|
+
end
|
118
|
+
alanghash.each do |x|
|
119
|
+
#if it is a file...
|
120
|
+
if(!test(?d,x))
|
121
|
+
alanghash.delete(x)
|
122
|
+
else #it is a directory...
|
123
|
+
findfiles(x + "/**")
|
124
|
+
end
|
125
|
+
end
|
126
|
+
|
127
|
+
|
128
|
+
#writes the contents of doc into the languagehashvariable
|
126
129
|
languagehashvariable = languagehashvariable + $tempdoc + "} ; langmessage.each { |kk, vv| Message[kk] = vv }"
|
127
|
-
|
128
|
-
|
130
|
+
|
131
|
+
# END of en Lang building
|
129
132
|
$tempdoc = " "
|
130
133
|
Dir.chdir($progdir) # change back to top program directory
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
134
|
+
|
135
|
+
# build the local Language hash file from the parts
|
136
|
+
startlangdir = File.join(LangDir,$lang)
|
137
|
+
#get a list of the files and subdirectories on the starting directory only
|
138
|
+
alanghash = Array.new(Dir[startlangdir].entries.sort)
|
139
|
+
#loop through the list, ignore the files and add all new directories found
|
140
|
+
alanghash.each do |x|
|
141
|
+
#if a directory...
|
142
|
+
if(test(?d,x))
|
143
|
+
# add to the original list of directories
|
144
|
+
@@tmproot = x + "/**"
|
145
|
+
#adds the new ones to the array
|
146
|
+
blanghash = Dir[@@tmproot].entries.sort
|
147
|
+
blanghash.each do |x|
|
148
|
+
if(test(?d,x))
|
149
|
+
alanghash.push(x) #appends to the end of the array...
|
150
|
+
end
|
151
|
+
end
|
152
|
+
end
|
153
|
+
end
|
154
|
+
alanghash.each do |x|
|
155
|
+
#if it is a file...
|
156
|
+
if(!test(?d,x))
|
157
|
+
alanghash.delete(x)
|
158
|
+
else #it is a directory...
|
159
|
+
findfiles(x + "/**")
|
160
|
+
end
|
161
|
+
end
|
162
|
+
|
163
|
+
|
164
|
+
#writes the contents of doc into the variable
|
162
165
|
languagehashvariable = languagehashvariable + " ; Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
|
163
|
-
|
164
166
|
|
165
|
-
$tempdoc = " "
|
166
|
-
|
167
|
-
Dir.chdir($progdir) # change back to top program directory
|
168
|
-
|
169
|
-
temp = eval( languagehashvariable )
|
170
|
-
|
171
|
-
$tempdoc = " "
|
172
|
-
|
173
|
-
# build the actual program from the code parts
|
174
|
-
#get a list of the files and subdirectories on the starting directory only
|
175
|
-
a = Array.new(Dir[CodeDir].entries.sort)
|
176
|
-
#loop through the list, ignore the files and add all new directories found
|
177
|
-
a.each do |x|
|
178
|
-
#if a directory...
|
179
|
-
if(test(?d,x))
|
180
|
-
# add to the original list of directories
|
181
|
-
@@root = x + "/**"
|
182
|
-
#adds the new ones to the array
|
183
|
-
b = Dir[@@root].entries.sort
|
184
|
-
b.each do |x|
|
185
|
-
if(test(?d,x))
|
186
|
-
a.push(x) #appends to the end of the array...
|
187
|
-
end
|
188
|
-
end
|
189
|
-
end
|
190
|
-
end
|
191
|
-
a.each do |x|
|
192
|
-
#if it is a file...
|
193
|
-
if(!test(?d,x))
|
194
|
-
a.delete(x)
|
195
|
-
else #it is a directory...
|
196
|
-
findfiles(x + "/**")
|
197
|
-
end
|
198
|
-
end
|
199
|
-
|
200
|
-
|
201
|
-
# load the program file
|
202
|
-
tempcoderesult = eval( $tempdoc )
|
203
|
-
|
204
|
-
# build the actual GUI from the gui parts
|
205
|
-
$tempdoc = " "
|
206
|
-
#get a list of the files and subdirectories on the starting directory only
|
207
|
-
a = Array.new(Dir[GuiDir].entries.sort)
|
208
|
-
#loop through the list, ignore the files and add all new directories found
|
209
|
-
a.each do |x|
|
210
|
-
#if a directory...
|
211
|
-
if(test(?d,x))
|
212
|
-
#use this new dir find to add to the original list of directories
|
213
|
-
@@root = x + "/**"
|
214
|
-
#adds the new ones to the array
|
215
|
-
b = Dir[@@root].entries.sort
|
216
|
-
b.each do |x|
|
217
|
-
if(test(?d,x))
|
218
|
-
a.push(x) #appends to the end of the array...
|
219
|
-
end
|
220
|
-
end
|
221
|
-
end
|
222
|
-
end
|
223
|
-
a.each do |x|
|
224
|
-
#if it is a file...
|
225
|
-
if(!test(?d,x))
|
226
|
-
a.delete(x)
|
227
|
-
|
228
|
-
else #it is a directory...
|
229
|
-
loadguifile(x + "/**")
|
230
|
-
end
|
231
|
-
end
|
232
|
-
|
233
|
-
# gui variable is done
|
234
|
-
guiRWD = $tempdoc
|
235
|
-
|
236
|
-
require 'socket' # Network stuff
|
237
|
-
host = "127.0.0.1"
|
238
|
-
port = $port
|
239
|
-
|
240
|
-
# Create a socket to listen on and bind it to the host and port
|
241
|
-
freeportfound = false
|
242
|
-
until freeportfound
|
243
|
-
begin
|
244
|
-
@socket = UDPSocket::new()
|
245
|
-
@socket.bind(host, port)
|
246
|
-
freeportfound = true
|
247
|
-
$port = port
|
248
|
-
# Rescue the "Address in use" error
|
249
|
-
rescue Errno::EADDRINUSE
|
250
|
-
puts "RWD Startup: Port #{port} on host #{host} is already in use."
|
251
|
-
port=port +1
|
252
|
-
puts "trying port: #{port}"
|
253
|
-
# Rescue the "Address not available' error
|
254
|
-
rescue Errno::EADDRNOTAVAIL
|
255
|
-
puts "RWD Startup: Address #{host} is not available to bind."
|
256
|
-
port =port + 1
|
257
|
-
puts "trying port: #{port}"
|
258
|
-
# Rescue "permission denied errors
|
259
|
-
rescue Errno::EACCES
|
260
|
-
puts "RWD Startup: Access denied when binding interface addresses. ?"
|
261
|
-
port =port + 1
|
262
|
-
puts "trying port: #{port}"
|
263
|
-
# Rescue all other errors
|
264
|
-
rescue
|
265
|
-
puts "RWD Startup: An error occured."
|
266
|
-
port =port + 1
|
267
|
-
puts "trying port: #{port}"
|
268
|
-
# Rescue all other errors
|
269
|
-
end
|
270
167
|
|
271
|
-
|
168
|
+
$tempdoc = " "
|
169
|
+
|
170
|
+
Dir.chdir($progdir) # change back to top program directory
|
171
|
+
|
172
|
+
temp = eval( languagehashvariable )
|
173
|
+
|
174
|
+
$tempdoc = " "
|
175
|
+
|
176
|
+
# build the actual program from the code parts
|
177
|
+
#get a list of the files and subdirectories on the starting directory only
|
178
|
+
a = Array.new(Dir[CodeDir].entries.sort)
|
179
|
+
#loop through the list, ignore the files and add all new directories found
|
180
|
+
a.each do |x|
|
181
|
+
#if a directory...
|
182
|
+
if(test(?d,x))
|
183
|
+
# add to the original list of directories
|
184
|
+
@@root = x + "/**"
|
185
|
+
#adds the new ones to the array
|
186
|
+
b = Dir[@@root].entries.sort
|
187
|
+
b.each do |x|
|
188
|
+
if(test(?d,x))
|
189
|
+
a.push(x) #appends to the end of the array...
|
190
|
+
end
|
191
|
+
end
|
192
|
+
end
|
193
|
+
end
|
194
|
+
a.each do |x|
|
195
|
+
#if it is a file...
|
196
|
+
if(!test(?d,x))
|
197
|
+
a.delete(x)
|
198
|
+
else #it is a directory...
|
199
|
+
findfiles(x + "/**")
|
200
|
+
end
|
201
|
+
end
|
202
|
+
|
203
|
+
|
204
|
+
# load the program file
|
205
|
+
tempcoderesult = eval( $tempdoc )
|
206
|
+
|
207
|
+
# build the actual GUI from the gui parts
|
208
|
+
$tempdoc = " "
|
209
|
+
#get a list of the files and subdirectories on the starting directory only
|
210
|
+
a = Array.new(Dir[GuiDir].entries.sort)
|
211
|
+
#loop through the list, ignore the files and add all new directories found
|
212
|
+
a.each do |x|
|
213
|
+
#if a directory...
|
214
|
+
if(test(?d,x))
|
215
|
+
#use this new dir find to add to the original list of directories
|
216
|
+
@@root = x + "/**"
|
217
|
+
#adds the new ones to the array
|
218
|
+
b = Dir[@@root].entries.sort
|
219
|
+
b.each do |x|
|
220
|
+
if(test(?d,x))
|
221
|
+
a.push(x) #appends to the end of the array...
|
222
|
+
end
|
223
|
+
end
|
224
|
+
end
|
225
|
+
end
|
226
|
+
a.each do |x|
|
227
|
+
#if it is a file...
|
228
|
+
if(!test(?d,x))
|
229
|
+
a.delete(x)
|
230
|
+
|
231
|
+
else #it is a directory...
|
232
|
+
loadguifile(x + "/**")
|
233
|
+
end
|
234
|
+
end
|
235
|
+
|
236
|
+
# gui variable is done
|
237
|
+
guiRWD = $tempdoc
|
238
|
+
|
239
|
+
require 'socket' # Network stuff
|
240
|
+
host = "127.0.0.1"
|
241
|
+
port = $port
|
242
|
+
|
243
|
+
# Create a socket to listen on and bind it to the host and port
|
244
|
+
freeportfound = false
|
245
|
+
until freeportfound
|
246
|
+
begin
|
247
|
+
@socket = UDPSocket::new()
|
248
|
+
@socket.bind(host, port)
|
249
|
+
freeportfound = true
|
250
|
+
$port = port
|
251
|
+
# Rescue the "Address in use" error
|
252
|
+
rescue Errno::EADDRINUSE
|
253
|
+
puts "RWD Startup: Port #{port} on host #{host} is already in use."
|
254
|
+
port=port +1
|
255
|
+
puts "trying port: #{port}"
|
256
|
+
# Rescue the "Address not available' error
|
257
|
+
rescue Errno::EADDRNOTAVAIL
|
258
|
+
puts "RWD Startup: Address #{host} is not available to bind."
|
259
|
+
port =port + 1
|
260
|
+
puts "trying port: #{port}"
|
261
|
+
# Rescue "permission denied errors
|
262
|
+
rescue Errno::EACCES
|
263
|
+
puts "RWD Startup: Access denied when binding interface addresses. ?"
|
264
|
+
port =port + 1
|
265
|
+
puts "trying port: #{port}"
|
266
|
+
# Rescue all other errors
|
267
|
+
rescue
|
268
|
+
puts "RWD Startup: An error occured."
|
269
|
+
port =port + 1
|
270
|
+
puts "trying port: #{port}"
|
271
|
+
# Rescue all other errors
|
272
|
+
end
|
273
|
+
|
274
|
+
end
|
272
275
|
|
273
276
|
|
274
|
-
RwdTinker.new( guiRWD).serve(port) # start the main class and program
|
277
|
+
RwdTinker.new( guiRWD).serve(port) # start the main class and program
|