rwdfoldeditor 0.01

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. data/Readme.txt +462 -0
  2. data/bin/rwdfoldeditor +19 -0
  3. data/code/01rwdcore/01rwdcore.rb +29 -0
  4. data/code/01rwdcore/02helptexthashbegin.rb +4 -0
  5. data/code/01rwdcore/03helptexthash.rb +23 -0
  6. data/code/01rwdcore/04helptextend.rb +6 -0
  7. data/code/01rwdcore/jumplinkcommand.rb +26 -0
  8. data/code/01rwdcore/openhelpwindow.rb +31 -0
  9. data/code/01rwdcore/returntomain.rb +10 -0
  10. data/code/01rwdcore/rundocuments.rb +10 -0
  11. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  12. data/code/01rwdcore/runhelpabout.rb +10 -0
  13. data/code/01rwdcore/runopentinkerdocument.rb +7 -0
  14. data/code/01rwdcore/rwdtinkerversion.rb +22 -0
  15. data/code/01rwdcore/rwdwindowreturn.rb +9 -0
  16. data/code/01rwdcore/selectiontab.rb +9 -0
  17. data/code/01rwdcore/setuphelpaboutoptions.rb +13 -0
  18. data/code/01rwdcore/setuptinkerdocuments.rb +6 -0
  19. data/code/01rwdcore/test_cases.rb +109 -0
  20. data/code/01rwdcore/test_harness.rb +13 -0
  21. data/code/01rwdcore/uploadreturns.rb +62 -0
  22. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  23. data/code/superant.com.foldeditor/0uninstallapplet.rb +10 -0
  24. data/code/superant.com.foldeditor/changehypernotename.rb +21 -0
  25. data/code/superant.com.foldeditor/chooselinkfile.rb +6 -0
  26. data/code/superant.com.foldeditor/choosenotefile.rb +6 -0
  27. data/code/superant.com.foldeditor/createnewnotehtml.rb +31 -0
  28. data/code/superant.com.foldeditor/helptexthashrwdhypernote.rb +38 -0
  29. data/code/superant.com.foldeditor/hyperlinkcreatelinkfile.rb +19 -0
  30. data/code/superant.com.foldeditor/listfoldeditorfiles.rb +7 -0
  31. data/code/superant.com.foldeditor/loadfolddocument.rb +21 -0
  32. data/code/superant.com.foldeditor/loadrwdfoldeditlinkfile.rb +19 -0
  33. data/code/superant.com.foldeditor/openhelpwindowrwdhyernote.rb +30 -0
  34. data/code/superant.com.foldeditor/runrwdapplet.rb +10 -0
  35. data/code/superant.com.foldeditor/rwddisplayfoldlinks.rb +33 -0
  36. data/code/superant.com.foldeditor/rwdtinkerversion.rb +10 -0
  37. data/code/superant.com.foldeditor/savefoldlinkfile.rb +20 -0
  38. data/code/superant.com.foldeditor/savehtmlhypernoterecord.rb +20 -0
  39. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
  40. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +61 -0
  41. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +240 -0
  42. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +34 -0
  43. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
  44. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
  45. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +53 -0
  46. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +12 -0
  47. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +27 -0
  48. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +22 -0
  49. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
  50. data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
  51. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
  52. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +38 -0
  53. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
  54. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
  55. data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
  56. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  57. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
  58. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
  59. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
  60. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +22 -0
  61. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
  62. data/code/zz0applicationend/zz0end.rb +4 -0
  63. data/configuration/language.dist +8 -0
  64. data/configuration/rwdapplicationidentity.dist +3 -0
  65. data/configuration/rwdtinker.dist +18 -0
  66. data/configuration/rwdwfoldeditor-0.01.dist +12 -0
  67. data/configuration/tinkerwin2variables.dist +17 -0
  68. data/gui/00coreguibegin/applicationguitop.rwd +4 -0
  69. data/gui/frontwindow0/cc0openphoto.rwd +22 -0
  70. data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
  71. data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
  72. data/gui/frontwindowselections/wwselectionend.rwd +3 -0
  73. data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
  74. data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
  75. data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
  76. data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
  77. data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
  78. data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
  79. data/gui/helpaboutzend/helpscreenend.rwd +3 -0
  80. data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
  81. data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
  82. data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
  83. data/gui/tinkerbackwindows/superant.com.foldeditor/10appletbegin.rwd +4 -0
  84. data/gui/tinkerbackwindows/superant.com.foldeditor/10aviewnote.rwd +42 -0
  85. data/gui/tinkerbackwindows/superant.com.foldeditor/15htmlview.rwd +46 -0
  86. data/gui/tinkerbackwindows/superant.com.foldeditor/56viewfold.rwd +43 -0
  87. data/gui/tinkerbackwindows/superant.com.foldeditor/81jumplinkcommands.rwd +17 -0
  88. data/gui/tinkerbackwindows/superant.com.foldeditor/9end.rwd +6 -0
  89. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
  90. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
  91. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
  92. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
  93. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
  94. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
  95. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  96. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
  97. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
  98. data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
  99. data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
  100. data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
  101. data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
  102. data/init.rb +277 -0
  103. data/installed/rwdwfoldeditor-0.01.inf +13 -0
  104. data/installed/temp.rb +1 -0
  105. data/lang/en/rwdcore/languagefile.rb +58 -0
  106. data/lang/es/rwdcore/languagefile-es.rb +62 -0
  107. data/lang/fr/rwdcore/languagefile.rb +64 -0
  108. data/lang/jp/rwdcore/languagefile.rb +72 -0
  109. data/lang/nl/rwdcore/languagefile.rb +75 -0
  110. data/lib/rconftool.rb +380 -0
  111. data/lib/rwd/browser.rb +123 -0
  112. data/lib/rwd/ftools.rb +174 -0
  113. data/lib/rwd/mime.rb +328 -0
  114. data/lib/rwd/net.rb +866 -0
  115. data/lib/rwd/ruby.rb +889 -0
  116. data/lib/rwd/rwd.rb +1942 -0
  117. data/lib/rwd/sgml.rb +236 -0
  118. data/lib/rwd/thread.rb +63 -0
  119. data/lib/rwd/tree.rb +371 -0
  120. data/lib/rwd/xml.rb +101 -0
  121. data/lib/zip/ioextras.rb +114 -0
  122. data/lib/zip/stdrubyext.rb +111 -0
  123. data/lib/zip/tempfile_bugfixed.rb +195 -0
  124. data/lib/zip/zip.rb +1378 -0
  125. data/lib/zip/zipfilesystem.rb +558 -0
  126. data/lib/zip/ziprequire.rb +61 -0
  127. data/rwd_files/HowTo_FoldEditor.txt +105 -0
  128. data/rwd_files/HowTo_Tinker.txt +471 -0
  129. data/rwd_files/HowTo_TinkerWin2.txt +202 -0
  130. data/rwd_files/Readme.txt +57 -0
  131. data/rwd_files/RubyWebDialogs.html +6 -0
  132. data/rwd_files/default.fld +9 -0
  133. data/rwd_files/favicon.ico +0 -0
  134. data/rwd_files/rdoc-style.css +175 -0
  135. data/rwd_files/rwdapplications.html +54 -0
  136. data/rwd_files/rwdhypernote-0.13.fld +202 -0
  137. data/rwd_files/tinker.png +0 -0
  138. data/rwdconfig.dist +21 -0
  139. data/rwdfoldeditor.rb +1 -0
  140. data/tests/RubyGauge.rb +179 -0
  141. data/tests/checkdepends.sh +4 -0
  142. data/tests/cleancnf.sh +6 -0
  143. data/tests/makedist-rwdwfoldeditor.rb +56 -0
  144. data/tests/makedist.rb +66 -0
  145. data/tests/rdep.rb +354 -0
  146. data/tests/totranslate.lang +93 -0
  147. data/zips/rwdwaddresses-1.05.zip +0 -0
  148. data/zips/rwdwcalc-0.61.zip +0 -0
  149. data/zips/rwdwfoldeditor-0.01.zip +0 -0
  150. data/zips/rwdwgutenberg-0.09.zip +0 -0
  151. data/zips/rwdwschedule-1.04.zip +0 -0
  152. data/zips/rwdwshell-1.04.zip +0 -0
  153. data/zips/temp.rb +1 -0
  154. data/zips/wrubyslippers-1.06.zip +0 -0
  155. metadata +212 -0
