The branch, master has been updated via 71cad8f608ce338bbe0e76921fd267ca0278ef21 (commit) from ea18b4cba5a75144bfa75ede2a8830faf519f730 (commit)
- Log ----------------------------------------------------------------- commit 71cad8f608ce338bbe0e76921fd267ca0278ef21 Author: Isaac Bennetch bennetch@gmail.com Date: Mon Feb 6 09:09:07 2012 +0100
Various improvements to support and contribute pages
-----------------------------------------------------------------------
Summary of changes: templates/improve.tpl | 16 +++++++++------- templates/support.tpl | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/templates/improve.tpl b/templates/improve.tpl index 3ad2258..952937e 100644 --- a/templates/improve.tpl +++ b/templates/improve.tpl @@ -16,8 +16,8 @@ in a project (code is welcome too, of course!).
<p> Interested in helping other users to use phpMyAdmin? You can join any of -<a href="${base_url}support.${file_ext}">support</a> we provide and help users - -there IRC, mailing lists and web forums, where you can share your experience. +<a href="${base_url}support.${file_ext}">support</a> we provide and help users +there &emdash; IRC, mailing lists and web forums, where you can share your experience. </p>
<h3 id="translate">Localization</h3> @@ -26,7 +26,7 @@ there IRC, mailing lists and web forums, where you can share your experience. phpMyAdmin is being translated to many languages, but maybe your language is not really up to date? You can easily contribute on our <a href="https://l10n.cihar.com/projects/phpmyadmin/">translation server</a>. -You can find out more on <a href="${base_url}translate.${file_ext}">separate +You can find out more on <a href="${base_url}translate.${file_ext}">translation page</a>. </p>
@@ -42,15 +42,17 @@ you face with them. <h3>Documentation writer</h3>
<p> -Do you feel our documentation misses some points? We welcome additions here -just let us know your changes. Should you know git, you can directly send patches or -merge requests, but this is not strictly necessary. +Do you +feel our documentation misses some points? We welcome additions, just +let us know how you think the documentation can be improved. You can +open a <a href="http://sourceforge.net/tracker/?group_id=23067&atid=377410">patch tracker</a> item with your suggestions. Should +you know git, you can directly submit patches, but this is not necessary. </p>
<h3 id="devel">Developing</h3>
<p> -Coding contriubtions are very welcome, the easiest way is to for our code on github +Coding contributions are very welcome, the easiest way is to for our code on github and submit a merge request. We really welcome bug fixes or new features. You can find out more on <a href="${base_url}devel.${file_ext}">separate page</a>. diff --git a/templates/support.tpl b/templates/support.tpl index c140942..153ea11 100644 --- a/templates/support.tpl +++ b/templates/support.tpl @@ -9,7 +9,7 @@
<p> The easiest way to get support is to use <a href="http://sourceforge.net/forum/forum.php?forum_id=72909">help forum</a> -but we're ready to help on IRC or mailing list as well. Check bellow for more options. +but we're ready to help on IRC or mailing list as well. Check below for more options. </p> </div>
hooks/post-receive