|
From: <ei...@us...> - 2006-10-21 11:51:25
|
Revision: 229
http://svn.sourceforge.net/mp3roaster/?rev=229&view=rev
Author: eim
Date: 2006-10-21 04:51:03 -0700 (Sat, 21 Oct 2006)
Log Message:
-----------
Migration to new website layout.
Modified Paths:
--------------
trunk/website/index.html
Modified: trunk/website/index.html
===================================================================
--- trunk/website/index.html 2006-10-21 11:50:28 UTC (rev 228)
+++ trunk/website/index.html 2006-10-21 11:51:03 UTC (rev 229)
@@ -1,10 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- {{{ HTML -->
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!-- {{{ HEAD -->
@@ -12,20 +13,22 @@
<!-- {{{ Title -->
- <title>MP3Roaster Project</title>
+ <title>The MP3Roaster project</title>
<!-- }}} -->
<!-- {{{ Meta -->
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta http-equiv="Keywords" content="MP3Roaster, Roast, Burn, Perl, MP3, OGG, Vorbis, FLAC" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="Content-Language" content="en-us" />
+ <meta http-equiv="Keywords" content="The MP3Roaster project, mp3roaster, MP3Roaster, Perl, MP3, roaster" />
<meta name="Author" content="Ivo Marino <ei...@us...>" />
- <meta name="Description" content="MP3Roaster project" />
+ <meta name="Description" content="The MP3Roaster project website" />
<!-- }}} -->
<!-- {{{ Link -->
- <link rel="shortcut icon" href="graphics/tux-icon.png" />
+ <link rel="stylesheet" href="include/stylesheet.css" type="text/css" />
+ <link rel="shortcut icon" href="graphics/favicon" type="image/x-icon" />
<link rev="made" href="mailto:ei...@us..." />
<!-- }}} -->
@@ -58,206 +61,240 @@
<!-- {{{ BODY -->
<body bgcolor="#ffffff" text="#000000" link="#1f00ff" alink="#ff0000" vlink="#9900dd">
+ <!-- center -->
- <!-- {{{ CVS Log
+ <!-- {{{ Logo table -->
- This is the CVS log, it seems to ignore the logs which have been before the tag was added.
+ <table bgcolor="#ffffff" width="620" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td height="80" align="left" valign="bottom"><img src="graphics/mp3roaster.png" alt="The MP3Roaster project" title="The MP3Roaster project" /></td>
+ </tr>
+ </table>
- $Log$
- Revision 1.38 2006/01/06 12:00:50 eim
- Disabled Google AdSense banner.
+ <!-- }}} -->
- Revision 1.37 2005/12/28 23:16:50 eim
- Added new MP3Roaster release 0.3.0.
+ <br />
- Revision 1.36 2005/04/02 23:02:32 eim
- Removed #mp3roaster IRC channel.
+ <!-- {{{ Menu bar -->
- Revision 1.35 2005/02/24 14:36:10 eim
- Moving img/ to graphics/.
+ <table bgcolor="#000000" width="620" cellspacing="0" cellpadding="5" border="0">
+ <tr>
+ <td bgcolor="#000000" width="124" align="center" class="normal" onmouseover="this.className='mouseover'" onmouseout="this.className='normal'" onclick="location.href='#about'">About</td>
+ <td bgcolor="#000000" width="124" align="center" class="normal" onmouseover="this.className='mouseover'" onmouseout="this.className='normal'" onclick="location.href='#usage'">Usage</td>
+ <td bgcolor="#000000" width="124" align="center" class="normal" onmouseover="this.className='mouseover'" onmouseout="this.className='normal'" onclick="location.href='#download'">Download</td>
+ <td bgcolor="#000000" width="124" align="center" class="normal" onmouseover="this.className='mouseover'" onmouseout="this.className='normal'" onclick="location.href='#donate'">Donate</td>
+ <td bgcolor="#000000" width="124" align="center" class="normal" onmouseover="this.className='mouseover'" onmouseout="this.className='normal'" onclick="location.href='#development'">Development</td>
+ <td bgcolor="#000000" width="124" align="center" class="normal" onmouseover="this.className='mouseover'" onmouseout="this.className='normal'" onclick="location.href='#lists'">Lists</td>
+ <td bgcolor="#000000" width="124" align="center" class="normal" onmouseover="this.className='mouseover'" onmouseout="this.className='normal'" onclick="location.href='#links'">Links</td>
+ </tr>
+ </table>
- Revision 1.33 2005/02/05 12:34:19 eim
- Added vim folding.
+ <!-- }}} -->
+ <!-- {{{ Main table -->
- Revision 1.32 2005/01/30 12:31:01 eim
- Added Google AdSense banner.
+ <table bgcolor="#000000" width="620" cellspacing="1" cellpadding="10" border="0">
+ <tr>
+ <td bgcolor="#eeeeee" align="left">
- Revision 1.31 2004/07/08 22:39:17 eim
- Added infos about the MP3Roaster upload to Debian GNU/Linux.
+ <!-- {{{ Google AdSense banner -->
- Revision 1.30 2004/06/25 19:01:58 eim
- Fixed mailto to be W3C compiliant
+ <!--
+ <h3>Google AdSense banner</h3>
- Revision 1.29 2004/06/25 18:56:31 eim
- Added a comment
+ <table bgcolor="#000000" cellpadding="4" cellspacing="1" border="0">
+ <tr bgcolor="#ffffff">
+ <td align="center" valign="bottom"><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></td>
+ <td align="center" valign="middle">
+ Sorry for this ad banner but it helps <b>MP3Roaster</b> staying alive.
+ Feel free to support us by clicking on it, thank you.
+ </td>
+ </tr>
+ </table>
+ -->
- Revision 1.28 2004/06/25 18:54:15 eim
- Added new mailing list section, CVS Log as comment and checked against aspell.
+ <!-- }}} -->
+ <!-- {{{ About -->
- }}} -->
- <!-- {{{ Main table -->
+ <h3 id="about">About the project</h3>
- <table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td>
+ <table bgcolor="#000000" width="100%" cellspacing="1" cellpadding="10" border="0">
+ <tr>
+ <td bgcolor="#fffff0">
- <!-- {{{ Logo -->
+ Welcome to the MP3Roaster project.<br />
- <img src="graphics/mp3roaster.png" border="0" alt="MP3Roaster" />
+ <br />
+ The MP3Roaster project involves actually two sub-projects:
+ <a href="#subproject_mp3roaster">MP3Roaster</a> and the
+ <a href="#subproject_website">website</a>.
- <!-- }}} -->
- <!-- {{{ Introduction -->
+ <!-- {{{ mp3roaster -->
- <p />
- Welcome to the MP3Roaster project.<br />
- This Open Source project is hosted on SourceForge.net (<a href="http://sourceforge.net/projects/mp3roaster/">SourceForge.net project page</a>).<br />
+ <br />
+ <h4 id="subproject_mp3roaster">MP3Roaster</h4>
+ MP3Roaster is a Perl hack for burning audio CDs out of MP3, OGG Vorbis, FLAC and WAV files.
+ The main highlights of this application are an easy to use command line syntax
+ and automatic volume leveling support for best audio CD quality.
- <!-- }}} -->
- <!-- {{{ Google AdSense banner -->
+ <!-- }}} -->
+ <!-- {{{ The website -->
- <!--
- <p />
- <i>External Google AdSense banner</i>
- <table bgcolor="#000000" cellpadding="4" cellspacing="1" border="0">
- <tr bgcolor="#ffffff">
- <td align="center" valign="bottom"><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></td>
- <td align="left" valign="top">
- Sorry for this ad banner, I wold avoid it if I could<br />
- but it helps <b>MP3Roaster</b> staying alive as project.<br />
- Feel free to support us by clicking on it, thank you.<br />
+ <br />
+ <h4 id="subproject_website">The website</h4>
+ The website is what you're currently reading. Keeping the website up to date with the
+ latest project news is not an easy task so we decided to organize it as a sub-project.
+
+ <!-- }}} -->
+
</td>
</tr>
</table>
- -->
+ <a href="#">Up</a>
+
<!-- }}} -->
- <!-- {{{ About -->
+ <!-- {{{ Usage -->
- <h2>About MP3Roaster</h2>
+ <h3 id="usage">Usage</h3>
- <p />
- MP3Roaster is a Perl hack for burning audio CDs out of MP3, OGG Vorbis, FLAC and WAV files.<br />
- The main highlights of this application are an easy to use command line syntax<br />
- and automatic volume leveling support for best audio CD quality.
+ <table bgcolor="#000000" width="100%" cellspacing="1" cellpadding="10" border="0">
+ <tr>
+ <td bgcolor="#fffff0" align="left">
+ Here is a short example which shows how to use mp3roaster:<br />
+
+<pre><code> TODO: Add example here.
+</code></pre>
+
+ As you can see using mp3roaster is really easy.
+
+ </td>
+ </tr>
+ </table>
+
+ <a href="#">Up</a>
+
<!-- }}} -->
<!-- {{{ Download -->
- <p />
- <h2>Download</h2>
+ <h3 id="download">Download</h3>
- Version 0.3.0 has been released on Thu Dec 9, 2005 (<a href="http://sourceforge.net/project/shownotes.php?release_id=381371">Release Notes / ChangeLog</a>)<br />
- <a href="http://prdownloads.sourceforge.net/mp3roaster/mp3roaster-0.3.0.tar.gz?download">Source package</a>
+ <table bgcolor="#000000" width="100%" cellspacing="1" cellpadding="10" border="0">
+ <tr>
+ <td bgcolor="#fffff0" align="left">
- <p />
- Version 0.2.0 has been released on Tue, May 17, 2004 (<a href="http://sourceforge.net/project/shownotes.php?release_id=239299">Release Notes / ChangeLog</a>)<br />
- <a href="http://prdownloads.sourceforge.net/mp3roaster/mp3roaster-0.2.0.tar.gz?download">Source package</a>
- <a href="http://mentors.debian.net/debian/pool/main/m/mp3roaster/">Debian package on MDN</a>
+ You can always download the latest MP3Roaster release, as a tar.gz archive, from the <a href="http://sourceforge.net/project/showfiles.php?group_id=52552">SourceForge download servers</a>.<br />
- <p />
- Version 0.1.0 has been released on Tue, Sep 16, 2003 (<a href="http://sourceforge.net/project/shownotes.php?release_id=185056">Release Notes / ChangeLog</a>)<br />
- <a href="http://prdownloads.sourceforge.net/mp3roaster/mp3roaster-0.1.0.tar.gz?download">Source package</a>
- <a href="http://prdownloads.sourceforge.net/mp3roaster/mp3roaster_0.1.0-1_all.deb?download">Debian package</a>
+ <br />
+ Please consider the <a href="http://sourceforge.net/project/showfiles.php?group_id=52552">SourceForge download servers</a> as <font color="#ff0000">primary</font> download resource.<br />
- <p />
- <b>Note for Debian GNU/Linux users</b><br />
- Since 2 July 2004 you can get MP3Roaster also via the Debian GNU/Linux distribution.<br />
- MP3Roaster has been successfully uploaded to the <a href="http://packages.debian.org/unstable/sound/mp3roaster">Debian unstable tree</a>, just perform<br />
- <i>apt-get install mp3roaster</i> and you get the package installed.<br />
+ <br />
+ The best way for downloading the latest version of MP3Roaster is via SVN:<br />
+ <br />
+ <code>% svn co https://svn.sourceforge.net/svnroot/mp3roaster/trunk/mp3roaster</code><br />
+
+ </td>
+ </tr>
+ </table>
+
+ <a href="#">Up</a>
+
<!-- }}} -->
- <!-- {{{ Development -->
+ <!-- {{{ Donate -->
- <p />
- <h2>Development</h2>
+ <h3 id="donate">Donate</h3>
- Drop me a line if you are interesting to become a MP3Roaster developer, the code is<br />
- written in Perl so you should already have some Perl experience -- no you really _don't_<br />
- need to be a ``Perl WIZARD".
+ <table bgcolor="#000000" width="100%" cellspacing="1" cellpadding="10" border="0">
+ <tr>
+ <td bgcolor="#fffff0" align="left">
- <p />
- <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mp3roaster/">CVS Tree</a>
- <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mp3roaster/mp3roaster/Docs/ChangeLog?rev=HEAD&content-type=text/vnd.viewcvs-markup">CVS ChangeLog</a>
+ <font color="red">This section has to be completed.</font>
+ </td>
+ </tr>
+ </table>
+
+ <a href="#">Up</a>
+
<!-- }}} -->
- <!-- {{{ Mailing lists -->
+ <!-- {{{ Development -->
- <p />
- <h2>Mailing lists</h2>
+ <h3 id="development">Development</h3>
- There are three mailing lists available for the MP3Roaster project, feel free to use them<br />
- for all your MP3Roaster related questions (<i>Troubles</i>, <i>Usage questions</i>, <i>Comments</i>, etc).<br />
+ <table bgcolor="#000000" width="100%" cellspacing="1" cellpadding="10" border="0">
+ <tr>
+ <td bgcolor="#fffff0" align="left">
- <br />
- <table cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td width="20"> </td>
- <td><a href="http://lists.sourceforge.net/mailman/listinfo/mp3roaster-users">mp3...@li...</a></td>
- <td width="20"> </td>
- <td><i>For MP3Roaster users.</i></td>
- </tr>
- <tr>
- <td width="20"> </td>
- <td><a href="http://lists.sourceforge.net/mailman/listinfo/mp3roaster-devel">mp3...@li...</a></td>
- <td width="20"> </td>
- <td><i>For MP3Roaster developers.</i></td>
- </tr>
- <tr>
- <td width="20"> </td>
- <td><a href="http://lists.sourceforge.net/mailman/listinfo/mp3roaster-cvs">mp3...@li...</a></td>
- <td width="20"> </td>
- <td><i>MP3Roaster CVS commit announcements.</i></td>
- </tr>
- </table>
+ <font color="red">This section has to be completed.</font>
- <br />
- Please consider using the mailing lists, especially the user dedicated one, as primary<br />
- resource for usage and general related questions, you'll get feedback there.<br />
+ </td>
+ </tr>
+ </table>
+ <a href="#">Up</a>
+
<!-- }}} -->
- <!-- {{{ IRC -->
+ <!-- {{{ Lists -->
- <p />
- <h2><s>IRC</s></h2>
+ <h3 id="lists">Mailing Lists</h3>
- <s>
- We have configured an IRC channel dedicated to the MP3Roaster project, it is available<br />
- on <a href="http://www.freenode.net">FreeNode</a> and is called <b>#mp3roaster</b>. Feel free to join the channel to talk about development,<br />
- bug reports, suggestions, etc.
- </s>
+ <table bgcolor="#000000" width="100%" cellspacing="1" cellpadding="10" border="0">
+ <tr>
+ <td bgcolor="#fffff0" align="left">
- <!-- }}} -->
- <!-- {{{ About websiste -->
+ There are three mailing lists available for the MP3Roaster project, feel free to use them<br />
+ for all your MP3Roaster related questions (<i>Troubles</i>, <i>Usage questions</i>, <i>Comments</i>, etc).<br />
- <h2>About this website</h2>
- <p />
- This website is under CVS control, it is updated ``by hand'' through a bash script via SSH.<br />
- There is quite much work to do in order to keep this website updated so if you are interested<br />
- in maintaining this stuff you are welcome, just drop me a line.
+ <br />
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td width="20"> </td>
+ <td><a href="http://lists.sourceforge.net/mailman/listinfo/mp3roaster-users">mp3...@li...</a></td>
+ <td width="20"> </td>
+ <td>For MP3Roaster users.</td>
+ </tr>
+ <tr>
+ <td width="20"> </td>
+ <td><a href="http://lists.sourceforge.net/mailman/listinfo/mp3roaster-devel">mp3...@li...</a></td>
+ <td width="20"> </td>
+ <td>For MP3Roaster developers.</td>
+ </tr>
+ <tr>
+ <td width="20"> </td>
+ <td><a href="http://lists.sourceforge.net/mailman/listinfo/mp3roaster-commit">mp3...@li...</a></td>
+ <td width="20"> </td>
+ <td>MP3Roaster SVN commit announcements.</td>
+ </tr>
+ </table>
- <p />
- For further details on how we keep this website under CVS control take a look at the<br />
- <a href="http://cvs.sourceforge.net/viewcvs.py/mp3roaster/website/README?view=markup">README</a> file
- of the website module.
+ <br />
+ Please consider using the mailing lists as primary resource for usage and general
+ related questions, you'll get feedback there.<br />
+ </td>
+ </tr>
+ </table>
+
+ <a href="#">Up</a>
+
<!-- }}} -->
- <!-- {{{ Footer -->
+ <!-- {{{ Links -->
- <hr />
- <table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <h3 id="links">Links</h3>
+
+ <table bgcolor="#000000" width="100%" cellspacing="1" cellpadding="10" border="0">
<tr>
- <td>
- <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mp3roaster/website/index.html?rev=HEAD&content-type=text/vnd.viewcvs-markup">$Id$</a><br />
- Maintained by <i><a href="http://www.sourceforge.net/users/eim/">Ivo Marino</a></i>
- <<i><a href="mailto:ei...@us...">ei...@us...</a></i>>
+ <td bgcolor="#fffff0" align="left">
+
+ <font color="red">This section has to be completed.</font>
+
</td>
- <td align="right">
- <a href="http://validator.w3.org/check/referer"><img src="graphics/valid-xhtml11.png" alt="Valid XHTML 1.1!" title="Valid XHTML 1.1!" height="31" width="88" border="0" /></a>
- <a href="http://www.sourceforge.net"><img src="graphics/sourceforge.png" alt="Source Forge" title="MP3Roaster is hosted on SourceForge.net" border="0" /></a>
- </td>
</tr>
</table>
+ <a href="#">Up</a>
+
<!-- }}} -->
</td>
@@ -265,7 +302,29 @@
</table>
<!-- }}} -->
+ <!-- {{{ Footer table -->
+ <br />
+
+ <table width="620" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td height="50">
+ <a href="http://validator.w3.org/check/referer"><img src="graphics/valid-xhtml10.png" alt="Valid XHTML 1.0!" title="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
+ </td>
+ <td>
+ <a href="http://www.sourceforge.net"><img src="graphics/sourceforge.png" alt="Source Forge" title="MP3Roaster is hosted on SourceForge.net" border="0" /></a>
+ </td>
+ <td align="right">
+ <a href="http://svn.sourceforge.net/viewcvs.cgi/mp3roaster/trunk/website/index.html?view=markup">$Id$</a><br />
+ Maintained by: <i><a href="http://www.sourceforge.net/users/eim/">Ivo Marino</a></i>
+ <<i><a href="mailto:ei...@us...">ei...@us...</a></i>>
+ </td>
+ </tr>
+ </table>
+
+ <!-- }}} -->
+
+ <!-- /center -->
</body>
<!-- }}} -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|