bigtinker 0.96 → 0.97

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. data/code/01rwdcore/02helptexthashbegin.rb +10 -0
  2. data/code/01rwdcore/03helptexthash.rb +18 -20
  3. data/code/01rwdcore/runopentinkerdocument.rb +1 -1
  4. data/code/superant.com.foldeditor/0uninstallapplet.rb +17 -0
  5. data/code/superant.com.foldeditor/changehypernotename.rb +21 -0
  6. data/code/superant.com.foldeditor/chooselinkfile.rb +6 -0
  7. data/code/superant.com.foldeditor/choosenotefile.rb +6 -0
  8. data/code/superant.com.foldeditor/clearnotescreen.rb +7 -0
  9. data/code/superant.com.foldeditor/createnewnotehtml.rb +31 -0
  10. data/code/superant.com.foldeditor/helptexthashload.rb +22 -0
  11. data/code/superant.com.foldeditor/hyperlinkcreatelinkfile.rb +19 -0
  12. data/code/superant.com.foldeditor/launchfoldeditorurl.rb +19 -0
  13. data/code/superant.com.foldeditor/listfoldeditorfiles.rb +7 -0
  14. data/code/{superant.com.rwdaddresses → superant.com.foldeditor}/loadconfigurationrecord.rb +4 -4
  15. data/code/superant.com.foldeditor/loadconfigurationvariables.rb +14 -0
  16. data/code/superant.com.foldeditor/loadfolddocument.rb +18 -0
  17. data/code/superant.com.foldeditor/loadnextnote.rb +32 -0
  18. data/code/superant.com.foldeditor/loadprevnote.rb +32 -0
  19. data/code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb +19 -0
  20. data/code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb +30 -0
  21. data/code/superant.com.foldeditor/runrwdapplet.rb +10 -0
  22. data/code/superant.com.foldeditor/rwddisplayfoldlinks.rb +41 -0
  23. data/code/{superant.com.rwdaddresses/rwdaddresseshelpabout.rb → superant.com.foldeditor/rwdtinkerversion.rb} +4 -4
  24. data/code/superant.com.foldeditor/saveconfigurationrecord.rb +20 -0
  25. data/code/superant.com.foldeditor/savefoldlinkfile.rb +20 -0
  26. data/code/superant.com.foldeditor/savehtmlhypernoterecord.rb +20 -0
  27. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +30 -105
  28. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +1 -3
  29. data/configuration/bigtinker.dist +2 -2
  30. data/configuration/rwdtinker.dist +3 -3
  31. data/configuration/rwdwfoldeditor.dist +16 -0
  32. data/configuration/tinkerwin2variables.dist +7 -2
  33. data/gui/tinkerbackwindows/superant.com.foldeditor/10appletbegin.rwd +4 -0
  34. data/gui/tinkerbackwindows/superant.com.foldeditor/10aviewnote.rwd +36 -0
  35. data/gui/tinkerbackwindows/superant.com.foldeditor/15htmlview.rwd +43 -0
  36. data/gui/tinkerbackwindows/superant.com.foldeditor/56viewfold.rwd +43 -0
  37. data/gui/tinkerbackwindows/superant.com.foldeditor/67viewconfiguration.rwd +27 -0
  38. data/gui/tinkerbackwindows/superant.com.foldeditor/81jumplinkcommands.rwd +17 -0
  39. data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefresh.rwd +13 -0
  40. data/gui/tinkerbackwindows/superant.com.refreshwindow/rwdrefreshacpi.rwd +11 -0
  41. data/gui/tinkerbackwindows/{superant.com.rwdaddressessyncbackwindow/zvbackend.rwd → superant.com.slideshow/9end.rwd} +1 -1
  42. data/init.rb +54 -163
  43. data/installed/rwdwfoldeditor.inf +11 -0
  44. data/lang/en/rwdcore/en.po +166 -0
  45. data/lang/es/rwdcore/es.po +172 -0
  46. data/lang/fr/rwdcore/fr.po +166 -0
  47. data/lang/hi/rwdcore/hi.po +170 -0
  48. data/lang/ja/rwdcore/ja.po +168 -0
  49. data/lang/nl/rwdcore/nl.po +166 -0
  50. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  51. data/lib/rwdtinker/rwdguidir.rb +57 -0
  52. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  53. data/lib/rwdtinker/rwdtinkertools.rb +2 -1
  54. data/rwd_files/HowTo_BigTinker.txt +3 -0
  55. data/rwd_files/HowTo_FoldEditor.txt +131 -0
  56. data/rwd_files/HowTo_Tinker.txt +20 -6
  57. data/rwd_files/Tinkerhelptexthash.txt +81 -0
  58. data/rwd_files/default.fld +9 -0
  59. data/rwd_files/rubylinks.fld +6 -0
  60. data/rwd_files/rwdfoldeditorhelpfiles.txt +42 -0
  61. data/rwd_files/rwdhypernote-0.13.fld +202 -0
  62. data/tests/{makedist-rwdwaddesses.rb → makedist-rwdwfoldeditor.rb} +8 -4
  63. data/tests/makedist.rb +1 -1
  64. data/zips/rwdwfoldeditor-0.06.zip +0 -0
  65. data/zips/rwdwmovies-0.98.zip +0 -0
  66. data/zips/tinkerbellw-0.03.zip +0 -0
  67. data/zips/{wrubyslippers-1.07.zip → wrubyslippers-1.08.zip} +0 -0
  68. metadata +67 -83
  69. data/code/01rwdcore/04helptextend.rb +0 -6
  70. data/code/superant.com.rwdaddresses/0uninstallapplet.rb +0 -14
  71. data/code/superant.com.rwdaddresses/attachtmpcontactphoto.rb +0 -24
  72. data/code/superant.com.rwdaddresses/clearscreendisplay.rb +0 -15
  73. data/code/superant.com.rwdaddresses/createnewnamerecord.rb +0 -19
  74. data/code/superant.com.rwdaddresses/deletecontactrecord.rb +0 -25
  75. data/code/superant.com.rwdaddresses/deleterwdaddressesupdatefiles.rb +0 -19
  76. data/code/superant.com.rwdaddresses/downloadrwdaddressfiles.rb +0 -36
  77. data/code/superant.com.rwdaddresses/helptexthashrwdaddresses.rb +0 -69
  78. data/code/superant.com.rwdaddresses/listnamerecord.rb +0 -15
  79. data/code/superant.com.rwdaddresses/listvcardrecord.rb +0 -15
  80. data/code/superant.com.rwdaddresses/loadconfigurationvariables.rb +0 -15
  81. data/code/superant.com.rwdaddresses/loadnamerecord.rb +0 -30
  82. data/code/superant.com.rwdaddresses/openhelpwindowrwdaddresses.rb +0 -30
  83. data/code/superant.com.rwdaddresses/renamecontact.rb +0 -15
  84. data/code/superant.com.rwdaddresses/runaddresseswindow.rb +0 -10
  85. data/code/superant.com.rwdaddresses/runrwdaddressesmenu1.rb +0 -34
  86. data/code/superant.com.rwdaddresses/runrwdaddresssyncbackwindow.rb +0 -10
  87. data/code/superant.com.rwdaddresses/rwdaddressesbackwindow.rb +0 -10
  88. data/code/superant.com.rwdaddresses/saveconfigurationrecord.rb +0 -20
  89. data/code/superant.com.rwdaddresses/savevcardrecord.rb +0 -76
  90. data/code/superant.com.rwdaddresses/syncrwdaddress.rb +0 -28
  91. data/code/superant.com.rwdaddresses/test_cases.rb +0 -45
  92. data/code/superant.com.rwdaddresses/uploadrwdaddressfiles.rb +0 -30
  93. data/code/superant.com.rwdaddresses/viewaddressconfiguration.rb +0 -21
  94. data/code/superant.com.rwdaddresses/viewnamedata.rb +0 -28
  95. data/code/superant.com.rwdaddresses/viewphoto.rb +0 -4
  96. data/code/superant.com.rwdaddresses/viewrwdaddressesconfiguration.rb +0 -23
  97. data/code/superant.com.rwdaddresses/viewtmpcontactphoto.rb +0 -12
  98. data/code/superant.com.rwdaddresses/viewvcarddata.rb +0 -22
  99. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
  100. data/configuration/language.dist +0 -8
  101. data/configuration/rwdapplicationidentity.dist +0 -3
  102. data/configuration/rwdwaddresses.dist +0 -24
  103. data/gui/tinkerbackwindows/superant.com.addressesphotowindow/yy7addressesphoto.rwd +0 -6
  104. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/1appname.rwd +0 -5
  105. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/20downloadftp.rwd +0 -45
  106. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/70rwddiagnostics.rwd +0 -23
  107. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/87viewconfiguration.rwd +0 -34
  108. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/94selectiontab.rwd +0 -11
  109. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/95jumplink.rwd +0 -15
  110. data/gui/tinkerbackwindows/superant.com.rwdaddressessyncbackwindow/97selectionend.rwd +0 -3
  111. data/installed/rwdaddressesdata2.inf +0 -7
  112. data/installed/rwdwaddresses.inf +0 -13
  113. data/lang/en/rwdcore/languagefile.rb +0 -59
  114. data/lang/es/rwdcore/languagefile-es.rb +0 -63
  115. data/lang/fr/rwdcore/languagefile.rb +0 -65
  116. data/lang/jp/rwdcore/languagefile.rb +0 -73
  117. data/lang/nl/rwdcore/languagefile.rb +0 -76
  118. data/names/Angelina Jolie.jpg +0 -0
  119. data/names/Angelina Jolie.nam +0 -8
  120. data/names/Angelina Jolie.vcf +0 -8
  121. data/names/Steven Gibson.jpg +0 -0
  122. data/names/Steven Gibson.nam +0 -5
  123. data/names/elektra.jpg +0 -0
  124. data/names/elektra.nam +0 -7
  125. data/names/nophoto.jpg +0 -0
  126. data/rwd_files/HowTo_Addresses.txt +0 -272
  127. data/rwd_files/contacttmp.jpg +0 -0
  128. data/updates/temp.rb +0 -1
  129. data/zips/rwdwaddresses-1.07.zip +0 -0
  130. data/zips/rwdwfoldeditor-0.05.zip +0 -0
  131. data/zips/rwdwgutenberg-0.11.zip +0 -0
  132. data/zips/rwdwhypernote-0.15.zip +0 -0
  133. data/zips/rwdwtorrent-0.07.zip +0 -0
  134. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.foldeditor}/9end.rwd +0 -0
  135. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/10appletbegin.rwd +0 -0
  136. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/11viewnamedata.rwd +0 -0
  137. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/13listnamerecordfiles.rwd +0 -0
  138. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/16editrecord.rwd +0 -0
  139. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/17viewvcardrecord.rwd +0 -0
  140. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/18contactutilities.rwd +0 -0
  141. /data/gui/tinkerbackwindows/{superant.com.rwdaddresses → superant.com.slideshow}/81jumplinkcommands.rwd +0 -0
