gnomeweb-wml r6309 - in trunk/www.gnome.org/projects: . gnomeradio gnomeradio/images



Author: mfcn
Date: Sat Sep 13 16:39:05 2008
New Revision: 6309
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6309&view=rev

Log:
Add new webpage for gnomeradio


Added:
   trunk/www.gnome.org/projects/gnomeradio/
   trunk/www.gnome.org/projects/gnomeradio/Makefile.am
   trunk/www.gnome.org/projects/gnomeradio/gnomeradio.css
   trunk/www.gnome.org/projects/gnomeradio/images/
   trunk/www.gnome.org/projects/gnomeradio/images/Makefile.am
   trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-16.png   (contents, props changed)
   trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-48.png   (contents, props changed)
   trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-main.png   (contents, props changed)
   trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-menu.png   (contents, props changed)
   trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-recording.png   (contents, props changed)
   trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-setting.png   (contents, props changed)
   trunk/www.gnome.org/projects/gnomeradio/images/spacer.png   (contents, props changed)
   trunk/www.gnome.org/projects/gnomeradio/images/top-bg.png   (contents, props changed)
   trunk/www.gnome.org/projects/gnomeradio/index.html
Modified:
   trunk/www.gnome.org/projects/Makefile.am

Modified: trunk/www.gnome.org/projects/Makefile.am
==============================================================================
--- trunk/www.gnome.org/projects/Makefile.am	(original)
+++ trunk/www.gnome.org/projects/Makefile.am	Sat Sep 13 16:39:05 2008
@@ -17,6 +17,7 @@
 	gnome-core		\
 	gnome-games		\
 	gnome-libs		\
+	gnomeradio		\
 	gnumeric		\
 	guppi			\
 	gtksourceview		\

Added: trunk/www.gnome.org/projects/gnomeradio/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gnomeradio/Makefile.am	Sat Sep 13 16:39:05 2008
@@ -0,0 +1,9 @@
+SUBDIRS=images
+
+urlpath=/projects/gnomeradio/
+
+page_SCRIPTS= index.html \
+		gnomeradio.css
+
+
+include $(top_srcdir)/rules.common

Added: trunk/www.gnome.org/projects/gnomeradio/gnomeradio.css
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gnomeradio/gnomeradio.css	Sat Sep 13 16:39:05 2008
@@ -0,0 +1,33 @@
+#hdr {
+	position: absolute;
+	z-index: 5;
+
+	top: 0px;
+	left: 0px;
+	right: 0px;
+	width: 100%;
+	height: 64px;
+
+	text-align: right;
+
+	background: url("images/top-bg.png");
+	background-color: #ffffff;
+	border-bottom: 0px;
+}
+
+#body {
+	margin: 90px 230px 30px 30px;
+	padding: 0px;
+}
+
+#gnomeradio-logo {
+	position: absolute;
+	top: 24px;
+	left: 20px;
+	border: 0px;
+	z-index: 10;
+
+	background: url("images/gnomeradio-48.png") no-repeat;
+	width: 64px;
+	height: 64px;
+}

Added: trunk/www.gnome.org/projects/gnomeradio/images/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gnomeradio/images/Makefile.am	Sat Sep 13 16:39:05 2008
@@ -0,0 +1,19 @@
+SUBDIRS=
+
+urlpath=/projects/gnomeradio/images
+
+page_SCRIPTS=
+
+include $(top_srcdir)/rules.common
+
+misc_images=\
+	gnomeradio-16.png \
+	gnomeradio-48.png \
+	gnomeradio-main.png \
+	gnomeradio-menu.png \
+	gnomeradio-recording.png \
+	gnomeradio-settings.png \
+	spacer.png \
+	top-bg.png
+
+page_DATA=$(misc_images)

