From 3e622ae4702df3dd87d1108591d19eee2681b742 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 7 Jan 2023 20:35:20 +0000 Subject: [PATCH] docs --- README.md | 7 ++++--- doc/manual/phpxmlrpc_manual.adoc | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ccc616e..4fdb7ef7 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ Automatically-generated documentation for the API is available online at [http:/ You are encouraged to look also at the code examples found in the demo/ directory. Note: to reduce the size of the download, the demo files are not part of the default package installed with Composer. -You can either check them out online at https://github.com/gggeek/phpxmlrpc/tree/master/demo, or make sure they are -available locally, by installing the library using Composer option `--prefer-install=source` (when doing so, make sure -that the demo folder is not directly accessible from the internet, ie. it is not within the webserver root directory). +You can either check them out online at https://github.com/gggeek/phpxmlrpc/tree/master/demo, download them as a separate +tarball at https://github.com/gggeek/phpxmlrpc/releases or make sure they are available locally, by installing the library +using Composer option `--prefer-install=source`. Whatever the method chosen, make sure that the demo folder is not directly +accessible from the internet, ie. it is not within the webserver root directory). License ------- diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index 7fe5ab5a..5c34bf1e 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -1749,7 +1749,8 @@ tests/*:: the test suite for the library, written using PhpUnit, and the configu *Note* the standard procedure to download locally the demo and test files is to use Composer with the option `--prefer-install=source` on the command line. That requires to have `git` installed. If that is not the case on your server, you might be able to -download the complete source code from GitHub with other tools, such as f.e. TortoiseSVN. +download the complete source code from GitHub with other tools, such as f.e. TortoiseSVN. Staring with release 4.9.4, +the demo files are also available for download as a separate tarball from the releases page on GitHub. -*Note* when downloading the full source code, including the demo files, make sure that the demo folder is not directly -accessible from the internet, i.e. it is not within the webserver root directory. +*Note* when downloading the demo files, make sure that the demo folder is not directly accessible from the internet, i.e. +it is not within the webserver root directory. -- 2.47.0