rwdhypernote 0.12 → 0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. data/Notes/hypernote/hypernote01.html +1 -0
  2. data/Notes/hypernote/hypernote02.txt +1 -0
  3. data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.htm +14 -0
  4. data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk +1 -0
  5. data/Notes/rwdtinker/newnote.txt +1 -0
  6. data/Notes/rwdtinker/rwdtinker.html +9 -0
  7. data/code/01rwdcore/01rwdcore.rb +2 -2
  8. data/code/superant.com.hypernote/0uninstallapplet.rb +1 -1
  9. data/code/superant.com.hypernote/clearhttpview3.rb +9 -0
  10. data/code/superant.com.hypernote/clearnoteviewhtml.rb +6 -0
  11. data/code/superant.com.hypernote/listdirectories.rb +5 -2
  12. data/code/superant.com.hypernote/listdirectories3.rb +32 -0
  13. data/code/superant.com.hypernote/listhypernotes.rb +2 -1
  14. data/code/superant.com.hypernote/listnotedirhttp4.rb +55 -0
  15. data/code/superant.com.hypernote/listnotedirshtml.rb +3 -2
  16. data/code/superant.com.hypernote/listnotedirshtml2.rb +1 -1
  17. data/code/superant.com.hypernote/listnotedirshtml3.rb +70 -0
  18. data/code/superant.com.hypernote/loadhtmlnoterecord3.rb +24 -0
  19. data/code/superant.com.hypernote/loadnoterecord.rb +1 -1
  20. data/code/superant.com.hypernote/rwdhypernoteresetdir.rb +1 -1
  21. data/code/superant.com.hypernote/saveconfigurationrecord.rb +1 -1
  22. data/configuration/{rwdwhypernote-0.12.dist → rwdwhypernote-0.13.dist} +2 -2
  23. data/ev/rwd.rb +7 -4
  24. data/gui/tinkerbackwindows/superant.com.hypernote/10aviewnote.rwd +45 -0
  25. data/gui/tinkerbackwindows/superant.com.hypernote/10htmlnote.rwd +11 -4
  26. data/gui/tinkerbackwindows/superant.com.hypernote/15htmlview.rwd +45 -0
  27. data/gui/tinkerbackwindows/superant.com.hypernote/{15editnote.rwd → 21editnote.rwd} +1 -1
  28. data/gui/tinkerbackwindows/superant.com.hypernote/25html2note.rwd +2 -2
  29. data/installed/{rwdwhypernote-0.12.inf → rwdwhypernote-0.13.inf} +2 -2
  30. data/rwd_files/HowTo_HyperNote.txt +9 -0
  31. data/tests/makedist-rwdwhypernote.rb +1 -1
  32. data/tests/makedist.rb +5 -5
  33. data/zips/rwdwhypernote-0.13.zip +0 -0
  34. metadata +20 -6
  35. data/zips/rwdwhypernote-0.12.zip +0 -0
@@ -0,0 +1 @@
1
+ This is information about <b> hypernote</b>
@@ -0,0 +1 @@
1
+ More information about hypernote
@@ -0,0 +1,14 @@
1
+ <b>rwdtinker</b> programs are free and can be downloaded from the rubyforge; go to <a href="http://www.rubyforge.org">http://www.rubyforge.org</a></href> and search for rwd.
2
+ <p>
3
+ using rwdtinker consists of several options (not all have to be done for all projects):
4
+ <p>
5
+ <list>
6
+ <item> * producing gui screens as rwd file in the gui directory
7
+ <item> * producing program logic in rb files in the code directory
8
+ <item> * producing configuration login in the configuration directory
9
+ <item> * providing data if needed for your program
10
+ <item> * producing HTML or text for the documentation tab in the rwd_files directory
11
+ </list>
12
+ This is a quick get started guide and should help you:
13
+ <p>
14
+ end.
@@ -0,0 +1 @@
1
+ Notes/changes.txt
@@ -0,0 +1 @@
1
+ This is a new note.
@@ -0,0 +1,9 @@
1
+ The source code and the gui code are split into atomic parts and use init.rb to merge the parts together.
2
+ <p>
3
+ 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.
4
+ <p>
5
+ 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
6
+ <p>
7
+ This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
8
+ <p>
9
+ 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)
@@ -4,8 +4,8 @@
4
4
  # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications
