rwdfoldeditor 0.05 → 0.07

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.
Files changed (90) hide show
  1. data/code/01rwdcore/01rwdcore.rb +5 -4
  2. data/code/01rwdcore/02helptexthashbegin.rb +14 -2
  3. data/code/01rwdcore/03helptexthash.rb +18 -20
  4. data/code/01rwdcore/jumplinkcommand.rb +1 -0
  5. data/code/01rwdcore/openhelpwindow.rb +7 -0
  6. data/code/01rwdcore/runhelpabout.rb +6 -1
  7. data/code/01rwdcore/runopentinkerdocument.rb +1 -1
  8. data/code/01rwdcore/selectiontab.rb +2 -0
  9. data/code/01rwdcore/setuphelpaboutoptions.rb +2 -0
  10. data/code/01rwdcore/setuptinkerdocuments.rb +1 -0
  11. data/code/01rwdcore/uploadreturns.rb +3 -0
  12. data/code/dd0viewphoto/dd0viewphoto.rb +2 -0
  13. data/code/superant.com.foldeditor/0uninstallapplet.rb +8 -1
  14. data/code/superant.com.foldeditor/addzipfiles.rb +45 -0
  15. data/code/superant.com.foldeditor/helptexthashload.rb +22 -0
  16. data/code/superant.com.foldeditor/launchfoldeditorurl.rb +5 -3
  17. data/code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb +6 -2
  18. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +30 -102
  19. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +2 -0
  20. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +2 -0
  21. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +3 -1
  22. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +2 -0
  23. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +3 -1
  24. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -0
  25. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +8 -5
  26. data/code/zz0applicationend/zz0end.rb +2 -1
  27. data/configuration/rwdtinker.dist +3 -2
  28. data/configuration/rwdwfoldeditor.dist +7 -5
  29. data/configuration/tinkerwin2variables.dist +5 -9
  30. data/gui/tinkerbackwindows/superant.com.foldeditor/60zipfoldfiles.rwd +31 -0
  31. data/gui/tinkerbackwindows/superant.com.slideshow/10appletbegin.rwd +4 -0
  32. data/gui/tinkerbackwindows/superant.com.slideshow/11viewnamedata.rwd +19 -0
  33. data/gui/tinkerbackwindows/superant.com.slideshow/13listnamerecordfiles.rwd +21 -0
  34. data/gui/tinkerbackwindows/superant.com.slideshow/16editrecord.rwd +39 -0
  35. data/gui/tinkerbackwindows/superant.com.slideshow/17viewvcardrecord.rwd +32 -0
  36. data/gui/tinkerbackwindows/superant.com.slideshow/18contactutilities.rwd +34 -0
  37. data/gui/tinkerbackwindows/superant.com.slideshow/81jumplinkcommands.rwd +17 -0
  38. data/gui/tinkerbackwindows/{superant.com.foldwords/z9end.rwd → superant.com.slideshow/9end.rwd} +0 -0
  39. data/init.rb +61 -164
  40. data/installed/rwdwfoldeditor.inf +3 -8
  41. data/lang/en/rwdcore/en.po +182 -0
  42. data/lang/en/rwdfoldeditor/en.po +28 -0
  43. data/lang/es/rwdcore/es.po +175 -0
  44. data/lang/fr/rwdcore/fr.po +169 -0
  45. data/lang/hi/rwdcore/hi.po +173 -0
  46. data/lang/ja/rwdcore/ja.po +171 -0
  47. data/lang/nl/rwdcore/nl.po +169 -0
  48. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  49. data/lib/rwdtinker/rwdguidir.rb +57 -0
  50. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  51. data/lib/rwdtinker/rwdtinkertools.rb +2 -1
  52. data/rwd_files/HowTo_FoldEditor.txt +9 -0
  53. data/rwd_files/HowTo_Tinker.txt +24 -6
  54. data/rwd_files/Tinkerhelptexthash.txt +82 -0
  55. data/rwd_files/rubylinks.fld +6 -0
  56. data/rwd_files/rwdapplications.html +23 -1
  57. data/rwd_files/rwdfoldeditorhelpfiles.txt +17 -0
  58. data/tests/makedist-rwdwfoldeditor.rb +1 -1
  59. data/tests/makedist.rb +1 -1
  60. data/zips/rwdwfoldeditor-0.07.zip +0 -0
  61. data/zips/rwdwmovies-0.98.zip +0 -0
  62. data/zips/rwdwmpd-0.07.zip +0 -0
  63. data/zips/temp.rb +1 -0
  64. data/zips/tinkerbellw-0.03.zip +0 -0
  65. data/zips/{wrubyslippers-1.07.zip → wrubyslippers-1.08.zip} +0 -0
  66. metadata +33 -29
  67. data/code/01rwdcore/04helptextend.rb +0 -6
  68. data/code/superant.com.foldback/clearhttpview3.rb +0 -9
  69. data/code/superant.com.foldback/dictlookup.rb +0 -20
  70. data/code/superant.com.foldback/eliza.rb +0 -8
  71. data/code/superant.com.foldback/helptexthashrwdhypernote.rb +0 -19
  72. data/code/superant.com.foldback/listwordlookup.rb +0 -37
  73. data/code/superant.com.foldback/openhelpwindowrwdhyernote.rb +0 -13
  74. data/code/superant.com.foldback/runrwdshellwindow.rb +0 -12
  75. data/code/superant.com.foldeditor/helptexthashrwdhypernote.rb +0 -38
  76. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
  77. data/gui/tinkerbackwindows/superant.com.foldwords/1appname.rwd +0 -4
  78. data/gui/tinkerbackwindows/superant.com.foldwords/1dictionary.rwd +0 -19
  79. data/gui/tinkerbackwindows/superant.com.foldwords/3ai.rwd +0 -22
  80. data/gui/tinkerbackwindows/superant.com.foldwords/4thesaurus.rwd +0 -36
  81. data/gui/tinkerbackwindows/superant.com.foldwords/77jumplinkcommands.rwd +0 -17
  82. data/lang/en/rwdcore/languagefile.rb +0 -59
  83. data/lang/es/rwdcore/languagefile-es.rb +0 -63
  84. data/lang/fr/rwdcore/languagefile.rb +0 -65
  85. data/lang/jp/rwdcore/languagefile.rb +0 -73
  86. data/lang/nl/rwdcore/languagefile.rb +0 -76
  87. data/lib/dict.rb +0 -438
  88. data/lib/oothesaurus.rb +0 -76
  89. data/zips/rwdwgutenberg-0.11.zip +0 -0
  90. data/zips/rwdwhypernote-0.15.zip +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rwdfoldeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.05"
