[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. bca6ba7d2afc0ce653b529194892624f63756d69

The branch, master has been updated via bca6ba7d2afc0ce653b529194892624f63756d69 (commit) from d602cfb193a57ec0cd62e96795c9ff62bd54e39e (commit) - Log ----------------------------------------------------------------- commit bca6ba7d2afc0ce653b529194892624f63756d69 Author: Marc Delisle <marc@infomarc.info> Date: Thu Mar 11 18:29:52 2010 -0500 Improving the Improve page ----------------------------------------------------------------------- Summary of changes: templates/improve.tpl | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/improve.tpl b/templates/improve.tpl index ccd6c55..93b71fb 100644 --- a/templates/improve.tpl +++ b/templates/improve.tpl @@ -48,8 +48,8 @@ reference in the comprehensive book <a href="http://progit.org/">Pro Git</a>. <h3>Contributing code</h3> <p> -Once you have made some improvement and you are ready to submit it to us, -please use <a +Once you have coded an improvement and you are ready to submit it to us, +please use our <a href="https://sourceforge.net/tracker/?group_id=23067&atid=377410">patch tracker</a>, where developers will pick up your contributions or guide you through improving the patch. @@ -66,18 +66,18 @@ jobs</a> where you can find some tips where to look. <xi:include href="_gitdl.tpl" /> <p> -To start development you want to start with <code>phpmyadmin</code> repository. +You want to start with the <code>phpmyadmin</code> repository. Full list of repositories include: </p> <dl class="cvslist"> <dt>phpmyadmin</dt><dd>phpMyAdmin code.</dd> <dt>website</dt><dd>Website code.</dd> -<dt>themes</dt><dd>Themes.</dd> +<dt>themes</dt><dd>Custom themes.</dd> <dt>data</dt><dd>Various project related data (such as logos, T-shirt graphics, etc.).</dd> <dt>history</dt><dd>Some historical documents (old changelogs or website).</dd> <dt>planet</dt><dd><a href="http://planet.phpmyadmin.net/">Planet phpMyAdmin</a> configuration.</dd> -<dt>localized_docs</dt><dd>Not used anymore, see Git section bellow.</dd> +<dt>localized_docs</dt><dd>Not used anymore, see Git section below.</dd> </dl> <p> @@ -90,7 +90,7 @@ git clone git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin </pre> <h3>Repository Statistics</h3> -<p>Several analyses of the repository are available:</p> +<p>Several statistics about the repository are available:</p> <ul> <li><a href="http://cia.vc/stats/project/phpmyadmin/">CIA.vc</a></li> <li><a href="http://www.ohloh.net/projects/phpmyadmin">Ohloh</a></li> @@ -110,8 +110,8 @@ and documented using <a href="http://www.phpdoc.org/">phpDocumentator</a>. <p>More documentation can be found in the following places:</p> <ul> <li><a href="http://wiki.phpmyadmin.net/pma/Devel:Main">Developers wiki</a></li> -<li><a href="http://www.phpmyadmin.net/phpdoc/">Documentation of phpMyAdmin -(autogenerated)</a></li> +<li><a href="http://www.phpmyadmin.net/phpdoc/">phpMyAdmin's internals +(autogenerated via phpDocumentator)</a></li> </ul> <h2><a id="translate"></a>Translating</h2> hooks/post-receive -- phpMyAdmin website
participants (1)
-
Marc Delisle