4 次代碼提交 60f1437ae1 ... a3d47b5a6c

作者 SHA1 備註 提交日期
  UltrasonicMadness a3d47b5a6c Updated referenced version of GNOME 1 年之前
  UltrasonicMadness 0a78f1624f New version of MadHelix 1 年之前
  UltrasonicMadness c33630b0f1 Added Wikipedia link 1 年之前
  UltrasonicMadness 619d52e53a Updated copyright year 1 年之前

+ 2 - 1
backend/include/footer.inc

@@ -4,9 +4,10 @@
         <a target="_blank" href="https://notabug.org/UltrasonicMadness"><img alt="NotABug" src="/common/images/notabug.png" /></a>
         <a target="_blank" href="https://hub.darcs.net/UltrasonicMadness"><img alt="darcs hub" src="/common/images/darcshub.png" /></a>
         <a target="_blank" href="https://mastodon.scot/@UltrasonicMadness" rel="me"><img alt="Mastodon" src="/common/images/mastodon.png" /></a>
+        <a target="_blank" href="https://en.wikipedia.org/wiki/User:UltrasonicMadness"><img alt="Wikipedia" src="/common/images/wikipedia.png" /></a>
     </div>
 
     
-    <p>Copyright &copy; 2022 UltrasonicMadness. The code to generate the website is licensed under the <a target="_blank" href="https://www.gnu.org/licenses/agpl.html">GNU Affero General Public License version 3</a>, the information and media on the website is licensed under the <a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">Creative Commons Attribution-ShareAlike 4.0 International Public License</a>, unless otherwise stated. See the <a href="/legal">legal</a> and <a href="/legal/privacy">privacy</a> pages for details.</p>
+    <p>Copyright &copy; 2023 UltrasonicMadness. The code to generate the website is licensed under the <a target="_blank" href="https://www.gnu.org/licenses/agpl.html">GNU Affero General Public License version 3</a>, the information and media on the website is licensed under the <a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">Creative Commons Attribution-ShareAlike 4.0 International Public License</a>, unless otherwise stated. See the <a href="/legal">legal</a> and <a href="/legal/privacy">privacy</a> pages for details.</p>
 	<p>Source code for this website <a href="/software/usm-website/">is available</a>.</p>
 </footer>

二進制
public_html/common/images/hellohelix.png


二進制
public_html/common/images/wikipedia.png


+ 8 - 9
public_html/software/madhelix/index.php

@@ -1,7 +1,7 @@
 <?php
     /*
      * Personal website of UltrasonicMadness
-     * Copyright (C) 2021 UltrasonicMadness
+     * Copyright (C) 2023 UltrasonicMadness
      *
      * This program is free software: you can redistribute it and/or modify
      * it under the terms of the GNU Affero General Public License as
@@ -36,18 +36,11 @@
                 <h1>MadHelix</h1>
                 <p>MadHelix is a Java Swing-based graphical frontend for <a target="_blank" href="https://sourceforge.net/projects/soundhelix/">SoundHelix</a>, a program which generates music based on entered (or generated) text and plays it back. It is in an early state of development so please let me know of any issues you have with it.</p>
                 
-                <h3>Screenshot</h3>
-                <figure>
-                    <img alt="MadHelix screenshot" src="/common/images/hellohelix.png" />
-                    <figcaption>Playing a song</figcaption>
-                </figure>
-                
                 <h3>Credits</h3>
                 <ul>
                     <li>SoundHelix is developed by Thomas Schürger.</li>
                     <li>MadHelix is developed by UltrasonicMadness.</li>
-                    <li><a target="_blank" href="https://github.com/fangyidong/json-simple">json-simple</a> is developed by Yidong Fang, Chris Nokleberg and Dave Hughes.</li>
-                    <li>The icons are made by the <a target="_blank" href="http://www.gnome.org/">GNOME Project</a> as part of version 3.28.0 of the <a target="_blank" href="https://gitlab.gnome.org/GNOME/adwaita-icon-theme">Adwaita Icon Theme</a>.</li>
+                    <li>The icons are made by the <a target="_blank" href="http://www.gnome.org/">GNOME Project</a> as part of version 44 of the <a target="_blank" href="https://gitlab.gnome.org/GNOME/adwaita-icon-theme">Adwaita Icon Theme</a>.</li>
                 </ul>
                 
                 <h3>License</h3>
@@ -58,6 +51,12 @@
                 
                 <h3>Download</h3>
                 <p>Compiled versions are available from <a target="_blank" href="https://notabug.org/UltrasonicMadness/madhelix/releases">NotABug</a>.</p>
+                
+                <h3>Screenshot</h3>
+                <figure>
+                    <img alt="MadHelix screenshot" src="/common/images/hellohelix.png" />
+                    <figcaption>Playing a song</figcaption>
+                </figure>
             </main>
             
             <?php inc_footer(); ?>