@@ -0,0 +1,57 @@
1
+ # part of rwdtinker smalllinux@gmail.com
2
+ # copyleft gpl 2008 Steven Gibson
3
+
4
+ require 'lib/rwdtinker/rwdtinkertools'
5
+
6
+ tmpmodload = '
7
+ def RwdtinkerTools.loadguifile(d)
8
+
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 rwd files
15
+ if x =~ /rb|rwd|txt/
16
+
17
+ load x #opens the file thats in fileName and reads it
18
+ @@tempdoc += $rwdguivar # adds the file into the doc string
19
+ end
20
+ end
21
+ end
22
+ end
23
+
24
+ def RwdtinkerTools.findguifiles(guidir)
25
+ @@tempdoc = ""
26
+ #get a list of the files and subdirectories on the starting directory only
27
+ a = Array.new(Dir[guidir].entries.sort)
28
+ #loop through the list, ignore the files and add all new directories found
29
+ a.each do |x|
30
+ #if a directory...
31
+ if(test(?d,x))
32
+ #use this new dir find to add to the original list of directories
33
+ @@root = x + "/**"
34
+ #adds the new ones to the array
35
+ b = Dir[@@root].entries.sort
36
+ b.each do |x|
37
+ if(test(?d,x))
38
+ a.push(x) #appends to the end of the array...
39
+ end
40
+ end
41
+ end
42
+ end
43
+ a.each do |x|
44
+ #if it is a file...
45
+ if(!test(?d,x))
46
+ a.delete(x)
47
+
48
+ else #it is a directory...
49
+ loadguifile(x + "/**")
50
+ end
51
+ end
52
+ return @@tempdoc
53
+
54
+ end
55
+ '
56
+
57
+ RwdtinkerTools.module_eval(tmpmodload)
@@ -0,0 +1,60 @@
1
+ # part of rwdtinker smalllinux@gmail.com
2
+ # copyleft gpl 2008 Steven Gibson
3
+
4
+ require 'lib/rwdtinker/rwdtinkertools'
5
+
6
+ tmpmodload = '
7
+ def RwdtinkerTools.findfilest(d)
8
+ a = Array.new(Dir[d].entries.sort)
9
+ #loop through and get the files names
10
+ a.each do |x|
11
+ #adjust the filters to the files you want to see...
12
+ if(!test(?d,x))
13
+ # only rwd files
14
+ if x =~ /rb|po|txt/
15
+ fileA=File.open("#{x}","r") #opens the file thats in fileName as read only
16
+ @@tempdoc+=fileA.read #reads the file into the doc string
17
+ fileA.close
18
+ end
19
+ end
20
+ end
21
+
22
+ end
23
+
24
+
25
+ def RwdtinkerTools.findlanguagefiles(langdir,lang)
26
+ @@tempdoc = ""
27
+
28
+ startlangdir = File.join(langdir,lang)
29
+ #get a list of the files and subdirectories on the starting directory only
30
+ alanghash = Array.new(Dir[startlangdir].entries.sort)
31
+ #loop through the list, ignore the files and add all new directories found
32
+ alanghash.each do |x|
33
+ #if a directory...
34
+ if(test(?d,x))
35
+ # add to the original list of directories
36
+ @@tmproot = x + "/**"
37
+ #adds the new ones to the array
38
+ blanghash = Dir[@@tmproot].entries.sort
39
+ blanghash.each do |x|
40
+ if(test(?d,x))
41
+ alanghash.push(x) #appends to the end of the array...
42
+ end
43
+ end
44
+ end
45
+ end
46
+ alanghash.each do |x|
47
+ #if it is a file...
48
+ if(!test(?d,x))
49
+ alanghash.delete(x)
50
+ else #it is a directory...
51
+ findfilest(x + "/**")
52
+ end
53
+ end
54
+
55
+ return @@tempdoc
56
+
57
+ end
58
+ '
59
+
60
+ RwdtinkerTools.module_eval(tmpmodload)
@@ -1,4 +1,5 @@
1
-
1
+ # part of rwdtinker smalllinux@gmail.com
2
+ # copyleft gpl 2008 Steven Gibson
2
3
 