5
5
  # This class is the top class for the RwdTinker application
6
6
 
7
- $DEBUG=false
8
- $VERBOSE=false
7
+ $DEBUG=true
8
+ $VERBOSE=true
9
9
 
10
10
  class RwdTinker < RWDialog
11
11
 
@@ -1,5 +1,5 @@
1
1
 
2
- def rwdwhypernote_0_12()
2
+ def rwdwhypernote_0_13()
3
3
  $tinkerdocumentsarray.delete_if {|x| x == "HowTo_HyperNote.txt"}
4
4
  $tinkerhelpaboutarray.delete_if {|x| x == "RwdHypernote"}
5
5
  Helptext.delete_if {|key, value| key == :rwdhypernote_generalhelp}
@@ -0,0 +1,9 @@
1
+ # this method clears the on screen variables
2
+ def clearhttpview3
3
+
4
+
5
+ @a_viewhypernotehtml3 = ""
6
+
7
+ @a_notedatahtml3 = ""
8
+
9
+ end
@@ -0,0 +1,6 @@
1
+ # this method views an existing address record
2
+ def clearnoteviewhtml
3
+
4
+ @a_notedata = " "
5
+
6
+ end
@@ -5,9 +5,11 @@ def rwdhypernotedirectories
5
5
  else
6
6
  temp_dir = $temp_rwdhypernote_directory
7
7
  end
8
+ @hypernotetxt_directory = temp_dir
9
+
8
10
  if FileTest.directory?(temp_dir)
9
11
 
10
- fileList = Dir.new(temp_dir).entries.sort.reverse.delete_if { |x| (x =~ /lnk$|txt$/) }
12
+ fileList = Dir.new(temp_dir).entries.sort.reverse.delete_if { |x| (x =~ /lnk$|nam$|htm$|html$|db$|jpg$|png$|exe$|sch$|rwd$|txt$/) }
11
13
  @noterecordsresult = ""
12
14
  @noterecordsresulth = ""
13
15
 
@@ -25,5 +27,6 @@ def fillrwdhypernotedirs(inffile)
25
27
  end
26
28
 
27
29
  $temp_rwdhypernote_directory = File.join(temp_topdirectory ,applet)
28
-
30
+ @hypernotetxt_directory = temp_topdirectory
31
+
29
32
  end
@@ -0,0 +1,32 @@
1
+ # this code is to list the hypernote directories
2
+ def rwdhypernotedirectories3
3
+ if $temp_rwdhypernote_directory.to_s.empty?
4
+ temp_dir = $rwdhypernote_directory
5
+ else
6
+ temp_dir = $temp_rwdhypernote_directory
7
+ end
8
+ @hypernotetxt_directory = temp_dir
9
+
10
+ if FileTest.directory?(temp_dir)
11
+
12
+ fileList = Dir.new(temp_dir).entries.sort.reverse.delete_if { |x| (x =~ /lnk$|nam$|htm$|html$|db$|jpg$|png$|exe$|sch$|pdf|chm|gif|rwd$|txt$/) }
13
+ @noterecordsresult = ""
14
+ @noterecordsresulth = ""
15
+
16
+ @notedirectoriesresult = fileList.rwd_method("fillrwdhypernotedirs")
17
+ end
18
+ end
19
+
20
+ def fillrwdhypernotedirs(inffile)
21
+ applet = inffile
22
+
23
+ if $temp_rwdhypernote_directory.to_s.empty?
24
+ temp_topdirectory = $rwdhypernote_directory
25
+ else
26
+ temp_topdirectory = $temp_rwdhypernote_directory
27
+ end
28
+
29
+ $temp_rwdhypernote_directory = File.join(temp_topdirectory ,applet)
30
+ @hypernotetxt_directory = temp_topdirectory
31
+
32
+ end
@@ -17,7 +17,7 @@ end
17
17
  #adjust the filters to the files you want to see...
18
18
  if(!test(?d,x))
19
19
  # only txt files
