@@ -97,10 +97,10 @@ install ok: channel://doc.php.net/PhD-1.0.1
9797install ok: channel://doc.php.net/PhD_Generic-1.0.1
9898install ok: channel://doc.php.net/PhD_PHP-1.0.1
9999install ok: channel://doc.php.net/PhD_PEAR-1.0.1
100- bjori@jessica:/usr/src/php/svn/phd/trunk$
101100
101+ $ cd phd
102102$ phd --version
103- PhD Version: phd-from-svn
103+ PhD Version: phd-from-git
104104PHP Version: 5.3.3-dev
105105Copyright(c) 2007-2010 The PHP Documentation Group
106106]]>
@@ -113,20 +113,22 @@ Copyright(c) 2007-2010 The PHP Documentation Group
113113
114114 <chapter xml : id =" using-phd" >
115115 <title >Using PhD to render documentation</title >
116-
116+ <note >
117+ <para >
118+ Earlier versions of the PHP documentation infrastructure used Subversion (SVN).
119+ All PHP documentation repositories are now maintained using Git.
120+ </para >
121+ </note >
117122 <section xml : id =" render-phpdoc" >
118123 <title >Rendering the PHP Documentation Sources</title >
119124
120125 <sidebar >
121126 <title >Getting the PHP Documentation Sources</title >
122-
123- <para >To get the PHP documentation sources, simply <link
124- xlink : href =" http://wiki.php.net/doc/scratchpad/howto/checkout" >check them out from SVN</link >
125- with the following command.</para >
126-
127+ <para >To get the PHP documentation sources, simply clone them from the
128+ official Git repository with the following command.</para >
127129 <screen >
128130<![CDATA[
129- $ svn co http ://svn. php.net/repository/phpdoc/modules/ doc-en phpdoc
131+ $ git clone https ://github.com/ php/ doc-en.git phpdoc
130132... output
131133]]>
132134 </screen >
@@ -142,7 +144,7 @@ $ svn co http://svn.php.net/repository/phpdoc/modules/doc-en phpdoc
142144 </sidebar >
143145
144146 <para >To quickly become familiar with using PhD, you can download the
145- PHP documentation sources and render those.Running PhD to render the
147+ PHP documentation sources and render those. Running PhD to render the
146148 docs is surprisingly simple, so we'll start with that.</para >
147149
148150 <screen >
@@ -300,8 +302,8 @@ Supported packages:
300302
301303 <screen >
302304<![CDATA[
303- $ svn checkout http ://svn. php.net:/repository/ phd/trunk/docs/phd-guide
304- U phd/docs/phd-guide/phd-guide.xml
305+ $ git clone https ://github.com/ php/ phd.git
306+ $ cd phd/docs/phd-guide
305307]]>
306308 </screen >
307309
@@ -677,12 +679,6 @@ $ pear install mediawiki/geshi]]></screen>
677679 <para >Some other articles for further reading. Latest are on top.</para >
678680
679681 <itemizedlist >
680- <listitem >
681- <para ><link
682- xlink : href =" http://elizabethmariesmith.com/2009/02/setting-up-phd-on-windows/" >Setting
683- up PhD on Windows</link > by Elizabeth Marie Smith (PhD 0.4.5)</para >
684- </listitem >
685-
686682 <listitem >
687683 <para ><link
688684 xlink : href =" http://bjori.blogspot.com/2007/10/phd-php-based-docbook-renderer-rc1.html" >PhD
0 commit comments