This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-website".

The branch, master has been updated
       via  0b4f5cfc9a331e82a7de8dc692e7362521c33003 (commit)
      from  cb057c28e92762e50bb670394692aca8541675ce (commit)


Summary of changes:
 static/media/css/main.css |   13 +++++++++++++
 templates/about.tpl       |    4 ++++
 templates/download.tpl    |    5 +++++
 templates/faq.tpl         |    7 +++++++
 4 files changed, 29 insertions(+), 0 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0b4f5cfc9a331e82a7de8dc692e7362521c33003
Author: Gregory Collins <[email protected]>
Date:   Mon Aug 30 20:23:27 2010 -0400

    Add loud links to the issue tracker

diff --git a/static/media/css/main.css b/static/media/css/main.css
index 77b9a8b..a741503 100644
--- a/static/media/css/main.css
+++ b/static/media/css/main.css
@@ -250,6 +250,19 @@ pre.sourceCode span.InfixOperator { color: #aaa; }
     width: 50%;
 }
 
+p.foundabug {
+    width: 75%;
+    margin-left: auto;
+    margin-right: auto;
+    padding: 29px;
+    background: #F7D081;
+    font-family: "Droid Sans", sans-serif;
+
+    -moz-border-radius: 10px;
+    -webkit-border-radius: 10px;
+    border-radius: 10px;
+}
+
 .newspaper{
     width: 100%;
     overflow:auto;
diff --git a/templates/about.tpl b/templates/about.tpl
index a43ea1a..1bb81be 100644
--- a/templates/about.tpl
+++ b/templates/about.tpl
@@ -22,6 +22,10 @@
           </ul>
         </p>
 
+        <p class="foundabug"><b>Found a bug in Snap? Please visit our <a
+        href="http://github.com/snapframework/snap-core/issues";>issue
+        tracker.</a></b></p>
+
         <h2>What is the project's status?</h2>
         <p>
           The first developer prerelease of the Snap framework is available
diff --git a/templates/download.tpl b/templates/download.tpl
index ae413e6..3d283ab 100644
--- a/templates/download.tpl
+++ b/templates/download.tpl
@@ -37,6 +37,11 @@ $ cabal install snap-server</pre>
     <div class="section right">
       <div class="inner">
         <h2>Snap Packages</h2>
+
+        <p class="foundabug"><b>Found a bug in Snap? Please visit our <a
+        href="http://github.com/snapframework/snap-core/issues";>issue
+        tracker.</a></b></p>
+
         <p>Snap is made up of a collection of separate packages:</p>
         <div id="packages">
           <dl>
diff --git a/templates/faq.tpl b/templates/faq.tpl
index bbd6370..60fc05e 100644
--- a/templates/faq.tpl
+++ b/templates/faq.tpl
@@ -4,6 +4,7 @@
   <div class="singlecolumn">
     <h2>Frequently Asked Questions</h2>
     <ol>
+      <li><a href="#issue-tracker">How can I report a bug in Snap?</a></li>
       <li><a href="#live-sites">Is anyone using Snap in production?</a></li>
       <li><a href="#high-level">Where's the high-level functionality?</a></li>
       <li><a href="#install">Why can't I install Snap?</a></li>
@@ -11,6 +12,12 @@
       <li><a href="#help">How can I help?</a></li>
     </ol>
 
+    <h3 id="issue-tracker">How can I report a bug in Snap?</h3>
+
+    <p>Found a bug in Snap? Please create a ticket on our <a
+        href="http://github.com/snapframework/snap-core/issues";>issue
+        tracker.</a></p>
+
     <h3 id="live-sites">Is anyone using Snap in production?</h3>
 
     <p>Yes!  Here is a list of sites that we know of that use Snap.  Let us
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-website
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to