3
4
  module RwdtinkerTools
4
5
 
@@ -106,6 +106,9 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
106
106
  Thanks, Steven Gibson
107
107
 
108
108
  == Changelog
109
+ version 0.97
110
+ updated for rwdtinker 1.82
111
+
109
112
  version 0.96
110
113
  update for rwdtinker 1.80
111
114
 
@@ -0,0 +1,131 @@
1
+ = rwdfoldeditor - for rwdtinker and RubyWebDialogs
2
+
3
+ rwdfoldeditor is a little book editor
4
+
5
+ The GUI interface used is RubyWebDialogs
6
+
7
+ RubyWebDialogs is a platform independent graphical user interface for Ruby applications. It generates HTML and serves it with an internal HTTP server, so you can use your favorite web browser as the front end for your Ruby application. All this means, that it can be used on almost every platform, like Ruby itself. http://www.erikveen.dds.nl/rubywebdialogs/
8
+
9
+ == Quick Start
10
+ Start the program by typing
11
+ ruby init.rb
12
+
13
+ Then point your web browser to:
14
+ http://localhost:7705/
15
+
16
+ To exit, press the x inside the browser window.
17
+
18
+ == Design - rwdfoldeditor
19
+
20
+ This program is a book notes editor
21
+ text notes can saved all over the computer
22
+
23
+ Notes are tracked in a fold file
24
+
25
+ One use is to bundle all the files in a software project in one view.
26
+
27
+
28
+ == Tabs
29
+
30
+ There are tabs to enter notes and links and edit configurations
31
+
32
+ View/Edit Note - to create a note or edit and existing note
33
+
34
+ View/Edit Links - to edit links
35
+
36
+ Note Utilities - to rename or delete notes
37
+
38
+ Edit Configuration - to change the configuration of rwdhypernote
39
+
40
+
41
+ == Using over a Network
42
+
43
+ To serve the application over your local LAN,change the last line in the
44
+ init.rb file to something like:
45
+ RwdTinker.file(RWDFile).serve(8080, "-r" ? ".rwduids" : nil)
46
+ Then you should be able to login at: http://yourhostname:8080
47
+
48
+ You have to authorize yourself. The .rwuids example is a string with
49
+ the name of the authorization file, relative to the home directory
50
+ of the user that started the service. This file has to be in the form of:
51
+
52
+ user1 = password
53
+ user2 = pass phrase
54
+
55
+ Thus the file .rwduids might contain:
56
+
57
+ erik = secret
58
+
59
+ == Requirements:
60
+ RubyWebDialogs - I am using 0.0.12
61
+ Ruby I am using version 1.8.2
62
+
63
+
64
+ I have tested this under Linux-Debian kernel 2.6.9
65
+
66
+ ==Making Applets
67
+
68
+ What is required in a applet for the rwdtinker framework
69
+
70
+ 1. config file
71
+ 2. code files - under in a unique directory under code
72
+ 3. gui files - begin with window name in unique directory(s) under gui/tinkerbackwindow
73
+ 4. install file ending with .inf under install directory - code directories are listed in here for live startup
74
+ 5. uninstall program file in code directory - to uninstall the global variables
75
+ 6. the install file, config file and uninstall method have the same name
76
+
77
+ Then zip it up and it should be ready to go.
78
+
79
+ == PROBLEMS:
80
+
81
+ Closing the browser doesn't terminate the application. You have to use the application's close-button And terminating the application doesn't terminate the application when running in network mode. You just log out.
82
+
83
+ Don't use the back-button of the browser! Strange and unpredictable things may and will happen!
84
+
85
+
86
+ == contacts
87
+ For more information see:
88
+ http://rwdapplications.rubyforge.org/wiki/wiki.pl
89
+
90
+
91
+ For more information about RubyWebDialogs see:
92
+ http://www.erikveen.dds.nl/rubywebdialogs/index.html
93
+
94
+
95
+ Steven Gibson
96
+ steven@superant.com
97
+
98
+ == Changelog
99
+ version 0.06
100
+ fixed local url launch
101
+ removed words back window
102
+
103
+ version 0.05
104
+ added http url launch
105
+
106
+ version 0.04
107
+ fix config file to work properly with rconftool
108
+ added next and prev to note view
109
+ more error handling in loading fold files
110
+ browser opening of all mime type documents
111
+
112
+ version 0.03
113
+ remove sort from display of fold links (we want the default order!)
114
+ widen text boxes that display path and name of note file
115
+ remove old bad buttons from bottom of note view tab
116
+ add save button to bottom of note view tab
117
+ add dictionary search
118
+ thesaurus search - using openoffice
119
+ internet AI interface
120
+
121
+ version 0.02
122
+ add configuration file editing
123
+ corrected handling of fold directory
124
+ added url launch for non text files
125
+
126
+ version 0.01
127
+ First Release
128
+ select file in a fold link file
129
+ create new text files
130
+ edit fold link files
131
+
@@ -97,8 +97,7 @@ There are two ways to add applets to the directories.
97
97
  The gui files go into your gui directory
