rwddialogmap 0.01
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 +475 -0
- data/bin/rwddialogmap +19 -0
- data/code/01rwdcore/01rwdcore.rb +29 -0
- data/code/01rwdcore/02helptexthashbegin.rb +4 -0
- data/code/01rwdcore/03helptexthash.rb +23 -0
- data/code/01rwdcore/04helptextend.rb +6 -0
- data/code/01rwdcore/jumplinkcommand.rb +26 -0
- data/code/01rwdcore/openhelpwindow.rb +31 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rundocuments.rb +10 -0
- data/code/01rwdcore/runeditconfiguration.rb +10 -0
- data/code/01rwdcore/runhelpabout.rb +10 -0
- data/code/01rwdcore/runopentinkerdocument.rb +7 -0
- data/code/01rwdcore/rwdtinkerversion.rb +22 -0
- data/code/01rwdcore/rwdwindowreturn.rb +9 -0
- data/code/01rwdcore/selectiontab.rb +9 -0
- data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
- data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
- data/code/01rwdcore/test_cases.rb +109 -0
- data/code/01rwdcore/test_harness.rb +13 -0
- data/code/01rwdcore/uploadreturns.rb +62 -0
- data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
- data/code/superant.com.dialogmap/0uninstallapplet.rb +12 -0
- data/code/superant.com.dialogmap/changedir.rb +31 -0
- data/code/superant.com.dialogmap/clearhypernotescreendisplay.rb +14 -0
- data/code/superant.com.dialogmap/clearlinkscreendisplay.rb +13 -0
- data/code/superant.com.dialogmap/createnewnote.rb +28 -0
- data/code/superant.com.dialogmap/helptexthashrwdhypernote.rb +38 -0
- data/code/superant.com.dialogmap/launchurlfile.rb +35 -0
- data/code/superant.com.dialogmap/listdirectories.rb +19 -0
- data/code/superant.com.dialogmap/listdirectories3.rb +25 -0
- data/code/superant.com.dialogmap/listnotedirshtml3.rb +54 -0
- data/code/superant.com.dialogmap/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.dialogmap/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.dialogmap/loadhtmlnoterecord.rb +24 -0
- data/code/superant.com.dialogmap/openhelpwindowrwdhyernote.rb +38 -0
- data/code/superant.com.dialogmap/runhypernote.rb +10 -0
- data/code/superant.com.dialogmap/runwrdhypernotetxtwindow.rb +10 -0
- data/code/superant.com.dialogmap/rwdhypernoteresetdir.rb +7 -0
- data/code/superant.com.dialogmap/rwdtinkerversion.rb +10 -0
- data/code/superant.com.dialogmap/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.dialogmap/savelinkrecord.rb +23 -0
- data/code/superant.com.dialogmap/viewdialogmaphtml3.rb +66 -0
- data/code/superant.com.dialogmap/xmlprettyprint.rb +65 -0
- data/code/superant.com.dialogmap/xmlprettyprint2.rb +74 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +33 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/zz0applicationend/zz0end.rb +4 -0
- data/configuration/language.dist +8 -0
- data/configuration/rwdapplicationidentity.dist +3 -0
- data/configuration/rwdtinker.dist +15 -0
- data/configuration/rwdwdialogmap-0.01.dist +13 -0
- data/configuration/tinkerwin2variables.dist +18 -0
- data/gui/00coreguibegin/applicationguitop.rwd +4 -0
- data/gui/frontwindow0/cc0openphoto.rwd +22 -0
- data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselections/wwselectionend.rwd +3 -0
- data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
- data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
- data/gui/helpaboutzend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/10appletbegin.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/12dialogview.rwd +65 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/15aviewxml.rwd +32 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/17aviewxml.rwd +28 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/21editnote.rwd +33 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/67viewconfiguration.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.dialogmap/9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
- data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
- data/init.rb +277 -0
- data/installed/dialogmapdata2.inf +2 -0
- data/installed/rwdwdialogmap-0.01.inf +8 -0
- data/installed/temp.rb +1 -0
- data/lang/en/rwdcore/languagefile.rb +58 -0
- data/lang/es/rwdcore/languagefile-es.rb +62 -0
- data/lang/fr/rwdcore/languagefile.rb +64 -0
- data/lang/jp/rwdcore/languagefile.rb +72 -0
- data/lang/nl/rwdcore/languagefile.rb +75 -0
- data/lib/rconftool.rb +387 -0
- data/lib/rwd/browser.rb +123 -0
- data/lib/rwd/ftools.rb +174 -0
- data/lib/rwd/mime.rb +328 -0
- data/lib/rwd/net.rb +876 -0
- data/lib/rwd/ruby.rb +889 -0
- data/lib/rwd/rwd.rb +1422 -0
- data/lib/rwd/sgml.rb +236 -0
- data/lib/rwd/thread.rb +63 -0
- data/lib/rwd/tree.rb +371 -0
- data/lib/rwd/xml.rb +101 -0
- data/lib/rwdthemes/default.rwd +317 -0
- data/lib/rwdthemes/pda.rwd +72 -0
- data/lib/rwdthemes/windowslike.rwd +171 -0
- data/lib/zip/ioextras.rb +114 -0
- data/lib/zip/stdrubyext.rb +111 -0
- data/lib/zip/tempfile_bugfixed.rb +195 -0
- data/lib/zip/zip.rb +1378 -0
- data/lib/zip/zipfilesystem.rb +558 -0
- data/lib/zip/ziprequire.rb +61 -0
- data/rwd_files/HowTo_DialogMap.txt +233 -0
- data/rwd_files/HowTo_Tinker.txt +482 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/Notes/Another Brain Jam.mm +116 -0
- data/rwd_files/Notes/HR.xml +2 -0
- data/rwd_files/Notes/TaoistBooks.mm +82 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/favicon.ico +0 -0
- data/rwd_files/rdoc-style.css +175 -0
- data/rwd_files/rwdapplications.html +54 -0
- data/rwd_files/tinker.png +0 -0
- data/rwdconfig.dist +22 -0
- data/rwddialogmap.rb +1 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +6 -0
- data/tests/makedist-rwdwdialogmap.rb +58 -0
- data/tests/makedist.rb +65 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdwaddresses-1.06.zip +0 -0
- data/zips/rwdwcalc-0.62.zip +0 -0
- data/zips/rwdwdialogmap-0.01.zip +0 -0
- data/zips/rwdwfoldeditor-0.04.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/rwdwruby-1.07.zip +0 -0
- data/zips/temp.rb +1 -0
- data/zips/tinkerbellw-0.02.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
- metadata +226 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# this method adds a new address record
|
|
2
|
+
def saverwddialogconfiguration
|
|
3
|
+
require 'fileutils'
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
newname = "rwdwdialogmap-" + RwdDialogMapVersion + ".cnf" # grab the filename to create
|
|
7
|
+
newdata = @a_diaconfigurationfile
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
begin # exception trapped block
|
|
11
|
+
fileName = File.join( ConfigurationDir, newname )
|
|
12
|
+
fd = File.open(fileName,"w")
|
|
13
|
+
fd.print(newdata) # save the record info to the file
|
|
14
|
+
fd.close
|
|
15
|
+
@newconfigurationresult=newdata # show the record info in the browser
|
|
16
|
+
rescue SystemCallError, StandardError
|
|
17
|
+
$stderr.print "system call error: " + $!
|
|
18
|
+
end # exception rescue
|
|
19
|
+
|
|
20
|
+
end
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# this method adds a new record
|
|
2
|
+
def dialogmapsavelinkrecord
|
|
3
|
+
require 'fileutils'
|
|
4
|
+
if ! @a_dialogmapdatahtml.empty?
|
|
5
|
+
if ! @a_viewdialogmaphtml.empty?
|
|
6
|
+
fileName = "%s" % [@a_viewdialogmaphtml] # grab the new filename to create
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
begin # exception trapped block
|
|
10
|
+
|
|
11
|
+
fd = File.open(fileName,"w")
|
|
12
|
+
fd.print( @a_dialogmapdatahtml) # save the record info to the file
|
|
13
|
+
fd.close
|
|
14
|
+
if $DEBUG
|
|
15
|
+
p fileName
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
rescue SystemCallError, StandardError
|
|
19
|
+
$stderr.print "system call error: " + $!
|
|
20
|
+
end # exception rescue
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# this code is to list the notes
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def viewdialog3a
|
|
5
|
+
if $temp_rwddialogmap_directory == nil
|
|
6
|
+
startdir = $rwddialogmap_directory
|
|
7
|
+
else
|
|
8
|
+
startdir = $temp_rwddialogmap_directory
|
|
9
|
+
end
|
|
10
|
+
@dialog_directory3 = startdir
|
|
11
|
+
fileName = File.join(startdir, @a_dialoginput3a)
|
|
12
|
+
@doeslinkexistA = "active"
|
|
13
|
+
@doeslinkexistB = "hidden"
|
|
14
|
+
@doeslinkexistC = "hidden"
|
|
15
|
+
begin
|
|
16
|
+
fd = File.open(fileName,"r")
|
|
17
|
+
@a_dialogdata3 = fd.read
|
|
18
|
+
rescue
|
|
19
|
+
if $DEBUG
|
|
20
|
+
$stderr.puts "file error in viewdialog3a"
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
def viewdialog3b
|
|
26
|
+
if $temp_rwddialogmap_directory == nil
|
|
27
|
+
startdir = $rwddialogmap_directory
|
|
28
|
+
else
|
|
29
|
+
startdir = $temp_rwddialogmap_directory
|
|
30
|
+
end
|
|
31
|
+
@dialog_directory3 = startdir
|
|
32
|
+
fileName = File.join(startdir, @a_dialoginput3b)
|
|
33
|
+
@doeslinkexistA = "hidden"
|
|
34
|
+
@doeslinkexistB = "active"
|
|
35
|
+
@doeslinkexistC = "hidden"
|
|
36
|
+
begin
|
|
37
|
+
fd = File.open(fileName,"r")
|
|
38
|
+
@a_dialogdata3 = fd.read
|
|
39
|
+
rescue
|
|
40
|
+
if $DEBUG
|
|
41
|
+
$stderr.puts "file error in viewdialog3a"
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def viewdialog3c
|
|
48
|
+
if $temp_rwddialogmap_directory == nil
|
|
49
|
+
startdir = $rwddialogmap_directory
|
|
50
|
+
else
|
|
51
|
+
startdir = $temp_rwddialogmap_directory
|
|
52
|
+
end
|
|
53
|
+
@dialog_directory3 = startdir
|
|
54
|
+
fileName = File.join(startdir, @a_dialoginput3c)
|
|
55
|
+
@doeslinkexistC = "active"
|
|
56
|
+
@doeslinkexistA = "hidden"
|
|
57
|
+
@doeslinkexistB = "hidden"
|
|
58
|
+
begin
|
|
59
|
+
fd = File.open(fileName,"r")
|
|
60
|
+
@a_dialogdata3 = fd.read
|
|
61
|
+
rescue
|
|
62
|
+
if $DEBUG
|
|
63
|
+
$stderr.puts "file error in viewdialog3c"
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
end
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
#pritty print xml
|
|
2
|
+
require 'rexml/document'
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
def pretty_print2(parent_node, itab)
|
|
6
|
+
buffer = ''
|
|
7
|
+
|
|
8
|
+
parent_node.elements.each do |node|
|
|
9
|
+
|
|
10
|
+
buffer += ' ' * itab + "<#{node.name}#{get_att_list(node)}"
|
|
11
|
+
|
|
12
|
+
if node.to_a.length > 0
|
|
13
|
+
buffer += ">"
|
|
14
|
+
if node.text.nil?
|
|
15
|
+
buffer += "\n"
|
|
16
|
+
buffer += pretty_print(node,itab+2)
|
|
17
|
+
buffer += ' ' * itab + "</#{node.name}>\n"
|
|
18
|
+
else
|
|
19
|
+
node_text = node.text.strip
|
|
20
|
+
if node_text != ''
|
|
21
|
+
buffer += node_text
|
|
22
|
+
buffer += "</#{node.name}>\n"
|
|
23
|
+
else
|
|
24
|
+
buffer += "\n" + pretty_print(node,itab+2)
|
|
25
|
+
buffer += ' ' * itab + "</#{node.name}>\n"
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
else
|
|
29
|
+
buffer += "/>\n"
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
end
|
|
33
|
+
buffer
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
def get_att_list2(node)
|
|
37
|
+
att_list = ''
|
|
38
|
+
node.attributes.each { |attribute, val| att_list += " #{attribute}='#{val}'" }
|
|
39
|
+
att_list
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
def pretty_xml2(doc)
|
|
43
|
+
buffer = ''
|
|
44
|
+
xml_declaration = doc.to_s.match('<\?.*\?>').to_s
|
|
45
|
+
buffer += "#{xml_declaration}\n" if not xml_declaration.nil?
|
|
46
|
+
xml_doctype = doc.to_s.match('<\!.*\">').to_s
|
|
47
|
+
buffer += "#{xml_doctype}\n" if not xml_doctype.nil?
|
|
48
|
+
buffer += "<#{doc.root.name}#{get_att_list2(doc.root)}"
|
|
49
|
+
if doc.root.to_a.length > 0
|
|
50
|
+
buffer +=">\n#{pretty_print2(doc.root,2)}</#{doc.root.name}>"
|
|
51
|
+
else
|
|
52
|
+
buffer += "/>\n"
|
|
53
|
+
end
|
|
54
|
+
return buffer
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
def loadxmlrecord2
|
|
58
|
+
if File.exist?(@a_viewdialogxml2.to_s.strip)
|
|
59
|
+
xml_data = File.new(@a_viewdialogxml2.to_s.strip)
|
|
60
|
+
doc = REXML::Document.new xml_data
|
|
61
|
+
@xmlfileresult2 = pretty_xml2(doc)
|
|
62
|
+
else
|
|
63
|
+
@xmlfileresult2 =" #{@a_viewdialogxml2.to_s.strip} not found"
|
|
64
|
+
end
|
|
65
|
+
end
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
#pritty print xml
|
|
2
|
+
require 'rexml/document'
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
def pretty_print(parent_node, itab)
|
|
6
|
+
buffer = ''
|
|
7
|
+
|
|
8
|
+
parent_node.elements.each do |node|
|
|
9
|
+
|
|
10
|
+
# buffer += '-' * itab + "<#{node.name}#{get_att_list(node)}"
|
|
11
|
+
buffer += '-' * itab + "#{get_att_list(node)}"
|
|
12
|
+
if node.to_a.length > 0
|
|
13
|
+
buffer += ""
|
|
14
|
+
if ! node.text.nil?
|
|
15
|
+
# buffer += "\n"
|
|
16
|
+
#buffer += pretty_print(node,itab+2)
|
|
17
|
+
#buffer += '-' * itab + "--#{node.name}\n"
|
|
18
|
+
#else
|
|
19
|
+
node_text = node.text.strip
|
|
20
|
+
if node_text != ''
|
|
21
|
+
buffer += node_text
|
|
22
|
+
buffer += "--#{node.name}\n"
|
|
23
|
+
else
|
|
24
|
+
buffer += "\n" + pretty_print(node,itab+2)
|
|
25
|
+
buffer += "\n"
|
|
26
|
+
# buffer += '-' * itab + "--#{node.name}\n"
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
else
|
|
30
|
+
buffer += "\n"
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
end
|
|
34
|
+
buffer
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
def get_att_list(node)
|
|
38
|
+
att_list = ''
|
|
39
|
+
node.attributes.each { |attribute, val|
|
|
40
|
+
if attribute == "TEXT"
|
|
41
|
+
att_list += "#{val}"
|
|
42
|
+
end
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
att_list
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
def pretty_xml(doc)
|
|
49
|
+
buffer = ''
|
|
50
|
+
xml_declaration = doc.to_s.match('<\?.*\?>').to_s
|
|
51
|
+
buffer += "#{xml_declaration}\n" if not xml_declaration.nil?
|
|
52
|
+
|
|
53
|
+
xml_doctype = doc.to_s.match('<\!.*\">').to_s
|
|
54
|
+
buffer += "#{xml_doctype}\n" if not xml_doctype.nil?
|
|
55
|
+
|
|
56
|
+
buffer += "<#{doc.root.name}#{get_att_list(doc.root)}"
|
|
57
|
+
|
|
58
|
+
if doc.root.to_a.length > 0
|
|
59
|
+
buffer +=">\n#{pretty_print(doc.root,2)}"
|
|
60
|
+
else
|
|
61
|
+
buffer += "\n"
|
|
62
|
+
end
|
|
63
|
+
return buffer
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
def loadxmlrecord
|
|
67
|
+
if File.exist?(@a_viewdialogxml.to_s.strip)
|
|
68
|
+
xml_data = File.new(@a_viewdialogxml.to_s.strip)
|
|
69
|
+
doc = REXML::Document.new xml_data
|
|
70
|
+
@xmlfileresult = pretty_xml(doc)
|
|
71
|
+
else
|
|
72
|
+
@xmlfileresult =" #{@a_viewdialogxml.to_s.strip} not found"
|
|
73
|
+
end
|
|
74
|
+
end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
|
|
2
|
+
# This application is a framework for writing programs from RubyWebDialogs
|
|
3
|
+
# For information see http://www.rubyforge.net/projects/rwdapplications
|
|
4
|
+
|
|
5
|
+
require 'resolv'
|
|
6
|
+
require 'date'
|
|
7
|
+
|
|
8
|
+
# return the platform information
|
|
9
|
+
def runviewplatform
|
|
10
|
+
@platformdisplay = "Platform is " + RUBY_PLATFORM + "\n"
|
|
11
|
+
@platformdisplay = @platformdisplay + "Ruby Version " + VERSION + "\n"
|
|
12
|
+
@platformdisplay = @platformdisplay + "rwdtinker version " + RwdTinkerVersion + "\n"
|
|
13
|
+
@platformdisplay = @platformdisplay + "program directory " + $progdir + "\n"
|
|
14
|
+
@platformdisplay = @platformdisplay + "hostname " + Resolv.getname(Resolv.getaddress("localhost")) + "\n"
|
|
15
|
+
@platformdisplay = @platformdisplay + "application name " + $rwdapplicationidentity + "\n"
|
|
16
|
+
@platformdisplay = @platformdisplay + "Date " + Date.today().to_s
|
|
17
|
+
|
|
18
|
+
end
|
|
19
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
)
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
|
|
2
|
+
#***********************************************************************
|
|
3
|
+
#* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
|
|
4
|
+
#* Copyright (c) 2004 - 2005 by Steven Gibson. All Rights Reserved.
|
|
5
|
+
#*
|
|
6
|
+
#* This library is free software; you can redistribute it and/or
|
|
7
|
+
#* modify it under the terms of the GNU General Public
|
|
8
|
+
#* License as published by the Free Software Foundation; either
|
|
9
|
+
#* .
|
|
10
|
+
#*
|
|
11
|
+
#* These files are distributed in the hope that they will be useful,
|
|
12
|
+
#* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
#* General Public License for more details.
|
|
15
|
+
#*
|
|
16
|
+
#* You should have received a copy of the GNU General Public
|
|
17
|
+
#* License along with these files; if not, write to the Free Software
|
|
18
|
+
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
19
|
+
#*
|
|
20
|
+
#* For further information please contact the author by e-mail
|
|
21
|
+
#* at "smalllinux@gmail.com".
|
|
22
|
+
#***********************************************************************/
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# integrate the new configuration files
|
|
27
|
+
def initiateapplet(nametextlocal)
|
|
28
|
+
|
|
29
|
+
debuginitiate = 0
|
|
30
|
+
|
|
31
|
+
if $DEBUG
|
|
32
|
+
$stderr.puts "starting config load with: #{nametextlocal}"
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
Dir.chdir($progdir ) #changes the current working directory
|
|
37
|
+
|
|
38
|
+
@confignew = "configuration/" + "#{nametextlocal}.cnf"
|
|
39
|
+
@configdist = "configuration/" + "#{nametextlocal}.dist"
|
|
40
|
+
Rconftool::install(@configdist,@confignew)
|
|
41
|
+
|
|
42
|
+
begin
|
|
43
|
+
|
|
44
|
+
configfileload = File.open(@configdist){|f| f.read}
|
|
45
|
+
|
|
46
|
+
eval configfileload #load config file
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
rescue
|
|
51
|
+
|
|
52
|
+
if $DEBUG
|
|
53
|
+
$stderr.puts "error in initiateapplets - config load"
|
|
54
|
+
end
|
|
55
|
+
debuginitiate += 1
|
|
56
|
+
end
|
|
57
|
+
$tempdoc = " "
|
|
58
|
+
|
|
59
|
+
Dir.chdir($progdir) # change back to top program directory
|
|
60
|
+
|
|
61
|
+
# build the English Language hash file from the parts
|
|
62
|
+
languagehashvariable = 'Message.update('
|
|
63
|
+
startlangdir = File.join(LangDir,"en")
|
|
64
|
+
#get a list of the files and subdirectories on the starting directory only
|
|
65
|
+
alanghash = Array.new(Dir[startlangdir].entries.sort)
|
|
66
|
+
#loop through the list, ignore the files and add all new directories found
|
|
67
|
+
alanghash.each do |x|
|
|
68
|
+
#if a directory...
|
|
69
|
+
if(test(?d,x))
|
|
70
|
+
# add to the original list of directories
|
|
71
|
+
@@tmproot = x + "/**"
|
|
72
|
+
#adds the new ones to the array
|
|
73
|
+
blanghash = Dir[@@tmproot].entries.sort
|
|
74
|
+
blanghash.each do |x|
|
|
75
|
+
if(test(?d,x))
|
|
76
|
+
alanghash.push(x) #appends to the end of the array...
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
alanghash.each do |x|
|
|
82
|
+
#if it is a file...
|
|
83
|
+
if(!test(?d,x))
|
|
84
|
+
alanghash.delete(x)
|
|
85
|
+
else #it is a directory...
|
|
86
|
+
findfiles(x + "/**")
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
#writes the contents of doc into the languagehashvariable
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
languagehashvariable = languagehashvariable + $tempdoc + ' :rwdtinker => "Rwdtinker" ) ;'
|
|
95
|
+
|
|
96
|
+
# END of en Lang building
|
|
97
|
+
$tempdoc = " "
|
|
98
|
+
Dir.chdir($progdir) # change back to top program directory
|
|
99
|
+
|
|
100
|
+
# build the local Language hash file from the parts
|
|
101
|
+
startlangdir = File.join(LangDir,$lang)
|
|
102
|
+
#get a list of the files and subdirectories on the starting directory only
|
|
103
|
+
alanghash = Array.new(Dir[startlangdir].entries.sort)
|
|
104
|
+
#loop through the list, ignore the files and add all new directories found
|
|
105
|
+
alanghash.each do |x|
|
|
106
|
+
#if a directory...
|
|
107
|
+
if(test(?d,x))
|
|
108
|
+
# add to the original list of directories
|
|
109
|
+
@@tmproot = x + "/**"
|
|
110
|
+
#adds the new ones to the array
|
|
111
|
+
blanghash = Dir[@@tmproot].entries.sort
|
|
112
|
+
blanghash.each do |x|
|
|
113
|
+
if(test(?d,x))
|
|
114
|
+
alanghash.push(x) #appends to the end of the array...
|
|
115
|
+
end
|
|
116
|
+
end
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
alanghash.each do |x|
|
|
120
|
+
#if it is a file...
|
|
121
|
+
if(!test(?d,x))
|
|
122
|
+
alanghash.delete(x)
|
|
123
|
+
else #it is a directory...
|
|
124
|
+
findfiles(x + "/**")
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
#writes the contents of doc into the variable
|
|
130
|
+
|
|
131
|
+
languagehashvariable = languagehashvariable + " Message.update(" + $tempdoc + ' :rwdtinker => "Rwdtinker" ) '
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
$tempdoc = " "
|
|
136
|
+
|
|
137
|
+
Dir.chdir($progdir) # change back to top program directory
|
|
138
|
+
|
|
139
|
+
temp = eval( languagehashvariable )
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
tempguistorage = $rwd_gui_tinker # if gui load fails restore old
|
|
143
|
+
begin # error trap
|
|
144
|
+
|
|
145
|
+
# build the actual GUI from the gui parts
|
|
146
|
+
$tempdoc = " "
|
|
147
|
+
#get a list of the files and subdirectories on the starting directory only
|
|
148
|
+
a = Array.new(Dir[GuiDir].entries.sort)
|
|
149
|
+
#loop through the list, ignore the files and add all new directories found
|
|
150
|
+
a.each do |x|
|
|
151
|
+
#if a directory...
|
|
152
|
+
if(test(?d,x))
|
|
153
|
+
#use this new dir find to add to the original list of directories
|
|
154
|
+
@@root = x + "/**"
|
|
155
|
+
#adds the new ones to the array
|
|
156
|
+
b = Dir[@@root].entries.sort
|
|
157
|
+
b.each do |x|
|
|
158
|
+
if(test(?d,x))
|
|
159
|
+
a.push(x) #appends to the end of the array...
|
|
160
|
+
end
|
|
161
|
+
end
|
|
162
|
+
end
|
|
163
|
+
end
|
|
164
|
+
a.each do |x|
|
|
165
|
+
#if it is a file...
|
|
166
|
+
if(!test(?d,x))
|
|
167
|
+
a.delete(x)
|
|
168
|
+
|
|
169
|
+
else #it is a directory...
|
|
170
|
+
loadguifile(x + "/**")
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
$rwd_gui_tinker = $tempdoc
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
rescue
|
|
180
|
+
$rwd_gui_tinker = tempguistorage # restore old gui
|
|
181
|
+
if $DEBUG
|
|
182
|
+
$stderr.puts "error in initiateapplets - gui building"
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
debuginitiate += 1
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
begin # error trap
|
|
189
|
+
# now load in the code files
|
|
190
|
+
|
|
191
|
+
$tempdoc = ""
|
|
192
|
+
tempcodeinstallline = ""
|
|
193
|
+
|
|
194
|
+
@fileName = "installed/" + nametextlocal + ".inf"
|
|
195
|
+
|
|
196
|
+
tmpfilearray = File.readlines(@fileName)
|
|
197
|
+
|
|
198
|
+
tmpfilearray.each do |line|
|
|
199
|
+
|
|
200
|
+
tempcodeinstallline = line.chomp
|
|
201
|
+
if tempcodeinstallline.include?('code/')
|
|
202
|
+
findfiles(tempcodeinstallline + "/**")
|
|
203
|
+
tempcoderesult = eval( $tempdoc ) # read the program code and evaluate
|
|
204
|
+
end
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
rescue
|
|
209
|
+
if $DEBUG
|
|
210
|
+
$stderr.puts "error in initiateapplets - code building"
|
|
211
|
+
end
|
|
212
|
+
debuginitiate += 1
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
setuphelpaboutoptions # update the help about list
|
|
218
|
+
setuptinkerdocuments # update the document pull down list
|
|
219
|
+
runhelpwindow # update the help menu
|
|
220
|
+
showjumplinkoptions # update the application link menu
|
|
221
|
+
runrwdtinkerbackwindow # back to applet window
|
|
222
|
+
|
|
223
|
+
# resultend = tempcodeinstallline .index("\n",resultstart)
|
|
224
|
+
tempresult = @fileName
|
|
225
|
+
|
|
226
|
+
return " applet loading successful " + tempresult
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
if debuginitiate > 0
|
|
231
|
+
return " initiateapplet .."
|
|
232
|
+
else
|
|
233
|
+
return " initiateapplet success"
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# install rwdtinker applet from a long directory location
|
|
2
|
+
def installgemapplet
|
|
3
|
+
require 'fileutils'
|
|
4
|
+
require 'lib/zip/zip'
|
|
5
|
+
nametext = "%s" % [@a_installapplet]
|
|
6
|
+
|
|
7
|
+
begin # exception trapped block
|
|
8
|
+
fullname = nametext + ".zip"
|
|
9
|
+
|
|
10
|
+
zf = Zip::ZipFile.new(fullname)
|
|
11
|
+
zf.sort.each {
|
|
12
|
+
|entry|
|
|
13
|
+
zf.extract(entry.to_s, entry.to_s)
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
rescue
|
|
17
|
+
|
|
18
|
+
if $DEBUG
|
|
19
|
+
$stderr.puts "unzip error - applet may not be installed correctly"
|
|
20
|
+
end
|
|
21
|
+
@installapplettext = " .. "
|
|
22
|
+
|
|
23
|
+
end # exception rescue
|
|
24
|
+
|
|
25
|
+
@nametextbase = File.basename(nametext)
|
|
26
|
+
@returninitateresults = initiateapplet(@nametextbase)
|
|
27
|
+
@installapplettext = Message[:applet_installed] + " " + @returninitateresults
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
RWDWindow.new($rwd_gui_tinker, @rwd_window).render("DEFAULT")
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
end
|
|
34
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# download gem of rwdtinker applet
|
|
2
|
+
def superantcominstallremotegemapplet
|
|
3
|
+
require 'fileutils'
|
|
4
|
+
|
|
5
|
+
tempnametext = "%s" % [@superantcominstallremoteappletinput]
|
|
6
|
+
temparray = tempnametext.split(/ /)
|
|
7
|
+
nametext = temparray[0]
|
|
8
|
+
begin # exception trapped block
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
commandline = $xpcommand + "gem install " + nametext
|
|
12
|
+
|
|
13
|
+
@superantcominstallremotegemappletresult = `#{commandline}`
|
|
14
|
+
|
|
15
|
+
rescue
|
|
16
|
+
@superantcominstallremotegemappletresult = "error during gem install!"
|
|
17
|
+
end # exception rescue
|
|
18
|
+
|
|
19
|
+
end
|
|
20
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# this code is to list the gem directories that are installed
|
|
2
|
+
def superantcomshowgemfiledirs
|
|
3
|
+
|
|
4
|
+
fileList = Dir.new($gemdirectory_withgemfiles).entries.sort.delete_if { |x| ! (x =~ /\Arwdzip/) }
|
|
5
|
+
@superantcomshowgemappletdirsresult = fileList.rwd_method("superantcomshowgemappletdirsname")
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
def superantcomshowgemappletdirsname(inffile)
|
|
9
|
+
applet = inffile
|
|
10
|
+
@a_gemfiledirsinput = applet
|
|
11
|
+
|
|
12
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# this code is to list the zips
|
|
2
|
+
def fillzipappletname(inffile)
|
|
3
|
+
applet = inffile.gsub(/\.zip$/, "")
|
|
4
|
+
@a_installapplet = applet
|
|
5
|
+
|
|
6
|
+
end
|
|
7
|
+
|
|
8
|
+
def findzipfiles(d)
|
|
9
|
+
a = Array.new(Dir[d].entries.sort)
|
|
10
|
+
#loop through and get the files names
|
|
11
|
+
a.each do |x|
|
|
12
|
+
#adjust the filters to the files you want to see...
|
|
13
|
+
if(!test(?d,x))
|
|
14
|
+
# only zip files
|
|
15
|
+
if x =~ /\.zip/
|
|
16
|
+
#opens the file thats in fileName as read only
|
|
17
|
+
$zipsarray = $zipsarray | ["#{x}"]
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
def listgemzips
|
|
24
|
+
startlangdir = $geminstalled_directory
|
|
25
|
+
#get a list of the files and subdirectories on the starting directory only
|
|
26
|
+
alanghash = Array.new(Dir[startlangdir].entries.sort)
|
|
27
|
+
p alanghash
|
|
28
|
+
#loop through the list, ignore the files and add all new directories found
|
|
29
|
+
alanghash.each do |x|
|
|
30
|
+
#if a directory...
|
|
31
|
+
if(test(?d,x))
|
|
32
|
+
# add to the original list of directories
|
|
33
|
+
@@tmproot = x + "/**"
|
|
34
|
+
#adds the new ones to the array
|
|
35
|
+
blanghash = Dir[@@tmproot].entries.sort
|
|
36
|
+
blanghash.each do |x|
|
|
37
|
+
if(test(?d,x))
|
|
38
|
+
alanghash.push(x) #appends to the end of the array...
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
alanghash.each do |x|
|
|
44
|
+
#if it is a file...
|
|
45
|
+
if(!test(?d,x))
|
|
46
|
+
alanghash.delete(x)
|
|
47
|
+
else #it is a directory...
|
|
48
|
+
findzipfiles(x + "/**")
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
@zipslistresult = $zipsarray.rwd_method("fillzipappletname")
|
|
52
|
+
end
|
|
53
|
+
|