20
- if x =~ /htm|txt|html/
20
+ if x =~ /htm|txt|nam|sch|rwd|html/
21
21
  # puts "#{x}" #opens the file thats in fileName as read only
22
22
  $notesarray = $notesarray | ["#{x}"]
23
23
  end
@@ -32,6 +32,7 @@ if $temp_rwdhypernote_directory.to_s.empty?
32
32
  else
33
33
  startlangdir = $temp_rwdhypernote_directory
34
34
  end
35
+ @hypernotetxt_directory = startlangdir
35
36
 
36
37
  $notesarray = [""]
37
38
 
@@ -0,0 +1,55 @@
1
+ # this code is to list the notes
2
+
3
+
4
+ def findnotefilesh(d)
5
+
6
+ a = Array.new(Dir[d].entries.sort)
7
+
8
+ #loop through and get the files names
9
+ a.each do |x|
10
+ #adjust the filters to the files you want to see...
11
+ if(!test(?d,x))
12
+ # only txt files
13
+ if x =~ /htm|html|rwd|nam|pdf|jpg|gif|avi|sch|txt/
14
+ if $DEBUG
15
+ # puts "#{x}" # looks at the files
16
+ end
17
+ $notesarray = $notesarray | ["#{x}"]
18
+ end
19
+ end
20
+ end
21
+ end
22
+
23
+ def listnotedirshttp3
24
+
25
+ if $temp_rwdhypernote_directory.to_s.empty?
26
+ startlangdir = $rwdhypernote_directory
27
+ else
28
+ startlangdir = $temp_rwdhypernote_directory
29
+ end
30
+ @hypernote_directory = startlangdir
31
+
32
+ $notesarray = [""]
33
+
34
+ #get a list of the files and subdirectories on the starting directory only
35
+ anotearray = Array.new(Dir[startlangdir].entries.sort)
36
+
37
+ #loop through the list, ignore the files and add all new directories found
38
+
39
+ anotearray.each do |x|
40
+ #if it is a file...
41
+ if(!test(?d,x))
42
+ anotearray.delete(x)
43
+ else #it is a directory...
44
+ findnotefilesh(x + "/**")
45
+ end
46
+ end
47
+ @notedirectoriesresult = ""
48
+ a_notedatahtml3 = ""
49
+ $notesarray.delete_if { |x| x < " " }
50
+ $notesarray.each { |xarr| a_notedatahtml3 += "<a href='#{xarr}'>#{xarr}</a></href><br>"}
51
+ @a_notedatahtml3 = "#{a_notedatahtml3}"
52
+
53
+
54
+ end
55
+
@@ -17,13 +17,13 @@ end
17
17
  #adjust the filters to the files you want to see...
18
18
  if(!test(?d,x))
19
19
  # only txt files
20
- if x =~ /htm|html|txt/
20
+ if x =~ /htm|html|rwd|nam|sch|txt/
21
21
  # puts "#{x}" #opens the file thats in fileName as read only
22
22
  $notesarray = $notesarray | ["#{x}"]
23
23
  end
24
24
  end
25
25
  end
26
- end
26
+ end
27
27
 
28
28
  def listnotedirshtml
29
29
 
@@ -32,6 +32,7 @@ if $temp_rwdhypernote_directory.to_s.empty?
32
32
  else
33
33
  startlangdir = $temp_rwdhypernote_directory
34
34
  end
35
+ @hypernote_directory = startlangdir
35
36
 
36
37
  $notesarray = [""]
37
38
 
@@ -17,7 +17,7 @@ end
17
17
  #adjust the filters to the files you want to see...
18
18
  if(!test(?d,x))
19
19
  # only txt files
20
- if x =~ /htm|html|txt/
20
+ if x =~ /htm|html|nam|rwd|sch|txt/
21
21
  # puts "#{x}" #opens the file thats in fileName as read only
22
22
  $notesarray = $notesarray | ["#{x}"]
23
23
  end
