summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-27 20:51:45 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-30 19:38:34 +0100
commit8346b4c9f149c1a3d4e0631007e71bbbebd0b87d (patch)
tree1a9248515aa422aae2368a61531b42c2f50fcb40
parent1ce4ab1ecc48012c2359b4ddd6db5150aeb4ae01 (diff)
downloadphp-git-8346b4c9f149c1a3d4e0631007e71bbbebd0b87d.tar.gz
Move README files to a dedicated docs directory
The new dedicated docs directory has been introduced after a discussion on GitHub[1]. Main issue it is addressing is the reduction of too many README files in the project root directory. The new directory is dedicated for notes and quick documentation files that either can't be put in the manual or wiki pages or that relate to the php-src repository specifically and need to live together with the source code. Also the `docs` directory is by GitHub used for some repository configuration files such as pull request templates, and contributing documentation helper files that are integrated in the interface. [1]: https://github.com/php/php-src/pull/3988
-rw-r--r--README.md4
-rw-r--r--docs/input-filter.md (renamed from README.input_filter)0
-rw-r--r--docs/mailinglist-rules.md (renamed from README.MAILINGLIST_RULES)0
-rw-r--r--docs/output-api.md (renamed from README.NEW-OUTPUT-API)0
-rw-r--r--docs/parameter-parsing-api.md (renamed from README.PARAMETER_PARSING_API)0
-rw-r--r--docs/release-process.md (renamed from README.RELEASE_PROCESS)0
-rw-r--r--docs/self-contained-extensions.md (renamed from README.SELF-CONTAINED-EXTENSIONS)0
-rw-r--r--docs/streams.md (renamed from README.STREAMS)0
-rw-r--r--docs/unix-build-system.md (renamed from README.UNIX-BUILD-SYSTEM)0
9 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 45706d2425..09dde4fdb8 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,8 @@ contribute:
- [Contributing to PHP](/CONTRIBUTING.md)
- [PHP coding standards](/CODING_STANDARDS)
-- [Mailinglist rules](/README.MAILINGLIST_RULES)
-- [PHP release process](/README.RELEASE_PROCESS)
+- [Mailinglist rules](/docs/mailinglist-rules.md)
+- [PHP release process](/docs/release-process.md)
## Testing
diff --git a/README.input_filter b/docs/input-filter.md
index bca7f29ad2..bca7f29ad2 100644
--- a/README.input_filter
+++ b/docs/input-filter.md
diff --git a/README.MAILINGLIST_RULES b/docs/mailinglist-rules.md
index 8fafbd717d..8fafbd717d 100644
--- a/README.MAILINGLIST_RULES
+++ b/docs/mailinglist-rules.md
diff --git a/README.NEW-OUTPUT-API b/docs/output-api.md
index 3c23c8e8de..3c23c8e8de 100644
--- a/README.NEW-OUTPUT-API
+++ b/docs/output-api.md
diff --git a/README.PARAMETER_PARSING_API b/docs/parameter-parsing-api.md
index f65c19a723..f65c19a723 100644
--- a/README.PARAMETER_PARSING_API
+++ b/docs/parameter-parsing-api.md
diff --git a/README.RELEASE_PROCESS b/docs/release-process.md
index 211d68d5e0..211d68d5e0 100644
--- a/README.RELEASE_PROCESS
+++ b/docs/release-process.md
diff --git a/README.SELF-CONTAINED-EXTENSIONS b/docs/self-contained-extensions.md
index 1aaec6d6c4..1aaec6d6c4 100644
--- a/README.SELF-CONTAINED-EXTENSIONS
+++ b/docs/self-contained-extensions.md
diff --git a/README.STREAMS b/docs/streams.md
index 6ef69c733a..6ef69c733a 100644
--- a/README.STREAMS
+++ b/docs/streams.md
diff --git a/README.UNIX-BUILD-SYSTEM b/docs/unix-build-system.md
index a184b909ba..a184b909ba 100644
--- a/README.UNIX-BUILD-SYSTEM
+++ b/docs/unix-build-system.md