rwdhypernote 0.08 → 0.09

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. data/Notes/changes.txt +1 -1
  2. data/Notes/hypernote/hypernote01.html +1 -0
  3. data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.htm +14 -0
  4. data/Notes/rwdtinker/{rwdtinker01.txt → rwdtinker.html} +4 -4
  5. data/Readme.txt +5 -0
  6. data/code/01rwdcore/01rwdcore.rb +0 -1
  7. data/code/01rwdcore/03helptexthash.rb +20 -20
  8. data/code/superant.com.hypernote/jumplinkupdate.rb +7 -0
  9. data/code/superant.com.hypernote/listhypernotes.rb +2 -2
  10. data/code/superant.com.hypernote/listnotedirshtml.rb +69 -0
  11. data/code/superant.com.hypernote/listnotedirshtml2.rb +69 -0
  12. data/code/superant.com.hypernote/loadhtmlnoterecord.rb +24 -0
  13. data/code/superant.com.hypernote/loadhtmlnoterecord2.rb +24 -0
  14. data/code/superant.com.hypernote/loadnoterecord.rb +1 -1
  15. data/code/superant.com.hypernote/loadnoterecordhtml.rb +27 -0
  16. data/code/superant.com.hypernote/loadnoterecordhtml2.rb +27 -0
  17. data/code/superant.com.hypernote/runwrdhypernotetxtwindow.rb +10 -0
  18. data/code/superant.com.hypernote/savehtmlhypernoterecord.rb +20 -0
  19. data/code/superant.com.hypernote/savehypernoterecord.rb +1 -1
  20. data/configuration/rwdapplicationidentity.dist +1 -1
  21. data/configuration/rwdhypernote.dist +2 -2
  22. data/gui/frontwindow0/superant.com.hypernote/10htmlnote.rwd +39 -0
  23. data/gui/frontwindow0/superant.com.hypernote/{10viewnote.rwd → 15editnote.rwd} +0 -0
  24. data/gui/frontwindow0/superant.com.hypernote/25html2note.rwd +35 -0
  25. data/gui/tinkerbackwindows/superant.com.hypernotetxt/00appname.rwd +5 -0
  26. data/gui/tinkerbackwindows/superant.com.hypernotetxt/10viewnote.rwd +45 -0
  27. data/gui/{frontwindow0/superant.com.hypernote → tinkerbackwindows/superant.com.hypernotetxt}/20editlinks.rwd +0 -0
  28. data/gui/{frontwindow0/superant.com.hypernote → tinkerbackwindows/superant.com.hypernotetxt}/30noteutilities.rwd +0 -0
  29. data/gui/tinkerbackwindows/superant.com.hypernotetxt/67viewconfiguration.rwd +29 -0
  30. data/gui/tinkerbackwindows/superant.com.hypernotetxt/81jumplinkcommands.rwd +17 -0
  31. data/gui/tinkerbackwindows/superant.com.hypernotetxt/9backend.rwd +6 -0
  32. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +1 -1
  33. data/rwd_files/HowTo_HyperNote.txt +5 -0
  34. data/rwd_files/HowTo_Tinker.txt +3 -0
  35. metadata +25 -13
  36. data/Notes/hypernote/hypernote01.txt +0 -1
  37. data/Notes/hypernote/testnote6.txt +0 -1
  38. data/Notes/rwdtinker/RwdtinkerProgrammingQuickStart.txt +0 -11
  39. data/Notes/rwdtinker/testnote4.txt +0 -1
  40. data/Notes/rwdtinker/testnote5.txt +0 -1
  41. data/Notes/rwdtinker/testnote8.txt +0 -1
  42. data/Notes/testnote7.txt +0 -1
data/Notes/changes.txt CHANGED
@@ -1 +1 @@
1
- # rwdhypernotes
1
+ #<b> rwdhypernotes<b>
@@ -0,0 +1 @@
1
+ This is information about <b> hypernote</b>
@@ -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.
@@ -1,9 +1,9 @@
1
1
  The source code and the gui code are split into atomic parts and use init.rb to merge the parts together.
