[gnomeweb-wml] Added nautilus-sound-converter homepage and add to list of projects



commit 174d7921d9eb5ba1f646e2a5529cc6021a67452e
Author: Brian Pepple <bpepple fedoraproject org>
Date:   Sat Oct 16 13:27:18 2010 -0400

    Added nautilus-sound-converter homepage and add to list of projects

 configure.in                                       |    2 +
 projects.gnome.org/Makefile.am                     |    3 +-
 projects.gnome.org/index.html                      |    1 +
 .../nautilus-sound-converter/Makefile.am           |   12 ++++
 projects.gnome.org/nautilus-sound-converter/README |   11 +++
 .../nautilus-sound-converter/about.html            |   58 +++++++++++++++++
 .../nautilus-sound-converter/developers.html       |   65 ++++++++++++++++++++
 .../nautilus-sound-converter/images/Makefile.am    |   15 +++++
 .../images/gfoobar-banner.xcf                      |  Bin 0 -> 33915 bytes
 .../images/gnome-fs-regular.png                    |  Bin 0 -> 3220 bytes
 .../nautilus-sound-converter/images/nsc-banner.png |  Bin 0 -> 15185 bytes
 .../images/thumb-screenshot.png                    |  Bin 0 -> 13476 bytes
 .../images/translation.png                         |  Bin 0 -> 1145 bytes
 .../nautilus-sound-converter/index.html            |   64 +++++++++++++++++++
 .../nautilus-sound-converter/nsc.css               |   13 ++++
 15 files changed, 243 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 130e9ac..a583b1b 100644
--- a/configure.in
+++ b/configure.in
@@ -337,6 +337,8 @@ projects.gnome.org/nautilus-python/Makefile
 projects.gnome.org/nautilus-python/documentation/Makefile
 projects.gnome.org/nautilus-python/documentation/html/Makefile
 projects.gnome.org/nautilus-python/images/Makefile
+projects.gnome.org/nautilus-sound-converter/Makefile
+projects.gnome.org/nautilus-sound-converter/images/Makefile
 people.gnome.org/Makefile
 ])
 
diff --git a/projects.gnome.org/Makefile.am b/projects.gnome.org/Makefile.am
index e14fcf5..9d67974 100644
--- a/projects.gnome.org/Makefile.am
+++ b/projects.gnome.org/Makefile.am
@@ -74,7 +74,8 @@ SUBDIRS = css \
 	diagnome \
 	postr \
 	gnome-blog      \
-	nautilus-python
+	nautilus-python	\
+	nautilus-sound-converter
 
 urlpath = 
 
diff --git a/projects.gnome.org/index.html b/projects.gnome.org/index.html
index a06a355..c5691fc 100644
--- a/projects.gnome.org/index.html
+++ b/projects.gnome.org/index.html
@@ -244,6 +244,7 @@
           <li><a href="http://projects.gnome.org/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://projects.gnome.org/nautilus-python/";>Nautilus-Python</a>, Python Bindings for the Nautilus Extension API</li>
+	  <li><a href="http://projects.gnome.org/nautilus-sound-converter/";>Nautilus-Sound-Converter</a>, Nautilus extension to convert audio files to a different format</li>
           <li><a href="http://projects.gnome.org/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://projects.gnome.org/netspeed//";>Netspeed</a>, a small applet that shows network traffic in the panel</li>
