[gnomeweb-wml] Update Nemiver page



commit 251bf438172f9cbb25a7c2c43ec1f4959078be84
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sun Apr 17 21:22:21 2011 +0200

    Update Nemiver page
    
    	* index.html: Update title, description, link to Dodji's homepage
    	and copyright year.

 projects.gnome.org/nemiver/index.html |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/projects.gnome.org/nemiver/index.html b/projects.gnome.org/nemiver/index.html
index b98d153..8837748 100644
--- a/projects.gnome.org/nemiver/index.html
+++ b/projects.gnome.org/nemiver/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="fr">
 <head>
-       <title>Nemiver - A GNOME C/C++ Debugger</title>
+       <title>Nemiver - Debugging C/C++ Graphically in GNOME</title>
 
        <meta http-equiv="Content-Type"
              content="text/html; charset=utf-8"/>
@@ -16,7 +16,7 @@
 
     <div id="hdr">
         <img alt="logo" src="images/nemiver.png" />
-        <h1>Nemiver - A GNOME C/C++ Debugger</h1>
+        <h1>Nemiver - Debugging C/C++ Graphically in GNOME</h1>
 
     </div>
     <div id="sidebar">
@@ -42,7 +42,7 @@
         Nemiver is brought to you by:
         </p>
         <ul>
-            <li><a href="http://www.seketeli.org/dodji";>Dodji Seketeli</a></li>
+            <li><a href="http://dodji.seketeli.net";>Dodji Seketeli</a></li>
             <li><a href="http://jongsmamm.blogspot.com";>Jonathon Jongsma</a></li>
         </ul>
     </div>
@@ -56,6 +56,14 @@
         uses the well known GNU Debugger <a href="http://sourceware.org/gdb/";>gdb</a> to debug C / C++ programs.
         The list of Nemiver's <a href="http://live.gnome.org/Nemiver/Features";>features</a> can be read in the wiki.
         </p>
+	<p>
+	We believe that Nemiver is mature and robust enough to just
+        let you debug your favorite C or C++ application in a pleasant
+        way, as we use it daily for our own debugging purposes.  If
+        not, we'd love to <a
+        href="https://bugzilla.gnome.org/enter_bug.cgi?product=nemiver";>hear</a>
+        what we can do to help.
+	</p>
         <p class="thumb">
         <a class="thumb" href="images/nemiver-main-page.png">
             <img src="images/nemiver-main-page-thumb.png"
@@ -112,7 +120,7 @@
     </div>
 
     <div id="bottom">
-        <div id="copyright">Copyright 2010, <a href="http://home.gna.org/nemiver";>The Nemiver project</a>. </div>
+        <div id="copyright">Copyright 2011, <a href="http://projects.gnome.org/nemiver";>The Nemiver project</a>. </div>
     </div>
 </body>
 </html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]