r19799 - htdocs/trunk/news - Fixed error in webkit argument

John Ralls jralls at code.gnucash.org
Thu Nov 11 13:50:32 EST 2010


Author: jralls
Date: 2010-11-11 13:50:31 -0500 (Thu, 11 Nov 2010)
New Revision: 19799
Trac: http://svn.gnucash.org/trac/changeset/19799

Modified:
   htdocs/trunk/news/101107-2.3.16.news
   htdocs/trunk/news/it/101107-2.3.16.news
Log:
Fixed error in webkit argument

Modified: htdocs/trunk/news/101107-2.3.16.news
===================================================================
--- htdocs/trunk/news/101107-2.3.16.news	2010-11-11 06:12:20 UTC (rev 19798)
+++ htdocs/trunk/news/101107-2.3.16.news	2010-11-11 18:50:31 UTC (rev 19799)
@@ -25,7 +25,7 @@
 <p>Major changes in the 2.3.x release include;
 <ul>
 <li>In addition to the XML backend, Gnucash can now use a SQLite3, MySQL or PostgreSQL database to store the data. This is a new implementation using libdbi. It supports all features including the business features.  In order to build with this, add --enable-dbi to the configure command.  In addition to the libdbi-dev package for your distribution, you will also need the appropriate DBD (libdbi driver) package for sqlite3, mysql or postgresql.</li>
-<li>As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple.  In order to build with this, add --enable-webkit to the configure command.  You will need an appropriate webkit-dev package.  On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.</li>
+<li>As a replacement for the current GtkHTML HTML engine used to display reports and graphs, Gnucash can use WebKit. WebKit is the engine used by Google Chrome on Windows and Safari on Apple.  In order to build with this, add --with-html-engine=webkit to the configure command.  You will need an appropriate webkit-dev package.  On win32, you will need to download the webkit-1.1.90-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.</li>
 <li>Updated to AqBanking 3 on Win32.</li>
 </ul>
 

Modified: htdocs/trunk/news/it/101107-2.3.16.news
===================================================================
--- htdocs/trunk/news/it/101107-2.3.16.news	2010-11-11 06:12:20 UTC (rev 19798)
+++ htdocs/trunk/news/it/101107-2.3.16.news	2010-11-11 18:50:31 UTC (rev 19799)
@@ -25,7 +25,7 @@
 <p>I principali cambiamenti nel rilascio 2.3.x comprendono:
 <ul>
 <li>Oltre al backend XML, Gnucash può ora utilizzare un database SQLite3, MySQL o PostgreSQL per l'immagazzinamento dei dati. Questa è una nuova implementazione che utilizza libdbi. Sono supportate tutte le caratteristiche incluse quelle professionali. Per compilare con questa funzionalità, aggiungere "--enable-dbi" al comando "configure". Oltre al pacchetto libdbi-dev della propria distribuzione, sarà anche necessario l'appropriato pacchetto DBD (libdbi driver) per sqlite3, mysql o postgresql.</li>
-<li>Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--enable-webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.</li>
+<li>Come sostituto dell'attuale motore GtkHTML HTML utilizzato per visualizzare i resoconti e i grafici, Gnucash può usare WebKit. WebKit è il motore utilizzato da Google Chrome su Windows e da Safari su Apple. Per compilare con questa caratteristica, aggiungere "--with-html-engine=webkit" al comando "configure". Sarà necessario l'appropriato pacchetto webkit-dev. Su win32, si dovrà scaricare il file compresso webkit-1.1.90-win32.zip dal repository sorgente e inserirlo nella cartella "downloads" della propria area di compilazione di GnuCash.</li>
 <li>Aggiornamento a AqBanking 3 su Win32.</li>
 </ul>
 



More information about the gnucash-changes mailing list