From: gggeek Date: Mon, 6 Apr 2015 23:42:55 +0000 (+0100) Subject: Move more docs to markdown format X-Git-Tag: 4.0.0-alpha^2~107 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=8ef5517baf3fd7da0dd84bb3f0f7525d93567103 Move more docs to markdown format --- diff --git a/INSTALL b/INSTALL.md similarity index 92% rename from INSTALL rename to INSTALL.md index b016c13..19d96ab 100644 --- a/INSTALL +++ b/INSTALL.md @@ -4,8 +4,10 @@ Requirements ------------ The following requirements should be met prior to using 'XMLRPC for PHP': -. PHP 5.3.0 or later -. the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to + +* PHP 5.3.0 or later + +* the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to communicate with remote servers The php "xmlrpc" native extension is not required, but if it is installed, @@ -57,7 +59,8 @@ Installation of the library is quite easy: application (it can be inside the web server root or not). 2. configure your app autoloading mechanism so that all classes in the PhpXmlRpc namespace are loaded - from that location (any PSR-4 compliant autoloader can do that) + from that location: any PSR-4 compliant autoloader can do that, if you don't have any there is one + available in src/Autoloader.php 3. Write your code. diff --git a/README.md b/README.md index 81c27b1..f611c95 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A php library for building xml-rpc clients and servers. Installation ------------ -Installation instructions are in the INSTALL file. +Installation instructions are in the [INSTALL.md](INSTALL.md) file. Docs ----