2
-
2
+ <p>
3
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
-
4
+ <p>
5
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
-
6
+ <p>
7
7
  This package is zipped up and uploaded as a file like rwdashedule-0.2.zip
8
-
8
+ <p>
9
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)
data/Readme.txt CHANGED
@@ -81,6 +81,11 @@ Steven Gibson
81
81
  steven@superant.com
82
82
 
83
83
  == Changelog
84
+ Version 0.09
85
+ added html view tab
86
+ added 2nd html view tab
87
+ moved text view to back window
88
+
84
89
  Version 0.08
85
90
  ability for listings by directories
86
91
  setup Load New Title button
@@ -17,7 +17,6 @@ class RwdTinker < RWDialog
17
17
  showjumplinkoptions
18
18
  setuptinkerdocuments
19
19
  setuphelpaboutoptionspassive
20
-
21
20
  end
22
21
 
23
22
  def inspect
@@ -1,31 +1,31 @@
1
1
  # Help files for RwdTinker core
2
2
 
3
3
 
4
- :general_help => "You can work with Applets: go to 'Selection tab',
5
- On that back screen you will find:
6
- List Applets: you can see and delete installed applets
7
- List Zips: you can see lists of applets that you can install
8
- Edit Configuration: You can view the rwdtinker configuration and change it
9
- Diagnostic Tab: You can view the environments variables that rwdtinker is running with
4
+ :general_help => "You can work with Applets: go to 'Selection tab', <br>
5
+ On that back screen you will find:<br>
6
+ List Applets: you can see and delete installed applets<br>
7
+ List Zips: you can see lists of applets that you can install<br>
8
+ Edit Configuration: You can view the rwdtinker configuration and change it<br>
9
+ Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br>
10
10
  ",
11
- :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the
12
- init.rb file to something like:\n
13
- RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n
11
+ :network_help => "Using over a Network: To serve the application over your local LAN,change the last line in the<br>
12
+ init.rb file to something like:\n<br>
13
+ RwdTinker.file(RWDFile).serve(8080, '-r' ? '.rwduids' : nil)\n<br>
14
14
  Then you should be able to login at: http://yourhostname:8080",
15
15
 
16
16
 
17
- :documents_rwdtinker => "Documents:
17
+ :documents_rwdtinker => "<b>Documents:
18
+ <p>
18
19
 
19
-
20
- when you click on a document name, the document should pop up in a
21
- browser window, or in another browser tab.",
22
- :remote_control => "Remote control gives you a way to determine what applications are running on which ports
23
-
24
- The name of the application is set in the config file
25
- You need to click the show remote command choices first - this will show the port and query choices
26
- Then you can click in 'Run Command' to see if other applications are running.
27
-
20
+ when you click on a document name, the document should pop up in a <br>
21
+ browser window, or in another browser tab.</b>",
22
+ :remote_control => "<b>Remote control gives you a way to determine what applications are running on which ports
23
+ <p>
24
+ The name of the application is set in the config file<br>
25
+ You need to click the show remote command choices first - this will show the port and query choices<br>
26
+ Then you can click in 'Run Command' to see if other applications are running.<br>
27
+ <p>
28
28
  The remote ports daemon will not be running unless you start it.
29
-
29
+ </b>
30
30
  "
31
31
 
@@ -0,0 +1,7 @@
1
+ #jumplinkupdate
2
+
3
+ JumpLink.update(:RwdHypernoteTXT=>"runrwdhypernotetxtwindow",
4
+ :RwdHypernote=>"returntomain"
5
+
6
+ )
7
+ $rwdjumplink +=["RwdHypernote","RwdHypernoteTXT"]
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
  def fillhypernotename(inffile)
6
- applet = inffile.gsub(/\.txt$/, "")
6
+ applet = inffile
7
7
  @a_viewhypernote = applet