@@ -0,0 +1,9 @@
1
+ # this code is to return to the window back from the help window
2
+ def runselectiontab
3
+
4
+
5
+ @rwd_tab = "selectiontab"
6
+ end
7
+
8
+
9
+
@@ -0,0 +1,13 @@
1
+ # help about option setup for rwdtinker application
2
+ def setuphelpaboutoptions
3
+
4
+ @rwd_window = "tinkerhelpabout"
5
+ @helpaboutoptions = $tinkerhelpaboutarray.rwd_options
6
+ end
7
+
8
+ def setuphelpaboutoptionspassive
9
+
10
+
11
+ @helpaboutoptions = $tinkerhelpaboutarray.rwd_options
12
+ end
13
+
@@ -0,0 +1,6 @@
1
+ # Bind document names to rwdtinker document tab
2
+ def setuptinkerdocuments
3
+
4
+ @tinkerdocumentsarray = $tinkerdocumentsarray.rwd_options
5
+ end
6
+
@@ -0,0 +1,109 @@
1
+ # test harness
2
+
3
+
4
+ require 'test/unit/testcase'
5
+ require 'test/unit/assertions'
6
+ include Test::Unit::Assertions
7
+ include Test::Unit
8
+ def rwdtinker_all_tests
9
+ print "in rwdtinker all tests\n"
10
+ $testrwdtinkertestcase = TestSuite.new
11
+ test_runrwdtinkerbackwindow
12
+ end
13
+
14
+ def test_runrwdtinkerbackwindow
15
+
16
+
17
+ begin
18
+ testasserts = 0
19
+ print "Starting rwdtinker tests!\n"
20
+ runrwdtinkerbackwindow
21
+
22
+ assert_equal("tinkerbackwindow",@rwd_window) ; testasserts += 1
23
+ runselectiontab
24
+ assert_equal("selectiontab",@rwd_tab) ; testasserts += 1
25
+ showjumplinkoptions
26
+ @a_jumplinkinput = "returntomain"
27
+ runjumplinkcommand
28
+ assert_equal("main",@rwd_window) ; testasserts += 1
29
+ @a_jumplinkinput = "helpscreen"
30
+ runjumplinkcommand
31
+
32
+ assert_equal("rwdtinkerhelpwindow",@rwd_window) ; testasserts += 1
33
+ returntomain
34
+ assert_equal("main",@rwd_window) ; testasserts += 1
35
+ runtinkerdocuments
36
+ assert_equal("documentsrwdtinkerone",@rwd_tab) ; testasserts += 1
37
+ runrwdtinkerbackwindow
38
+
39
+ assert_equal("tinkerbackwindow",@rwd_window) ; testasserts += 1
40
+ @a_installapplet="/usr/src/rwdapplets/rwdtinker/zips/rwdahelloworld-0.5"
41
+ viewgemappletcontents
42
+ assert_not_nil(@appletcontentstext) ; testasserts += 1
43
+ runrwdtinkerwin2version
44
+ assert_equal("applicationversion",@rwd_window) ; testasserts += 1
45
+ returntomain
46
+ assert_equal("main",@rwd_window) ; testasserts += 1
47
+ runrwdtinkerbackwindow
48
+
49
+ assert_equal("tinkerbackwindow",@rwd_window) ; testasserts += 1
50
+ runremotezipsinstall
51
+ assert_equal("superantcomremotezipsinstall",@rwd_tab) ; testasserts += 1
52
+ runeditconfiguration
53
+ assert_equal("editconfigurationfile",@rwd_tab) ; testasserts += 1
54
+
55
+
56
+ $stderr.print "tests completed succesfully!\n"
57
+ $stderr.print testasserts, " asserts performed\n"
58
+
59
+ rescue NotImplementedError, Exception
60
+ $stderr.print $!
61
+
62
+ end
63
+
64
+ end
65
+
66
+
67
+
68
+ def teststobedown
69
+ runtinkerhelpabout
70
+ assert_equal("rwdtinkerhelpwindow",@rwd_tab) ; testasserts += 1
71
+ raise NotImplementedError, 'Need to write test_choosenewhelptopic'
72
+ raise NotImplementedError, 'Need to write test_listinstalledfiles'
73
+ raise NotImplementedError, 'Need to write test_listzipfilestoinstall'
74
+ raise NotImplementedError, 'Need to write test_loadconfigurationrecord'
75
+ raise NotImplementedError, 'Need to write test_loadconfigurationvariables'
76
+
77
+ raise NotImplementedError, 'Need to write test_main'
78
+
79
+ raise NotImplementedError, 'Need to write test_network_demon'
80
+
81
+ raise NotImplementedError, 'Need to write test_network_start'
82
+
83
+ raise NotImplementedError, 'Need to write test_openappletname'
84
+
85
+ raise NotImplementedError, 'Need to write test_removeapplet'
86
+
87
+ raise NotImplementedError, 'Need to write test_returntomain'
88
+
89
+ raise NotImplementedError, 'Need to write test_runcontrolcommand'
90
+
91
+ raise NotImplementedError, 'Need to write test_runhelpwindow'
92
+
93
+ raise NotImplementedError, 'Need to write test_runrwdtinkerversion'
94
+
95
+ raise NotImplementedError, 'Need to write test_runrwdtinkerwin2version'
96
+
97
+ raise NotImplementedError, 'Need to write test_runviewplatform'
98
+
99
+ raise NotImplementedError, 'Need to write test_rwdtinkerversiondiagnostic'
100
+
101
+ raise NotImplementedError, 'Need to write test_rwdwindowreturn'
102
+ raise NotImplementedError, 'Need to write test_saveconfigurationrecord'
103
+
104
+ raise NotImplementedError, 'Need to write test_viewappletcontents'
105
+ end
106
+
107
+
108
+
109
+
@@ -0,0 +1,13 @@
1
+ # this to start the test harness
2
+ def rwdtest_harness
3
+
4
+ print "in test harness\n"
5
+
6
+ $testharnessarray.each { |x|
7
+ print "calling #{x}\n"
8
+ eval("#{x}")
9
+
10
+ }
11
+
12
+ end
13
+
@@ -0,0 +1,62 @@
1
+ def uploadreturnsfile
2
+ require 'net/ftp'
3
+ BasicSocket.do_not_reverse_lookup = true
4
+ @returnsftpdisplays = ""
5
+ randomnumber = rand(9999) + 1000
6
+ puts randomnumber.to_i
7
+
8
+
9
+ returns_ftpsite = "ftp.superant.com"
10
+ returns_ftplogin = "anonymous@superant.com"
11
+ returns_ftppassword = "anonymous@superant.com"
12
+ returns_ftpdirectory = "/incoming/returns/"
13
+
14
+ begin
15
+ platformdisplay = "Platform is " + RUBY_PLATFORM + "\n"
16
+ platformdisplay = platformdisplay + "Ruby Version " + VERSION + "\n"
17
+ platformdisplay = platformdisplay + "rwdtinker version " + RwdTinkerVersion + "\n"
18
+ platformdisplay = platformdisplay + "application name " + $rwdapplicationidentity + "\n"
19
+ platformdisplay = platformdisplay + "program directory " + $progdir + "\n"
20
+ platformdisplay = platformdisplay + "hostname " + Resolv.getname(Resolv.getaddress("localhost")) + "\n"
21
+ platformdisplay = platformdisplay + "Date " + Date.today().to_s + "\n"
22
+ if ! @a_emailupload.empty?
23
+ platformdisplay = platformdisplay + @a_emailupload + "\n"
24
+ end
25
+ if ! @a_emailupload.empty?
26
+ platformdisplay = platformdisplay + @a_commentupload + "\n"
27
+ end
28
+ updatefile = Date.today().to_s + Resolv.getname(Resolv.getaddress("localhost")) + randomnumber.to_s
29
+
30
+ tmpdir = ENV['TMP']
31
+ if tmpdir.to_s.empty?
32
+ tmpdir = "/tmp"
33
+ end
34
+ fileName = File.join( tmpdir, updatefile)
35
+ fd = File.open(fileName,"w")
36
+ fd.print(platformdisplay) # save the record info to the file
37
+ fd.close
38
+ ftp = Net::FTP::new(returns_ftpsite)
39
+ @returnsftpdisplay = "data uploaded" + "\n"
40
+
41
+ filedirname = File.join(tmpdir,updatefile)
42
+
43
+ ftp.debug_mode = false
44
+ ftp.login(returns_ftplogin, returns_ftppassword)
45
+ ftp.chdir(returns_ftpdirectory)
46
+ print "I'm in the directory ", ftp.pwd(), "\n"
47
+
48
+ puts filedirname
49
+ ftp.puttextfile(filedirname , updatefile)
50
+ @returnsftpdisplay = @returnsftpdisplay + platformdisplay
51
+
52
+
53
+ ftp.close
54
+
55
+ rescue
56
+ @returnsftpdisplay = "upload error"
57
+ if ftp
58
+ ftp.close
59
+ end
60
+ print "ftp error"
61
+ end
62
+ end
@@ -0,0 +1,3 @@
1
+ def viewphoto
2
+ @rwd_window = "photo"
3
+ end
@@ -0,0 +1,10 @@
1
+
2
+ def rwdwfoldeditor_0_01()
3
+ $tinkerdocumentsarray.delete_if {|x| x == "HowTo_FoldEditor.txt"}
4
+ $tinkerhelpaboutarray.delete_if {|x| x == "RwdFoldEditor"}
5
+ Helptext.delete_if {|key, value| key == :rwdfoldeditor_generalhelp}
6
+ Helptext.delete_if {|key, value| key == :foldlinkview_help }
7
+ Helptext.delete_if {|key, value| key == :foldlinkutility_help }
8
+ $rwdjumplink.delete_if {|x| x == "RwdFoldEditor"}
9
+
10
+ end
@@ -0,0 +1,21 @@
1
+ # this code is to change the note name
2
+ def changehypernotedata
3
+ if ! @a_changehypernotedata.empty?
4
+ if ! @a_viewhypernote.empty?
5
+ oldName = @a_viewhypernote + ".txt"
6
+
7
+
8
+ newName = @a_changehypernotedata + ".txt"
9
+ if File.exist?(oldName)
10
+ File.rename(oldName, newName)
11
+ oldlinkName = @a_viewhypernote + ".lnk"
12
+ newlinkName = @a_changehypernotedata + ".lnk"
13
+ if File.exist?(oldlinkName)
14
+ File.rename(oldlinkName, newlinkName)
15
+ end
16
+ end
17
+ end
18
+ end
19
+ end
20
+
21
+
@@ -0,0 +1,6 @@
1
+ # this method clears the on screen variables
2
+ def chooselinkfile
3
+ @a_viewfoldlinkfile = @a_foldeditorlinkinput
4
+ $foldeditor_linkfile = @a_viewfoldlinkfile
5
+
6
+ end
@@ -0,0 +1,6 @@
1
+ # this method clears the on screen variables
2
+ def choosefoldnotefile
3
+ @a_viewfoldlink = @a_viewfoldlinktmp
4
+
5
+
6
+ end
@@ -0,0 +1,31 @@
1
+ #create a new note
2
+ def rwdfoldeditcreatenewnote
3
+
4
+ @rwd_call_after_back << "reloadtab"
5
+ if @rwd_tab == "viewrwdfoldeditorfile" # we are on the link file edit tab
6
+
7
+ if @a_foldeditorlinkfile.empty? # nothing has been typed in the text box
8
+ newnotecontent = 'new links'
9
+ else
10
+ newnotecontent = @a_foldeditorlinkfile.to_s
11
+ end
12
+ if @a_viewfoldlinkfile.empty? # no title is listed
13
+ newnotefilename = "newlinks.fld" # create a fold link file
14
+ else
15
+ newnotefilename = @a_viewfoldlinkfile.to_s
16
+ end
17
+ else # we are on the note edit tab
18
+ if @folddocumentresult.empty?
19
+ newnotecontent = 'new note'
20
+ else
21
+ newnotecontent = @folddocumentresult.to_s
22
+ end
23
+ newnotefilename = "newnote.txt" # arbitrary file name
24
+
25
+ end
26
+
27
+ $reloadaftercreate = true
28
+ download("#{newnotecontent}", "#{newnotefilename}")
29
+
30
+ end
31
+
@@ -0,0 +1,38 @@
1
+
2
+
3
+ Helptext.update( :rwdfoldeditor_generalhelp => "This program is a notes editor
4
+
5
+ text notes can be entered and saved and organized into a fold link file
6
+
7
+ Notes can be saved in any structure you want in directories
8
+
9
+
10
+ There are tabs to enter notes and links and edit configurations
11
+
12
+ 'View/Edit Document' - to create a note or edit and existing note
13
+
14
+ 'FoldEditor File View' - to view and navigate the fold link file
15
+
16
+ 'RwdFoldEditor edit file' - to edit change fold link files
17
+ ",
18
+ :foldlinkview_help => "You can create or edit notes
19
+ click the bottom button 'list notes' to see a lists
20
+ of the notes you already have.
21
+ 'save changes' to save your edits
22
+ 'clear' to clear the screen
23
+ 'Create New Note' to start a new note
24
+ After creating a new note, you must click 'Load New Title'
25
+ to select it, or it will NOT be SAVED",
26
+ :foldlinkutility_help => "You can choose the link file to work on
27
+
28
+ You can edit links for note pages
29
+
30
+ You can open the link file if you have one already
31
+
32
+ You can see the list of link files by clicking 'List Local Link Files'
33
+ You can open one of those file
34
+
35
+ If you do not have a link file, you can create one with 'create link file' button
36
+
37
+ "
38
+ )
@@ -0,0 +1,19 @@
1
+ # this method adds a new address record or saves changes
2
+ def hyperlinkcreatelinkfile
3
+ require 'fileutils'
4
+ if ! @a_viewhypernote.empty?
5
+ newname = "%s" % [@a_viewhypernote] # grab the new filename to create
6
+
7
+ fullnewname = newname + ".lnk"
8
+ @a_viewlinksnote = fullnewname
9
+ begin # exception trapped block
10
+
11
+ fd = File.open(fullnewname,"w")
12
+
13
+ fd.close
14
+ @createnewnamerecorddisplay=newdata # show the record info in the browser
15
+ rescue SystemCallError, StandardError
16
+ $stderr.print "system call error: " + $!
17
+ end # exception rescue
18
+ end
19
+ end
@@ -0,0 +1,7 @@
1
+ # this code is to list the fold files that are available
2
+ def loadfoldeditorlinkfilelist
3
+
4
+ fileList = Dir.new("rwd_files").entries.sort.delete_if { |x| ! (x =~ /fld$/) }
5
+ @foldeditorlinkfiles = fileList.rwd_options
6
+ end
7
+
@@ -0,0 +1,21 @@
1
+ # this method views an existing address record
2
+ def loadfolddocument
3
+
4
+ require 'fileutils'
5
+
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = @a_viewfoldlink
11
+
12
+ fd = File.open(fileName,"r")
13
+ @folddocumentresult = fd.read
14
+
15
+
16
+ fd.close
17
+ rescue SystemCallError, StandardError
18
+ $stderr.print "system call error: " + $!
19
+ end # exception rescue
20
+
21
+ end
@@ -0,0 +1,19 @@
1
+ # this method views an existing fold link file
2
+ def loadrwdfoldeditlinkfile
3
+
4
+ require 'fileutils'
5
+
6
+ begin # exception trapped block
7
+
8
+ fileName = File.join($rwdfoldeditor_directory,@a_viewfoldlinkfile)
9
+
10
+ fd = File.open(fileName,"r")
11
+ @a_foldeditorlinkfile = fd.read
12
+
13
+
14
+ fd.close
15
+ rescue SystemCallError, StandardError
16
+ $stderr.print "system call error: " + $!
17
+ end # exception rescue
18
+
19
+ end
@@ -0,0 +1,30 @@
1
+ # this code is to call the help window
2
+ def runhelpwindowrwdfoldeditor
3
+
4
+ $help_topic = "rwdfoldeditor_generalhelp"
5
+
6
+ if @rwd_tab == "viewrwdfoldeditorfile"
7
+ $help_topic = "foldlinkutility_help"
8
+ end
9
+
10
+ if @rwd_tab == "superantcomfoldeditor"
11
+ $help_topic = "foldlinkview_help"
12
+ end
13
 
