Hi,
I have installed DocBookExport on my local server, this isn't connected to the Internet.
When I try and Get DocBook, it goes onto the GetDocbook special page, but just hangs. If I click on check status I get a time out error.
In my LocalSettings.php I have set the config to:
$wgDocbookExportPandocServerPath='https://domain.tld/html_to_docbook';
$wgDocbookDownloadServerPath='/var/www/html/pdfs/';
But nothing shows.
I note in the configuration section of the extension page it includes:
$wgDocBookExportImportXSLRepoPathPDF
- The path to a git repo for pulling the XSL files from.
$wgDocBookExportXSLRepository
- The path of the XSL file to be used for DocBook generation.
With the $wgDocBookExportImportXSLRepoPathPDF
am I right to presume this takes XSL files from a git repo on the Internet?
With $wgDocBookExportXSLRepository
I presume this is the repository where XSLTProc is installed, which in my case is /usr/bin/xsltproc
Is this correct?
Any help is greatly appreciated.
Gary