gnomeweb-wml r6743 - trunk/projects.gnome.org/rhythmbox



Author: jmatthew
Date: Sat Apr  4 15:29:20 2009
New Revision: 6743
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6743&view=rev

Log:
2009-04-05  Jonathan Matthew  <jonathan d14n org>

	* new site design, some new content, no more xsl.


Added:
   trunk/projects.gnome.org/rhythmbox/developers.html
   trunk/projects.gnome.org/rhythmbox/index.html
   trunk/projects.gnome.org/rhythmbox/screenshots.html

Added: trunk/projects.gnome.org/rhythmbox/developers.html
==============================================================================
--- (empty file)
+++ trunk/projects.gnome.org/rhythmbox/developers.html	Sat Apr  4 15:29:20 2009
@@ -0,0 +1,118 @@
+<?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>Rhythmbox - The music management application for GNOME</title>
+	<link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+	<link rel="stylesheet" type="text/css" href="rhythmbox.css" />
+	<link rel="icon" type="image/png" href="images/rhythmbox-16.png" />
+</head>
+
+<body>
+
+<div id="rbhdr">
+	<h1>Rhythmbox Development</h1>
+	<a href="http://www.gnome.org/";><img id="logo" src="images/gnome.png" alt="Gnome" /></a>
+	<div id="hdrNav">
+	<a href="index.html">Home</a> &middot;
+	<a href="developers.html"><b>Developers</b></a> &middot;
+	<a href="screenshots.html">Screenshots</a> &middot;
+	<a href="http://live.gnome.org/Rhythmbox";>Wiki</a>
+	</div>
+</div>
+
+
+<div id="body">
+
+<h2>Getting Involved</h2>
+<p>More information about getting involved with other GNOME apps (and
+many tips that apply to Rhythmbox) can be found at
+<a href="http://live.gnome.org/GettingInvolved";>http://live.gnome.org/GettingInvolved</a></p>
+<br />
+
+<h2>Building Rhythmbox from Source</h2>
+<p>Before you can build Rhythmbox from a source tarball, or from source checked out from SVN,
+you'll need to make sure you have the required development libraries and headers installed.
+Rhythmbox requires:</p>
+<ul>
+	<li><a href="http://www.gnome.org/";>GNOME</a> 2.22 or newer (including GLib 2.16 and GTK+ 2.12)</li>
+	<li><a href="http://gstreamer.freedesktop.org/";>GStreamer</a> 0.10.12 or newer</li>
+	<li>libsoup 2.4</li>
+</ul>
+<p>Optional packages for additional functionality:</p>
+<ul>
+	<li>HAL 0.5 or newer</li>
+	<li><a href="http://www.gtkpod.org/libgpod/";>libgpod</a> 0.6 or newer for iPod support</li>
+	<li>Avahi 0.6 for DAAP music sharing</li>
+	<li>libnotify 0.3.2</li>
+	<li>libmusizbrainz 2.1.0 or 3.0.0 for audio CD track information lookup</li>
+	<li>brasero or nautilus-cd-burner for audio CD burning</li>
+	<li>Python 2.4 or 2.5 to enable plugins written in Python</li>
+</ul>
+<br />
+
+<h2>Starting Points</h2>
+<p>If you don't know what to work on, or you're looking for a small task to get started, take a look at the list
+of <a href="http://bugzilla.gnome.org/reports/keyword-search.cgi?product=rhythmbox&keyword=gnome-love";>bugs tagged 'gnome-love'</a>.
+Otherwise, there are enough bugs and feature requests in bugzilla to keep anyone busy.</p>
+<br />
+
+<h2>Plugin Development</h2>
+<p>Most new self-contained features, such as integration with web services and support for hardware devices,
+are added to Rhythmbox as plugins.  Plugins can be written in C or Python.  There are sample plugins in the
+source tree.  There's some more information for plugin developers <a href="http://live.gnome.org/RhythmboxPlugins/WritingGuide";>here</a>,
+and API documentation <a href="http://library.gnome.org/devel/rhythmbox/unstable/";>here</a>.
+</p>
+<br />
+
+<h2>Debugging</h2>
+<p>In most ways, Rhythmbox is a typical GNOME application.  There is some information on debugging GTK+ 
+applications <a href="http://library.gnome.org/devel/gtk/unstable/gtk-running.html";>here</a>,
+and instructions for providing stack traces <a href="http://live.gnome.org/GettingTraces";>here</a>.</p>
+<p>Rhythmbox can provide debug output when invoked with the '-d' command line option, which enables all
+debug output, or the '-D &lt;match&gt;' option, which enables all debug output from functions and source
+files containing the match string.  When running in a debugger with some debug output enabled, Rhythmbox will
+also cause the debugger to stop on any GLib warning or critical message.</p>
+<p>For more complicated problems, it may be necessary to use the <a href="http://www.valgrind.org/";>Valgrind</a>
+tools.  Instructions for running these on GNOME applications can be found <a href="http://live.gnome.org/Valgrind";>here</a>.</p>
+<br />
+
+<h2>Translating</h2>
+<p>Just as many other GNOME applications, Rhythmbox is translated by the <a href="http://live.gnome.org/TranslationProject";>GNOME translation team</a>.
+You can check the translation status <a href="http://l10n.gnome.org/module/rhythmbox";>here</a>.</p>
+<br />
+
+<h2>Documentation</h2>
+<p>If you want to write documentation for Rhythmbox, you should join the <a href="http://live.gnome.org/DocumentationProject";>GNOME Documentation team</a>.</p>
+<br />
+
+</div>
+
+<div id="sidebar">
+
+	<p class="section">Downloads</p>
+
+	<p>Rhythmbox comes bundled with many distributions.</p>
+	<p>The latest releases can always be found at the <a href="http://ftp.gnome.org/pub/gnome/sources/rhythmbox";>GNOME ftp site</a>.</p>
+	<p>The latest stable release is <a href="http://ftp.gnome.org/pub/gnome/sources/rhythmbox/0.12/";>0.12.0</a>.
+	<br />
+
+	<p class="section">Feedback</p>
+	<p>Bugs and feature requests should be reported to the <a href="http://bugzilla.gnome.org";>GNOME Bug Tracking System</a>.</p>
+	<p>You can get in touch with developers and other users by <a href="mailto:rhythmbox-devel gnome org">sending a mail</a>
+
+	to the rhythmbox-devel <a href="http://mail.gnome.org/mailman/listinfo/rhythmbox-devel";>mailing list</a> [<a href="http://mail.gnome.org/archives/rhythmbox-devel";>Archives</a>] 
+	or by joining the #rhythmbox channel on irc.gnome.org.</p>
+	<br />
+</div>
+
+
+<div id="copyright">
+	Copyright &copy; 2009, <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>