14
+ if @rwd_tab == "superantcomfoldeditorview"
15
+
16
+ $help_topic = "rwdfoldeditor_generalhelp"
17
+ end
18
+
19
+
20
+ $helptopicsarray = $helptopicsarray | ["rwdfoldeditor_generalhelp","foldlinkview_help","foldlinkutility_help"]
21
+
22
+
23
+
24
+ if @rwd_window != "rwdtinkerhelpwindow"
25
+ $previouswindow = @rwd_window
26
+ $previoustab = @rwd_tab
27
+ end
28
+ runhelpwindow
29
+ end
30
+
31
+
@@ -0,0 +1,10 @@
1
+ # Application rwdtinker orginally (c) 2004 Steven Gibson under GPL.
2
+ #
3
+ # For more information about see http://www.rubyforge.net/projects/rwdapplications
4
+
5
+ # call the window
6
+ def runrwdfoldeditorwindow
7
+ @rwd_window = "rwdfoldeditorwindow"
8
+ @rwd_tab = "superantcomfoldeditor"
9
+ end
10
+
@@ -0,0 +1,33 @@
1
+ # this method clears the on screen variables
2
+ def fillziptoinstallnamex(inffile)
3
+ applet = inffile.strip
4
+ @a_viewfoldlink = applet
5
+
6
+ end
7
+
8
+
9
+ def rwddisplayfoldlinks
10
+ if @a_viewfoldlinkfile
11
+ if @a_viewfoldlinkfile.empty? # a fold link file has not been selected
12
+
13
+ fileName = File.join($rwdfoldeditor_directory,"default.fld")
14
+
15
+ else # you have picked the fold link file you want to use
16
+
17
+ fileName = File.join($rwdfoldeditor_directory, @a_viewfoldlinkfile.to_s.strip)
18
+ end
19
+ else
20
+ fileName = File.join($rwdfoldeditor_directory,"default.fld")
21
+ end
22
+ tmpfilearray = []
23
+ File.open(fileName).each { |line|
24
+ tmpfilearray << line.strip
25
+ }
26
+
27
+ @a_displayfoldlinks01 = tmpfilearray.entries.sort.rwd_method("fillziptoinstallnamex")
28
+ @displayfoldlinkoptions = tmpfilearray.rwd_options
29
+
30
+
31
+
32
+ end
33
+
@@ -0,0 +1,10 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # This application is a framework for writing programs from RubyWebDialogs
3
+ # For information see http://www.rubyforge.net/projects/rwdapplications
4
+
5
+ # return the version constant defined in the config file
6
+ def rwdfoldeditorhelpaboutsetup
7
+ return ["RwdFoldEditor","(c) 2005-2008 Steven Gibson ","Version #{RwdFoldEditorVersion}"]
8
+ end
9
+
10
+
@@ -0,0 +1,20 @@
1
+ # this method adds a new record
2
+ def savefoldlinkfile
3
+ require 'fileutils'
4
+ if ! @a_foldeditorlinkfile.empty? # the document is not empty
5
+ if ! @a_viewfoldlinkfile.empty? # the filename is not empty
6
+ fileName = File.join($rwdfoldeditor_directory,@a_viewfoldlinkfile.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_foldeditorlinkfile) # 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
@@ -0,0 +1,20 @@
1
+ # this method adds a new record
2
+ def savefoldeditrecord
3
+ require 'fileutils'
4
+ if ! @folddocumentresult.empty? # the document is not empty
5
+ if ! @a_viewfoldlink.empty? # the filename is not empty
6
+ fileName = @a_viewfoldlink.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( @folddocumentresult) # 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
@@ -0,0 +1,19 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # This application is a framework for writing programs from RubyWebDialogs
3
+ # For information see http://www.rubyforge.net/projects/rwdapplications
4
+
5
+ require 'resolv'
6
+ require 'date'
7
+
8
+ # return the platform information
9
+ def runviewplatform
10
+ @platformdisplay = "Platform is " + RUBY_PLATFORM + "\n"
11
+ @platformdisplay = @platformdisplay + "Ruby Version " + VERSION + "\n"
12
+ @platformdisplay = @platformdisplay + "rwdtinker version " + RwdTinkerVersion + "\n"
13
+ @platformdisplay = @platformdisplay + "program directory " + $progdir + "\n"
14
+ @platformdisplay = @platformdisplay + "hostname " + Resolv.getname(Resolv.getaddress("localhost")) + "\n"
15
+ @platformdisplay = @platformdisplay + "application name " + $rwdapplicationidentity + "\n"
16
+ @platformdisplay = @platformdisplay + "Date " + Date.today().to_s
17
+
18
+ end
19
+
@@ -0,0 +1,61 @@
1
+ # help text files used by context sensitive help
2
+
3
+ Helptext.update( :tinkerwin2_help => " You can view the list of applets you can install
4
+ by clicking on the list files button
5
+
6
+ You can download an applet created by someone else
7
+
8
+ put the file in the zips directory
9
+
10
+ rwdtinker applets packaged as RubyGems can be used if you have RubyGems installed.
11
+ You can download rwdtinker gems at the 'Install Remote Applets' tab
12
+ to install applets you need the ruby zlib library installed
13
+ ",
14
+ :applet_viewing => "You can get a list of all installed applets by clicking the 'listfiles button'
15
+ To see the text of a install file
16
+ Type in the name of the file you want.
17
+
18
+ type it without the inf ending
19
+ rwdapplet-0.1
20
+
21
+ Then click the 'View Installed File' button
22
+
23
+ If it finds the file it will open it. It displays the text the search box.
24
+
25
+ You can uninstall applets on this screen",
26
+
27
+ :applet_installation => " You can download an applet created by someone else\n
28
+ put the file in the zips directory\n
29
+
30
+ click on the 'list zips' tab\n
31
+ click on 'list applets available for installing'\n
32
+
33
+ chose the applet you want\n
34
+ click on 'install applet'\n
35
+ If all goes well the applet should be installed.\n
36
+ You will need to restart rwdtinker to see the new screens
37
+ to install applets you need the ruby zlib library installed",
38
+
39
+ :applet_tinkerbackeditconfiguration => " You can edit the configuration
40
+
41
+ Remember to reload the configuration variables if you want your
42
+ changes used.",
43
+ :remotegemapplet_install => " To download and install use the 'Install Remote Applets'
44
+
45
+ First click on 'List applets in the Remote GEM Repository available for downloading'
46
+ then go to the very bottom to click on the applet you want
47
+ then on the top click 'install remote Gem applet package'
48
+
49
+ This installs the package in the Gem system
50
+ You still need to install it into rwdtinker - do that in the 'List Zips' tab
51
+
52
+ For this feature to work, you need
53
+ RubyGems installed
54
+ Variables set correctly in the tinerwin2.cnf file
55
+ $xpcommand, $gemdirectory_withgemfiles and $geminstalled_directory
56
+ the defaults as shipped will normally be for a Debian Linux system
57
+ On Debian Linux, you would usually need to be running rwdtinker as root in order to install RubyGems
58
+
59
+ You can view the list of rwdtinker applets you have installed already by clicking 'view already installed GEM applets'
60
+ "
61
+ )