@@ -0,0 +1,70 @@
1
+ # this code is to list the notes
2
+
3
+
4
+
5
+ def fillhypernotenameh3(inffile)
6
+ applet = inffile
7
+ @a_viewhypernotehtml3 = applet
8
+
9
+ end
10
+
11
+ def findnotefilesh(d)
12
+
13
+ a = Array.new(Dir[d].entries.sort)
14
+
15
+ #loop through and get the files names
16
+ a.each do |x|
17
+ #adjust the filters to the files you want to see...
18
+ if(!test(?d,x))
19
+ # only txt files
20
+ if x =~ /htm|html|pdf|pdb|gif|jpg|png|ps|chm|rwd|nam|sch|txt/
21
+ # puts "#{x}" #opens the file thats in fileName as read only
22
+ $notesarray = $notesarray | ["#{x}"]
23
+ end
24
+ end
25
+ end
26
+ end
27
+
28
+ def listnotedirshtml
29
+
30
+ if $temp_rwdhypernote_directory.to_s.empty?
31
+ startlangdir = $rwdhypernote_directory
32
+ else
33
+ startlangdir = $temp_rwdhypernote_directory
34
+ end
35
+ @hypernote_directory = startlangdir
36
+
37
+ $notesarray = [""]
38
+
39
+ #get a list of the files and subdirectories on the starting directory only
40
+ anotearray = Array.new(Dir[startlangdir].entries.sort)
41
+
42
+ #loop through the list, ignore the files and add all new directories found
43
+ anotearray.each do |x|
44
+ #if a directory...
45
+
46
+ if(test(?d,x))
47
+ # add to the original list of directories
48
+ @@tmproot = x + "/**"
49
+ #adds the new ones to the array
50
+
51
+ bnotearray = Dir[@@tmproot].entries.sort
52
+ bnotearray.each do |x|
53
+ if(test(?d,x))
54
+ anotearray.push(x) #appends to the end of the array...
55
+ end
56
+ end
57
+ end
58
+ end
59
+ anotearray.each do |x|
60
+ #if it is a file...
61
+
62
+ if(!test(?d,x))
63
+ anotearray.delete(x)
64
+ else #it is a directory...
65
+ findnotefilesh(x + "/**")
66
+ end
67
+ end
68
+ @notedirectoriesresult = ""
69
+ @noterecordsresulth = $notesarray.entries.sort.rwd_method("fillhypernotenameh")
70
+ end
@@ -0,0 +1,24 @@
1
+ # this method views an existing address record
2
+ def loadhtmlnoterecord3
3
+
4
+ require 'fileutils'
5
+
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = @a_viewhypernotehtml3
11
+
12
+ fd = File.open(fileName,"r")
13
+ @a_notedatahtml3 = fd.read
14
+
15
+
16
+
17
+
18
+
19
+ fd.close
20
+ rescue SystemCallError, StandardError
21
+ $stderr.print "system call error: " + $!
22
+ end # exception rescue
23
+
24
+ end
@@ -1,4 +1,4 @@
1
- # this method views an existing address record
1
+ # this method views an existing record
2
2
  def loadnoterecord
3
3
 
4
4
  require 'fileutils'
@@ -3,5 +3,5 @@
3
3
 
4
4
 
5
5
  $temp_rwdhypernote_directory = $rwdhypernote_directory
6
-
6
+ @hypernotetxt_directory = $temp_rwdhypernote_directory
7
7
  end
@@ -3,7 +3,7 @@
3
3
  require 'fileutils'
4
4
 
5
5
 
6
- newname = "rwdwhypernote" + RwdHyperNoteVersion + ".cnf" # grab the filename to create
6
+ newname = "rwdwhypernote-" + RwdHyperNoteVersion + ".cnf" # grab the filename to create
7
7
  newdata = @a_hypconfigurationfile
8
8
 
9
9
 
@@ -1,4 +1,4 @@
1
- ##VERSION:0.12
1
+ ##VERSION:0.13
2
2
  ##NAME:$rwdhypernote_directory:0
3
3
  $rwdhypernote_directory = "Notes"
4
4
  ##NAME:$notesarray:0
@@ -16,5 +16,5 @@ $tinkerdocumentsarray += ["HowTo_HyperNote.txt"]
16
16
  JumpLink.update(:RwdHypernoteTXT=>"runrwdhypernotetxtwindow", :RwdHypernote=>"runrwdhypernotemain")
