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

Michal Čihař nijel at users.sourceforge.net
Sun Feb 5 14:49:10 CET 2012


The branch, master has been updated
       via  9f07a4cbd435afa423d2ba9735b377a094e63dc1 (commit)
      from  430c08fa8c350b23e3468530e29d59d70e8d9fa2 (commit)


- Log -----------------------------------------------------------------
commit 9f07a4cbd435afa423d2ba9735b377a094e63dc1
Author: Michal Čihař <michal at cihar.com>
Date:   Sun Feb 5 14:49:04 2012 +0100

    Improve page about support

-----------------------------------------------------------------------

Summary of changes:
 templates/support.tpl |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/templates/support.tpl b/templates/support.tpl
index 2f7ebbb..c140942 100644
--- a/templates/support.tpl
+++ b/templates/support.tpl
@@ -5,6 +5,16 @@
 <div py:match="content" id="body">
 
 <div class="floatbox">
+<h2>Getting support</h2>
+
+<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.
+</p>
+</div>
+
+
+<div class="floatbox">
 <h2>Forum / IRC</h2>
 <ul>
    <li><strong><a href="http://sourceforge.net/forum/forum.php?forum_id=72909">Help Forum</a></strong></li>
@@ -16,6 +26,11 @@
 
 <div class="floatbox">
 <h2>Trackers</h2>
+
+<p>
+Trackers on SourceForge.net are used to track bug reports, requests for new features or proposed patches.
+</p>
+
 <ul>
     <li py:for="tracker in trackers"><a href="${tracker.link}">${tracker.name}</a> - ${tracker.description}</li>
 </ul>


hooks/post-receive
-- 
phpMyAdmin website




More information about the Git mailing list