doc:scratchpad:howto

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:scratchpad:howto [2009/08/04 11:30] – Fix CVS mentions mrookdoc:scratchpad:howto [2009/08/04 11:32] – Fix CVS mentions mrook
Line 47: Line 47:
  
 Poke around the **html/** directory and open up some of the files in you favorite browser to see if everything is fine. Poke around the **html/** directory and open up some of the files in you favorite browser to see if everything is fine.
- 
 ==== Knowing the structure ==== ==== Knowing the structure ====
  
 The documentation for extensions is located in: The documentation for extensions is located in:
  
-  /phpdoc/en/reference/extension_name/+  /phpdoc/en/trunk/reference/extension_name/
  
 For example, the SVN extension documentation exists in: For example, the SVN extension documentation exists in:
    
-  /phpdoc/en/reference/svn/+  /phpdoc/en/trunk/reference/svn/
  
 There you'll find several files: There you'll find several files:
Line 78: Line 77:
  
   * Note: "//classname//" is the lowercased name of the class, not a literal file or directory name.   * Note: "//classname//" is the lowercased name of the class, not a literal file or directory name.
 +
 ==== Editing existing documentation ==== ==== Editing existing documentation ====
 Simply open the files and edit them. Remember to follow the "coding standard" described in the documentation howto. And after it validates, commit. Simply open the files and edit them. Remember to follow the "coding standard" described in the documentation howto. And after it validates, commit.
Line 123: Line 123:
  
 If everything is looking good, its time to post the changes. If everything is looking good, its time to post the changes.
- 
 ==== Committing the changes ==== ==== Committing the changes ====
  
Line 131: Line 130:
  
 <code> <code>
-  $ cvs diff -u > changes.patch+  $ svn diff > changes.patch
 </code> </code>
  
Line 142: Line 141:
 == Committing patches == == Committing patches ==
  
-If you have CVS karma then there is no need to create patches... just commit! +If you have SVN karma then there is no need to create patches... just commit! 
doc/scratchpad/howto.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1