17
17
  $rwdjumplink +=["RwdHypernote","RwdHypernoteTXT"]
18
18
  ##NAME:RwdHyperNoteVersion:0
19
- RwdHyperNoteVersion = "0.12"
19
+ RwdHyperNoteVersion = "0.13"
20
20
 
data/ev/rwd.rb CHANGED
@@ -285,7 +285,7 @@ class OpenTag
285
285
  template = $rwd_html_PDA_1 if pda
286
286
 
287
287
  res << (template(template, args))
288
- when "p" then res << "<p #{align}>"
288
+ when "p" then res << "<p #{align}>"
289
289
  when "pre" then res << "<pre #{align}>"
290
290
  when "big" then res << "<p #{align}><big>"
291
291
  when "small" then res << "<p #{align}><small>"
@@ -314,8 +314,9 @@ class OpenTag
314
314
  when "b" then res << "<b>"
315
315
  when "i" then res << "<i>"
316
316
  when "a"
317
- if @args.include?("href")
318
- res << "<a href='#{@args["href"]}' target='#{@args["target"] or "_blank"}'>"
317
+ if @args.include?("href")
318
+ res << "<a href='#{@args["href"]}' target='#{@args["target"] or "_blank"}'>"
319
+
319
320
  else
320
321
  res << "<a href='javascript:document.bodyform.rwd_action.value=\"#{@args["action"]}\";document.bodyform.submit();'>"
321
322
  end
@@ -555,7 +556,7 @@ class OpenTag
555
556
  puts "</#{@subtype}>"
556
557
  res << "&lt;/#{@subtype}&gt;"
557
558
  end
558
-
559
+
559
560
  before.pop
560
561
  after.pop
561
562
 
@@ -1021,6 +1022,8 @@ end
1021
1022
  @rwd_msg = "<html><body><pre>#{msg}</pre></body></html>"
1022
1023
  @rwd_msgtype = "text"
1023
1024
  end
1025
+
1026
+
1024
1027
 
1025
1028
  def progressbar(refresh, *progress)
1026
1029
  @rwd_progress_refresh = (refresh or 1)
@@ -0,0 +1,45 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomnoterecordfile\" caption=\"View/Edit Note\">
4
+
5
+ <table>
6
+ <row>View your note list and detail on this Tab (only click on text files)</row>
7
+ <row> <p> </row>
8
+ <row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewhypernote\"/> </row>
9
+
10
+ </table>
11
+ <horizontal>
12
+ <button caption=\"Open Detail\" action=\"loadnoterecord\"/>
13
+
14
+ <button caption=\"Create New Note\" action=\"rwdhypernotecreatenewnote\"/>
15
+ <button caption=\"Load New Title\" action=\"rwdhypernotereloadtab\"/>
16
+
17
+ <button caption=\"Save Changes\" action=\"savehypernoterecord\"/>
18
+
19
+
20
+ <button caption=\"Clear\" action=\"clearhypernotescreendisplay\"/>
21
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
22
+
23
+ </horizontal>
24
+ <textarea name=\"a_notedata\"/>
25
+
26
+
27
+ <horizontal>
28
+
29
+ <button caption=\"List Directories\" action=\"rwdhypernotedirectories\"/>
30
+ <button caption=\"Reset to top Directory\" action=\"rwdhypernoteresetdir\"/>
31
+
32
+ </horizontal>
33
+
34
+ <horizontal>
35
+ <button caption=\"List Notes\" action=\"listnotedirs\"/>
36
+ <button caption=\"Show Internal Links\" action=\"listlocalnotelinks\"/>
37
+
38
+
39
+ </horizontal>
40
+
41
+ <p>%%noterecordsresult%%</p>
42
+ <p>%%localnotelinksrecordsresult%%</p>
43
+ <p>%%notedirectoriesresult%%</p>
44
+
45
+ </tab>"
@@ -1,9 +1,9 @@
1
1
  $rwdguivar=
2
2
  "
3
- <tab name=\"superantcomhtmlnoterecordfile\" caption=\"HTML Note\">
3
+ <tab name=\"superantcomhtmlnoterecordfile\" caption=\"Text Notes\">
4
4
 
