gnomeweb-wml r6273 - in trunk: . www.gnome.org/projects www.gnome.org/projects/nemiver www.gnome.org/projects/nemiver/images
- From: dodji svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomeweb-wml r6273 - in trunk: . www.gnome.org/projects www.gnome.org/projects/nemiver www.gnome.org/projects/nemiver/images
- Date: Sun, 24 Aug 2008 15:29:08 +0000 (UTC)
Author: dodji
Date: Sun Aug 24 15:29:08 2008
New Revision: 6273
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6273&view=rev
Log:
2008-08-24 Dodji Seketeli <dodji gnome org>
* www.gnome.org/projects/nemiver: Added Nemiver website to
projects.
* www.gnome.org/projects/Makefile.am: Likewise.
* configure.in: Likewise.
* www.gnome.org/projects/index.wml: Updated software map.
Added:
trunk/www.gnome.org/projects/nemiver/
trunk/www.gnome.org/projects/nemiver/ChangeLog
trunk/www.gnome.org/projects/nemiver/Makefile.am
trunk/www.gnome.org/projects/nemiver/default.css
trunk/www.gnome.org/projects/nemiver/images/
trunk/www.gnome.org/projects/nemiver/images/Makefile.am
trunk/www.gnome.org/projects/nemiver/images/nemiver-main-page-thumb.png (contents, props changed)
trunk/www.gnome.org/projects/nemiver/images/nemiver-main-page.png (contents, props changed)
trunk/www.gnome.org/projects/nemiver/images/nemiver.png (contents, props changed)
trunk/www.gnome.org/projects/nemiver/index.html
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/www.gnome.org/projects/Makefile.am
trunk/www.gnome.org/projects/index.wml
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Aug 24 15:29:08 2008
@@ -180,6 +180,8 @@
www.gnome.org/projects/nautilus/images/Makefile
www.gnome.org/projects/nautilus-locked-folders/Makefile
www.gnome.org/projects/nautilus-locked-folders/images/Makefile
+www.gnome.org/projects/nemiver/Makefile
+www.gnome.org/projects/nemiver/images/Makefile
www.gnome.org/projects/gnumeric/Makefile
www.gnome.org/projects/gnumeric/images/Makefile
www.gnome.org/projects/gnumeric/new-pics/Makefile
Modified: trunk/www.gnome.org/projects/Makefile.am
==============================================================================
--- trunk/www.gnome.org/projects/Makefile.am (original)
+++ trunk/www.gnome.org/projects/Makefile.am Sun Aug 24 15:29:08 2008
@@ -25,6 +25,7 @@
hotssh \
nautilus \
nautilus-locked-folders \
+ nemiver \
netspeed \
NetworkManager \
ooo \
Modified: trunk/www.gnome.org/projects/index.wml
==============================================================================
--- trunk/www.gnome.org/projects/index.wml (original)
+++ trunk/www.gnome.org/projects/index.wml Sun Aug 24 15:29:08 2008
@@ -163,6 +163,7 @@
<ul>
<li><a href="http://www.gnome.org/projects/nautilus/">Nautilus</a>, File Manager</li>
<li><a href="http://www.grumz.net/index.php?q=taxonomy/term/8/9">Nautilus-actions</a>, Add custom actions in Nautilus popup menu</li>
+ <li><a href="http://www.gnome.org/projects/nemiver">Nemiver</a>, A GNOME C/C++ graphical debugger.
<li><a href="http://www.iola.dk/nemo/">Nemo</a>, File Manager</li>
<li><a href="http://www.gnome.org/projects/netspeed//">Netspeed</a>, a small applet that shows network traffic in the panel</li>
<li><a href="http://www.gnome.org/projects/NetworkManager/">Network Manager</a>, network connection management</li>
Added: trunk/www.gnome.org/projects/nemiver/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/nemiver/Makefile.am Sun Aug 24 15:29:08 2008
@@ -0,0 +1,10 @@
+SUBDIRS=images
+
+urlpath=/projects/nemiver/
+
+page_SCRIPTS = index.html \
+ default.css
+
+
+include $(top_srcdir)/rules.common
+
Added: trunk/www.gnome.org/projects/nemiver/default.css
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/nemiver/default.css Sun Aug 24 15:29:08 2008
@@ -0,0 +1,121 @@
+/* Basic tags */
+body {
+ margin: 0px;
+ padding: 0px;
+ font-family: sans-serif;
+ background-color: #FFFFFF;
+}
+
+h1, h2 {
+ font-family: serif;
+}
+
+p.thumb {
+}
+
+#body {
+ margin: 3em 20em 0em 1em;
+ padding: 0px;
+ background-color: #FFFFFF;
+ color: #000000;
+ clear: left;
+}
+
+a img {
+ border: none ;
+ text-decoration: none ;
+}
+
+/* Anchors */
+a {
+ border: none ;
+ text-decoration: none ;
+ font-weight: bold;
+ color: #73d216;
+}
+
+a:visited {
+}
+
+a:active {
+}
+
+/* Common page elements: Header, footer, etc. */
+
+#hdr {
+ background-color: #3465a4;
+ color: #FFFFFF;
+ padding: 0.5em;
+ border-bottom: 1px solid #000000;
+}
+
+#hdr h1 {
+ margin: 0em;
+ padding-top: 0.5em;
+ font-size: 175%;
+}
+
+#hdr img {
+ float: left;
+}
+
+#hdr h2 {
+ font-size: 120%;
+}
+
+/* Sidebar */
+
+#sidebar {
+ float: right;
+ width: 18em;
+ margin: 1em;
+ padding: 0em 0.5em;
+ border-left: 1px dashed #dddddd;
+}
+
+#sidebar p {
+ margin-top: 0px;
+ padding-left: 10px;
+ padding-right: 10px;
+}
+
+#sidebar h3 {
+ font-weight: bold;
+ background-color: #eeeeee;
+ padding: 0.3em;
+}
+
+#sidebar ul {
+ margin: 0em;
+ margin-bottom: 15px;
+ padding-left: 10px;
+ padding-right: 10px;
+ list-style-type: none;
+}
+
+#sidebar ul ul {
+ padding-left: 2em;
+ padding-right: 0em;
+ list-style-type: square;
+}
+
+
+/* Copyright footer */
+
+#copyright {
+ text-align: center;
+ font-size: small;
+ clear: both;
+ background-color: #3465a4;
+ color: #FFFFFF;
+ margin: 2em 0em 0em 0em;
+ padding: 2em;
+}
+
+/* Generic Classes */
+
+code {
+ white-space: pre;
+ font-family: monospace;
+ background-color: #eeeeee;
+}
Added: trunk/www.gnome.org/projects/nemiver/images/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/nemiver/images/Makefile.am Sun Aug 24 15:29:08 2008
@@ -0,0 +1,14 @@
+SUBDIRS=
+
+urlpath=/projects/nemiver/images
+
+page_SCRIPTS=
+
+include $(top_srcdir)/rules.common
+
+misc_images = nemiver-main-page.png \
+ nemiver-main-page-thumb.png \
+ nemiver.png
+
+page_DATA=$(misc_images)
+
Added: trunk/www.gnome.org/projects/nemiver/images/nemiver-main-page-thumb.png
==============================================================================
Binary file. No diff available.
Added: trunk/www.gnome.org/projects/nemiver/images/nemiver-main-page.png
==============================================================================
Binary file. No diff available.
Added: trunk/www.gnome.org/projects/nemiver/images/nemiver.png
==============================================================================
Binary file. No diff available.
Added: trunk/www.gnome.org/projects/nemiver/index.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/nemiver/index.html Sun Aug 24 15:29:08 2008
@@ -0,0 +1,109 @@
+<!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>
+
+ <meta http-equiv="Content-Type"
+ content="text/html; charset=iso-8859-1"/>
+ <link rel="stylesheet"
+ media="screen"
+ type="text/css"
+ title="default.css"
+ href="default.css"/>
+</head>
+
+<body>
+
+ <div id="hdr">
+ <img alt="logo" src="images/nemiver.png" />
+ <h1>Nemiver - A GNOME C/C++ Debugger</h1>
+
+ </div>
+ <div id="sidebar">
+ <h3>Menu</h3>
+ <ul id="link">
+ <li>Current Version: 0.6.1</li>
+ <li><a href="http://download.gnome.org/sources/nemiver/0.6">Download Source</a></li>
+ <li><a href="http://svn.gnome.org/viewcvs/nemiver/trunk">Browse Source Online</a></li>
+ <li><a href="http://live.gnome.org/Nemiver">Wiki</a></li>
+ <li><a href="http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver">File a bug</a></li>
+ </ul>
+ <h3>Help</h3>
+ <p><a href="http://mail.gna.org/listinfo/nemiver-list">Subscribe to the mailing list</a></p>
+ <p><a href="http://mail.gna.org/public/nemiver-list/">Read the mailing list's archives</a></p>
+ <p>
+ You can also get in touch with nemiver developers via irc :<br/><br/>
+ <b>server : </b>irc.gimp.net<br/>
+ <b>channel : </b>#c++
+ </p>
+
+ <h3>About</h3>
+ <p>
+ Nemiver is brought to you by:
+ </p>
+ <ul>
+ <li><a href="http://www.seketeli.org/dodji">Dodji Seketeli</a></li>
+ <li><a href="http://jongsmamm.blogspot.com">Jonathon Jongsma</a></li>
+ </ul>
+ </div>
+
+ <div id="body">
+
+ <h2>What is Nemiver?</h2>
+ <p>
+ Nemiver is an on-going effort to write a standalone graphical debugger that integrates
+ well in the <a href="http://www.gnome.org">GNOME desktop environment</a>. It currently features a backend which
+ uses the well known GNU Debugger <a href="http://sourceware.org/gdb/">gdb</a> to debug C / C++ programs.
+ </p>
+ <p class="thumb">
+ <a class="thumb" href="images/nemiver-main-page.png">
+ <img src="images/nemiver-main-page-thumb.png"
+ alt="nemiver main page"/></a>
+ </p>
+ <h2>Compile it</h2>
+ <p>
+ The current released version of nemiver is <a href="http://download.gnome.org/sources/nemiver/0.6">0.6.1</a>.
+ You can get it and compile it. To do so, please make sure you have all the <a href="#dependencies">dependencies</a> installed.
+ </p>
+ <p>
+ If you want bleeding edge source code, you can fetch and compile the code from our <a href="http://subversion.tigris.org">subversion</a>
+ repository. To do so, you can type:
+ <code>svn co http://svn.gnome.org/svn/nemiver/trunk nemiver</code>.
+ </p>
+
+ <a name="dependencies"></a>
+ <h2>Dependencies</h2>
+ <p>
+ Nemiver depends on the following libraries:
+ </p>
+ <ul>
+ <li>gnome-common: common gnome autotool helpers (not required to build from release tarballs)</li>
+ <li>gtkmm</li>
+ <li>libglademm</li>
+ <li>libgtksourceviewmm - get it from <a href="http://home.gna.org/gtksourceviewmm">here</a>, if you don't have it in your distribution.</li>
+ <li>libgtop</li>
+ <li>libvte</li>
+ <li>libgconf2</li>
+ <li>gnome-vfs</li>
+ <li>sqlite3</li>
+ <li>boost::variant</li>
+ </ul>
+ <p>
+ You have to install the development packages of these libraries
+ or compile them first.
+ Once you have done that, cd into nemiver source directory and type
+ <code>./autogen.sh && make</code>.
+ Once the project has compiled, do not forget to type
+ <code>make install</code>, with the sufficient privileges.
+ Then, to debug your favorite program, you just have to type
+ <code>nemiver <the-name-of-your-program></code> .
+ There you go !
+ </p>
+ </div>
+
+ <div id="bottom">
+ <div id="copyright">Copyright 2008, <a href="http://home.gna.org/nemiver">The Nemiver project</a>.
+ </div>
+ </div>
+</body>
+</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]