rwdgutenberg 0.12 → 0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. data/code/01rwdcore/01rwdcore.rb +6 -6
  2. data/code/01rwdcore/02helptexthashbegin.rb +14 -2
  3. data/code/01rwdcore/03helptexthash.rb +18 -20
  4. data/code/01rwdcore/jumplinkcommand.rb +14 -4
  5. data/code/01rwdcore/openhelpwindow.rb +7 -0
  6. data/code/01rwdcore/runhelpabout.rb +6 -1
  7. data/code/01rwdcore/runtab.rb +15 -0
  8. data/code/01rwdcore/selectiontab.rb +2 -0
  9. data/code/01rwdcore/setuphelpaboutoptions.rb +2 -0
  10. data/code/01rwdcore/setuptinkerdocuments.rb +1 -0
  11. data/code/01rwdcore/test_cases.rb +100 -51
  12. data/code/01rwdcore/test_harness.rb +8 -1
  13. data/code/01rwdcore/uploadreturns.rb +3 -0
  14. data/code/dd0viewphoto/dd0viewphoto.rb +2 -0
  15. data/code/superant.com.gutenberg/0uninstallapplet.rb +2 -0
  16. data/code/superant.com.gutenberg/changegutenbergname.rb +0 -0
  17. data/code/superant.com.gutenberg/clearbookscreendisplay.rb +0 -0
  18. data/code/superant.com.gutenberg/cleargutenbergfiles.rb +0 -0
  19. data/code/superant.com.gutenberg/cleargutrecordfiles.rb +0 -0
  20. data/code/superant.com.gutenberg/copyfilename.rb +0 -0
  21. data/code/superant.com.gutenberg/createnewnote.rb +1 -1
  22. data/code/superant.com.gutenberg/deletegutenbergrecord.rb +0 -0
  23. data/code/superant.com.gutenberg/gutenbergcreatefile.rb +0 -0
  24. data/code/superant.com.gutenberg/helptexthashload.rb +0 -0
  25. data/code/superant.com.gutenberg/listnamerecord.rb +0 -0
  26. data/code/superant.com.gutenberg/listtextfilesgutenberg.rb +0 -0
  27. data/code/superant.com.gutenberg/loadbookrecord.rb +0 -0
  28. data/code/superant.com.gutenberg/loadconfigurationrecord.rb +0 -0
  29. data/code/superant.com.gutenberg/loadconfigurationvariables.rb +0 -0
  30. data/code/superant.com.gutenberg/openhelpwindow.rb +41 -0
  31. data/code/superant.com.gutenberg/runbackwindow.rb +0 -0
  32. data/code/superant.com.gutenberg/rungutenbergwindow.rb +0 -0
  33. data/code/superant.com.gutenberg/rwdgutenbergbackward.rb +0 -0
  34. data/code/superant.com.gutenberg/rwdtinkerversion.rb +0 -0
  35. data/code/superant.com.gutenberg/saveconfigurationrecord.rb +0 -0
  36. data/code/superant.com.gutenberg/savegutenbergrecord.rb +0 -0
  37. data/code/superant.com.library/marcsearch.rb +30 -0
  38. data/code/superant.com.rwdtinkerbackwindow/changelocale.rb +84 -0
  39. data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +30 -102
  40. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +2 -0
  41. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +2 -0
  42. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +3 -1
  43. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +4 -0
  44. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +3 -1
  45. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +3 -1
  46. data/code/superant.com.rwdtinkerbackwindow/showlocaleoptions.rb +9 -0
  47. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -0
  48. data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +8 -5
  49. data/code/zz0applicationend/zz0end.rb +2 -1
  50. data/configuration/rwdtinker.dist +3 -2
  51. data/configuration/rwdwgutenberg.dist +3 -3
  52. data/configuration/tinkerwin2variables.dist +4 -8
  53. data/gui/tinkerbackwindows/superant.com.backgutenberg/30booklistutilities.rwd +1 -1
  54. data/gui/tinkerbackwindows/superant.com.backgutenberg/40marctab.rwd +26 -0
  55. data/gui/tinkerbackwindows/superant.com.backgutenberg/67viewconfiguration.rwd +1 -1
  56. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +1 -1
  57. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80localechanger.rwd +17 -0
  58. data/init.rb +53 -156
  59. data/installed/rwdwgutenberg.inf +0 -1
  60. data/lang/en/rwdcore/en.po +197 -0
  61. data/lang/es/rwdcore/es.po +184 -0
  62. data/lang/fr/rwdcore/fr.po +169 -0
  63. data/lang/hi/rwdcore/hi.po +173 -0
  64. data/lang/ja/rwdcore/ja.po +171 -0
  65. data/lang/nl/rwdcore/nl.po +169 -0
  66. data/lib/marc.rb +38 -0
  67. data/lib/marc/constants.rb +14 -0
  68. data/lib/marc/controlfield.rb +47 -0
  69. data/lib/marc/datafield.rb +163 -0
  70. data/lib/marc/dublincore.rb +79 -0
  71. data/lib/marc/exception.rb +9 -0
  72. data/lib/marc/reader.rb +186 -0
  73. data/lib/marc/record.rb +147 -0
  74. data/lib/marc/subfield.rb +31 -0
  75. data/lib/marc/writer.rb +87 -0
  76. data/lib/marc/xmlreader.rb +103 -0
  77. data/lib/marc/xmlwriter.rb +155 -0
  78. data/lib/rwdtinker/rwdcodedir.rb +56 -0
  79. data/lib/rwdtinker/rwdguidir.rb +57 -0
  80. data/lib/rwdtinker/rwdlangdir.rb +60 -0
  81. data/lib/rwdtinker/rwdtinkertools.rb +2 -1
  82. data/lib/zip/ioextras.rb +43 -2
  83. data/lib/zip/stdrubyext.rb +5 -5
  84. data/lib/zip/tempfile_bugfixed.rb +2 -2
  85. data/lib/zip/zip.rb +618 -149
  86. data/lib/zip/zipfilesystem.rb +59 -8
  87. data/lib/zip/ziprequire.rb +32 -3
  88. data/lib/zmarc.rb +140 -0
  89. data/lib/zoom.so +0 -0
  90. data/rwd_files/HowTo_Gutenberg.txt +8 -1
  91. data/rwd_files/HowTo_Tinker.txt +29 -6
  92. data/rwd_files/Tinkerhelptexthash.txt +84 -0
  93. data/rwd_files/log/rwdtinker.log +0 -2080
  94. data/rwd_files/rwdapplications.html +23 -1
  95. data/rwd_files/rwdgutenberghelpfiles.txt +11 -4
  96. data/rwdconfig.dist +4 -2
  97. data/tests/makedist-rwdwgutenberg.rb +1 -1
  98. data/tests/makedist.rb +1 -1
  99. data/zips/rwdwfoldeditor-0.07.zip +0 -0
  100. data/zips/{rwdwgutenberg-0.12.zip → rwdwgutenberg-0.13.zip} +0 -0
  101. data/zips/rwdwhypernote-0.16.zip +0 -0
  102. data/zips/rwdwmovies-0.98.zip +0 -0
  103. data/zips/tinkerbellw-0.04.zip +0 -0
  104. data/zips/{wrubyslippers-1.07.zip → wrubyslippers-1.08.zip} +0 -0
  105. metadata +39 -14
  106. data/code/01rwdcore/04helptextend.rb +0 -6
  107. data/code/superant.com.gutenberg/openhelpwindowgutenberg.rb +0 -35
  108. data/code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb +0 -61
  109. data/lang/en/rwdcore/languagefile.rb +0 -59
  110. data/lang/es/rwdcore/languagefile-es.rb +0 -63
  111. data/lang/fr/rwdcore/languagefile.rb +0 -65
  112. data/lang/jp/rwdcore/languagefile.rb +0 -73
  113. data/lang/nl/rwdcore/languagefile.rb +0 -76
  114. data/rwdgutenberg.rb +0 -1
  115. data/zips/rwdwfoldeditor-0.05.zip +0 -0
