r20882 - htdocs/branches/beta - Introduce a class for the GnuCash name and start to use it.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 9 10:00:31 EDT 2011


Author: cmarchi
Date: 2011-07-09 10:00:31 -0400 (Sat, 09 Jul 2011)
New Revision: 20882
Trac: http://svn.gnucash.org/trac/changeset/20882

Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/features.phtml
   htdocs/branches/beta/index.phtml
Log:
Introduce a class for the GnuCash name and start to use it.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-09 13:52:56 UTC (rev 20881)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-09 14:00:31 UTC (rev 20882)
@@ -309,16 +309,7 @@
    background: url('../images/icons/gnome-dialog-information.png') 5px 5px no-repeat #E6E6F7;
 }
 
-span.gnu {
-	font-weight:bold;
-	color: blue;
-}
 
-span.cash {
-	font-weight:bold;
-	color: green;
-}
-
 span.bold {
 	font-weight:bold;
 }
@@ -343,3 +334,9 @@
 font-size:0.7em;
 text-align:center;
 }
+
+.gnucash
+{
+  font-weight:bold;
+  color: #7F7FAA;
+}

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2011-07-09 13:52:56 UTC (rev 20881)
+++ htdocs/branches/beta/features.phtml	2011-07-09 14:00:31 UTC (rev 20882)
@@ -11,7 +11,7 @@
 
 <div>
 <p>
-<?php echo T_("GnuCash is a powerful accounting software. This page will try to explain in detail which are the numerous features that GnuCash has to offer to it's users.");?>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. This page will try to explain in detail which are the numerous features that <span class=\"gnucash\">GnuCash</span> has to offer to it's users.");?>
 </p>
 <ul>
 <li><a href="#main-feat"><?php echo T_("Main features");?></a></li>
@@ -44,7 +44,7 @@
 <img class="featureimage" src="<?=$top_dir?>/images/features/feature_register.png" alt="[Register]"/>
 </div>
 <p class="justify">
-<?php echo T_("The GnuCash checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.");?>
+<?php echo T_("The <span class=\"gnucash\">GnuCash</span> checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.");?>
 <p class="justify">
 <?php echo T_("The register supports common checking and credit-card transactions, as well as income, stock and currency transactions. The following features are also provided:");?>
 </p>
@@ -68,7 +68,7 @@
 <?php echo T_("You can create recurring transactions with a high level of customization of amounts and timeline. You can also set an automatic reminder when a transaction is due.");?>
 </p>
 <p class="justify">
-<?php echo T_("An assistant that runs when GnuCash is started, allows you to postpone a scheduled transaction without canceling it or to enter it before the due date.");?>
+<?php echo T_("An assistant that runs when <span class=\"gnucash\">GnuCash</span> is started, allows you to postpone a scheduled transaction without canceling it or to enter it before the due date.");?>
 </p>
 <br clear="all" />
 </div>
@@ -79,14 +79,14 @@
 </div>
 <img class="featureimage" src="<?=$top_dir?>/images/features/feature_graph-report.png" alt="[Graphs]"/>
 <p class="justify">
-<?php echo T_("GnuCash has an integrated module to display graphs of your financial data in the form of:");?>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> has an integrated module to display graphs of your financial data in the form of:");?>
 </p>
 <ul>
 <li><?php echo T_("Barcharts");?></li>
 <li><?php echo T_("Piecharts");?></li>
 <li><?php echo T_("Scatter plots");?></li>
 </ul>
-<?php echo T_("GnuCash also comes complete with a full suite of standard and customizeable reports, such as:");?>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> also comes complete with a full suite of standard and customizeable reports, such as:");?>
 <ul>
 <li><?php echo T_("Balance Sheet");?></li>
 <li><?php echo T_("Profit & Loss");?></li>
@@ -106,8 +106,8 @@
 <div class="center">
 <img class="featureimage" src="<?=$top_dir?>/images/features/feature_reconcile.png" alt="[Reconcile]"/>
 </div>
-<p class="justify"><?php echo T_("The <b>reconciliation</b> of an account is an operation that allows the user to check the entered transactions belonging to a GnuCash account against a bank statement. This operation is very useful to spot untracked transactions or data entry errors.");?></p>
-<p class="justify"><?php echo T_("The GnuCash reconcile tool with running reconciled and cleared balances makes reconciling against bank statements an easy task.");?></p>
+<p class="justify"><?php echo T_("The <b>reconciliation</b> of an account is an operation that allows the user to check the entered transactions belonging to a <span class=\"gnucash\">GnuCash</span> account against a bank statement. This operation is very useful to spot untracked transactions or data entry errors.");?></p>
+<p class="justify"><?php echo T_("The <span class=\"gnucash\">GnuCash</span> reconcile tool with running reconciled and cleared balances makes reconciling against bank statements an easy task.");?></p>
 <br clear="all" />
 </div>
 
