From ef5e0bbdd2467fd6c0017d87e58568ebec6c506c Mon Sep 17 00:00:00 2001 From: = Date: Tue, 10 Jul 2012 12:08:04 -0400 Subject: [PATCH] Expand translation instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12fd82f..c773275 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,14 @@ developers know where to find good information! ### Translations -If you are interested in translating _PHP: The Right Way_, feel free to fork a copy on github and publish to your own GitHub Pages account. We'll link to translations from the primary document. +If you are interested in translating _PHP: The Right Way_, fork this repo on GitHub and publish your localized fork to your own GitHub Pages account. We'll link to your translation from the primary document. + +To avoid fragmentation and reader confusion, please choose one of these options: + +1. We link to your GitHub Pages fork with `[username].github.com/php-the-right-way` +2. We link to your GitHub Pages fork with a subdomain (e.g. "ru.phptherightway.com") + +If you use a subdomain, enter the subdomain into the `CNAME` file, and ask us to setup DNS for you. If you do not use a subdomain, remove the `CNAME` file entirely else your fork will not build when pushed. ## Why