4
+ version: "0.07"
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-10-06 00:00:00 -07:00
12
+ date: 2008-10-18 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -41,13 +41,14 @@ files:
41
41
  - lib/zip/zip.rb
42
42
  - lib/zip/zipfilesystem.rb
43
43
  - lib/zip/tempfile_bugfixed.rb
44
- - lib/dict.rb
45
- - lib/oothesaurus.rb
46
44
  - lib/rconftool.rb
47
45
  - lib/rwdthemes/default.rwd
48
46
  - lib/rwdthemes/pda.rwd
49
47
  - lib/rwdthemes/windowslike.rwd
50
48
  - lib/rwdtinker/rwdtinkertools.rb
49
+ - lib/rwdtinker/rwdcodedir.rb
50
+ - lib/rwdtinker/rwdguidir.rb
51
+ - lib/rwdtinker/rwdlangdir.rb
51
52
  - code/zz0applicationend/zz0end.rb
52
53
  - code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
53
54
  - code/superant.com.rwdtinkerbackwindow/viewlogfile.rb
@@ -68,22 +69,13 @@ files:
68
69
  - code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb
69
70
  - code/superant.com.rwdtinkerbackwindow/removeapplet.rb
70
71
  - code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb
71
- - code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
72
72
  - code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
73
73
  - code/superant.com.rwdtinkerbackwindow/installgemapplet.rb
74
74
  - code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb
75
75
  - code/superant.com.rwdtinkerbackwindow/openappletname.rb
76
- - code/superant.com.foldback/dictlookup.rb
77
- - code/superant.com.foldback/listwordlookup.rb
78
- - code/superant.com.foldback/openhelpwindowrwdhyernote.rb
79
- - code/superant.com.foldback/eliza.rb
80
- - code/superant.com.foldback/helptexthashrwdhypernote.rb
81
- - code/superant.com.foldback/runrwdshellwindow.rb
82
- - code/superant.com.foldback/clearhttpview3.rb
83
76
  - code/01rwdcore/setuptinkerdocuments.rb
84
77
  - code/01rwdcore/openhelpwindow.rb
85
78
  - code/01rwdcore/setuphelpaboutoptions.rb
86
- - code/01rwdcore/04helptextend.rb
87
79
  - code/01rwdcore/01rwdcore.rb
88
80
  - code/01rwdcore/rwdwindowreturn.rb
89
81
  - code/01rwdcore/uploadreturns.rb