5
5
  <table>
6
- <row>View your event list and detail on this Tab</row>
6
+ <row>View your note list and detail on this Tab (only click on text files)</row>
7
7
  <row> <p> </row>
8
8
  <row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewhypernotehtml\"/> </row>
9
9
 
@@ -19,10 +19,17 @@ $rwdguivar=
19
19
  <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
20
20
 
21
21
  </horizontal>
22
-
22
+
23
+ <horizontal>
24
+
25
+ %%hypernotetxt_directory%%
26
+
27
+ </horizontal>
28
+
23
29
 
24
30
  <horizontal>
25
31
 
26
- <button caption=\"List HTML Notes\" action=\"listnotedirshtml\"/>
32
+ <button caption=\"List Note files\" action=\"listnotedirshtml\"/>
33
+ <button caption=\"Clear note list\" action=\"clearnoteviewhtml\"/>
27
34
 
28
35
 
29
36
 
@@ -0,0 +1,45 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomhtmlrecordfile\" caption=\"File View\">
4
+
5
+ <table>
6
+ <row>View your directory file list here (must be under rwd_files directory)</row>
7
+ <row> <p> </row>
8
+
9
+
10
+ </table>
11
+ <horizontal>
12
+
13
+ <button caption=\"List Directories\" action=\"rwdhypernotedirectories3\"/>
14
+ <button caption=\"Reset to top Directory\" action=\"rwdhypernoteresetdir\"/>
15
+
16
+
17
+
18
+
19
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
20
+
21
+ </horizontal>
22
+
23
+ <horizontal>
24
+
25
+ %%hypernotetxt_directory%%
26
+
27
+ </horizontal>
28
+
29
 
30
+ <horizontal>
31
+ <button caption=\"Display file list\" action=\"listnotedirshttp3\"/>
32
+
33
+ <button caption=\"Clear file list\" action=\"clearhttpview3\"/>
34
+
35
+
36
+
37
+
38
+ </horizontal>
39
+
40
+
41
+ <table>
42
+ <p>%%a_notedatahtml3%%</p>
43
+
44
+ <p>%%notedirectoriesresult%%</p>
45
+ </table>
46
+ </tab>"
@@ -3,7 +3,7 @@ $rwdguivar=
3
3
  <tab name=\"superantcomeditnoterecordfile\" caption=\"View/Edit HTML Note\">
4
4
 
5
5
  <table>
6
- <row>View your event list and detail on this Tab</row>
6
+ <row>View your text note list and detail on this Tab</row>
7
7
  <row> <p> </row>
8
8
  <row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewhypernotehtml\"/> </row>
9
9
 
@@ -1,9 +1,9 @@
1
1
  $rwdguivar=
2
2
  "
3
- <tab name=\"superantcomhtml2noterecordfile\" caption=\"2nd HTML Note\">
3
+ <tab name=\"superantcomhtml2noterecordfile\" caption=\"2nd Note tab\">
4
4
 
5
5
  <table>
6
- <row>View your event list and detail on this Tab</row>
6
+ <row>View your note list and detail on this Tab (only click on text files)</row>
7
7
  <row> <p> </row>
8
8
  <row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewhypernote2\"/> </row>
9
9
 
@@ -5,6 +5,6 @@ code/superant.com.hypernote
5
5
  tests/makedist-rwdwhypernote.rb
6
6
  tests/gemspec-rwdwhypernote
7
7
  rwd_files/HowTo_HyperNote.txt
8
- configuration/rwdwhypernote-0.12.cnf
9
- configuration/rwdwhypernote-0.12.dist
8
+ configuration/rwdwhypernote-0.13.cnf
9
+ configuration/rwdwhypernote-0.13.dist
10
10
 
@@ -81,6 +81,15 @@ Steven Gibson
81
81
  steven@superant.com
82
82
 
83
83
  == Changelog
84
+ Version 0.13
85
+ fix configuration file saving
86
+ add to directory structure user viewing
87
+ reduce directory lists
88
+ remove html files screens - they did not load properly
89
+ add open external documents
90
+ clean up button choices
91
+ clean up on screen descriptions
92
+
84
93
  Version 0.12