Added: trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-16.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-48.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-main.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-menu.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-recording.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gnomeradio/images/gnomeradio-setting.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gnomeradio/images/spacer.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gnomeradio/images/top-bg.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gnomeradio/index.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gnomeradio/index.html	Sat Sep 13 16:39:05 2008
@@ -0,0 +1,177 @@
+<!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="en" lang="en">
+<head>
+	<title>Gnomeradio: A FM-Radio Tuner for GNOME</title>
+	<link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+	<link rel="stylesheet" type="text/css" href="gnomeradio.css" />
+	<link rel="icon" type="image/png" href="images/gnomeradio-16.png" />
+	<meta name="description" content="The Gnomeradio Homepage" />
+	<meta http-equiv="content-type" content="application/xml+xhtml; charset=utf-8" />
+</head>
+<body>
+
+<!-- body -->
+<div id="body">
+
+
+<!-- About Gnomeradio !-->
+<h1><a name="about">What is Gnomeradio?</a></h1>
+<p>
+Gnomeradio is a FM-radio tuner for the <a href="http://www.gnome.org";>GNOME desktop</a> (version 1 and 2).
+It should work with every FM tuner card that is supported by <a href="http://www.exploits.org/v4l/";>video4linux</a>.
+Remote controls are supported via (optional) <a href="http://www.lirc.org";>LIRC</a>-support.
+Gnomeradio can also record radio using <a href="http://www.gstreamer.org";>GStreamer</a>.
+</p>
+
+
+<!-- Screenshots -->
+<h1><a name="screenshots">What does it look like?</a></h1>
+<p>
+This screenshot shows the main window of gnomeradio.
+</p>
+<img src="images/gnomeradio-main.png" alt="A screenshot showing the main window" />
+<p>
+The preferences dialog.
+</p>
+<img src="images/gnomeradio-setting.png" alt="A screenshot showing the preferences dialog" />
+<p>
+The recording status window.
+</p>
+<img src="images/gnomeradio-recording.png" alt="A screenshot showing the recording status window" />
+<p>
+Gnomradio tray icon with it's context menu.
+</p>
+<img src="images/gnomeradio-menu.png" alt="A screenshot showing the tray icon and it's context menu" />
+
+<!-- Documentation -->
+<h1><a name="docs">Documentation</a></h1>
+<p>
+The manual is available via the GNOME Help Browser or by pressing F1 in the app.
+Following is a table with available keyboard shortcuts.
+</p>
+<table>
+<tr><td>Open the help</td><td><span class="right">F1</span></td></tr>
+<tr><td>Start recording</td><td><span class="right">r</span></td></tr>
+<tr><td>Mute/unmute the volume</td><td><span class="right">m</span></td></tr>
+<tr><td>Terminate Gnomeradio</td><td><span class="right">q</span></td></tr>
+<tr><td>Scan forward</td><td><span class="right">f</span></td></tr>
+<tr><td>Scan backwards</td><td><span class="right">b</span></td></tr>
+<tr><td>Select next preset</td><td><span class="right">n</span></td></tr>
+<tr><td>Select previous preset</td><td><span class="right">p</span></td></tr>
+<tr><td>Increase volume</td><td><span class="right">+</span></td></tr>
+<tr><td>Decrease volume</td><td><span class="right">-</span></td></tr>
+</table>
+
+<!-- FAQ -->
+<h1><a name="faq">FAQ</a></h1>
+<h4>I noticed Gnomeradio is evolving very slow in the last years. Is there something I can help out with?</h4>
+<p>
+Yes! My time is limited and gnomeradio receives much to less love :-(<br>
+If you are interessted in contributing, there is always something to do.
+The easiest thing to start with is usually translating or updating the documentation.
+If you are more into coding, you can have a look at bugzilla at the open bugs or
+come up with something own. I happily accept all patches that have a minimum
+level of quality and don't conflict overly with the current design.
+</p>
+<!--
+<h4>The files I have recored are playing to slow/to fast. What went wrong?</h4>
+<p>
+Try changing the sample-rate. In versions &gt;= 1.6 simply fire up <tt>gconf-editor</tt>
+and navigate to <tt>/apps/gnomeradio/recording</tt>. 44100 is the default (CD quality).
+<a href="http://en.wikipedia.org/wiki/Sampling_rate#Audio";>Here is a list of other possible values</a>.
+</p>
+-->
+
+<!-- Download -->
+<h1><a name="download">How do I get it?</a></h1>
+<p>
+The latest version of Gnomeradio requires GNOME (&gt;=2.14), GTK (&gt;=2.8) and GStreamer (&gt;=0.10).
+For remote control support, you need a working <a href="http://www.lirc.org";>LIRC</a> setup.
+</p>
+<p>
+The latest release is version 1.8. Packages available are:
+</p>
+<ul>
+<li>Source Tarball: <a href="http://www.wh-hms.uni-ulm.de/~mfcn/gnomeradio/packages/gnomeradio-1.8.tar.gz";>gnomeradio-1.8.tar.gz</a></li>
+<li>Ubuntu: you need <tt>universe</tt> in your sources.list, to apt-get it</li>
+<li>Gentoo: simply emerge it</li>
+<li>Dag Wieers provides <a href="http://dag.wieers.com/packages/gnomeradio/";>some RPMs</a></li>
+</ul>
+
+<p>
+Previous releases are available <a href="packages/">here</a>.
+</p>
+
+<p>
+Furthermore you can try out the cutting edge cvs versions.
+The module is <a href="http://svn.gnome.org/viewcvs/gnomeradio/";>gnomeradio</a> in <a href="http://svn.gnome.org/";>GNOME svn</a>.
+</p>
+
+
+<!-- Changes -->
+<h1><a name="changes">Changes</a></h1>
+
+<h4>1.8</h4>
+Thanks a lot to Daniel Garcia, Francesco Namuri and James Henstridge for their contributions to this release!
+<ul>
+<li>There is now a v4l1 and v4l2 backend (select backend using /apps/gnomeradio/driver in gconf if autodetection does not work for you). Based on James patches.</li>
+<li>Use GtkStatusIcon instead of libegg tray icon (Daniel)</li>
+<li>Fix crash when editing presets (Francesco)</li>
+</ul>
+
+<h4>1.7</h4>
+<ul>
+<li>GStreamer recording, including a much nicer recording status window</li>
+<li>The trayicon now has a context-menu</li>
+<li>Use the volume-widget known from totem and other GNOME apps (bacon-volume)</li>
+<li>Gnomeradio now scans for stations on first run (or if started with --scan) and adds detected ones to presets (if desired)</li>
+<li>New Tango'y icon sponsored by Josef Vybira (Yay - love it :-))</li>
+<li>Check the Changelog for a complete list</li>
+</ul>
+
+<h4>1.6</h4>
+<ul>
+<li>Fix #167963, #167962</li>
+<li>Tried to make the whole app more HIG-conforming</li>
+<li>More UI improvements, especially in the settings dialog</li>
+<li>Integrated the record dialog in the settings dialog</li>
+<li>Many more minor improvements</li>
+</ul>
+
+
+<!-- Bugs -->
+<h1><a name="bugs">Bugs &amp; Feature Requests</a></h1>
+Please enter any bugs and feature requests in the <a href="http://bugzilla.gnome.org/buglist.cgi?product=gnomeradio";>Gnomeradio component</a> of GNOME Bugzilla.
+Sending them directly to me is possible, too, but I might overlook your mail. So if you
+don't want your bug to get lost enter it in Bugzilla.
+<p>
+</p>
+
+</div>
+<!-- end of body -->
+
+
+<!-- header -->
+<div id="hdr">
+<div id="gnomeradio-logo"><a href="."><img src="images/spacer.png" alt="HOME" /></a></div>
+<div id="hdrNav">
+<a href="#about">About</a> &middot;
+<a href="#screenshots">Screenshots</a> &middot;
+<a href="#download">Get</a> &middot;
+<a href="#docs">Documentation</a> &middot;
+<a href="#changes">Changes</a> &middot;
+<a href="#bugs">Bugs</a> &middot;
+<a href="http://www.gnome.org/";>GNOME</a>
+</div>
+</div>
+
+<div id="copyright">
+<p>Copyright &copy; 2008, <a href="http://www.wh-hms.uni-ulm.de/~mfcn/";>Joergen Scheibengruber</a> and <a href="http://www.gnome.org";>The GNOME Project</a>.
+<br />
+GNOME and the foot logo are trademarks of the GNOME Foundation.
+</p>
+</div>
+<!-- end of header -->
+
+</body>
+</html>



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