@@ -1,8 +1,5 @@
1
1
  # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
- # This application is a framework for writing programs from RubyWebDialogs
3
- # http://www.erikveen.dds.nl/rubywebdialogs/index.html
4
- # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications
5
- # This class is the top class for the RwdTinker application
2
+
6
3
 
7
4
  $DEBUG=false
8
5
  $VERBOSE=false
@@ -15,8 +12,7 @@ class RwdTinker < RWDialog
15
12
 
16
13
  @display= "idle"
17
14
  if TestNow
18
-
19
- rwdtest_harness
15
+ rwdtest_harness
20
16
  end
21
17
  showjumplinkoptions
22
18
  setuptinkerdocuments
@@ -27,3 +23,7 @@ class RwdTinker < RWDialog
27
23
  "#{$rwdapplicationidentity}"
28
24
  end
29
25
 
26
+
27
+ # for original RWD work see: http://www.erikveen.dds.nl/rubywebdialogs/index.html
28
+ # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications
29
+ # This class is the top class for the RwdTinker application
@@ -1,4 +1,16 @@
1
-
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
2
 
3
- Helptext = Hash.new { |hh, kk| hh[kk] = "ERROR: Identificador de mensaje desconocido: #{kk.inspect}."; hh[kk] }
3
+ Helptext = Hash.new { |hh, kk| hh[kk] = "ERROR: Message-ID Unknown: #{kk.inspect}."; hh[kk] }
4
4
  helpmessage = {
5
+ :tinker_help => "rwdtinker is the core application for the
6
+ rwdapplications. "
7
+
8
+ }
9
+ helpmessage.each { |kk, vv| Helptext[kk] = vv }
10
+
11
+
12
+ =begin
13
+ this is to set up the help buttons
14
+ this uses a hash
15
+ =end
16
+
@@ -1,23 +1,21 @@
1
- # Help files for RwdTinker core
1
+ # this code loads the help text
2
2
 