@@ -102,15 +94,16 @@ files:
102
94
  - code/dd0viewphoto/dd0viewphoto.rb
103
95
  - code/superant.com.foldeditor/savehtmlhypernoterecord.rb
104
96
  - code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb
97
+ - code/superant.com.foldeditor/helptexthashload.rb
105
98
  - code/superant.com.foldeditor/clearnotescreen.rb
106
99
  - code/superant.com.foldeditor/changehypernotename.rb
107
100
  - code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb
108
101
  - code/superant.com.foldeditor/saveconfigurationrecord.rb
102
+ - code/superant.com.foldeditor/addzipfiles.rb
109
103
  - code/superant.com.foldeditor/0uninstallapplet.rb
110
104
  - code/superant.com.foldeditor/rwdtinkerversion.rb
111
105
  - code/superant.com.foldeditor/loadconfigurationrecord.rb
112
106
  - code/superant.com.foldeditor/rwddisplayfoldlinks.rb
113
- - code/superant.com.foldeditor/helptexthashrwdhypernote.rb
114
107
  - code/superant.com.foldeditor/createnewnotehtml.rb
115
108
  - code/superant.com.foldeditor/hyperlinkcreatelinkfile.rb
116
109
  - code/superant.com.foldeditor/loadconfigurationvariables.rb
@@ -126,11 +119,13 @@ files:
126
119
  - configuration/rwdtinker.dist
127
120
  - configuration/tinkerwin2variables.dist
128
121
  - configuration/rwdwfoldeditor.dist
129
- - lang/en/rwdcore/languagefile.rb
130
- - lang/es/rwdcore/languagefile-es.rb
131
- - lang/fr/rwdcore/languagefile.rb
132
- - lang/jp/rwdcore/languagefile.rb
133
- - lang/nl/rwdcore/languagefile.rb
122
+ - lang/en/rwdcore/en.po
123
+ - lang/en/rwdfoldeditor/en.po
124
+ - lang/es/rwdcore/es.po
125
+ - lang/fr/rwdcore/fr.po
126
+ - lang/hi/rwdcore/hi.po
127
+ - lang/ja/rwdcore/ja.po
128
+ - lang/nl/rwdcore/nl.po
134
129
  - gui/frontwindowtdocuments/00documentbegin.rwd
135
130
  - gui/frontwindowtdocuments/tinkerdocuments.rwd
136
131
  - gui/frontwindowtdocuments/zzdocumentend.rwd
@@ -138,6 +133,15 @@ files:
138
133
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow
139
134
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd
140
135
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd
136
+ - gui/tinkerbackwindows/superant.com.slideshow
137
+ - gui/tinkerbackwindows/superant.com.slideshow/13listnamerecordfiles.rwd
138
+ - gui/tinkerbackwindows/superant.com.slideshow/18contactutilities.rwd
139
+ - gui/tinkerbackwindows/superant.com.slideshow/16editrecord.rwd
140
+ - gui/tinkerbackwindows/superant.com.slideshow/11viewnamedata.rwd
141
+ - gui/tinkerbackwindows/superant.com.slideshow/9end.rwd
142
+ - gui/tinkerbackwindows/superant.com.slideshow/10appletbegin.rwd
143
+ - gui/tinkerbackwindows/superant.com.slideshow/17viewvcardrecord.rwd
144
+ - gui/tinkerbackwindows/superant.com.slideshow/81jumplinkcommands.rwd
141
145
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow
142
146
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd
143
147
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd
@@ -150,6 +154,7 @@ files:
150
154
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd
151
155
  - gui/tinkerbackwindows/superant.com.foldeditor
152
156
  - gui/tinkerbackwindows/superant.com.foldeditor/56viewfold.rwd
157
+ - gui/tinkerbackwindows/superant.com.foldeditor/60zipfoldfiles.rwd
153
158
  - gui/tinkerbackwindows/superant.com.foldeditor/15htmlview.rwd
154
159
  - gui/tinkerbackwindows/superant.com.foldeditor/9end.rwd
155
160
  - gui/tinkerbackwindows/superant.com.foldeditor/67viewconfiguration.rwd
@@ -159,13 +164,6 @@ files:
159
164
  - gui/tinkerbackwindows/superant.com.versionwindow
160
165
  - gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
161
166
  - gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd
162
- - gui/tinkerbackwindows/superant.com.foldwords
163
- - gui/tinkerbackwindows/superant.com.foldwords/1appname.rwd
164
- - gui/tinkerbackwindows/superant.com.foldwords/1dictionary.rwd
165
- - gui/tinkerbackwindows/superant.com.foldwords/77jumplinkcommands.rwd
166
- - gui/tinkerbackwindows/superant.com.foldwords/z9end.rwd
167
- - gui/tinkerbackwindows/superant.com.foldwords/3ai.rwd
168
- - gui/tinkerbackwindows/superant.com.foldwords/4thesaurus.rwd
169
167
  - gui/helpaboutzend/zzzzhelpscreen2end.rwd
170
168
  - gui/helpaboutzend/zzzzhelpabout2.rwd
171
169
  - gui/helpaboutzend/zhelpscreenstart2.rwd
@@ -187,17 +185,23 @@ files:
187
185
  - rwd_files/rdoc-style.css
188
186
  - rwd_files/Readme.txt
189
187
  - rwd_files/rwdapplications.html
188
+ - rwd_files/Tinkerhelptexthash.txt
190
189
  - rwd_files/HowTo_TinkerWin2.txt
191
190
  - rwd_files/RubyWebDialogs.html
191
+ - rwd_files/rwdfoldeditorhelpfiles.txt
192
192
  - rwd_files/HowTo_Tinker.txt
193
193
  - rwd_files/rwdhypernote-0.13.fld
194
194
  - rwd_files/HowTo_FoldEditor.txt
195
- - zips/rwdwgutenberg-0.11.zip
195
+ - rwd_files/rubylinks.fld
196
+ - zips/tinkerbellw-0.03.zip
197
+ - zips/rwdwmovies-0.98.zip
198
+ - zips/temp.rb
196
199
  - zips/rwdwfoldeditor-0.05.zip
200
+ - zips/rwdwfoldeditor-0.07.zip
197
201
  - zips/rwdwcalc-0.63.zip
198
202
  - zips/rwdwruby-1.08.zip
199
- - zips/wrubyslippers-1.07.zip
200
- - zips/rwdwhypernote-0.15.zip
203
+ - zips/wrubyslippers-1.08.zip
204
+ - zips/rwdwmpd-0.07.zip
201
205
  - tests/rdep.rb
202
206
  - tests/makedist-rwdwfoldeditor.rb
203
207
  - tests/cleancnf.sh
