From: <gem...@li...> - 2012-07-12 12:50:33
|
Revision: 833 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=833&view=rev Author: michieltcs Date: 2012-07-12 12:50:23 +0000 (Thu, 12 Jul 2012) Log Message: ----------- Rename to export.pdfExportCommand (see r832) Revision Links: -------------- http://gemstracker.svn.sourceforge.net/gemstracker/?rev=832&view=rev Modified Paths: -------------- trunk/new_project/application/configs/project.ini Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2012-07-12 12:46:26 UTC (rev 832) +++ trunk/new_project/application/configs/project.ini 2012-07-12 12:50:23 UTC (rev 833) @@ -291,9 +291,9 @@ ;--------------------------------------------------------- ; EXPORT SECTION ;--------------------------------------------------------- -; Location of the 'wkhtmltopdf' binary, be sure to use the latest -; binary from http://code.google.com/p/wkhtmltopdf/ -export.wkhtmltopdf = +; Command line to the pdf export binary (such as +; wkhtmltopdf, Phantom.js or similar) +export.pdfExportCommand = [testing : production] admin.user = superadmin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |