mirror of
https://github.com/php/web-doc.git
synced 2025-08-06 11:06:29 +00:00
It's simpler now... I hope
This commit is contained in:
@ -10,8 +10,9 @@ collectively make changes every day. This guide is designed for people who work
|
||||
This guide use some terminology you have to know. Don't worry, it's easy:
|
||||
- **editor** - person who contributes to original english manual
|
||||
- **translator** - person who translates english manual into another language
|
||||
- **{LANG}** - replace it with your country code, in example in mailing list address (note: Brazilian Portuguese
|
||||
format differs from the rest and it's called *pt_BR* for SVN module and *pt-br* for mailing list sufix)
|
||||
- **{LANG}** - replace it with your two-letter country code, in example in mailing list address (note: Brazilian Portuguese
|
||||
format differs from the rest and it's called `pt_BR` for SVN module and *pt-br* for mailing list sufix). If you edit
|
||||
original PHP Manual your language code is `en`.
|
||||
|
||||
## Table of Contents
|
||||
- [Joining the team](joining.md)
|
||||
|
@ -7,10 +7,6 @@ them, but you need it if you want to send your changes to our server.
|
||||
This tutorial assumes that you have basic knowledge about SVN. If not, you can read {TODO}. In order to checkout manual
|
||||
files, use following command:
|
||||
|
||||
### For editors
|
||||
`svn checkout https://svn.php.net/repository/phpdoc/modules/doc-en phpdoc`
|
||||
|
||||
### For translators
|
||||
`svn checkout https://svn.php.net/repository/phpdoc/modules/doc-{LANG} phpdoc`
|
||||
|
||||
Both commands will create directory named phpdoc, however, the name can be anything you wish. This directory will
|
||||
|
Reference in New Issue
Block a user