Added: trunk/projects.gnome.org/rhythmbox/index.html
==============================================================================
--- (empty file)
+++ trunk/projects.gnome.org/rhythmbox/index.html	Sat Apr  4 15:29:20 2009
@@ -0,0 +1,102 @@
+<?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>Rhythmbox - The music management application for GNOME</title>
+	<link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+	<link rel="stylesheet" type="text/css" href="rhythmbox.css" />
+	<link rel="icon" type="image/png" href="images/rhythmbox-16.png" />
+</head>
+
+<body>
+
+<div id="rbhdr">
+	<h1>Rhythmbox</h1>
+	<a href="http://www.gnome.org/";><img id="logo" src="images/gnome.png" alt="Gnome" /></a>
+	<div id="hdrNav">
+	<a href="index.html"><b>Home</b></a> &middot;
+	<a href="developers.html">Developers</a> &middot;
+	<a href="screenshots.html">Screenshots</a> &middot;
+	<a href="http://live.gnome.org/Rhythmbox";>Wiki</a>
+	</div>
+</div>
+
+
+<div id="body">
+
+<h2>Introduction</h2>
+<p>
+	Rhythmbox is an integrated music management application, originally inspired
+	by Apple's <a href="http://www.apple.com/itunes";>iTunes</a>.
+	It is <a href="http://www.gnu.org/philosophy/free-sw.html";>free software</a>,
+	designed to work well under the <a href="http://www.gnome.org/";>GNOME</a> Desktop, and
+	based on the powerful <a href="http://gstreamer.freedesktop.org/";>GStreamer</a> media framework.
+</p>
+<p>
+	Among the many features of Rhythmbox, you will find:
+</p>
+<ul>
+	<li>Easy to use music browser</li>
+	<li>Searching and sorting</li>
+	<li>Comprehensive audio format support through GStreamer</li>
+	<li>Internet Radio support including last.fm streams</li>
+	<li>Playlists</li>
+	<li>Display audio visualizations</li>
+	<li>Transfer music to and from iPod, MTP, and USB Mass Storage music players</li>
+	<li>Display album art and song lyrics downloaded from the internet</li>
+	<li>Play, rip, and burn audio CDs</li>
+	<li>Automatically download audio podcasts</li>
+	<li>Browse, preview, and download albums from <a href="http://www.magnatune.com/";>Magnatune</a>
+	and <a href="http://www.jamendo.com/";>Jamendo</a></li>
+</ul>
+<p>
+	Click <a href="screenshots.html">here</a> for a selection of screenshots showing some of these.
+</p>
+
+<br />
+
+<h2>Plugins and other tools</h2>
+<p>It's easy to download and install plugins that add new features to Rhythmbox.  Besides the plugins that
+come with Rhythmbox, there's a list of third-party plugins <a href="http://live.gnome.org/RhythmboxPlugins/ThirdParty";>here</a>.</p>
+<p>There's also a set of tools <a href="http://live.gnome.org/Rhythmbox/RelatedTools";>here</a> that add some
+Rhythmbox features to other applications.</p>
+<br />
+
+<h2>Contributing</h2>
+<p>There are many ways you can contribute to the Rhythmbox project.  The <a href="developers.html">Developers</a>
+page has more information.
+<br />
+<p>Rhythmbox is released under the <a href="http://www.gnu.org/licenses/gpl.html";>GNU General Public License (GPL)</a>,
+with an exception allowing distribution with non-GPL compatible GStreamer plugins.</p>
+<br />
+
+</div>
+
+
+<div id="sidebar">
+
+	<p class="section">Downloads</p>
+
+	<p>Rhythmbox comes bundled with many distributions.</p>
+	<p>The latest releases can always be found at the <a href="http://ftp.gnome.org/pub/gnome/sources/rhythmbox";>GNOME ftp site</a>.</p>
+	<p>The latest stable release is <a href="http://ftp.gnome.org/pub/gnome/sources/rhythmbox/0.12/";>0.12.0</a>.
+	<br />
+
+	<p class="section">Feedback</p>
+	<p>Bugs and feature requests should be reported to the <a href="http://bugzilla.gnome.org";>GNOME Bug Tracking System</a>.</p>
+	<p>You can get in touch with developers and other users by <a href="mailto:rhythmbox-devel gnome org">sending a mail</a>
+
+	to the rhythmbox-devel <a href="http://mail.gnome.org/mailman/listinfo/rhythmbox-devel";>mailing list</a> [<a href="http://mail.gnome.org/archives/rhythmbox-devel";>Archives</a>] 
+	or by joining the #rhythmbox channel on irc.gnome.org.</p>
+	<br />
+</div>
+
+<div id="copyright">
+	Copyright &copy; 2009, <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>