85
94
  moved hypernote windows to the back
86
95
  updated to rwdtinker 1.74
@@ -12,7 +12,7 @@ $rwdjumplink = [""]
12
12
  JumpLink = Hash.new("default")
13
13
  require 'fileutils'
14
14
  DistroName = "rwdwhypernote"
15
- DistroVersion=0.12
15
+ DistroVersion=0.13
16
16
  load "configuration/#{DistroName}-#{DistroVersion}.dist"
17
17
 
18
18
 
data/tests/makedist.rb CHANGED
@@ -14,7 +14,7 @@ require 'fileutils'
14
14
 
15
15
  DistroName = "rwdwhypernote"
16
16
 
17
- DistroVersion="0.12"
17
+ DistroVersion="0.13"
18
18
 
19
19
  DistroTitle="#{DistroName}-#{DistroVersion}.dist"
20
20
  load "configuration/#{DistroTitle}"
@@ -33,13 +33,13 @@ Dir.chdir("..")
33
33
 
34
34
 
35
35
  FileUtils.rm_rf("#{DistroTitle}.zip")
36
- zipcreatecmd = "zip -r #{DistroTitle}.zip #{DistroName}"
36
+ zipcreatecmd = "zip -r #{DistroTitle}.zip #{DistroTitle}"
37
37
  puts "#{zipcreatecmd}"
38
38
  `#{zipcreatecmd}`
39
- tarcreatecmd = "tar --gzip -cf #{DistroTitle}.tar.gz #{DistroName}"
39
+ tarcreatecmd = "tar --gzip -cf #{DistroTitle}.tar.gz #{DistroTitle}"
40
40
  puts "#{tarcreatecmd}"
41
41
  `#{tarcreatecmd}`
42
- tarcreatecmd2 = "tar --bzip2 -cf #{DistroTitle}.tar.bz2 #{DistroName}"
42
+ tarcreatecmd2 = "tar --bzip2 -cf #{DistroTitle}.tar.bz2 #{DistroTitle}"
43
43
  puts "#{tarcreatecmd2}"
44
44
  `#{tarcreatecmd2}`
45
45
 
@@ -54,7 +54,7 @@ fd.print("Gem::Specification.new do |s|\n")
54
54
  fd.print(" s.name = %q{#{DistroName}}\n")
55
55
  fd.print(" s.version = \"#{DistroVersion}\"\n")
56
56
  fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
57
- load "#{DistroName}/tests/gemspec"
57
+ load "#{DistroTitle}/tests/gemspec"
58
58
  fd.print($gemspecvar)
59
59
  fd.close
60
60
 
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.12"
4
+ version: "0.13"
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-03 00:00:00 -07:00
12
+ date: 2008-09-05 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -71,11 +71,15 @@ files:
71
71
  - code/dd0viewphoto/dd0viewphoto.rb
72
72
  - code/superant.com.hypernote/listnotedirshtml.rb
73
73
  - code/superant.com.hypernote/savehtmlhypernoterecord.rb
74
+ - code/superant.com.hypernote/listnotedirhttp4.rb
75
+ - code/superant.com.hypernote/listdirectories3.rb
74
76
  - code/superant.com.hypernote/loadhtmlnoterecord.rb
75
77
  - code/superant.com.hypernote/listnotedirshtml2.rb
78
+ - code/superant.com.hypernote/listnotedirshtml3.rb
76
79
  - code/superant.com.hypernote/openhelpwindowrwdhyernote.rb
77
80
  - code/superant.com.hypernote/runhypernote.rb
78
81
  - code/superant.com.hypernote/rwdhypernoteresetdir.rb
82
+ - code/superant.com.hypernote/clearnoteviewhtml.rb
79
83
  - code/superant.com.hypernote/changehypernotename.rb
80
84
  - code/superant.com.hypernote/savelinkrecord.rb
81
85
  - code/superant.com.hypernote/savehypernoterecord.rb
@@ -87,6 +91,7 @@ files:
87
91
  - code/superant.com.hypernote/listdirectories.rb
88
92
  - code/superant.com.hypernote/rwdtinkerversion.rb