diff --git a/projects.gnome.org/nautilus-sound-converter/Makefile.am b/projects.gnome.org/nautilus-sound-converter/Makefile.am
new file mode 100644
index 0000000..f3518c5
--- /dev/null
+++ b/projects.gnome.org/nautilus-sound-converter/Makefile.am
@@ -0,0 +1,12 @@
+SUBDIRS=images 
+
+urlpath = /nautilus-sound-converter/
+
+page_SCRIPTS= index.html	\
+		about.html \
+		developers.html \
+		scripts.html \
+		nsc.css
+
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/nautilus-sound-converter/README b/projects.gnome.org/nautilus-sound-converter/README
new file mode 100644
index 0000000..36fb21a
--- /dev/null
+++ b/projects.gnome.org/nautilus-sound-converter/README
@@ -0,0 +1,11 @@
+This is a template that projects can use when doing something for use in gnome.org/projects/, at least until we get a real CMS.
+
+Key notions: 
+
+* try to have a page for developers, a page for users,
+and some notion of how to get the software.
+
+* try to have at least some nice-looking screenshots.
+
+* if you've got a nice icon, use it to spruce up the page.
+
diff --git a/projects.gnome.org/nautilus-sound-converter/about.html b/projects.gnome.org/nautilus-sound-converter/about.html
new file mode 100644
index 0000000..9217b7b
--- /dev/null
+++ b/projects.gnome.org/nautilus-sound-converter/about.html
@@ -0,0 +1,58 @@
+<?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>Nautilus-Sound-Converter</title>
+	<link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+	<link rel="stylesheet" type="text/css" href="nsc.css" />
+	<link rel="icon" type="image/png" href="images/favicon.png" />
+</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 id="hdrNav">
+	<a href="index.html">Home</a> &middot;
+	<a href="developers.html">Developers</a> &middot;
+	<a href="about.html"><b>About</b></a> &middot;
+	<a href="http://live.gnome.org/NautilusSoundConverter";>Wiki</a>
+	</div>
+</div>
+
+
+<div id="body">
+
+<h2>Nautilus-Sound-Converters' contributors</h2>
+
+<ul>
+<li>Brian Pepple</li>
+</ul>
+
+
+</div>
+
+<div id="sidebar">
+
+	<p class="section">Downloads</p>
+
+
+	<p>Nautilus-Sound-Converter should be available with your distribution.</p>
+	<p>The latest releases can always be found at the <a href="http://code.google.com/p/nautilus-sound-converter/downloads/list";>Google Code Page</a>.</p>
+	<br />
+
+	<p class="section">Feedback</p>
+	<p>Bugs should be reported to the <a href="http://bugzilla.gnome.org";>GNOME Bug Tracking System</a>.</p>
+	<p>You can get in touch with the developer by <a href="mailto:bpepple fedoraproject org">sending an e-mail</a></p>
+	<br />
+</div>
+
+<div id="copyright">
+	Copyright &copy; 2004, <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>
diff --git a/projects.gnome.org/nautilus-sound-converter/developers.html b/projects.gnome.org/nautilus-sound-converter/developers.html
new file mode 100644
index 0000000..d986171
--- /dev/null
+++ b/projects.gnome.org/nautilus-sound-converter/developers.html
@@ -0,0 +1,65 @@
+<?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>Nautilus-Sound-Converter</title>
+	<link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+	<link rel="stylesheet" type="text/css" href="nsc.css" />
+	<link rel="icon" type="image/png" href="images/favicon.png" />
+</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 id="hdrNav">
+	<a href="index.html">Home</a> &middot;
+	<a href="developers.html"><b>Developers</b></a> &middot;
+	<a href="about.html">About</a> &middot;
+	<a href="http://live.gnome.org/NautilusSoundConverter";>Wiki</a>
+	</div>
+</div>
+
+
+<div id="body">
+
+<h2>Developers informations</h2>
+
+<h3>Getting Involved</h3>
+<p>To get involved, contact maintainer Nautilus-Sound-ConverterMaintainer</p>
+<p>More information about getting involved with other GNOME apps (and
+many tips that apply to Nautilus-Sound-Converter) can be found at
+<a href="http://live.gnome.org/GettingInvolved";>http://live.gnome.org/GettingInvolved</a></p>
+<br />
+
+<h3><img src="images/translation.png"> Translating</h3>
+<p>Just as many other GNOME applications, Nautilus-Sound-Converter is translated by the <a href="http://live.gnome.org/TranslationProject";>GNOME translation team</a>.</p>
+<br />
+
+</div>
+
+<div id="sidebar">
+
+	<p class="section">Downloads</p>
+
+
+	<p>Nautilus-Sound-Converter should be available with your distribution.</p>
+	<p>The latest releases can always be found at the <a href="http://code.google.com/p/nautilus-sound-converter/downloads/list";>Google Code Page</a>.</p>
+	<br />
+
+	<p class="section">Feedback</p>
+	<p>Bugs should be reported to the <a href="http://bugzilla.gnome.org";>GNOME Bug Tracking System</a>.</p>
+	<p>You can get in touch with the developer by <a href="mailto:bpepple fedoraproject org">sending an e-mail</a></p>
+	<br />
+</div>
+
+
+<div id="copyright">
+	Copyright &copy; 2004, <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>
diff --git a/projects.gnome.org/nautilus-sound-converter/images/Makefile.am b/projects.gnome.org/nautilus-sound-converter/images/Makefile.am
new file mode 100644
index 0000000..d98d399
--- /dev/null
+++ b/projects.gnome.org/nautilus-sound-converter/images/Makefile.am
@@ -0,0 +1,15 @@
+SUBDIRS=
+
+urlpath = /nautilus-sound-converter/images
+
+page_SCRIPTS=
+
+include $(top_srcdir)/rules.common
+
+misc_images=\
+	nsc-banner.png \
+	thumb-screenshot.png \
+	translation.png \
+	gnome-fs-regular.png
+
+page_DATA=$(misc_images)
diff --git a/projects.gnome.org/nautilus-sound-converter/images/gfoobar-banner.xcf b/projects.gnome.org/nautilus-sound-converter/images/gfoobar-banner.xcf
new file mode 100644
index 0000000..2e75621
Binary files /dev/null and b/projects.gnome.org/nautilus-sound-converter/images/gfoobar-banner.xcf differ
diff --git a/projects.gnome.org/nautilus-sound-converter/images/gnome-fs-regular.png b/projects.gnome.org/nautilus-sound-converter/images/gnome-fs-regular.png
new file mode 100644
index 0000000..ce77a8e
Binary files /dev/null and b/projects.gnome.org/nautilus-sound-converter/images/gnome-fs-regular.png differ
diff --git a/projects.gnome.org/nautilus-sound-converter/images/nsc-banner.png b/projects.gnome.org/nautilus-sound-converter/images/nsc-banner.png
new file mode 100644
index 0000000..be120af
Binary files /dev/null and b/projects.gnome.org/nautilus-sound-converter/images/nsc-banner.png differ
diff --git a/projects.gnome.org/nautilus-sound-converter/images/thumb-screenshot.png b/projects.gnome.org/nautilus-sound-converter/images/thumb-screenshot.png
new file mode 100644
index 0000000..be0601d
Binary files /dev/null and b/projects.gnome.org/nautilus-sound-converter/images/thumb-screenshot.png differ
diff --git a/projects.gnome.org/nautilus-sound-converter/images/translation.png b/projects.gnome.org/nautilus-sound-converter/images/translation.png
new file mode 100644
index 0000000..ab82b50
Binary files /dev/null and b/projects.gnome.org/nautilus-sound-converter/images/translation.png differ
diff --git a/projects.gnome.org/nautilus-sound-converter/index.html b/projects.gnome.org/nautilus-sound-converter/index.html
new file mode 100644
index 0000000..d6f9860
--- /dev/null
+++ b/projects.gnome.org/nautilus-sound-converter/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>Nautilus-Sound-Converter</title>
+	<link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+	<link rel="stylesheet" type="text/css" href="nsc.css" />
+	<link rel="icon" type="image/png" href="images/favicon.png" />
+</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 id="hdrNav">
+	<a href="index.html"><b>Home</b></a> &middot;
+	<a href="developers.html">Developers</a> &middot;
+	<a href="about.html">About</a> &middot;
+	<a href="http://live.gnome.org/NautilusSoundConverter";>Wiki</a>
+	</div>
+</div>
+
+
+<div id="body">
+
+<h2>Introduction</h2>
+<p class="front-screenshot"><img src="images/thumb-screenshot.png"><br /></p>
+<p>Nautilus extension to convert audio files to a different format using the GStreamer framework.</p>
+<br />
+
+
+<h3>We want you to be part of the fun</h3>
+<p>Are you a coder or translator? <a href="developers.html">Join the fun!</a></p>
+<br />
+<p>Nautilus-Sound-Converter is released under the <a href="http://www.gnu.org/licenses/gpl.html";>GNU General Public License (GPL)</a>.</p>
+<br />
+
+</div>
+
+
+<div id="sidebar">
+
+	<p class="section">Downloads</p>
+
+
+	<p>Nautilus-Sound-Converter should be available with your distribution.</p>
+	<p>The latest releases can always be found at the <a href="http://code.google.com/p/nautilus-sound-converter/downloads/list";>Google Code Page</a>.</p>
+	<br />
+
+	<p class="section">Feedback</p>
+	<p>Bugs should be reported to the <a href="http://bugzilla.gnome.org";>GNOME Bug Tracking System</a>.</p>
+	<p>You can get in touch with the developer by <a href="mailto:bpepple fedoraproject org">sending an e-mail</a></p>
+	<br />
+</div>
+
+<div id="copyright">
+	Copyright &copy; 2004, <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>
diff --git a/projects.gnome.org/nautilus-sound-converter/nsc.css b/projects.gnome.org/nautilus-sound-converter/nsc.css
new file mode 100644
index 0000000..69ec07a
--- /dev/null
+++ b/projects.gnome.org/nautilus-sound-converter/nsc.css
@@ -0,0 +1,13 @@
+/* gfoobar website overrides */
+
+#hdr {
+	background: url("images/nsc-banner.png") no-repeat;
+	background-color: #5d7555;
+	background-position: right;
+}
+
+.front-screenshot {
+	float: right;
+	display: block;
+	margin: 1em;
+}



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