@@ -1,6 +0,0 @@
1
-
2
- }
3
- helpmessage.each { |kk, vv| Helptext[kk] = vv }
4
-
5
-
6
-
@@ -1,9 +0,0 @@
1
- # this method clears the on screen variables
2
- def clearthesaurus
3
-
4
-
5
- @a_thesaurusdata = ""
6
-
7
-
8
-
9
- end
@@ -1,20 +0,0 @@
1
- # dictionary
2
- def dictlookup
3
- require 'lib/dict'
4
- if ! @a_dictionaryinput.empty?
5
-
6
- dict = DICT.new('dict.org', DICT::DEFAULT_PORT)
7
- dict.client('a Ruby/DICT client')
8
- definitions = dict.define(DICT::ALL_DATABASES, @a_dictionaryinput)
9
- @dictionary_display = ""
10
- if definitions
11
- definitions.each do |d|
12
- @dictionary_display = @dictionary_display + d.description + d.database + "\n"
13
- d.definition.each { |line| @dictionary_display = @dictionary_display + line }
14
- end
15
- end
16
-
17
- dict.disconnect
18
- @dictionary_display = @dictionary_display + "\n\n"
19
- end
20
- end
@@ -1,8 +0,0 @@
1
- require 'net/http'
2
-
3
- def ai_eliza()
4
- response = Net::HTTP.post_form(URI.parse("http://www-ai.ijs.si/eliza-cgi-bin/eliza_script"),{'Entry1'=>@ai_datain})
5
-
6
- @eliza_result = response.body.split("</strong>\n").last.split("\n").first
7
-
8
- end
@@ -1,19 +0,0 @@
1
-
2
-
3
- Helptext.update( :rwdthesaurus_generalhelp => "This program is a thesaurus word search
4
-
5
- If you have entered a word in this tab
6
-
7
- You can search by clicking Display word results
8
-
9
- This should search the thesaurus files you have set up and return a list of words on separate lines
10
-
11
- You can click on one of those and it should be transfered to the search box, then click Display again
12
-
13
- The words with bracketed comments won't be found, erase the bracketed part first
14
-
15
- This uses the openoffice Thesaurus
16
- make a link from the actual oo thesaurus files you use to rwd_files/idx and rwd_files/dat
17
-
18
- "
19
- )
@@ -1,37 +0,0 @@
1
- # this code is to list the word results
2
- def fillthesaurusword(inffile)
3
- applet = inffile
4
- @a_thesaurusinput = applet
5
-
6
- end
7
-
8
-
9
- def listwordresults
10
- require "lib/oothesaurus"
11
-
12
- the=OOThesaurus.new()
13
- history=[]
14
-
15
- filepath = "rwd_files"
16
- filepathidx = File.join(filepath,"idx")
17
- filepathdat = File.join(filepath,"dat")
18
- word = @a_thesaurusinput.downcase.strip
19
- notesarray = the::dosearch(the,history,word,true,filepathidx,filepathdat)
20
-
21
- finalarray = []
22
-
23
- a_thesaurusdata = ""
24
- notesarray.each { |x| x.each { |x2|
25
-
26
- finalarray << x2 unless x2 == "(noun)" or x2 == "(verb)" or x2 == "(adj)"
27
- }
28
-
29
- }
30
- @a_thesaurusdata = finalarray.entries.sort.rwd_method("fillthesaurusword")
31
- end
32
-
33
-
34
-
35
-
36
-
37
-
@@ -1,13 +0,0 @@
1
- # this code is to call the help window
2
- def runhelpwindowrwdthesaurus
3
-
4
- $help_topic = "rwdthesaurus_generalhelp"
5
-
6
- if @rwd_tab == "superantcomthesaurus"
7
- $help_topic = "rwdthesaurus_generalhelp"
8
- end
9
-
10
- runhelpwindow
11
- end
12
-
13
-
@@ -1,12 +0,0 @@
1
- # Application Rwdtinker orginally (c) 2004 Steven Gibson under GPL.
2
- # This application is a contact book
3
- # For more information about see http://www.rubyforge.net/projects/rwdapplications
4
-
5
- # call the window
6
- def rwdfoldbackwindow
7
-
8
- @rwd_window = "rwdfoldbackwindow"
9
- @rwd_tab="dictlookup"
10
-
11
- end
12
-
@@ -1,38 +0,0 @@
1
-
2
-
3
- Helptext.update( :rwdfoldeditor_generalhelp => "This program is a notes editor
4
-
5
- text notes can be entered and saved and organized into a fold link file
6
-
7
- Notes can be saved in any structure you want in directories
8
- <p>
9
-
10
- There are tabs to enter notes and links and edit configurations
11
- <p>
12
- 'View/Edit Document' - to create a note or edit and existing note
13
- <p>
14
- 'FoldEditor File View' - to view and navigate the fold link file
15
- <p>
16
- 'RwdFoldEditor edit file' - to edit change fold link files
17
- ",
18
- :foldlinkview_help => "You can create or edit notes<p>
19
- 'Open Detail' to view the selected note you already have.<p>
20
- 'Save changes' to save your edits
21
- <p>
22
- 'Create New Note' to start a new note<p>
23
- Before you come to this tab, you need to visit the Foldeditor FileView to select
24
- the note from the list in a fold file.
25
- ",
26
- :foldlinkutility_help => "You can choose the link file to work on
27
- <p>
28
- You can edit links for note pages
29
- <p>
30
- You can open the link file if you have one already
31
- <p>
32
- You can see the list of link files by clicking 'List Local Link Files'
33
- You can open one of those file
34
- <p>
35
- If you do not have a link file, you can create one with 'create link file' button
36
-
37
- "
38
- )
@@ -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,4 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <window name = \"rwdfoldbackwindow\" title=\"rwdwords - \">
4
- <tabs>"
@@ -1,19 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"dictlookup\" caption=\"Dictionary Lookup\">
4
-
5
-
6
- <table>
7
- <row> <p align=\"right\">Word:</p> <text name=\"a_dictionaryinput\"/> </row>
8
-
9
- </table>
10
-
11
- <horizontal>
12
- <button caption=\"Lookup\" action=\"dictlookup\"/>
13
- <button caption=\"Cancel\" action=\"main\"/>
14
-
15
- </horizontal>
16
- <p>%dictionary_display%</p>
17
- </tab>
18
- "
19
-
@@ -1,22 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"aiwindow\" caption=\"ai test\">
4
- connect to alice internet AI bot
5
- <table>
6
- <row> <p align=\"right\">sentence</p> <text size=70 name=\"ai_datain\"/> </row>
7
-
8
- </table>
9
- <horizontal>
10
- <button caption=\"send to ai\" action=\"ai_eliza\"/>
11
-
12
- <button caption=\"Help\" action=\"runhelpwindowrwdeliza\"/>
13
-
14
- </horizontal>
15
-
16
- <p>%eliza_result%</p>
17
-
18
-
19
-
20
-
21
- </tab>"
22
-