89
93
  - code/superant.com.hypernote/loadhtmlnoterecord2.rb
94
+ - code/superant.com.hypernote/loadhtmlnoterecord3.rb
90
95
  - code/superant.com.hypernote/loadconfigurationrecord.rb
91
96
  - code/superant.com.hypernote/helptexthashrwdhypernote.rb
92
97
  - code/superant.com.hypernote/clearlinkscreendisplay.rb
@@ -102,13 +107,14 @@ files:
102
107
  - code/superant.com.hypernote/loadnoterecord.rb
103
108
  - code/superant.com.hypernote/createnewnote.rb
104
109
  - code/superant.com.hypernote/listhypernotes.rb
110
+ - code/superant.com.hypernote/clearhttpview3.rb
105
111
  - code/superant.com.hypernote/listhypernotelinks.rb
106
112
  - code/superant.com.hypernote/listlinknotes.rb
107
113
  - configuration/rwdtinker.dist
108
114
  - configuration/tinkerwin2variables.dist
109
115
  - configuration/language.dist
110
116
  - configuration/rwdapplicationidentity.dist
111
- - configuration/rwdwhypernote-0.12.dist
117
+ - configuration/rwdwhypernote-0.13.dist
112
118
  - extras/zip/stdrubyext.rb
113
119
  - extras/zip/ziprequire.rb
114
120
  - extras/zip/ioextras.rb
@@ -116,6 +122,12 @@ files:
116
122
  - extras/zip/zipfilesystem.rb
117
123
  - extras/zip/tempfile_bugfixed.rb
118
124
  - extras/rconftool.rb
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
119
131
  - Notes/changes.lnk
120
132
  - Notes/changes.txt
121
133
  - ev/browser.rb
@@ -161,12 +173,14 @@ files:
161
173
  - gui/tinkerbackwindows/superant.com.hypernotetxt/81jumplinkcommands.rwd
162
174
  - gui/tinkerbackwindows/superant.com.hypernote
163
175
  - gui/tinkerbackwindows/superant.com.hypernote/10htmlnote.rwd
176
+ - gui/tinkerbackwindows/superant.com.hypernote/15htmlview.rwd
164
177
  - gui/tinkerbackwindows/superant.com.hypernote/25html2note.rwd
165
178
  - gui/tinkerbackwindows/superant.com.hypernote/9end.rwd
166
179
  - gui/tinkerbackwindows/superant.com.hypernote/67viewconfiguration.rwd
180
+ - gui/tinkerbackwindows/superant.com.hypernote/21editnote.rwd
181
+ - gui/tinkerbackwindows/superant.com.hypernote/10aviewnote.rwd
167
182
  - gui/tinkerbackwindows/superant.com.hypernote/10appletbegin.rwd
168
183
  - gui/tinkerbackwindows/superant.com.hypernote/81jumplinkcommands.rwd
169
- - gui/tinkerbackwindows/superant.com.hypernote/15editnote.rwd
170
184
  - gui/helpaboutzend/superant.com.helpaboutend
171
185
  - gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpscreen2end.rwd
172
186
  - gui/helpaboutzend/superant.com.helpaboutend/zzzzhelpabout2.rwd
@@ -186,7 +200,7 @@ files:
186
200
  - gui/helpaboutinstalled/superant.com.tinkerhelpabout
187
201
  - gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd
188
202
  - installed/temp.rb
189
- - installed/rwdwhypernote-0.12.inf
203
+ - installed/rwdwhypernote-0.13.inf
190
204
  - installed/hypernotedata2.inf
191
205
  - rwd_files/tinker.png
192
206
  - rwd_files/favicon.ico
@@ -202,7 +216,7 @@ files:
202
216
  - zips/rwdwcalc-0.61.zip
203
217
  - zips/rwdwshell-1.04.zip
204
218
  - zips/wrubyslippers-1.06.zip
205
- - zips/rwdwhypernote-0.12.zip
219
+ - zips/rwdwhypernote-0.13.zip
206
220
  - tests/rdep.rb
207
221
  - tests/makedist-rwdwhypernote.rb
208
222
  - tests/cleancnf.sh
Binary file