Extension talk:FlowchartWiki

From MediaWiki.org

Jump to: navigation, search

the installation documentation says this:

require_once("$IP/extensions/pdfbook/pdfbook.php");
$PdfBookShowTab = true;
$PdfBookHtmlDoc = "c:\\program files\\htmldoc\\htmldoc.exe";

but, i don't own the server that holds my wiki and it runs unix/aphache. Where do i put the HTMLDoc? i can't find the files to pun on a webserver? Bud0011 06:37, 20 June 2009 (UTC)

Bud, somehow you will have to get htmldoc installed on that box. On Linux the distros usually have a htmldoc package that can be installed - maybe the admin of the machine can be of assistance? Then $PdfBookHtmlDoc = "c:\\program files\\htmldoc\\htmldoc.exe"; will look something like $PdfBookHtmlDoc = "/usr/bin/htmldoc";