[gnomeweb-wml] new file: projects.gnome.org/gevice/Makefile.am
- From: Alejandro Valdes Jimenez <avaldes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnomeweb-wml] new file: projects.gnome.org/gevice/Makefile.am
- Date: Thu, 14 May 2009 10:18:00 -0400 (EDT)
commit 476d45ca0e0d0ff3399d906933e870b8c89d8e1b
Author: Alejandro Valdes Jimenez <avaldes lenny utalca cl>
Date: Thu May 14 09:35:02 2009 -0400
new file: projects.gnome.org/gevice/Makefile.am
new file: projects.gnome.org/gevice/gevice.css
new file: projects.gnome.org/gevice/images/Makefile.am
new file: projects.gnome.org/gevice/images/gevice-banner.png
new file: projects.gnome.org/gevice/images/gevice-banner.xcf
new file: projects.gnome.org/gevice/images/screenshot-main.png
new file: projects.gnome.org/gevice/images/screenshot-main2.png
new file: projects.gnome.org/gevice/images/thumb-screenshot.png
new file: projects.gnome.org/gevice/images/thumb-screenshot2.png
new file: projects.gnome.org/gevice/index.html
---
projects.gnome.org/gevice/Makefile.am | 9 +++
projects.gnome.org/gevice/gevice.css | 13 ++++
projects.gnome.org/gevice/images/Makefile.am | 17 +++++
projects.gnome.org/gevice/images/gevice-banner.png | Bin 0 -> 13406 bytes
projects.gnome.org/gevice/images/gevice-banner.xcf | Bin 0 -> 35905 bytes
.../gevice/images/screenshot-main.png | Bin 0 -> 110731 bytes
.../gevice/images/screenshot-main2.png | Bin 0 -> 101048 bytes
.../gevice/images/thumb-screenshot.png | Bin 0 -> 27985 bytes
.../gevice/images/thumb-screenshot2.png | Bin 0 -> 22268 bytes
projects.gnome.org/gevice/index.html | 64 ++++++++++++++++++++
10 files changed, 103 insertions(+), 0 deletions(-)
diff --git a/projects.gnome.org/gevice/Makefile.am b/projects.gnome.org/gevice/Makefile.am
new file mode 100644
index 0000000..bc03908
--- /dev/null
+++ b/projects.gnome.org/gevice/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS=images
+
+urlpath = /gevice/
+
+page_SCRIPTS= index.html \
+ gevice.css
+
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gevice/gevice.css b/projects.gnome.org/gevice/gevice.css
new file mode 100644
index 0000000..d10963b
--- /dev/null
+++ b/projects.gnome.org/gevice/gevice.css
@@ -0,0 +1,13 @@
+/* gfoobar website overrides */
+
+#hdr {
+ background: url("images/gevice-banner.png") no-repeat;
+ background-color: #5d7555;
+ background-position: right;
+}
+
+.front-screenshot {
+ float: right;
+ display: block;
+ margin: 1em;
+}
diff --git a/projects.gnome.org/gevice/images/Makefile.am b/projects.gnome.org/gevice/images/Makefile.am
new file mode 100644
index 0000000..3b47a96
--- /dev/null
+++ b/projects.gnome.org/gevice/images/Makefile.am
@@ -0,0 +1,17 @@
+SUBDIRS=
+
+urlpath = /gevice/images
+
+page_SCRIPTS=
+
+include $(top_srcdir)/rules.common
+
+misc_images=\
+ screenshot-main.png \
+ thumb-screenshot.png \
+ screenshot-main2.png \
+ thumb-screenshot2.png \
+ gevice-banner.png
+
+page_DATA=$(misc_images)
+
diff --git a/projects.gnome.org/gevice/images/gevice-banner.png b/projects.gnome.org/gevice/images/gevice-banner.png
new file mode 100644
index 0000000..2406701
Binary files /dev/null and b/projects.gnome.org/gevice/images/gevice-banner.png differ
diff --git a/projects.gnome.org/gevice/images/gevice-banner.xcf b/projects.gnome.org/gevice/images/gevice-banner.xcf
new file mode 100644
index 0000000..ff69ed3
Binary files /dev/null and b/projects.gnome.org/gevice/images/gevice-banner.xcf differ
diff --git a/projects.gnome.org/gevice/images/screenshot-main.png b/projects.gnome.org/gevice/images/screenshot-main.png
new file mode 100644
index 0000000..1d9f808
Binary files /dev/null and b/projects.gnome.org/gevice/images/screenshot-main.png differ
diff --git a/projects.gnome.org/gevice/images/screenshot-main2.png b/projects.gnome.org/gevice/images/screenshot-main2.png
new file mode 100644
index 0000000..0c3f71e
Binary files /dev/null and b/projects.gnome.org/gevice/images/screenshot-main2.png differ
diff --git a/projects.gnome.org/gevice/images/thumb-screenshot.png b/projects.gnome.org/gevice/images/thumb-screenshot.png
new file mode 100644
index 0000000..dac496b
Binary files /dev/null and b/projects.gnome.org/gevice/images/thumb-screenshot.png differ
diff --git a/projects.gnome.org/gevice/images/thumb-screenshot2.png b/projects.gnome.org/gevice/images/thumb-screenshot2.png
new file mode 100644
index 0000000..3ca9237
Binary files /dev/null and b/projects.gnome.org/gevice/images/thumb-screenshot2.png differ
diff --git a/projects.gnome.org/gevice/index.html b/projects.gnome.org/gevice/index.html
new file mode 100644
index 0000000..ee5b012
--- /dev/null
+++ b/projects.gnome.org/gevice/index.html
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+ <head>
+ <title>Gevice: GNOME Network Device Manager</title>
+ <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css" />
+ <link rel="stylesheet" type="text/css" href="gevice.css" />
+ </head>
+
+ <body>
+ <div id="hdr">
+ <a href="http://www.gnome.org/"><img id="logo" src="http://gnome.org/img/logo/text-64" alt="GNOME" /></a>
+ </div>
+
+ <div id="body">
+ <h2>Gevice: GNOME Network Device Manager</h2>
+ <p>Gevice is a tool for the administration of network device.</p>
+
+ <a name="features"></a>
+ <h3>Features</h3>
+ The main features gevice includes are:
+ <ul>
+ <li>Allow you to draw the net model.</li>
+ <li>Allow you to print the net diagram in png,gif,jpg formats.</li>
+ <li>Allow you to save your model in database (Postgresql)</li>
+ <li>Allow you to manager the device, in terminal (telnet,ssh or local)</li>
+ <li>Allow export data to CSV file. Use "|" to separate fields (or other).</li>
+ </ul>
+
+ <a name="download"></a>
+ <h3>Download</h3>
+ <p>Gevice development takes place in the <a href="http://git.gnome.org">GNOME GIT Server</a>.
+ You can check out the latest code using the <tt>git</tt> program like this:</p>
+ <code>$ git clone git://git.gnome.org/gevice</code>
+
+ <a name="screenshots"></a>
+ <h3>Screenshots</h3>
+ <p><a href="images/screenshot-main.png"><img src="images/thumb-screenshot.png"></a></p>
+ <p><a href="images/screenshot-main2.png"><img src="images/thumb-screenshot2.png"></a></p>
+
+ <a name="about"></a>
+ <h3>About</h3>
+ <p>Current maintainer and Original author: Alejandro Valdés Jimenez<tt><avaldes at utalca.cl></tt></p>
+
+ <p>gevice is released under the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License (GPL)</a>.</p>
+ </div>
+
+ <div id="sidebar">
+ <p class="section">Sections</p>
+ <ul>
+ <li><a href="#feature">Features</a></li>
+ <li><a href="#download">Download</a></li>
+ <li><a href="#screenshots">Screenshots</a></li>
+ <li><a href="#about">About</a></li>
+ </ul>
+ </div>
+
+ <div id="copyright">
+ Copyright © 2007, <a href="http://www.gnome.org/">The GNOME Project</a><br />
+ <a href="http://validator.w3.org/check/referer">Optimized</a>
+ for <a href="http://www.w3.org/">standards</a>.
+ </div>
+ </body>
+</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]