doc:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
doc:git [2011/12/07 00:42] – Formatting, added to Git Project Structure section frozenfiredoc:git [2011/12/07 01:04] – Added English translation. Derp. frozenfire
Line 16: Line 16:
   - [[https://svn.php.net/viewvc/phpdoc/pt_BR/|Brazilian Portuguese]]   - [[https://svn.php.net/viewvc/phpdoc/pt_BR/|Brazilian Portuguese]]
   - [[https://svn.php.net/viewvc/phpdoc/zh/|Chinese (simplified)]]   - [[https://svn.php.net/viewvc/phpdoc/zh/|Chinese (simplified)]]
 +  - [[https://svn.php.net/viewvc/phpdoc/en/|English]]
   - [[https://svn.php.net/viewvc/phpdoc/fr/|French]]   - [[https://svn.php.net/viewvc/phpdoc/fr/|French]]
   - [[https://svn.php.net/viewvc/phpdoc/de/|German]]   - [[https://svn.php.net/viewvc/phpdoc/de/|German]]
Line 32: Line 33:
  
 ''doc-en Module Example'' ''doc-en Module Example''
->doc-base https://svn.php.net/repository/phpdoc/doc-base/trunk +  doc-base https://svn.php.net/repository/phpdoc/doc-base/trunk 
->en https://svn.php.net/repository/phpdoc/en/trunk+  en https://svn.php.net/repository/phpdoc/en/trunk
  
 === Proposed Git Structure === === Proposed Git Structure ===
Line 47: Line 48:
 == "Wrapper" Repositories == == "Wrapper" Repositories ==
 Each wrapper repository will include doc-base and its respective translation project as submodules. Each wrapper repository will include doc-base and its respective translation project as submodules.
 +
 +''doc-en Wrapper Repository Example''
 +  git init phpdoc-en
 +  git submodule add phpdoc-en/doc-base git://github.com/php/phpdoc-base.git
 +  git submodule add phpdoc-en/en git://github.com/php/phpdoc-en.git
doc/git.txt · Last modified: 2020/09/03 01:18 by avenger