rwdhypernote 0.15 → 0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. data/code/01rwdcore/01rwdcore.rb +5 -4
  2. data/code/01rwdcore/02helptexthashbegin.rb +13 -11
  3. data/code/01rwdcore/jumplinkcommand.rb +1 -0
  4. data/code/01rwdcore/openhelpwindow.rb +7 -0
  5. data/code/01rwdcore/runhelpabout.rb +6 -1
  6. data/code/01rwdcore/selectiontab.rb +2 -0
  7. data/code/01rwdcore/setuphelpaboutoptions.rb +2 -0
  8. data/code/01rwdcore/setuptinkerdocuments.rb +1 -0
  9. data/code/01rwdcore/uploadreturns.rb +3 -0
  10. data/code/dd0viewphoto/dd0viewphoto.rb +2 -0
  11. data/code/superant.com.dialogmap/changedir.rb +31 -0
  12. data/code/superant.com.dialogmap/clearhypernotescreendisplay.rb +14 -0
  13. data/code/superant.com.dialogmap/clearlinkscreendisplay.rb +13 -0
  14. data/code/superant.com.dialogmap/createnewnote.rb +28 -0
  15. data/code/superant.com.dialogmap/launchurlfile.rb +35 -0
  16. data/code/superant.com.dialogmap/listdirectories.rb +19 -0
  17. data/code/superant.com.dialogmap/listdirectories3.rb +25 -0
  18. data/code/superant.com.dialogmap/listnotedirshtml3.rb +54 -0
  19. data/code/superant.com.dialogmap/loadconfigurationrecord.rb +22 -0
  20. data/code/superant.com.dialogmap/loadconfigurationvariables.rb +14 -0
  21. data/code/superant.com.dialogmap/loadhtmlnoterecord.rb +24 -0
  22. data/code/superant.com.dialogmap/runhypernote.rb +10 -0
  23. data/code/superant.com.dialogmap/runwrdhypernotetxtwindow.rb +10 -0
  24. data/code/superant.com.dialogmap/rwdhypernoteresetdir.rb +7 -0
  25. data/code/superant.com.dialogmap/rwdtinkerversion.rb +10 -0
  26. data/code/superant.com.dialogmap/saveconfigurationrecord.rb +20 -0
  27. data/code/superant.com.dialogmap/savelinkrecord.rb +23 -0
  28. data/code/superant.com.dialogmap/viewdialogmaphtml3.rb +66 -0
  29. data/code/superant.com.dialogmap/xmlprettyprint.rb +65 -0
  30. data/code/superant.com.dialogmap/xmlprettyprint2.rb +74 -0
  31. data/code/superant.com.hypernote/0uninstallapplet.rb +10 -0
  32. data/code/superant.com.hypernote/helptexthashload.rb +21 -0
  33. data/code/superant.com.hypernote/openhelpwindowrwdhyernote.rb +29 -0
  34. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +0 -1
  35. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +2 -0
  36. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +2 -0
  37. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +3 -1
  38. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +2 -0
  39. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +3 -1
  40. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -0
  41. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +8 -5
  42. data/code/zz0applicationend/zz0end.rb +2 -1
  43. data/configuration/rwdtinker.dist +3 -3
  44. data/configuration/rwdwhypernote.dist +18 -8
  45. data/gui/tinkerbackwindows/superant.com.dialogmap/10appletbegin.rwd +4 -0
  46. data/gui/tinkerbackwindows/superant.com.dialogmap/12dialogview.rwd +65 -0
  47. data/gui/tinkerbackwindows/superant.com.dialogmap/15aviewxml.rwd +32 -0
  48. data/gui/tinkerbackwindows/superant.com.dialogmap/17aviewxml.rwd +28 -0
  49. data/gui/tinkerbackwindows/superant.com.dialogmap/21editnote.rwd +33 -0
  50. data/gui/tinkerbackwindows/{superant.com.hypernote → superant.com.dialogmap}/67viewconfiguration.rwd +1 -1
  51. data/gui/tinkerbackwindows/superant.com.dialogmap/81jumplinkcommands.rwd +17 -0
  52. data/gui/tinkerbackwindows/superant.com.dialogmap/9end.rwd +6 -0
  53. data/init.rb +7 -1
  54. data/installed/rwdwhypernote.inf +4 -1
  55. data/lang/en/rwdcore/en.po +16 -0
  56. data/lang/es/rwdcore/es.po +16 -13
  57. data/lang/fr/rwdcore/fr.po +4 -1
  58. data/lang/hi/rwdcore/hi.po +39 -36
  59. data/lang/ja/rwdcore/ja.po +3 -0
  60. data/lang/nl/rwdcore/nl.po +4 -1
  61. data/rwd_files/HowTo_HyperNote.txt +27 -0
  62. data/rwd_files/HowTo_Tinker.txt +4 -0
  63. data/rwd_files/Maps/Another Brain Jam.mm +116 -0
  64. data/rwd_files/Maps/HR.xml +2 -0
  65. data/rwd_files/Maps/TaoistBooks.mm +82 -0
  66. data/rwd_files/Tinkerhelptexthash.txt +3 -2
  67. data/rwd_files/log/rwdtinker.log +0 -628
  68. data/rwd_files/rwdapplications.html +23 -1
  69. data/{code/superant.com.hypernote/helptexthashrwdhypernote.rb → rwd_files/rwdhypernotehelpfiles.txt} +65 -22
  70. data/tests/makedist-rwdwhypernote.rb +1 -1
  71. data/tests/makedist.rb +1 -1
  72. data/zips/rwdwfoldeditor-0.06.zip +0 -0
  73. data/zips/rwdwhypernote-0.16.zip +0 -0
  74. data/zips/rwdwmpd-0.07.zip +0 -0
  75. metadata +47 -14
  76. data/zips/rwdwfoldeditor-0.05.zip +0 -0
  77. data/zips/rwdwhypernote-0.15.zip +0 -0
