gnucash-htdocs master: Linux: Add Solus installation instructions

Geert Janssens gjanssens at code.gnucash.org
Mon Jun 25 10:48:07 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/b8cdb953 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/249b8003 (commit)



commit b8cdb9534bfc58d7d490021930a020726e91400d
Author: Pierre-Yves <pyu at riseup.net>
Date:   Mon Jun 25 16:34:34 2018 +0200

    Linux: Add Solus installation instructions
    
    Signed-off-by: Pierre-Yves <pyu at riseup.net>

diff --git a/download.phtml b/download.phtml
index 27a8a25..e3eb25a 100644
--- a/download.phtml
+++ b/download.phtml
@@ -31,6 +31,7 @@
     <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/fedora.png);"><b>Fedora: </b><?php echo T_("Fedora users can install <span class=\"gnucash\">GnuCash</span> through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?></li>
     <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/mandriva.png);"><b>Mandriva: </b><?php echo T_("Mandriva users can install <span class=\"gnucash\">GnuCash</span> through the Software Management in the Mandriva Linux Control Center.")?></li>
     <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/redhat.png);"><b>Redhat/Centos: </b><?php echo T_("Redhat and CentOS don't have <span class=\"gnucash\">GnuCash</span> in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see");?> <a href="https://fedoraproject.org/wiki/EPEL"><?php echo T_("Epel's wiki page");?></a>.</li>
+    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/solus.png);"><b>Solus: </b><?php echo T_("Solus users can install <span class=\"gnucash\">GnuCash</span> through the Software Center(Office Software -> Financial Software -> gnucash).")?></li>
     <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/ubuntu.png);"><b>Ubuntu: </b><?php echo T_("Ubuntu users can install <span class=\"gnucash\">GnuCash</span> through the Software Center. This will install <span class=\"gnucash\">GnuCash</span> under the Office category in the Applications menu.")?></li>
   </ul>
   <p class="justify"><?php echo T_("If your distro doesn't ship with <span class=\"gnucash\">GnuCash</span> or you wish to install a different version than it ships with, you could try to build <span class=\"gnucash\">GnuCash</span> directly from the source code. The <span class=\"gnucash\">GnuCash</span> wiki has <a href='https://wiki.gnucash.org/wiki/Building'>guidelines for several distributions</a>.")?></p>
diff --git a/images/icons/solus.png b/images/icons/solus.png
new file mode 100644
index 0000000..df4c8fd
Binary files /dev/null and b/images/icons/solus.png differ



Summary of changes:
 download.phtml         |   1 +
 images/icons/solus.png | Bin 0 -> 3875 bytes
 2 files changed, 1 insertion(+)
 create mode 100644 images/icons/solus.png



More information about the gnucash-changes mailing list