98
98
  The gui files need to be in order by name and end with .rwd
99
99
 
100
-
101
-
100
+
102
101
  If you need a config file that goes in the configuration directory
103
102
 
104
103
  internationalization and localization are helped by replacing the
@@ -136,9 +135,11 @@ To exit, press the x inside the browser window.
136
135
 
137
136
  == Languages
138
137
 
139
-
140
138
  You can add tranlations in the lang subdirectory
141
- You change the $lang constant in Tinker config file in the configuration directory
139
+ You change the $langarray constant in Tinker config file in the configuration directory
140
+
141
+ to change language => in the tinkerwin2variables.cnf file the [0] setting of $langarray will be the language choosen.
142
+
142
143
  You can see one translation on the install applet tab, after you have installed and applet
143
144
 
144
145
  == Using over a Network
@@ -168,14 +169,15 @@ Ruby I am using version 1.8.2
168
169
 
169
170
  I have tested this under Linux-Debian kernel 2.6.9
170
171
 
171
- = Operation:
172
+ == Operation:
173
+
172
174
  The code files reside in the code directory and are combined before
173
175
  the main Class is loaded
174
176
 
175
177
  The rwd files in gui are combined before the gui is activated
176
178
 
177
179
  Translated text reside in the lang directory
178
-
180
+
179
181
  == Installing:
