Skip to content

Commit f7268f3

Browse files
committed
Modify aboutpage and reference ABC field from ABCPlus
1 parent 2cfa74d commit f7268f3

File tree

2 files changed

+221
-346
lines changed

2 files changed

+221
-346
lines changed

easy_abc.py

+7-5
Original file line numberDiff line numberDiff line change
@@ -8565,7 +8565,8 @@ class AboutFrame(wx.Dialog):
85658565
</center>
85668566
<p><b>{0}</b><br/>
85678567
an open source ABC editor for Windows, OSX and Linux. It is published under the <a href="https://www.gnu.org/licenses/gpl-2.0.html">GNU Public License</a>. </p>
8568-
<p><center><a href="https://www.nilsliberg.se/ksp/easyabc/">https://www.nilsliberg.se/ksp/easyabc/</a></center></p>
8568+
<p><center>initial repository was at <a href="https://www.nilsliberg.se/ksp/easyabc/">https://www.nilsliberg.se/ksp/easyabc/</a></center></p>
8569+
<p><center>Now documentation available here<a href="https://easyabc.sourceforge.net">https://easyabc.sourceforge.net</a></center></p>
85698570
<p><u>Features</u>:</p>
85708571
<ul style="line-height: 150%; margin-top: 3px;">
85718572
<li> Good ABC standard coverage thanks to internal use of abcm2ps and abc2midi
@@ -8589,6 +8590,7 @@ class AboutFrame(wx.Dialog):
85898590
</ul>
85908591
85918592
<p><b>EasyABC</b> is brought to you by <b>Nils Liberg</b>, Copyright &copy; 2010-2012.</p>
8593+
<p><b>EasyABC</b> is maintained by <b>Jan Wybren de Jong</b>, <b>Seymour Shlien</b> and by <b>Fr&eacute;d&eacute;ric Aup&eacute;pin</b> for Mac adaptation</p>
85928594
<p><b>Credits</b> - software components used by EasyABC:</p>
85938595
<ul class="nicelist">
85948596
<li><a href="http://moinejf.free.fr/">abcm2ps</a> for converting ABC code to note images (developed/maintained by Jean-Fran&ccedil;ois Moine)</li>
@@ -8599,10 +8601,10 @@ class AboutFrame(wx.Dialog):
85998601
<li><a href="https://www.scintilla.org/">scintilla</a> for the text editor used for ABC code</li>
86008602
<li><a href="https://www.mxm.dk/products/public/pythonmidi">python midi package</a> for the initial parsing of midi files to be imported</li>
86018603
<li><a href="https://www.pygame.org/download.shtml">pygame</a> (which wraps <a href="https://sourceforge.net/apps/trac/portmedia/wiki/portmidi">portmidi</a>) for real-time midi input</li>
8602-
<li><a href="https://www.fluidsynth.org/">FluidSynth</a> for playing midi (and made fit for Python by <a href="https://wim.vree.org/svgParse/index.html">Willem Vree</a>)</li>
8603-
<li>Thanks to Guido Gonzato for providing the fields and command reference.
8604+
<li><a href="https://www.fluidsynth.org/">FluidSynth</a> for playing midi (and made fit for Python with a <a href="https://wim.vree.org/svgParse/testplayer.html">player</a> by <a href="https://wim.vree.org/svgParse/">Willem Vree</a>)</li>
8605+
<li>Thanks to Guido Gonzato for providing the fields and command reference extracted from his <a href="https://abcplus.sourceforge.net/#ABCGuide">Making music with ABC guide</a>.</li>
86048606
<li><br>Many thanks to the translators: Valerio&nbsp;Pelliccioni, Guido&nbsp;Gonzato&nbsp;(italian), Bendix&nbsp;R&oslash;dgaard&nbsp;(danish), Fr&eacute;d&eacute;ric&nbsp;Aup&eacute;pin&nbsp;(french), Bernard&nbsp;Weichel&nbsp;(german), Jan&nbsp;Wybren&nbsp;de&nbsp;Jong&nbsp;(dutch) and Wu&nbsp;Xiaotian&nbsp;(chinese).</li>
8605-
<li>Universal binaries of abcm2ps and abc2midi for OSX are available thanks to Chuck&nbsp;Boody.</li>
8607+
<li>Universal binaries of <a href="https://abcplus.sourceforge.net/#abcm2ps">abcm2ps</a> and <a href="https://abcplus.sourceforge.net/#abcmidi">abc2midi</a> for OSX are available thanks to Chuck&nbsp;Boody and Guido Gonzato</li>
86068608
</ul>
86078609
86088610
<p><b>Links</b></p>
@@ -8611,7 +8613,7 @@ class AboutFrame(wx.Dialog):
86118613
<li><a href="http://abcplus.sourceforge.net/">abcplus.sourceforge.net</a></li>
86128614
<li><a href="http://moinejf.free.fr/">Jef Moine's abcm2ps page</a></li>
86138615
<li><a href="https://abcmidi.sourceforge.io/">Seymour Shlien's abcMIDI page</a></li>
8614-
<li><a href="http://www.folkwiki.se/">folkwiki.se - Swedish folk music</a> (my involvement here is the reason why I implemented the program)</li>
8616+
<li><a href="http://www.folkwiki.se/">folkwiki.se - Swedish folk music</a> (initial involvement of Nils here is the reason why he implemented the program)</li>
86158617
</ul>
86168618
</body>
86178619
</html>

0 commit comments

Comments
 (0)