8
8
 
9
9
  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 =~ /rb|txt|txt/
20
+ if x =~ /htm|txt|html/
21
21
  # puts "#{x}" #opens the file thats in fileName as read only
22
22
  $notesarray = $notesarray | ["#{x}"]
23
23
  end
@@ -0,0 +1,69 @@
1
+ # this code is to list the notes
2
+
3
+
4
+
5
+ def fillhypernotenameh(inffile)
6
+ applet = inffile
7
+ @a_viewhypernotehtml = 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|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
+
36
+ $notesarray = [""]
37
+
38
+ #get a list of the files and subdirectories on the starting directory only
39
+ anotearray = Array.new(Dir[startlangdir].entries.sort)
40
+
41
+ #loop through the list, ignore the files and add all new directories found
42
+ anotearray.each do |x|
43
+ #if a directory...
44
+
45
+ if(test(?d,x))
46
+ # add to the original list of directories
47
+ @@tmproot = x + "/**"
48
+ #adds the new ones to the array
49
+
50
+ bnotearray = Dir[@@tmproot].entries.sort
51
+ bnotearray.each do |x|
52
+ if(test(?d,x))
53
+ anotearray.push(x) #appends to the end of the array...
54
+ end
55
+ end
56
+ end
57
+ end
58
+ anotearray.each do |x|
59
+ #if it is a file...
60
+
61
+ if(!test(?d,x))
62
+ anotearray.delete(x)
63
+ else #it is a directory...
64
+ findnotefilesh(x + "/**")
65
+ end
66
+ end
67
+ @notedirectoriesresult = ""
68
+ @noterecordsresulth = $notesarray.entries.sort.rwd_method("fillhypernotenameh")
69
+ end
@@ -0,0 +1,69 @@
1
+ # this code is to list the notes
2
+
3
+
4
+
5
+ def fillhypernotenameh2(inffile)
6
+ applet = inffile
7
+ @a_viewhypernote2 = applet
8
+
9
+ end
10
+
11
+ def findnotefilesh2(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|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 listnotedirshtml2
29
+
30
+ if $temp_rwdhypernote_directory.to_s.empty?
31
+ startlangdir = $rwdhypernote_directory
32
+ else
33
+ startlangdir = $temp_rwdhypernote_directory
34
+ end
35
+
36
+ $notesarray = [""]
37
+
38
+ #get a list of the files and subdirectories on the starting directory only
39
+ anotearray = Array.new(Dir[startlangdir].entries.sort)
40
+
41
+ #loop through the list, ignore the files and add all new directories found
42
+ anotearray.each do |x|
43
+ #if a directory...
44
+
45
+ if(test(?d,x))
46
+ # add to the original list of directories
47
+ @@tmproot = x + "/**"
48
+ #adds the new ones to the array
49
+
50
+ bnotearray = Dir[@@tmproot].entries.sort
51
+ bnotearray.each do |x|
52
+ if(test(?d,x))
53
+ anotearray.push(x) #appends to the end of the array...
54
+ end
55
+ end
56
+ end
57
+ end
58
+ anotearray.each do |x|
59
+ #if it is a file...
60
+
61
+ if(!test(?d,x))
62
+ anotearray.delete(x)
63
+ else #it is a directory...
64
+ findnotefilesh2(x + "/**")
65
+ end
66
+ end
67
+ @notedirectoriesresult2 = ""
68
+ @noterecordsresult2 = $notesarray.entries.sort.rwd_method("fillhypernotenameh2")
69
+ end
@@ -0,0 +1,24 @@
1
+ # this method views an existing address record
2
+ def loadhtmlnoterecord
3
+
4
+ require 'fileutils'
5
+ @a_eventfilename = $currenteventtext
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = @a_viewhypernotehtml
11
+
12
+ fd = File.open(fileName,"r")
13
+ @a_notedatahtml = 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
@@ -0,0 +1,24 @@
1
+ # this method views an existing address record
2
+ def loadhtmlnoterecord2
3
+
4
+ require 'fileutils'
5
+ @a_eventfilename = $currenteventtext
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = @a_viewhypernote2
11
+
12
+ fd = File.open(fileName,"r")
13
+ @a_notedata2 = 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
@@ -7,7 +7,7 @@
7
7
  begin # exception trapped block
8
8
 
9
9
 
10
- fileName = @a_viewhypernote + ".txt"
10
+ fileName = @a_viewhypernote
11
11
 
12
12
  fd = File.open(fileName,"r")
13
13
  @a_notedata = fd.read
@@ -0,0 +1,27 @@
1
+ # this method views an existing address record
2
+ def loadnoterecordhtml
3
+
4
+ require 'fileutils'
5
+ @a_eventfilename = $currenteventtext
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = @a_viewhypernote + ".html"
11
+ if !File.exit?(fileName)
12
+ fileName = @a_viewhypernote + ".htm"
13
+ end
14
+
15
+ fd = File.open(fileName,"r")
16
+ @a_notedata = fd.read
17
+
18
+
19
+
20
+
21
+
22
+ fd.close
23
+ rescue SystemCallError, StandardError
24
+ $stderr.print "system call error: " + $!
25
+ end # exception rescue
26
+
27
+ end
@@ -0,0 +1,27 @@
1
+ # this method views an existing address record
2
+ def loadnoterecordhtml
3
+
4
+ require 'fileutils'
5
+ @a_eventfilename = $currenteventtext
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = @a_viewhypernote + ".html"
11
+ if !File.exit?(fileName)
12
+ fileName = @a_viewhypernote + ".htm"
13
+ end
14
+
15
+ fd = File.open(fileName,"r")
16
+ @a_notedata = fd.read
17
+
18
+
19
+
20
+
21
+
22
+ fd.close
23
+ rescue SystemCallError, StandardError
24
+ $stderr.print "system call error: " + $!
25
+ end # exception rescue
26
+
27
+ end
@@ -0,0 +1,10 @@
1
+ # Application RwdAddresses 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 runrwdhypernotetxtwindow
7
+ @rwd_window = "rwdhypernotetxtwindow"
8
+ @rwd_tab = "superantcomeditnoterecordfile"
9
+ end
10
+
@@ -0,0 +1,20 @@
1
+ # this method adds a new record
2
+ def savehtmlhypernoterecord
3
+ require 'fileutils'
4
+ if ! @a_notedata.empty?
5
+ if ! @a_viewhypernote.empty?
6
+ fileName = @a_viewhypernote.to_s # grab the new filename to create
7
+
8
+
9
+ begin # exception trapped block
10
+
11
+ fd = File.open(fileName,"w")
12
+ fd.print( @a_notedata) # save the record info to the file
13
+ fd.close
14
+
15
+ rescue SystemCallError, StandardError
16
+ $stderr.print "system call error: " + $!
17
+ end # exception rescue
18
+ end
19
+ end
20
+ end
@@ -3,7 +3,7 @@
3
3
  require 'fileutils'
4
4
  if ! @a_notedata.empty?
5
5
  if ! @a_viewhypernote.empty?
6
- fileName = @a_viewhypernote.to_s + ".txt" # grab the new filename to create
6
+ fileName = @a_viewhypernote.to_s # grab the new filename to create
7
7
 
8
8
 
9
9
  begin # exception trapped block
@@ -1,3 +1,3 @@
1
1
  ##VERSION:1.66
2
- $rwdapplicationidentity = "rwdtinker main application"
2
+ $rwdapplicationidentity = "Rwdhypernote application"
3
3
 
@@ -1,4 +1,4 @@
1
- ##VERSION:0.08
1
+ ##VERSION:0.09
2
2
  ##NAME: $rwdhypernote_directory:0
3
3
  $rwdhypernote_directory = "Notes"
4
4
  $notesarray = ["Notes/changes.txt"]
@@ -11,5 +11,5 @@ $rwdhypernote_updatedirectory = "updates"
11
11
  $testharnessarray += ["rwdhypernote_all_tests"]
12
12
  $tinkerhelpaboutarray += ["RwdHypernote"]
13
13
  $tinkerdocumentsarray += ["HowTo_HyperNote.txt"]
14
- RwdHyperNoteVersion = "0.08"
14
+ RwdHyperNoteVersion = "0.09"
15
15
 
@@ -0,0 +1,39 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomhtmlnoterecordfile\" caption=\"HTML Note\">
4
+
5
+ <table>
6
+ <row>View your event list and detail on this Tab</row>
7
+ <row> <p> </row>
8
+ <row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewhypernotehtml\"/> </row>
9
+
10
+ </table>
11
+ <horizontal>
12
+ <button caption=\"Open Detail\" action=\"loadhtmlnoterecord\"/>
13
+ <button caption=\"List Directories\" action=\"rwdhypernotedirectories\"/>
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
+ <button caption=\"List HTML Notes\" action=\"listnotedirshtml\"/>
26
+
27
+
28
+
29
+
30
+ </horizontal>
31
+
32
+
33
+ <table>
34
+ %%a_notedatahtml%%
35
+ <p>%%noterecordsresulth%%</p>
36
+ <p>%%localnotelinksrecordsresult%%</p>
37
+ <p>%%notedirectoriesresult%%</p>
38
+ </table>
39
+ </tab>"
@@ -0,0 +1,35 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomhtml2noterecordfile\" caption=\"2nd HTML Note\">
4
+
5
+ <table>
6
+ <row>View your event list and detail on this Tab</row>
7
+ <row> <p> </row>
8
+ <row> <p align=\"right\">Note Record:</p> <text size=70 name=\"a_viewhypernote2\"/> </row>
9
+
10
+ </table>
11
+ <horizontal>
12
+ <button caption=\"Open Detail\" action=\"loadhtmlnoterecord2\"/>
13
+ <button caption=\"List Directories\" action=\"rwdhypernotedirectories\"/>
14
+ <button caption=\"Reset to top Directory\" action=\"rwdhypernoteresetdir\"/>
15
+
16
+
17
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
18
+
19
+ </horizontal>
20
+
21
+
22
+ <horizontal>
23
+ <button caption=\"List Notes\" action=\"listnotedirshtml2\"/>
24
+
25
+
26
+
27
+ </horizontal>
28
+ <table>
29
+ %%a_notedata2%%
30
+
31
+ <p>%%noterecordsresult2%%</p>
32
+ <p>%%localnotelinksrecordsresult%%</p>
33
+ <p>%%notedirectoriesresult2%%</p>
34
+
35
+ </tab>"
@@ -0,0 +1,5 @@
1
+ $rwdguivar=
2
+ "
3
+ <window name = \"rwdhypernotetxtwindow\" title=\"RwdHypernote TXT Window\">
4
+
5
+ <tabs>"
@@ -0,0 +1,45 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"superantcomeditnoterecordfile\" caption=\"View/Edit Note\">
4
+
5
+ <table>
6
+ <row>View your event list and detail on this Tab</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>"
@@ -0,0 +1,29 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=\"viewrwdhypernoteconfiguration\" caption=\"RwdHyperNote Configuration\">
4
+
5
+
6
+
7
+ <table>
8
+ <row> <p> </row>
9
+ <row> <p align=\"right\">You can view or edit the rwdschedule configuration file here</row>
10
+ <row> <p> </row>
11
+ <horizontal>
12
+ <button caption=\"Fill Record\" action=\"loadrwdhypernoteconfiguration\"/>
13
+ <button caption=\"Save Changes\" action=\"saverwdhypernoteconfiguration\"/>
14
+ <button caption=\"Reload Variables\" action=\"loadrwdhypernoteconfigurationvariables\"/>
15
+ <button caption=\"Help\" action=\"runhelpwindowrwdhypernote\"/>
16
+ </horizontal>
17
+ <table>
18
+
19
+ <textarea name=\"a_hypconfigurationfile\"/> </row>
20
+
21
+ </table>
22
+ <p>%extrahypconfigdatadisplay%</p>
23
+ <p>
24
+ <p>%newhypconfigurationresult%</p>
25
+
26
+
27
+
28
+ </tab>"
29
+
@@ -0,0 +1,17 @@
1
+ $rwdguivar=
2
+ "
3
+ <tab name=selectiontab caption=\"Selection Tab\">
4
+ <horizontal>
5
+ <button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
6
+
7
+ </horizontal>
8
+ <table>
9
+ <select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
10
+
11
+ </table>
12
+
13
+ <horizontal>
14
+ <button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
15
+ </horizontal>
16
+ </tab>
17
+ "
@@ -0,0 +1,6 @@
1
+ $rwdguivar=
2
+ "
3
+ </tabs>
4
+ </window>"
5
+
6
+
@@ -10,7 +10,7 @@ $rwdguivar=
10
10
 
11
11
  </table>
12
12
  <horizontal>
13
- %rwdhelpdataoutput%
13
+ %%rwdhelpdataoutput%%
14
14
  </horizontal>
15
15
  <row> <p></row>
16
16
  <table>
@@ -81,6 +81,11 @@ Steven Gibson
81
81
  steven@superant.com
82
82
 
83
83
  == Changelog
84
+ Version 0.09
85
+ added html view tab
86
+ added 2nd html view tab
87
+ moved text view to back window
88
+
84
89
  Version 0.08
85
90
  ability for listings by directories
86
91
  setup Load New Title button
@@ -227,6 +227,9 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
227
227
  Thanks, Steven Gibson
228
228
 
229
229
  == Changelog
230
+ Version 1.67
231
+ Add html for help
232
+
230
233
  Version 1.66
231
234
  Fixed directory layout
232
235
  increased size of config edit screen
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: rwdhypernote
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.08"
7
- date: 2005-05-08
6
+ version: "0.09"
7
+ date: 2005-05-28
8
8
  summary: rwdhypernote application is a hierarchical note taker for RubyWebDialogs.
9
9
  require_paths:
10
10
  - "."
@@ -94,6 +94,15 @@ files:
94
94
  - code/superant.com.hypernote/listdirectories.rb
95
95
  - code/superant.com.hypernote/archivehypernote.rb
96
96
  - code/superant.com.hypernote/rwdhypernoteresetdir.rb
97
+ - code/superant.com.hypernote/jumplinkupdate.rb
98
+ - code/superant.com.hypernote/runwrdhypernotetxtwindow.rb
99
+ - code/superant.com.hypernote/listnotedirshtml.rb
100
+ - code/superant.com.hypernote/loadnoterecordhtml.rb
101
+ - code/superant.com.hypernote/loadhtmlnoterecord.rb
102
+ - code/superant.com.hypernote/savehtmlhypernoterecord.rb
103
+ - code/superant.com.hypernote/listnotedirshtml2.rb
104
+ - code/superant.com.hypernote/loadnoterecordhtml2.rb
105
+ - code/superant.com.hypernote/loadhtmlnoterecord2.rb
97
106
  - configuration/tinkerwin2variables.dist
98
107
  - configuration/rwdtinker.dist
99
108
  - configuration/language.dist
@@ -121,10 +130,10 @@ files:
121
130
  - lang/nl/rwdcore/languagefile.rb
122
131
  - gui/00coreguibegin/applicationguitop.rwd
123
132
  - gui/frontwindow0/superant.com.hypernote
124
- - gui/frontwindow0/superant.com.hypernote/10viewnote.rwd
125
- - gui/frontwindow0/superant.com.hypernote/20editlinks.rwd
126
- - gui/frontwindow0/superant.com.hypernote/30noteutilities.rwd
133
+ - gui/frontwindow0/superant.com.hypernote/15editnote.rwd
127
134
  - gui/frontwindow0/superant.com.hypernote/67viewconfiguration.rwd
135
+ - gui/frontwindow0/superant.com.hypernote/10htmlnote.rwd
136
+ - gui/frontwindow0/superant.com.hypernote/25html2note.rwd
128
137
  - gui/frontwindowselectionbegin/selectiontabbegin/00selectiontabbegin.rwd
129
138
  - gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab
130
139
  - gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd
@@ -146,6 +155,7 @@ files:
146
155
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow
147
156
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow
148
157
  - gui/tinkerbackwindows/superant.com.versionwindow
158
+ - gui/tinkerbackwindows/superant.com.hypernotetxt
149
159
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd
150
160
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd
151
161
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd
@@ -159,6 +169,13 @@ files:
159
169
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd
160
170
  - gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd
161
171
  - gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd
172
+ - gui/tinkerbackwindows/superant.com.hypernotetxt/10viewnote.rwd
173
+ - gui/tinkerbackwindows/superant.com.hypernotetxt/20editlinks.rwd
174
+ - gui/tinkerbackwindows/superant.com.hypernotetxt/30noteutilities.rwd
175
+ - gui/tinkerbackwindows/superant.com.hypernotetxt/67viewconfiguration.rwd
176
+ - gui/tinkerbackwindows/superant.com.hypernotetxt/9backend.rwd
177
+ - gui/tinkerbackwindows/superant.com.hypernotetxt/00appname.rwd
178
+ - gui/tinkerbackwindows/superant.com.hypernotetxt/81jumplinkcommands.rwd
162
179
  - gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
163
180
  - rwd_files/favicon.ico
164
181
  - rwd_files/HowTo_Tinker.txt
@@ -172,17 +189,12 @@ files:
172
189
  - zips/rwdahelloworld-0.5.zip
173
190
  - Notes/changes.lnk
174
191
  - Notes/changes.txt
175
- - Notes/testnote7.txt
176
- - Notes/hypernote/hypernote01.txt
177
192
  - Notes/hypernote/hypernote02.txt
178
- - Notes/hypernote/testnote6.txt
193
+ - Notes/hypernote/hypernote01.html
179
194
  - Notes/rwdtinker/newnote.txt
180
- - Notes/rwdtinker/rwdtinker01.txt
181
195
  - Notes/rwdtinker/RwdtinkerProgrammingQuickStart.lnk
182
- - Notes/rwdtinker/RwdtinkerProgrammingQuickStart.txt
183
- - Notes/rwdtinker/testnote4.txt
184
- - Notes/rwdtinker/testnote5.txt
185
- - Notes/rwdtinker/testnote8.txt
196
+ - Notes/rwdtinker/rwdtinker.html
197
+ - Notes/rwdtinker/RwdtinkerProgrammingQuickStart.htm
186
198
  - tests/RubyGauge.rb
187
199
  - tests/totranslate.lang
188
200
  - tests/cleancnf.sh
@@ -1 +0,0 @@
1
- This is information about hypernote
@@ -1 +0,0 @@
1
- new note
@@ -1,11 +0,0 @@
1
- rwdtinker programs are free and can be downloaded from the rubyforge; go to http://www.rubyforge.org/ and search for rwd.
2
-
3
- using rwdtinker consists of several options (not all have to be done for all projects):
4
-
5
- * producing gui screens as rwd file in the gui directory
6
- * producing program logic in rb files in the code directory
7
- * producing configuration login in the configuration directory
8
- * providing data if needed for your program
9
- * producing HTML or text for the documentation tab in the rwd_files directory
10
-
11
- This is a quick get started guide and should help you:
@@ -1 +0,0 @@
1
- new note
@@ -1 +0,0 @@
1
- new note
@@ -1 +0,0 @@
1
- new note
data/Notes/testnote7.txt DELETED
@@ -1 +0,0 @@
1
- new note