180
182
 
181
183
  untar the file
@@ -226,6 +228,18 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
226
228
  Thanks, Steven Gibson
227
229
 
228
230
  == Changelog
231
+ version 1.82
232
+ switch to po files for translation files
233
+ add beginning of Hindi po file
234
+ added more Japanese strings
235
+ changed handling of lang change = in the tinkerwin2variables.cnf file the [0] setting of $langarray will be the language choosen.
236
+
237
+ version 1.81
238
+ condensed config files from 4 -> 2
239
+ fixed document launch bug
240
+ add $KCODE = 'u'
241
+ move help files to rwd_files directory
242
+
229
243
  version 1.80
230
244
  changed pda handling in rwd.rb
231
245
  added logging
@@ -0,0 +1,81 @@
1
+ # Help files for RwdTinker core
2
+
3
+
4
+ Helptext.update( :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the<br>
5
+ init.rb file to something like:\n<br>
6
+ RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n<br>
7
+ Then you should be able to login at: http://yourhostname:8080")
8
+
9
+
10
+ Helptext.update( :documents_rwdtinker => "<b>Documents:
11
+ <p>
12
+
13
+ when you click on a document name, the document should pop up in a <br>
14
+ browser window, or in another browser tab.</b>
15
+ ")
16
+
17
+ Helptext.update( :tinkerwin2_help => " You can view the list of applets you can install
18
+ by clicking on the list files button
19
+ <br><br>
20
+ You can download an applet created by someone else
21
+ <br><br>
22
+ put the file in the zips directory
23
+ <br>
24
+ rwdtinker applets packaged as RubyGems can be used if you have RubyGems installed.
25
+ You can download rwdtinker gems at the 'Install Remote Applets' tab
26
+ to install applets you need the ruby zlib library installed
27
+ ")
28
+
29
+ Helptext.update(
30
+ :applet_viewing => "You can get a list of all installed applets by clicking the 'listfiles button'<br>
31
+ To see the text of a install file<br>
32
+ Type in the name of the file you want.<br>
33
+ <p>
34
+ type it without the inf ending
35
+ rwdapplet-0.1<br>
36
+ <p>
37
+ Then click the 'View Installed File' button
38
+ <p>
39
+ If it finds the file it will open it. It displays the text the search box.
40
+ <p>
41
+ You can uninstall applets on this screen")
42
+
43
+ Helptext.update(
44
+ :applet_installation => " You can download an applet created by someone else<br>
45
+ put the file in the zips directory<br>
46
+
47
+ click on the 'list zips' tab<br>
48
+ click on 'list applets available for installing<br>
49
+ <br>
50
+ chose the applet you want<br>
51
+ click on 'install applet'<br>
52
+ If all goes well the applet should be installed.<br>
53
+ You will need to restart rwdtinker to see the new screens<br>
54
+ to install applets you need the ruby zlib library installed")
55
+
56
+ Helptext.update(
57
+ :applet_tinkerbackeditconfiguration => " You can edit the configuration
58
+ <p>
59
+ Remember to reload the configuration variables if you want your
60
+ changes used.")
61
+
62
+ Helptext.update(
63
+ :remotegemapplet_install => " To download and install use the 'Install Remote Applets'
64
+ <br>
65
+ First click on 'List applets in the Remote GEM Repository available for downloading'<br>
66
+ then go to the very bottom to click on the applet you want<br>
67
+ then on the top click 'install remote Gem applet package'
68
+ <br>
69
+ This installs the package in the Gem system<br>
70
+ You still need to install it into rwdtinker - do that in the 'List Zips' tab<br>
71
+ <br>
72
+ For this feature to work, you need<br>
73
+ RubyGems installed<br>
74
+ Variables set correctly in the tinerwin2.cnf file<br>
75
+ $xpcommand, $gemdirectory_withgemfiles and $geminstalled_directory<br>
76
+ the defaults as shipped will normally be for a Debian Linux system <br>
77
+ On Debian Linux, you would usually need to be running rwdtinker as root in order to install RubyGems
78
+ <br><br>
79
+ You can view the list of rwdtinker applets you have installed already by clicking 'view already installed GEM applets'
80
+ "
81
+ )
@@ -0,0 +1,9 @@
1
+ rwd_files/default.fld
2
+ rwd_files/rdoc-style.css
3
+ rwd_files/Readme.txt
4
+ rwd_files/rwdapplications.html
5
+ rwd_files/BuildingPrograms001.fld
6
+ rwd_files/HowTo_TinkerWin2.txt
7
+ rwd_files/RubyWebDialogs.html
8
+ rwd_files/HowTo_Tinker.txt
9
+ rwd_files/HowTo_FoldEditor.txt
@@ -0,0 +1,6 @@
1
+ http://rubyforge.org/
2
+ http://rubyforge.org/projects/rwdapplications/
3
+ http://rubycorner.com/
4
+ http://www.rubyinside.com/
5
+ http://www.ruby-lang.org/en/community/weblogs/
6
+ http://statecollegeruby.org/forums/2/topics/4
@@ -0,0 +1,42 @@
1
+ #help file for rwdfoldeditor
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
+
19
+ Helptext.update(
20
+ :foldlinkview_help => "You can create or edit notes<p>
21
+ 'Open Detail' to view the selected note you already have.<p>
22
+ 'Save changes' to save your edits
23
+ <p>
24
+ 'Create New Note' to start a new note<p>
25
+ Before you come to this tab, you need to visit the Foldeditor FileView to select
26
+ the note from the list in a fold file.
27
+ ")
28
+
29
+ Helptext.update(
30
+ :foldlinkutility_help => "You can choose the link file to work on
31
+ <p>
32
+ You can edit links for note pages
33
+ <p>
34
+ You can open the link file if you have one already
35
+ <p>
36
+ You can see the list of link files by clicking 'List Local Link Files'
37
+ You can open one of those file
38
+ <p>
39
+ If you do not have a link file, you can create one with 'create link file' button
40
+
41
+ "
42
+ )