3
-
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
- ",
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
- Then you should be able to login at: http://yourhostname:8080",
3
+
4
+ tmphelpfilename = "Tinkerhelptexthash.txt"
5
+ tmphelpdir = "rwd_files"
6
+
7
+ begin # exception trapped block
8
+
9
+
10
+ fileName = File.join(tmphelpdir ,tmphelpfilename )
11
+
12
+
13
+ fd = File.open(fileName,"r")
14
+ tmphelptext = fd.read
15
+ fd.close
16
+ eval tmphelptext
17
+ rescue SystemCallError, StandardError
18
+ $rwdtinkerlog.error "Tinkerbell help file load: system call error: "
19
+ end # exception rescue
15
20
 
16
-
17
- :documents_rwdtinker => "<b>Documents:
18
- <p>
19
21
 
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
- "
23
-
@@ -1,3 +1,4 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # Bind message passing socket to rwdtinker application
2
3
 
3
4
  locationlink = {
@@ -10,11 +11,20 @@
10
11
  locationlink.each { |kk, vv| JumpLink[kk] = vv }
11
12
 
12
13
  def runjumplinkcommand
13
- if @a_jumplinkinput
14
- runjumplocation = "#{JumpLink[:"#{@a_jumplinkinput}"]}"
14
+
15
+ if TabHash.has_key? JumpLink[:"#{@a_jumplinkinput}"].intern
16
+
17
+
18
+ @rwd_window = TabHash.fetch(JumpLink[:"#{@a_jumplinkinput}"].intern)
19
+ @rwd_tab = JumpLink[:"#{@a_jumplinkinput}"]
20
+
21
+ else
22
+
23
+ runjumplocation = "#{JumpLink[:"#{@a_jumplinkinput}"]}"
15
24
 
16
- self.send(runjumplocation)
17
- end
25
+ self.send(runjumplocation)
26
+ end
27
+
18
28
  end
19
29
 
20
30
 
@@ -1,4 +1,7 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # this code is to call the help window
3
+ # for RwdTinker core
4
+
2
5
  def runhelpwindow
3
6
  $helptopicsarray = $helptopicsarray | ["applet_installation","applet_viewing","applet_tinkerbackeditconfiguration"]
4
7
 
@@ -29,3 +32,7 @@ def choosenewhelptopic(inffile)
29
32
  end
30
33
 
31
34
 
35
+
36
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
37
+ # this code is to call the help window
38
+ # for RwdTinker core
@@ -7,4 +7,9 @@
7
7
  @rwd_window = "rwdtinkerhelpwindow"
8
8
 
9
9
  end
10
-
10
+
11
+ =begin
12
+ This def runtinkerhelpabout
13
+ is to call the rwdtinkerhelpwindow
14
+ =end
15
+
@@ -0,0 +1,15 @@
1
+ # Application RwdTinker orginally (c) 2004-2008 Steven Gibson under GPL.
2
+ # rwdtinker application
3
+
4
+
5
+ def runtablinkcommand
6
+
7
+ $stderr.puts TabHash.fetch(JumpLink[:"#{@a_jumplinkinput}"].intern)
8
+
9
+ @rwd_windows = "tinkerbackwindow"
10
+ @rwd_tab = "selectiontab"
11
+
12
+ end
13
+
14
+
15
+
@@ -1,4 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # this code is to return to the window back from the help window
3
+
2
4
  def runselectiontab
3
5
 
4
6
 
@@ -1,4 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # help about option setup for rwdtinker application
3
+
2
4
  def setuphelpaboutoptions
3
5
 
4
6
  @rwd_window = "tinkerhelpabout"
@@ -1,3 +1,4 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
1
2
  # Bind document names to rwdtinker document tab
2
3
  def setuptinkerdocuments
3
4
 
@@ -1,71 +1,120 @@
1
1
  # test harness
2
2
 
3
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
4
 
17
- begin
18
- testasserts = 0
19
- print "Starting rwdtinker tests!\n"
5
+ def rwdtinker_all_tests
6
+ $rwdtinkerlog.info "in rwdtinker all tests"
7
+
8
+ $rwdtinkerlog.info "Starting rwdtinker tests!\n"
20
9
  runrwdtinkerbackwindow
21
-
22
- assert_equal("tinkerbackwindow",@rwd_window) ; testasserts += 1
23
- runselectiontab
24
- assert_equal("selectiontab",@rwd_tab) ; testasserts += 1
10
+
11
+ if "tinkerbackwindow" == @rwd_window
12
+ $testasserts += 1
13
+ else
14
+ $testfailures += 1
15
+ $testerrorarray << "runrwdtinkerbackwindow"
16
+ end
17
+
18
+ runselectiontab
19
+
20
+ if "selectiontab" == @rwd_tab
21
+ $testasserts += 1
22
+ else
23
+ $testfailures += 1
24
+ $testerrorarray << "selectiontab"
25
+ end
26
+
25
27
  showjumplinkoptions
26
28
  @a_jumplinkinput = "returntomain"
27
29
  runjumplinkcommand
28
- assert_equal("main",@rwd_window) ; testasserts += 1
30
+ if "main" == @rwd_window
31
+ $testasserts += 1
32
+ else
33
+ $testfailures += 1
34
+ $testerrorarray << "returntomain"
35
+ end
29
36
  @a_jumplinkinput = "helpscreen"
30
37
  runjumplinkcommand
31
38
 
32
- assert_equal("rwdtinkerhelpwindow",@rwd_window) ; testasserts += 1
33
- returntomain
34
- assert_equal("main",@rwd_window) ; testasserts += 1
39
+ if "rwdtinkerhelpwindow" == @rwd_window
40
+ $testasserts += 1
41
+ else
42
+ $testfailures += 1
43
+ $testerrorarray << "helpscreen"
44
+ end
45
+
35
46
  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"
47
+ if "documentsrwdtinkerone" == @rwd_tab
48
+ $testasserts += 1
49
+ else
50
+ $testfailures += 1
51
+ $testerrorarray << "runtinkerdocuments"
52
+ end
58
53
 
59
- rescue NotImplementedError, Exception
60
- $stderr.print $!
61
54
 
62
- end
63
-
64
- end
55
+ runrwdtinkerwin2version
56
+ if "applicationversion" == @rwd_window
57
+ $testasserts += 1
58
+ else
59
+ $testfailures += 1
60
+ $testerrorarray << "runrwdtinkerwin2version"
61
+ end
65
62
 
63
+
64
+ runremotezipsinstall
65
+ if "superantcomremotezipsinstall" == @rwd_tab
66
+ $testasserts += 1
67
+ else
68
+ $testfailures += 1
69
+ $testerrorarray << "runremotezipsinstall"
70
+ end
66
71
 
72
+ runeditconfiguration
73
+ if "editconfigurationfile" == @rwd_tab
74
+ $testasserts += 1
75
+ else
76
+ $testfailures += 1
77
+ $testerrorarray << "runeditconfiguration"
78
+ end
79
+ runhelpwindowtinkerwin2
80
+
81
+ if @rwd_tab == "editconfigurationfile" && @rwdhelpdataoutput.include?("Remember to reload the configuration variables")
82
+ $testasserts += 1
83
+ else
84
+ $testfailures += 1
85
+ $testerrorarray << "applet_tinkerbackeditconfiguration"
86
+ end
87
+
88
+
89
+ rwd_jump("rwdlogfiletab", "rwd_tab_rwdlogfiletab")
90
+
91
+ if @rwd_tab == "rwdlogfiletab"
92
+ $testasserts += 1
93
+ else
94
+ $testfailures += 1
95
+ $testerrorarray << "rwdlogfiletab"
96
+ end
97
+
98
+ rwd_jump( "diagnostictab")
99
+ if @rwd_tab == "diagnostictab"
100
+ $testasserts += 1
101
+ else
102
+ $testfailures += 1
103
+ $testerrorarray << "diagnostictab"
104
+ end
105
+ end
106
+
107
+ def rwd_jump(tab, go="")
108
+ @rwd_tab = tab
109
+ @rwd_action = go
110
+ end
111
+
112
+ def teststobedown
113
+ runrwdtinkerbackwindow
114
+ @a_installapplet="/usr/src/rwdapplets/rwdtinker/zips/rwdahelloworld-0.5"
115
+ viewgemappletcontents
116
+ assert_not_nil(@appletcontentstext) ; testasserts += 1
67
117
 
68
- def teststobedown
69
118
  runtinkerhelpabout
70
119
  assert_equal("rwdtinkerhelpwindow",@rwd_tab) ; testasserts += 1
71
120
  raise NotImplementedError, 'Need to write test_choosenewhelptopic'
@@ -2,12 +2,19 @@
2
2
  def rwdtest_harness
3
3
 
4
4
  print "in test harness\n"
5
-
5
+ $testasserts = 0
6
+ $testerrorarray = [""]
7
+ $testfailures = 0
8
+
6
9
  $testharnessarray.each { |x|
7
10
  print "calling #{x}\n"
8
11
  eval("#{x}")
9
12
 
10
13
  }
14
+ $rwdtinkerlog.info "successes = #{$testasserts}"
15
+ $rwdtinkerlog.info "failures = #{$testfailures}"
16
+ $rwdtinkerlog.info "failed methods #{$testerrorarray}"
17
+ $rwdtinkerlog.info "tested methods #{$testharnessarray}"
11
18
 
12
19
  end
13
20
 
@@ -1,3 +1,6 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+ # return information to the author
3
+
1
4
  def uploadreturnsfile
2
5
  require 'net/ftp'
3
6
  BasicSocket.do_not_reverse_lookup = true
@@ -1,3 +1,5 @@
1
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
2
+
1
3
  def viewphoto
2
4
  @rwd_window = "photo"
3
5
  end
@@ -5,6 +5,8 @@ Helptext.delete_if {|key, value| key == :rwdgutenberg_generalhelp}
5
5
  Helptext.delete_if {|key, value| key == :gutenbergedit_help }
6
6
  Helptext.delete_if {|key, value| key == :gutenbergutility_help }
7
7
  Helptext.delete_if {|key, value| key == :rwdgutenberg_configuration }
8
+ Helptext.delete_if {|key, value| key == :gutenlist_help }
9
+ Helptext.delete_if {|key, value| key == :rwdgutenbergmarcrecords_help }
8
10
  $rwdjumplink.delete_if {|x| x == "RwdGutenbergMainWindow"}
9
11
  $rwdjumplink.delete_if {|x| x == "GutenbergBackWindow"}
10
12
  if DeleteGutenbergConfig
File without changes
File without changes
File without changes
File without changes
@@ -11,7 +11,7 @@
11
11
  @a_gutenbergdatacomments.to_s + "\n"
12
12
  end
13
13
  if @a_viewgutenberg.empty?
14
- newnotefilename = File.join ($rwdgutenberg_directory , "newnote.lnk")
14
+ newnotefilename = File.join($rwdgutenberg_directory , "newnote.lnk")
15
15
  else
16
16
  tmplinkfilename = @a_viewgutenberg.to_s.strip + ".lnk"
17
17
  newnotefilename = File.join($rwdgutenberg_directory, tmplinkfilename)
File without changes
File without changes
File without changes
File without changes
File without changes