rwdhypernote 0.13 → 0.15
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 +20 -7
- data/code/01rwdcore/01rwdcore.rb +2 -2
- 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.hypernote/0uninstallapplet.rb +1 -1
- data/code/superant.com.hypernote/listdirectories2.rb +32 -0
- data/code/superant.com.hypernote/listdirectories3.rb +3 -4
- data/code/superant.com.hypernote/listhypernotes.rb +0 -16
- data/code/superant.com.hypernote/listnotedirhttp4.rb +9 -8
- data/code/superant.com.hypernote/listnotedirshtml.rb +0 -16
- data/code/superant.com.hypernote/listnotedirshtml2.rb +10 -25
- data/code/superant.com.hypernote/listnotedirshtml3.rb +0 -16
- data/code/superant.com.hypernote/loadconfigurationrecord.rb +1 -1
- data/code/superant.com.hypernote/loadconfigurationvariables.rb +1 -1
- data/code/superant.com.hypernote/saveconfigurationrecord.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +89 -158
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +10 -8
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +8 -2
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +6 -6
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +13 -0
- data/configuration/rwdtinker.dist +5 -8
- data/configuration/{rwdwhypernote-0.13.dist → rwdwhypernote.dist} +9 -9
- data/configuration/tinkerwin2variables.dist +13 -7
- data/gui/00coreguibegin/applicationguitop.rwd +1 -1
- data/gui/frontwindow0/{viewlogo/cc0openphoto.rwd → cc0openphoto.rwd} +0 -0
- data/gui/{frontwindowselectionbegin/selectiontabbegin → frontwindowselections}/00selectiontabbegin.rwd +0 -0
- data/gui/frontwindowselections/{superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd → jumplinkcommands.rwd} +1 -1
- data/gui/{frontwindowselectionzend/viewselectionzend → frontwindowselections}/wwselectionend.rwd +0 -0
- data/gui/{frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd → frontwindowtdocuments/00documentbegin.rwd} +0 -0
- data/gui/frontwindowtdocuments/{superant.com.documents/tinkerdocuments.rwd → tinkerdocuments.rwd} +0 -0
- data/gui/{helpaboutbegin/superant.com.helpaboutbegin → frontwindowtdocuments}/zzdocumentend.rwd +0 -0
- data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzrwdlasttab.rwd → zzzrwdlasttab.rwd} +0 -0
- data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd → zzzzhelpscreenstart.rwd} +0 -0
- data/gui/{helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd → helpaboutbegin/zzzzzzhelpabouttab.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/helpscreenend.rwd → helpscreenend.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zhelpscreenstart2.rwd → zhelpscreenstart2.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpabout2.rwd → zzzzhelpabout2.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpscreen2end.rwd → zzzzhelpscreen2end.rwd} +0 -0
- data/gui/tinkerbackwindows/superant.com.hypernote/10htmlnote.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.hypernote/15htmlview.rwd +5 -10
- data/gui/tinkerbackwindows/superant.com.hypernote/21editnote.rwd +1 -1
- data/gui/tinkerbackwindows/superant.com.hypernote/25html2note.rwd +7 -3
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +1 -1
- data/gui/zzcoreguiend/{tinkerapplicationguiend/yy9rwdend.rwd → yy9rwdend.rwd} +0 -0
- data/init.rb +61 -165
- data/installed/hypernotedata2.inf +1 -11
- data/installed/{rwdwhypernote-0.13.inf → rwdwhypernote.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/{extras → lib}/rconftool.rb +13 -6
- data/{ev → lib/rwd}/browser.rb +2 -2
- data/{ev → lib/rwd}/ftools.rb +0 -0
- data/{ev → lib/rwd}/mime.rb +0 -0
- data/{ev → lib/rwd}/net.rb +18 -7
- data/{ev → lib/rwd}/ruby.rb +1 -1
- data/{ev → lib/rwd}/rwd.rb +112 -632
- data/{ev → lib/rwd}/sgml.rb +1 -1
- data/{ev → lib/rwd}/thread.rb +1 -1
- data/{ev → lib/rwd}/tree.rb +2 -2
- data/{ev → lib/rwd}/xml.rb +1 -1
- data/lib/rwdthemes/default.rwd +317 -0
- data/lib/rwdthemes/pda.rwd +72 -0
- data/lib/rwdthemes/windowslike.rwd +171 -0
- 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/{extras → lib}/zip/ioextras.rb +0 -0
- data/{extras → lib}/zip/stdrubyext.rb +0 -0
- data/{extras → lib}/zip/tempfile_bugfixed.rb +0 -0
- data/{extras → lib}/zip/zip.rb +2 -2
- data/{extras → lib}/zip/zipfilesystem.rb +0 -0
- data/{extras → lib}/zip/ziprequire.rb +0 -0
- data/rwd_files/HowTo_HyperNote.txt +23 -0
- data/rwd_files/HowTo_Tinker.txt +49 -7
- data/{Notes → rwd_files/Notes}/changes.lnk +0 -0
- data/{Notes → rwd_files/Notes}/changes.txt +0 -0
- data/rwd_files/Notes/hypernote/hypernote02.html +169 -0
- data/rwd_files/Notes/hypernote/hypernote02.txt +28 -0
- data/{Notes → rwd_files/Notes}/rwdtinker/RwdtinkerProgrammingQuickStart.htm +0 -0
- data/{Notes → rwd_files/Notes}/rwdtinker/RwdtinkerProgrammingQuickStart.lnk +0 -0
- data/{Notes → rwd_files/Notes}/rwdtinker/newnote.txt +0 -0
- data/{Notes → rwd_files/Notes}/rwdtinker/rwdtinker.html +0 -0
- data/rwd_files/Tinkerhelptexthash.txt +81 -0
- data/rwd_files/log/rwdtinker.log +630 -0
- data/rwdconfig.dist +14 -13
- data/tests/makedist-rwdwhypernote.rb +2 -2
- data/tests/makedist.rb +12 -7
- 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 +71 -66
- data/Notes/hypernote/hypernote01.html +0 -1
- data/Notes/hypernote/hypernote02.txt +0 -1
- data/code/01rwdcore/04helptextend.rb +0 -6
- data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +0 -27
- data/configuration/language.dist +0 -8
- data/configuration/rwdapplicationidentity.dist +0 -3
- 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/lib/temp.rb +0 -1
- data/zips/rwdwcalc-0.61.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/rwdwhypernote-0.13.zip +0 -0
- data/zips/rwdwshell-1.04.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
data/tests/makedist.rb
CHANGED
|
@@ -8,18 +8,20 @@ $progdir =""
|
|
|
8
8
|
$tinkerhelpaboutarray = [""]
|
|
9
9
|
$tinkerdocumentsarray = [""]
|
|
10
10
|
$testharnessarray = [""]
|
|
11
|
+
$helptopicsarray = [""]
|
|
11
12
|
$rwdjumplink = [""]
|
|
12
13
|
JumpLink = Hash.new("default")
|
|
13
14
|
require 'fileutils'
|
|
14
15
|
|
|
15
16
|
DistroName = "rwdwhypernote"
|
|
16
17
|
|
|
17
|
-
DistroVersion="0.
|
|
18
|
+
DistroVersion="0.15"
|
|
18
19
|
|
|
19
|
-
DistroTitle="#{DistroName}
|
|
20
|
+
DistroTitle="#{DistroName}.dist"
|
|
20
21
|
load "configuration/#{DistroTitle}"
|
|
21
|
-
|
|
22
|
+
|
|
22
23
|
DistroName = "rwdhypernote"
|
|
24
|
+
DistroTitle = "#{DistroName}-#{DistroVersion}"
|
|
23
25
|
|
|
24
26
|
$progdir = File::expand_path( File.dirname(__FILE__))
|
|
25
27
|
results = " "
|
|
@@ -31,15 +33,18 @@ puts "moving up one directory"
|
|
|
31
33
|
Dir.chdir("..")
|
|
32
34
|
|
|
33
35
|
|
|
36
|
+
findcmd = "find #{DistroName}/_arx > /tmp/excludezip"
|
|
37
|
+
puts "#{findcmd}"
|
|
38
|
+
# `#{findcmd}`
|
|
34
39
|
|
|
35
40
|
FileUtils.rm_rf("#{DistroTitle}.zip")
|
|
36
|
-
zipcreatecmd = "zip -r
|
|
41
|
+
zipcreatecmd = "zip -r #{DistroTitle}.zip #{DistroName} -x@/tmp/excludezip"
|
|
37
42
|
puts "#{zipcreatecmd}"
|
|
38
43
|
`#{zipcreatecmd}`
|
|
39
|
-
tarcreatecmd = "tar --gzip -cf #{DistroTitle}.tar.gz #{
|
|
44
|
+
tarcreatecmd = "tar --exclude-tag-all=++manifest --gzip -cf #{DistroTitle}.tar.gz #{DistroName}"
|
|
40
45
|
puts "#{tarcreatecmd}"
|
|
41
46
|
`#{tarcreatecmd}`
|
|
42
|
-
tarcreatecmd2 = "tar --bzip2 -cf #{DistroTitle}.tar.bz2 #{
|
|
47
|
+
tarcreatecmd2 = "tar --exclude-tag-all=++manifest --bzip2 -cf #{DistroTitle}.tar.bz2 #{DistroName}"
|
|
43
48
|
puts "#{tarcreatecmd2}"
|
|
44
49
|
`#{tarcreatecmd2}`
|
|
45
50
|
|
|
@@ -54,7 +59,7 @@ fd.print("Gem::Specification.new do |s|\n")
|
|
|
54
59
|
fd.print(" s.name = %q{#{DistroName}}\n")
|
|
55
60
|
fd.print(" s.version = \"#{DistroVersion}\"\n")
|
|
56
61
|
fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
|
|
57
|
-
load "#{
|
|
62
|
+
load "#{DistroName}/tests/gemspec"
|
|
58
63
|
fd.print($gemspecvar)
|
|
59
64
|
fd.close
|
|
60
65
|
|
|
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: rwdhypernote
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: "0.
|
|
4
|
+
version: "0.15"
|
|
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
|
|
|
@@ -21,11 +21,36 @@ extensions: []
|
|
|
21
21
|
|
|
22
22
|
extra_rdoc_files:
|
|
23
23
|
- rwd_files/HowTo_Tinker.txt
|
|
24
|
+
- rwd_files/HowTo_HyperNote.txt
|
|
24
25
|
- Readme.txt
|
|
25
26
|
files:
|
|
26
|
-
- lib/
|
|
27
|
+
- lib/rwd/browser.rb
|
|
28
|
+
- lib/rwd/sgml.rb
|
|
29
|
+
- lib/rwd/ftools.rb
|
|
30
|
+
- lib/rwd/ruby.rb
|
|
31
|
+
- lib/rwd/thread.rb
|
|
32
|
+
- lib/rwd/mime.rb
|
|
33
|
+
- lib/rwd/tree.rb
|
|
34
|
+
- lib/rwd/net.rb
|
|
35
|
+
- lib/rwd/rwd.rb
|
|
36
|
+
- lib/rwd/xml.rb
|
|
37
|
+
- lib/zip/stdrubyext.rb
|
|
38
|
+
- lib/zip/ziprequire.rb
|
|
39
|
+
- lib/zip/ioextras.rb
|
|
40
|
+
- lib/zip/zip.rb
|
|
41
|
+
- lib/zip/zipfilesystem.rb
|
|
42
|
+
- lib/zip/tempfile_bugfixed.rb
|
|
43
|
+
- lib/rconftool.rb
|
|
44
|
+
- lib/rwdthemes/default.rwd
|
|
45
|
+
- lib/rwdthemes/pda.rwd
|
|
46
|
+
- lib/rwdthemes/windowslike.rwd
|
|
47
|
+
- lib/rwdtinker/rwdtinkertools.rb
|
|
48
|
+
- lib/rwdtinker/rwdcodedir.rb
|
|
49
|
+
- lib/rwdtinker/rwdguidir.rb
|
|
50
|
+
- lib/rwdtinker/rwdlangdir.rb
|
|
27
51
|
- code/zz0applicationend/zz0end.rb
|
|
28
52
|
- code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
|
|
53
|
+
- code/superant.com.rwdtinkerbackwindow/viewlogfile.rb
|
|
29
54
|
- code/superant.com.rwdtinkerbackwindow/diagnostictab.rb
|
|
30
55
|
- code/superant.com.rwdtinkerbackwindow/listgemzips.rb
|
|
31
56
|
- code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb
|
|
@@ -35,7 +60,6 @@ files:
|
|
|
35
60
|
- code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb
|
|
36
61
|
- code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb
|
|
37
62
|
- code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb
|
|
38
|
-
- code/superant.com.rwdtinkerbackwindow/installapplet.rb
|
|
39
63
|
- code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb
|
|
40
64
|
- code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
|
|
41
65
|
- code/superant.com.rwdtinkerbackwindow/listzips.rb
|
|
@@ -44,7 +68,6 @@ files:
|
|
|
44
68
|
- code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb
|
|
45
69
|
- code/superant.com.rwdtinkerbackwindow/removeapplet.rb
|
|
46
70
|
- code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
|
|
47
|
-
- code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
|
|
48
71
|
- code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
|
|
49
72
|
- code/superant.com.rwdtinkerbackwindow/installgemapplet.rb
|
|
50
73
|
- code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb
|
|
@@ -52,7 +75,6 @@ files:
|
|
|
52
75
|
- code/01rwdcore/setuptinkerdocuments.rb
|
|
53
76
|
- code/01rwdcore/openhelpwindow.rb
|
|
54
77
|
- code/01rwdcore/setuphelpaboutoptions.rb
|
|
55
|
-
- code/01rwdcore/04helptextend.rb
|
|
56
78
|
- code/01rwdcore/01rwdcore.rb
|
|
57
79
|
- code/01rwdcore/rwdwindowreturn.rb
|
|
58
80
|
- code/01rwdcore/uploadreturns.rb
|
|
@@ -71,6 +93,7 @@ files:
|
|
|
71
93
|
- code/dd0viewphoto/dd0viewphoto.rb
|
|
72
94
|
- code/superant.com.hypernote/listnotedirshtml.rb
|
|
73
95
|
- code/superant.com.hypernote/savehtmlhypernoterecord.rb
|
|
96
|
+
- code/superant.com.hypernote/listdirectories2.rb
|
|
74
97
|
- code/superant.com.hypernote/listnotedirhttp4.rb
|
|
75
98
|
- code/superant.com.hypernote/listdirectories3.rb
|
|
76
99
|
- code/superant.com.hypernote/loadhtmlnoterecord.rb
|
|
@@ -112,41 +135,16 @@ files:
|
|
|
112
135
|
- code/superant.com.hypernote/listlinknotes.rb
|
|
113
136
|
- configuration/rwdtinker.dist
|
|
114
137
|
- configuration/tinkerwin2variables.dist
|
|
115
|
-
- configuration/
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
125
|
-
- Notes/hypernote/hypernote01.html
|
|
126
|
-
- Notes/hypernote/hypernote02.txt
|
|
127
|
-
- Notes/rwdtinker/rwdtinker.html
|
|
128
|
-
- Notes/rwdtinker/newnote.txt
|
|
129
|
-
- Notes/rwdtinker/RwdtinkerProgrammingQuickStart.htm
|
|
130
|
-
- Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk
|
|
131
|
-
- Notes/changes.lnk
|
|
132
|
-
- Notes/changes.txt
|
|
133
|
-
- ev/browser.rb
|
|
134
|
-
- ev/sgml.rb
|
|
135
|
-
- ev/ftools.rb
|
|
136
|
-
- ev/ruby.rb
|
|
137
|
-
- ev/thread.rb
|
|
138
|
-
- ev/mime.rb
|
|
139
|
-
- ev/tree.rb
|
|
140
|
-
- ev/net.rb
|
|
141
|
-
- ev/rwd.rb
|
|
142
|
-
- ev/xml.rb
|
|
143
|
-
- lang/en/rwdcore/languagefile.rb
|
|
144
|
-
- lang/es/rwdcore/languagefile-es.rb
|
|
145
|
-
- lang/fr/rwdcore/languagefile.rb
|
|
146
|
-
- lang/jp/rwdcore/languagefile.rb
|
|
147
|
-
- lang/nl/rwdcore/languagefile.rb
|
|
148
|
-
- gui/frontwindowtdocuments/superant.com.documents
|
|
149
|
-
- gui/frontwindowtdocuments/superant.com.documents/tinkerdocuments.rwd
|
|
138
|
+
- configuration/rwdwhypernote.dist
|
|
139
|
+
- lang/en/rwdcore/en.po
|
|
140
|
+
- lang/es/rwdcore/es.po
|
|
141
|
+
- lang/fr/rwdcore/fr.po
|
|
142
|
+
- lang/hi/rwdcore/hi.po
|
|
143
|
+
- lang/ja/rwdcore/ja.po
|
|
144
|
+
- lang/nl/rwdcore/nl.po
|
|
145
|
+
- gui/frontwindowtdocuments/00documentbegin.rwd
|
|
146
|
+
- gui/frontwindowtdocuments/tinkerdocuments.rwd
|
|
147
|
+
- gui/frontwindowtdocuments/zzdocumentend.rwd
|
|
150
148
|
- gui/00coreguibegin/applicationguitop.rwd
|
|
151
149
|
- gui/tinkerbackwindows/superant.com.tinkerhelpwindow
|
|
152
150
|
- gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd
|
|
@@ -159,6 +157,7 @@ files:
|
|
|
159
157
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd
|
|
160
158
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd
|
|
161
159
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd
|
|
160
|
+
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd
|
|
162
161
|
- gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd
|
|
163
162
|
- gui/tinkerbackwindows/superant.com.versionwindow
|
|
164
163
|
- gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
|
|
@@ -181,42 +180,48 @@ files:
|
|
|
181
180
|
- gui/tinkerbackwindows/superant.com.hypernote/10aviewnote.rwd
|
|
182
181
|
- gui/tinkerbackwindows/superant.com.hypernote/10appletbegin.rwd
|
|
183
182
|
- gui/tinkerbackwindows/superant.com.hypernote/81jumplinkcommands.rwd
|
|
184
|
-
- gui/helpaboutzend/
|
|
185
|
-
- gui/helpaboutzend/
|
|
186
|
-
- gui/helpaboutzend/
|
|
187
|
-
- gui/helpaboutzend/
|
|
188
|
-
- gui/
|
|
189
|
-
- gui/
|
|
190
|
-
- gui/helpaboutbegin/
|
|
191
|
-
- gui/helpaboutbegin/
|
|
192
|
-
- gui/
|
|
193
|
-
- gui/
|
|
194
|
-
- gui/
|
|
195
|
-
- gui/
|
|
196
|
-
- gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd
|
|
197
|
-
- gui/frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd
|
|
198
|
-
- gui/frontwindowselectionzend/viewselectionzend/wwselectionend.rwd
|
|
199
|
-
- gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
|
|
200
|
-
- gui/helpaboutinstalled/superant.com.tinkerhelpabout
|
|
201
|
-
- gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd
|
|
183
|
+
- gui/helpaboutzend/zzzzhelpscreen2end.rwd
|
|
184
|
+
- gui/helpaboutzend/zzzzhelpabout2.rwd
|
|
185
|
+
- gui/helpaboutzend/zhelpscreenstart2.rwd
|
|
186
|
+
- gui/helpaboutzend/helpscreenend.rwd
|
|
187
|
+
- gui/frontwindow0/cc0openphoto.rwd
|
|
188
|
+
- gui/helpaboutbegin/zzzzzzhelpabouttab.rwd
|
|
189
|
+
- gui/helpaboutbegin/zzzzhelpscreenstart.rwd
|
|
190
|
+
- gui/helpaboutbegin/zzzrwdlasttab.rwd
|
|
191
|
+
- gui/frontwindowselections/jumplinkcommands.rwd
|
|
192
|
+
- gui/frontwindowselections/wwselectionend.rwd
|
|
193
|
+
- gui/frontwindowselections/00selectiontabbegin.rwd
|
|
194
|
+
- gui/zzcoreguiend/yy9rwdend.rwd
|
|
202
195
|
- installed/temp.rb
|
|
203
|
-
- installed/rwdwhypernote
|
|
196
|
+
- installed/rwdwhypernote.inf
|
|
204
197
|
- installed/hypernotedata2.inf
|
|
198
|
+
- rwd_files/log/rwdtinker.log
|
|
205
199
|
- rwd_files/tinker.png
|
|
206
200
|
- rwd_files/favicon.ico
|
|
201
|
+
- rwd_files/Notes/hypernote/hypernote02.html
|
|
202
|
+
- rwd_files/Notes/hypernote/hypernote02.txt
|
|
203
|
+
- rwd_files/Notes/rwdtinker/rwdtinker.html
|
|
204
|
+
- rwd_files/Notes/rwdtinker/newnote.txt
|
|
205
|
+
- rwd_files/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.htm
|
|
206
|
+
- rwd_files/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk
|
|
207
|
+
- rwd_files/Notes/changes.lnk
|
|
208
|
+
- rwd_files/Notes/changes.txt
|
|
207
209
|
- rwd_files/HowTo_HyperNote.txt
|
|
208
210
|
- rwd_files/rdoc-style.css
|
|
209
211
|
- rwd_files/Readme.txt
|
|
210
212
|
- rwd_files/rwdapplications.html
|
|
213
|
+
- rwd_files/Tinkerhelptexthash.txt
|
|
211
214
|
- rwd_files/HowTo_TinkerWin2.txt
|
|
212
215
|
- rwd_files/RubyWebDialogs.html
|
|
213
216
|
- rwd_files/HowTo_Tinker.txt
|
|
214
|
-
- zips/
|
|
217
|
+
- zips/tinkerbellw-0.03.zip
|
|
218
|
+
- zips/rwdwmovies-0.98.zip
|
|
215
219
|
- zips/temp.rb
|
|
216
|
-
- zips/
|
|
217
|
-
- zips/
|
|
218
|
-
- zips/
|
|
219
|
-
- zips/
|
|
220
|
+
- zips/rwdwfoldeditor-0.05.zip
|
|
221
|
+
- zips/rwdwcalc-0.63.zip
|
|
222
|
+
- zips/rwdwruby-1.08.zip
|
|
223
|
+
- zips/wrubyslippers-1.08.zip
|
|
224
|
+
- zips/rwdwhypernote-0.15.zip
|
|
220
225
|
- tests/rdep.rb
|
|
221
226
|
- tests/makedist-rwdwhypernote.rb
|
|
222
227
|
- tests/cleancnf.sh
|
|
@@ -251,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
251
256
|
requirements: []
|
|
252
257
|
|
|
253
258
|
rubyforge_project: rwdapplications
|
|
254
|
-
rubygems_version: 1.
|
|
259
|
+
rubygems_version: 1.2.0
|
|
255
260
|
signing_key:
|
|
256
261
|
specification_version: 2
|
|
257
262
|
summary: rwdhypernote is for hierarchical note taking under rwdtinker and RubyWebDialogs features.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
This is information about <b> hypernote</b>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
More information about hypernote
|
|
@@ -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
|
-
)
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# code in install rwdtinker applets - now uses ruby.zip module
|
|
2
|
-
def installapplet
|
|
3
|
-
|
|
4
|
-
nametext = "%s" % [@a_installapplet]
|
|
5
|
-
|
|
6
|
-
begin # exception trapped block
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
require 'extras/zip/zip'
|
|
10
|
-
fullname = nametext + ".zip"
|
|
11
|
-
fileName = File.join($zipslocation,fullname)
|
|
12
|
-
|
|
13
|
-
zf = Zip::ZipFile.new(fileName)
|
|
14
|
-
zf.sort.each {
|
|
15
|
-
|
|
16
|
-
|entry|
|
|
17
|
-
zf.extract(entry.to_s, entry.to_s)
|
|
18
|
-
}
|
|
19
|
-
@returninitateresults = initiateapplet(nametext)
|
|
20
|
-
@installapplettext = Message[:applet_installed] + " " + @returninitateresults
|
|
21
|
-
|
|
22
|
-
rescue
|
|
23
|
-
@installapplettext = "unzip error - applet may not be installed correctly"
|
|
24
|
-
end # exception rescue
|
|
25
|
-
|
|
26
|
-
end
|
|
27
|
-
|
data/configuration/language.dist
DELETED
|
@@ -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 => '"List 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 => '"Selection Panel"',
|
|
46
|
-
:selection_tab => '"Selection 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" ,
|