const content = "include::phpxmlrpc_manual.adoc[]"
try {
let html = asciidoctor.convert(content, {safe: 'safe'});
- /// @todo we should make this error parsing more robust, in case we want to load a different version of jsmin above
+ /// @todo we should make this error parsing more robust, in case we want to load a different version of asciidoctor.min.js above
if (html.includes('Unresolved directive in <stdin> - include::phpxmlrpc_manual.adoc[]')) {
html = 'ERROR: you are most likely viewing this file by loading it from the filesystem. You need to view it via an http request, ie. use a webserver.'
}
= XML-RPC for PHP User Manual
Gaetano Giunta; Edd Dumbill
4.9.4
-:keywords: xmlrpc, xml, rpc, webservices, http
+:keywords: xml-rpc, xml, rpc, webservices, http
:title-page:
:toc:
:toclevels: 3
use PhpXmlRpc\Exception\HttpException;
use PhpXmlRpc\PhpXmlRpc;
-/// @todo allow usage of a custom Logger via the DIC(ish) pattern we use in other classes
+/**
+ *
+ * @todo allow usage of a custom Logger via the DIC(ish) pattern we use in other classes
+ */
class Http
{
/**