gnucash-htdocs beta: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Jun 30 19:13:04 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/60eba30c (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/a90f354f (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/219033bb (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/69fb74c1 (commit)



commit 60eba30cf38e61d58098099e3c602cc8e404877a
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 30 16:06:29 2023 -0700

    Move the GnuCash logo in the download box to the right.

diff --git a/externals/gnucash.css b/externals/gnucash.css
index af714ad..c83c342 100644
--- a/externals/gnucash.css
+++ b/externals/gnucash.css
@@ -358,7 +358,7 @@ h1
 }
 
 .downloadimage {
-   float:left;
+   float:right;
    width:200px;
    text-align:center;
 }

commit a90f354fa77df4cab4f8501b40c2b5984f98ca5f
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 30 16:04:16 2023 -0700

    Move the Flatpak line to the download list, center the icons.

diff --git a/index.phtml b/index.phtml
index ec18c0a..57ea1e1 100644
--- a/index.phtml
+++ b/index.phtml
@@ -13,16 +13,18 @@ include ("externals/menu.phtml");
       <div style="float: left;">
         <h2 id="dwnld-box"><?php printf (T_("Download GnuCash %s"), $latest_stable)?></h2>
         <ul>
-          <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" />
+            <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png"  style="vertical-align: middle;"/>
             Linux <a href="<?=$latest_stable_path.$latest_stable_source?>"><?=T_("Source code")?></a>
             | <a href="<?=$home?>/download.phtml#distribution"><?=T_("Via distribution")?></a></li>
-          <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> <?=\LABEL_WIN?>
+          <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png"  style="vertical-align: middle;"/> <?=\LABEL_WIN?>
             <a
             href="<?=$latest_stable_path.$latest_stable_win?>"><?=\SUPPORTED_WIN?></a></li>
-          <li><img alt="Apple Logo" src="<?=$top_dir?>/images/icons/apple_logo.png" /> <?=\LABEL_MAC?>
+          <li><img alt="Apple Logo" src="<?=$top_dir?>/images/icons/apple_logo.png"  style="vertical-align: middle;"/> <?=\LABEL_MAC?>
             <a
             href="<?=$latest_stable_path.$latest_stable_mac_intel?>"><?=\SUPPORTED_MAC?></a></li>
           <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source code, Development …)")?></a></li>
+          <li><img alt="flatpak logo" src="<?=$top_dir?>/images/icons/Flatpak_logo.png" style="vertical-align: middle;" /> <?php printf(T_("GnuCash is also available as a flatpak from flathub.org. %s"),
+ /*Translators: This labels a link to flatpak installation instructions. */ '<a href="https://wiki.gnucash.org/wiki/Flatpak">' . T_("Instructions") . "</a>"); ?></li>
         </ul>
       </div>
       <div class="downloadimage">
@@ -35,9 +37,6 @@ include ("externals/menu.phtml");
         <p><?php printf(T_("Version %s is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs."),
             "<a href=\"download.phtml#historical\">".$last_xp_vista_version."</a>" )?>
         </p>
-        <p><img alt="flatpak logo" src="<?=$top_dir?>/images/icons/Flatpak_logo.png" /> <?php printf(T_("GnuCash is also available as a flatpak from flathub.org. %s"),
-            /*Translators: This labels a link to flatpak installation instructions. */
-                                                                                           '<a href="https://wiki.gnucash.org/wiki/Flatpak">' . T_("Instructions") . "</a>"); ?></p>
       </div>
     </div><?php // Download ?>
 

commit 219033bb2e6f42a654b9cd696efd83643a107d1d
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 30 15:48:10 2023 -0700

    Update macOS & logo, add ref to Flatpak.

diff --git a/images/icons/Flatpak_logo.png b/images/icons/Flatpak_logo.png
new file mode 100644
index 0000000..6163196
Binary files /dev/null and b/images/icons/Flatpak_logo.png differ
diff --git a/images/icons/apple_logo.png b/images/icons/apple_logo.png
new file mode 100644
index 0000000..5b53553
Binary files /dev/null and b/images/icons/apple_logo.png differ
diff --git a/index.phtml b/index.phtml
index ed98e59..ec18c0a 100644
--- a/index.phtml
+++ b/index.phtml
@@ -19,7 +19,7 @@ include ("externals/menu.phtml");
           <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> <?=\LABEL_WIN?>
             <a
             href="<?=$latest_stable_path.$latest_stable_win?>"><?=\SUPPORTED_WIN?></a></li>
-          <li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" /> <?=\LABEL_MAC?>
+          <li><img alt="Apple Logo" src="<?=$top_dir?>/images/icons/apple_logo.png" /> <?=\LABEL_MAC?>
             <a
             href="<?=$latest_stable_path.$latest_stable_mac_intel?>"><?=\SUPPORTED_MAC?></a></li>
           <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source code, Development …)")?></a></li>
@@ -35,6 +35,9 @@ include ("externals/menu.phtml");
         <p><?php printf(T_("Version %s is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs."),
             "<a href=\"download.phtml#historical\">".$last_xp_vista_version."</a>" )?>
         </p>
+        <p><img alt="flatpak logo" src="<?=$top_dir?>/images/icons/Flatpak_logo.png" /> <?php printf(T_("GnuCash is also available as a flatpak from flathub.org. %s"),
+            /*Translators: This labels a link to flatpak installation instructions. */
+                                                                                           '<a href="https://wiki.gnucash.org/wiki/Flatpak">' . T_("Instructions") . "</a>"); ?></p>
       </div>
     </div><?php // Download ?>
 



Summary of changes:
 externals/gnucash.css         |   2 +-
 images/icons/Flatpak_logo.png | Bin 0 -> 2881 bytes
 images/icons/apple_logo.png   | Bin 0 -> 1360 bytes
 index.phtml                   |   8 +++++---
 4 files changed, 6 insertions(+), 4 deletions(-)
 create mode 100644 images/icons/Flatpak_logo.png
 create mode 100644 images/icons/apple_logo.png



More information about the gnucash-changes mailing list