Added: trunk/projects.gnome.org/rhythmbox/screenshots.html
==============================================================================
--- (empty file)
+++ trunk/projects.gnome.org/rhythmbox/screenshots.html	Sat Apr  4 15:29:20 2009
@@ -0,0 +1,44 @@
+<?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>Rhythmbox - The music management application for GNOME</title>
+	<link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+	<link rel="stylesheet" type="text/css" href="rhythmbox.css" />
+	<link rel="icon" type="image/png" href="images/rhythmbox-16.png" />
+</head>
+
+<body>
+
+<div id="rbhdr">
+	<h1>Screenshots</h1>
+	<a href="http://www.gnome.org/";><img id="logo" src="images/gnome.png" alt="Gnome" /></a>
+	<div id="hdrNav">
+	<a href="index.html">Home</a> &middot;
+	<a href="developers.html">Developers</a> &middot;
+	<a href="screenshots.html"><b>Screenshots</b></a> &middot;
+	<a href="http://live.gnome.org/Rhythmbox";>Wiki</a>
+	</div>
+</div>
+
+
+<div id="body">
+    <a class="screenshot" href="screenshots/rb-auto-playlist.png"><img src="screenshots/rb-auto-playlist-small.png" title="Automatic playlists" /></a>
+    <a class="screenshot" href="screenshots/rhythmbox-ipod.png"><img src="screenshots/rhythmbox-ipod-small.png" title="iPod support" /></a>
+    <a class="screenshot" href="screenshots/rhythmbox-main.png"><img src="screenshots/rhythmbox-main-small.png" title="The main library" /></a>
+    <a class="screenshot" href="screenshots/rb-radio.png"><img src="screenshots/rb-radio-small.png" title="Internet radio streaming" /></a>
+    <a class="screenshot" href="screenshots/rhythmbox-minimode.png"><img src="screenshots/rhythmbox-minimode-small.png" title="Unobtrusive small display mode"/></a>
+    <a class="screenshot" href="screenshots/rhythmbox-jamendo.png"><img src="screenshots/rhythmbox-jamendo-small.png" title="Loading screen for the Jamendo online catalogue"/></a>
+    <a class="screenshot" href="screenshots/rhythmbox-visualization.png"><img src="screenshots/rhythmbox-visualization-small.png" title="Visualisations for your music"/></a>
+    <a class="screenshot" href="screenshots/rhythmbox-lastfm.png"><img src="screenshots/rhythmbox-lastfm-small.png" title="Playing streaming radio from Last.fm"/></a>
+</div>
+
+<div id="copyright">
+	Copyright &copy; 2009, <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]