@@ -9,11 +9,33 @@ rwdapplications information
9
9
  rwdapplications information (rwdshell)
10
10
  </h1>
11
11
  <br>
12
+ <h2>
13
+ Overview of the Project
14
+ </h2>
15
+ <h3><b>
16
+ RwdTinker framework for RubyWebDialogs</b>
17
+ <p>
18
+ RwdTinker is a web brower interface to and system for developing programs
19
+ <p>
20
+ Usage
21
+ <p>
22
+ How to Use the Tinker framework Program (rwdtinker)
23
+ <p>
24
+ 1. stand alone application 2. framework for building applications 3. Open brower windows with html documents
25
+ <p>
26
+ The GUI interface used is RubyWebDialogs The source code and the gui code are split into atomic parts and use init.rb to merge the parts together.
27
+ <p>
28
+ With the framework, we are able to ship a "plugin" or "applet" that can be dropped into a directory and installed automatically. Also uninstalled. I am calling this framework Tinker, so the core program I call rwdtinker. My wife, Charlotte. suggested the name. It relates to the "Tinker Toys" that has blocks and dowls and shapes that can be assembled by children and take different shapes. Without the word toy, it reminds us if the older English meaning of "a person who repairs pots and household devices by soldering and hammering.
29
+ <p>
30
+ The delivered applet is setup in the required directory structure with code configueration gui including help files location of documentation rwd_files = where documention for the applet can go. installed = a inf file that lists the manifest of files
31
+ <p>
32
+ This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
33
+ <p>
34
+ The enduser who has the rwdtinker program drops the zip file into a directory called zips. I have parts of rwdtinker now (for Linux) that can install it automatically and remove it (based on the .inf file)
12
35
  <h2>
13
36
 
14
37
  Some additional programs in this series
15
38
  </h2>
16
- <h3>
17
39
  <br><blockquote>
18
40
  rwdaddresses a little address book
19
41
  <br><br>