@@ -133,7 +133,7 @@
 <?php echo T_("Using A/Receivable and A/Payable accounts you can even manage <b>payrolls</b> for your employees.");?>
 </p>
 <p class="justify">
-<?php echo T_("GnuCash gives you also a tool to manage your business' <b>budget</b> so that you can easily plan your financial strategy.");?>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> gives you also a tool to manage your business' <b>budget</b> so that you can easily plan your financial strategy.");?>
 </p>
 <br clear="all" />
 </div>
@@ -173,7 +173,7 @@
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Database support");?></h2>
 </div>
-<p class="justify"><?php echo T_("Along the usual xml format, starting from version 2.4, your GnuCash financial data can be stored in a <b>SQL database</b> under the application of your selection (SQLite3, MySQL or PostgreSQL).");?></p>
+<p class="justify"><?php echo T_("Along the usual xml format, starting from version 2.4, your <span class=\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL database</b> under the application of your selection (SQLite3, MySQL or PostgreSQL).");?></p>
 <br clear="all">
 </div>
 
@@ -182,10 +182,10 @@
 <h2 class="featuretitle"><?php echo T_("QIF and OFX Import");?></h2>
 </div>
 <p class="justify">
-<?php echo T_("If you are migrating from other financial software, GnuCash can import Intuit<sup>®</sup> Quicken<sup>®</sup> <b>QIF</b> files using a practical assistant.");?>
+<?php echo T_("If you are migrating from other financial software, <span class=\"gnucash\">GnuCash</span>  can import Intuit<sup>®</sup> Quicken<sup>®</sup> <b>QIF</b> files using a practical assistant.");?>
 </p>
 <p class="justify">
-<?php echo T_("GnuCash is also the first free software application to support the <b>OFX</b> (Open Financial Exchange) protocol that many banks and financial services are starting to use.");?>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> is also the first free software application to support the <b>OFX</b> (Open Financial Exchange) protocol that many banks and financial services are starting to use.");?>
 </p>
 <p class="justify">
 <?php echo T_("A transaction matching system ensures that duplicate transactions are accurately recognized and automatically deleted during file import.");?>
@@ -198,7 +198,7 @@
 <h2 class="featuretitle"><?php echo T_("HBCI Support");?></h2>
 </div>
 <p class="justify">
-<?php echo T_("GnuCash is the first free software application to support the German <b>Home Banking Computer Information</b> protocol, allowing German users to perform statement download and initiate bank transfers and direct debits.");?>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> is the first free software application to support the German <b>Home Banking Computer Information</b> protocol, allowing German users to perform statement download and initiate bank transfers and direct debits.");?>
 </p>
 <br clear="all" />
 </div>
@@ -210,7 +210,7 @@
 <h2 class="featuretitle"><?php echo T_("Multiplatform");?></h2>
 </div>
 <p class="justify">
-<?php echo T_("GnuCash can be executed on different operating systems. The most commonly used OS's like <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>, are supported along with many others.");?></p>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> can be executed on different operating systems. The most commonly used OS's like <b>Windows</b>, <b>MacOSX</b> and <b>Linux</b>, are supported along with many others.");?></p>
 <br clear="all">
 </div>
 
@@ -219,7 +219,7 @@
 <h2 class="featuretitle"><?php echo T_("Localization");?></h2>
 </div>
 <p class="justify">
-<?php echo T_("GnuCash handles internationalized dates and currencies. The application's menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish.");?></p>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> handles internationalized dates and currencies. The application's menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish.");?></p>
 <br clear="all" />
 </div>
 
@@ -257,7 +257,7 @@
 <h2 class="featuretitle"><?php echo T_("User Manual and Help");?></h2>
 </div>
 <p class="justify">
-<?php echo T_("GnuCash is very well documented: along the application <b>Manual</b>, new users can take full advantage of the <b>Tutorial and Concepts guide</b>. This document gives background information on accounting principles and how they are reflected in GnuCash with many practical examples described step by step.");?></p>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> is very well documented: along the application <b>Manual</b>, new users can take full advantage of the <b>Tutorial and Concepts guide</b>. This document gives background information on accounting principles and how they are reflected in <span class=\"gnucash\">GnuCash</span> with many practical examples described step by step.");?></p>
 <br clear="all" />
 </div>
 

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2011-07-09 13:52:56 UTC (rev 20881)
+++ htdocs/branches/beta/index.phtml	2011-07-09 14:00:31 UTC (rev 20882)
@@ -22,9 +22,9 @@
 </ul>
 </div>
 
-<p class="justify"><?php echo T_("GnuCash is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
+<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
 
-<p class="justify"><?php echo T_("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
+<p class="justify"><?php echo T_("Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash\">GnuCash</span> allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
 
 <div style="float:right; width:100%">
 <h2 style="margin-bottom:1px; margin-top:0px"><?php echo T_("Feature Highlights"); ?></h2>



More information about the gnucash-changes mailing list