@@ -1,4 +1,45 @@
1
+ # help file info for rwddialogmap applet
2
+
3
+ Helptext.update( :rwddialogmap_generalhelp => "
4
+ RwdDialogMap is a knowledge mapping interface
5
+ <p>
6
+ There are tabs to view notes and links and edit configurations
7
+ <p>
8
+ The core assumption, of this Dialog Map software, is that the information you are interested in is out there.<p>
9
+ It is on your computer hard disk and the internet.<p>
10
+ The role of the software is not to help you create the information, but to:
11
+ <p>
12
+ 1. find where it is<p>
13
+ 2. help you not lose it again<p>
14
+ 3. make notes that give summaries of what it is<p>
15
+ 4. make links from one chunk of information in one place with other chunks that can be related
16
+ .")
17
+
18
+ Helptext.update(
19
+ :rwddialogmap_configuration => " click on 'Edit Configuration'
20
+ You can view the configuration file
21
+
22
+ You can edit the configuration
1
23
 
24
+ Remember to reload the configuration variables if you want your
25
+ changes used. ",
26
+ :dialogmapedit_help =>"
27
+ Here you can edit text files or lnk files<p>
28
+ Open Detail<p>
29
+ create new new<p>
30
+ save changes<p>
31
+ clear<p>
32
+ ")
33
+ Helptext.update(
34
+ :dialogmapxml_help => "
35
+ Here you can view a Freemind file:<p>
36
+ for example:<p>
37
+ rwd_files/Maps/TaoistBooks.mm<p>
38
+ rwd_files/Maps/Another Brain Jam.mm<p>
39
+ rwd_files/Maps/HR.xml<p>
40
+ "
41
+ )
42
+
2
43
 
3
44
  Helptext.update( :rwdhypernote_generalhelp => "This program is a hierarchical notes editor
4
45
 
@@ -17,22 +58,22 @@
17
58
 
18
59
  'Edit Configuration' - to change the configuration of rwdhypernote
19
60
 
20
- .",
21
- :hypernoteedit_help => "You can create or edit notes
22
- click the bottom button 'list notes' to see a lists
23
- of the notes you already have.
24
- 'save changes' to save your edits
25
- 'clear' to clear the screen
26
- 'Create New Note' to start a new note
27
- After creating a new note, you must click 'Load New Title'
28
- to select it, or it will NOT be SAVED",
29
- :hypernoteutility_help => "You can change the file
30
- rename
31
- delete
32
- copy name
33
- ",
34
-
35
- :hypernotelinks_help => " You can edit links for note pages
61
+ ."
62
+ )
63
+ Helptext.update( :hypernoteedit_help => "You can create or edit notes
64
+ click the bottom button 'list notes' to see a lists
65
+ of the notes you already have.
66
+ 'save changes' to save your edits
67
+ 'clear' to clear the screen
68
+ 'Create New Note' to start a new note
69
+ After creating a new note, you must click 'Load New Title'
70
+ to select it, or it will NOT be SAVED",
71
+ :hypernoteutility_help => "You can change the file
72
+ rename
73
+ delete
74
+ copy name
75
+ ")
76
+ Helptext.update( :hypernotelinks_help => " You can edit links for note pages
36
77
 
37
78
  If you have selected a note on the 'View/Edit Note' tab
38
79
  the name should be in the Note Record box
@@ -44,16 +85,18 @@
44
85
 
45
86
  If you do not have a link file, you can create one with 'create link file' button
46
87
 
47
- ",
48
-
49
- :rwdhypernote_configuration => " click on 'Edit Configuration'
88
+ "
89
+ )
90
+ Helptext.update( :rwdhypernote_configuration => " click on 'Edit Configuration'
50
91
  You can view the configuration file
51
92
 
52
93
  You can edit the configuration
53
94
 
54
95
  Remember to reload the configuration variables if you want your
55
- changes used.",
56
- :rwdhypernote_sync => "Sync for multiple computers
96
+ changes used."
97
+ )
98
+
99
+ Helptext.update( :rwdhypernote_sync => "Sync for multiple computers
57
100
 
58
101
  If you are like me, you have more than one system
59
102
  I use rwdTinker at home on my Linux laptop
@@ -71,4 +114,4 @@
71
114
  you can download Notes from the ftp site to your local updates directory
72
115
 
73
116
  "
74
- )
117
+ )
@@ -12,7 +12,7 @@ $rwdjumplink = [""]
12
12
  JumpLink = Hash.new("default")
13
13
  require 'fileutils'
14
14
  DistroName = "rwdwhypernote"
15
- DistroVersion="0.15"
15
+ DistroVersion="0.16"
16
16
  load "configuration/#{DistroName}.dist"
17
17
 
18
18
 
@@ -15,7 +15,7 @@ require 'fileutils'
15
15
 
16
16
  DistroName = "rwdwhypernote"
17
17
 
18
- DistroVersion="0.15"
18
+ DistroVersion="0.16"
19
19
 
20
20
  DistroTitle="#{DistroName}.dist"
21
21
  load "configuration/#{DistroTitle}"
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.15"
4
+ version: "0.16"
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-09 00:00:00 -07:00
12
+ date: 2008-10-17 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -91,6 +91,26 @@ files:
91
91
  - code/01rwdcore/02helptexthashbegin.rb
92
92
  - code/01rwdcore/rundocuments.rb
93
93
  - code/dd0viewphoto/dd0viewphoto.rb
94
+ - code/superant.com.dialogmap/listdirectories3.rb
95
+ - code/superant.com.dialogmap/loadhtmlnoterecord.rb
96
+ - code/superant.com.dialogmap/listnotedirshtml3.rb
97
+ - code/superant.com.dialogmap/runhypernote.rb
98
+ - code/superant.com.dialogmap/viewdialogmaphtml3.rb
99
+ - code/superant.com.dialogmap/rwdhypernoteresetdir.rb
100
+ - code/superant.com.dialogmap/savelinkrecord.rb
101
+ - code/superant.com.dialogmap/saveconfigurationrecord.rb
102
+ - code/superant.com.dialogmap/launchurlfile.rb
103
+ - code/superant.com.dialogmap/runwrdhypernotetxtwindow.rb
104
+ - code/superant.com.dialogmap/listdirectories.rb
105
+ - code/superant.com.dialogmap/rwdtinkerversion.rb
106
+ - code/superant.com.dialogmap/loadconfigurationrecord.rb
107
+ - code/superant.com.dialogmap/clearlinkscreendisplay.rb
108
+ - code/superant.com.dialogmap/clearhypernotescreendisplay.rb
109
+ - code/superant.com.dialogmap/loadconfigurationvariables.rb
110
+ - code/superant.com.dialogmap/xmlprettyprint.rb
111
+ - code/superant.com.dialogmap/changedir.rb
112
+ - code/superant.com.dialogmap/createnewnote.rb
113
+ - code/superant.com.dialogmap/xmlprettyprint2.rb
94
114
  - code/superant.com.hypernote/listnotedirshtml.rb
95
115
  - code/superant.com.hypernote/savehtmlhypernoterecord.rb
96
116
  - code/superant.com.hypernote/listdirectories2.rb
@@ -101,6 +121,7 @@ files:
101
121
  - code/superant.com.hypernote/listnotedirshtml3.rb
102
122
  - code/superant.com.hypernote/openhelpwindowrwdhyernote.rb
103
123
  - code/superant.com.hypernote/runhypernote.rb
124
+ - code/superant.com.hypernote/helptexthashload.rb
104
125
  - code/superant.com.hypernote/rwdhypernoteresetdir.rb
105
126
  - code/superant.com.hypernote/clearnoteviewhtml.rb
106
127
  - code/superant.com.hypernote/changehypernotename.rb
@@ -116,7 +137,6 @@ files:
116
137
  - code/superant.com.hypernote/loadhtmlnoterecord2.rb
117
138
  - code/superant.com.hypernote/loadhtmlnoterecord3.rb
118
139
  - code/superant.com.hypernote/loadconfigurationrecord.rb
119
- - code/superant.com.hypernote/helptexthashrwdhypernote.rb
120
140
  - code/superant.com.hypernote/clearlinkscreendisplay.rb
121
141
  - code/superant.com.hypernote/createnewnotehtml.rb
122
142
  - code/superant.com.hypernote/clearhypernotescreendisplay.rb
@@ -136,6 +156,14 @@ files:
136
156
  - configuration/rwdtinker.dist
137
157
  - configuration/tinkerwin2variables.dist
138
158
  - configuration/rwdwhypernote.dist
159
+ - rwd_files/Notes/hypernote/hypernote02.html
160
+ - rwd_files/Notes/hypernote/hypernote02.txt
161
+ - rwd_files/Notes/rwdtinker/rwdtinker.html
162
+ - rwd_files/Notes/rwdtinker/newnote.txt
163
+ - rwd_files/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.htm
164
+ - rwd_files/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk
165
+ - rwd_files/Notes/changes.lnk
166
+ - rwd_files/Notes/changes.txt
139
167
  - lang/en/rwdcore/en.po
140
168
  - lang/es/rwdcore/es.po
141
169
  - lang/fr/rwdcore/fr.po
@@ -170,12 +198,20 @@ files:
170
198
  - gui/tinkerbackwindows/superant.com.hypernotetxt/67viewconfiguration.rwd
171
199
  - gui/tinkerbackwindows/superant.com.hypernotetxt/00appname.rwd
172
200
  - gui/tinkerbackwindows/superant.com.hypernotetxt/81jumplinkcommands.rwd
201
+ - gui/tinkerbackwindows/superant.com.dialogmap
202
+ - gui/tinkerbackwindows/superant.com.dialogmap/17aviewxml.rwd
203
+ - gui/tinkerbackwindows/superant.com.dialogmap/12dialogview.rwd
204
+ - gui/tinkerbackwindows/superant.com.dialogmap/9end.rwd
205
+ - gui/tinkerbackwindows/superant.com.dialogmap/67viewconfiguration.rwd
206
+ - gui/tinkerbackwindows/superant.com.dialogmap/21editnote.rwd
207
+ - gui/tinkerbackwindows/superant.com.dialogmap/15aviewxml.rwd
208
+ - gui/tinkerbackwindows/superant.com.dialogmap/10appletbegin.rwd
209
+ - gui/tinkerbackwindows/superant.com.dialogmap/81jumplinkcommands.rwd
173
210
  - gui/tinkerbackwindows/superant.com.hypernote
174
211
  - gui/tinkerbackwindows/superant.com.hypernote/10htmlnote.rwd
175
212
  - gui/tinkerbackwindows/superant.com.hypernote/15htmlview.rwd
176
213
  - gui/tinkerbackwindows/superant.com.hypernote/25html2note.rwd
177
214
  - gui/tinkerbackwindows/superant.com.hypernote/9end.rwd
178
- - gui/tinkerbackwindows/superant.com.hypernote/67viewconfiguration.rwd
179
215
  - gui/tinkerbackwindows/superant.com.hypernote/21editnote.rwd
180
216
  - gui/tinkerbackwindows/superant.com.hypernote/10aviewnote.rwd
181
217
  - gui/tinkerbackwindows/superant.com.hypernote/10appletbegin.rwd
@@ -197,15 +233,10 @@ files:
197
233
  - installed/hypernotedata2.inf
198
234
  - rwd_files/log/rwdtinker.log
199
235
  - rwd_files/tinker.png
236
+ - rwd_files/Maps/TaoistBooks.mm
237
+ - rwd_files/Maps/HR.xml
238
+ - rwd_files/Maps/Another Brain Jam.mm
200
239
  - 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
209
240
  - rwd_files/HowTo_HyperNote.txt
210
241
  - rwd_files/rdoc-style.css
211
242
  - rwd_files/Readme.txt
@@ -213,15 +244,17 @@ files:
213
244
  - rwd_files/Tinkerhelptexthash.txt
214
245
  - rwd_files/HowTo_TinkerWin2.txt
215
246
  - rwd_files/RubyWebDialogs.html
247
+ - rwd_files/rwdhypernotehelpfiles.txt
216
248
  - rwd_files/HowTo_Tinker.txt
217
249
  - zips/tinkerbellw-0.03.zip
218
250
  - zips/rwdwmovies-0.98.zip
219
251
  - zips/temp.rb
220
- - zips/rwdwfoldeditor-0.05.zip
252
+ - zips/rwdwfoldeditor-0.06.zip
221
253
  - zips/rwdwcalc-0.63.zip
222
254
  - zips/rwdwruby-1.08.zip
223
255
  - zips/wrubyslippers-1.08.zip
224
- - zips/rwdwhypernote-0.15.zip
256
+ - zips/rwdwhypernote-0.16.zip
257
+ - zips/rwdwmpd-0.07.zip
225
258
  - tests/rdep.rb
226
259
  - tests/makedist-rwdwhypernote.rb
227
260
  - tests/cleancnf.sh
Binary file
Binary file