|
From: <ei...@us...> - 2006-10-23 10:20:30
|
Revision: 233
http://svn.sourceforge.net/mp3roaster/?rev=233&view=rev
Author: eim
Date: 2006-10-23 03:20:21 -0700 (Mon, 23 Oct 2006)
Log Message:
-----------
Further website updates.
Modified Paths:
--------------
trunk/website/index.html
Modified: trunk/website/index.html
===================================================================
--- trunk/website/index.html 2006-10-21 12:01:20 UTC (rev 232)
+++ trunk/website/index.html 2006-10-23 10:20:21 UTC (rev 233)
@@ -161,13 +161,28 @@
<tr>
<td bgcolor="#fffff0" align="left">
- Here is a short example which shows how to use mp3roaster:<br />
+ Once correctly configured MP3Roaster is very easy to use, just launch it
+ from the command line with a bunch of compressed audio files, here is a
+ short example:<br />
-<pre><code> TODO: Add example here.
+<pre><code> % mp3roaster "Root Dance.mp3" Free\ Software.flac bar.ogg Decoded.wav
</code></pre>
- As you can see using mp3roaster is really easy.
+ This will burn Root\ Dance.mp3, Free\ Software.flac bar.ogg and Decoded.wav
+ on your audio CD preserving the song order as specified on the command line.<br />
+ <br />
+ Here is another example showing the usage of command line options like
+ the dummy option:<br />
+
+<pre><code> % mp3roaster -d "Root Dance.mp3" Free\ Software.flac bar.ogg Decoded.wav</code></pre>
+
+ This will do the same job as above but with the laser of your CD writer
+ turned off, so no data will be really written.<br />
+
+ <br />
+ You see MP3Roaster is really easy to use, this was one of my main goals
+ while I've written the code: Keep it simple ;)
</td>
</tr>
</table>
@@ -186,10 +201,30 @@
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 />
<br />
+ <font color="red"><b>Version 0.3.0</b></font> 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><br />
+
+ <br />
+ <b>Version 0.2.0</b> 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><br />
+
+ <br />
+ <b>Version 0.1.0</b> 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 />
+
+ <br />
+ <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 package pool</a>, just perform an<br />
+ <i>% apt-get install mp3roaster</i> and you get the package installed.<br />
+
+ <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 />
<br />
- The best way for downloading the latest version of MP3Roaster is via SVN:<br />
+ The best way for downloading the latest <b>development version</b> of MP3Roaster is via SVN:<br />
<br />
<code>% svn co https://svn.sourceforge.net/svnroot/mp3roaster/trunk/mp3roaster</code><br />
@@ -226,8 +261,62 @@
<tr>
<td bgcolor="#fffff0" align="left">
- <font color="red">This section has to be completed.</font>
+ MP3Roaster is a free software project (free as in speech, not beer) this means you
+ can access and modify it's source code in order to improve constantly the currently
+ available features or add new one.<br />
+ <br />
+ If you are interested in contributing officially to the project feel free to subscribe
+ to the <a href="http://lists.sourceforge.net/mailman/listinfo/mp3roaster-devel">mp3roaster-devel mailing list</a>
+ and post your comments and code there.<br />
+
+ <br />
+ We are always open to improvements so your code is welcome and if it works fine and is useful it will
+ for sure be part of the next MP3Roaster release. If you are interested in constant development contributes we
+ may provide you write access to the subversion repository.<br />
+
+ <br />
+ So feel free to check out the latets MP3Roaster development code via subversion and feel free to
+ drop us a line if you are interesting in becoming an official MP3Roaster developer.<br />
+
+ <br />
+ The project code is written in Perl so you should already have some Perl experience and no you really _don't_
+ need to be a ``Perl WIZARD", don't worry ;) Here is a short list of tasks to be done for MP3Roaster:
+
+ <ul>
+ <li>
+ <b>Distribution packagers</b>, package MP3Roaster, for:
+ <ul>
+ <li>Fedora Linux and Red Hat derivates (RPM)</li>
+ <li>Gentoo Linux (ebuild)</li>
+ <li>BSD Unixes (Net, Open and FreeBSD)</li>
+ <li>MacOS X (Fink)</li>
+ <li>Win32 CygWin</li>
+ </ul>
+ </li>
+ </ul>
+ <ul>
+ <li>
+ <b>Perl hackers</b> for:
+ <ul>
+ <li>Adding new features</li>
+ <li>Improving the existing code</li>
+ </ul>
+ </li>
+ </ul>
+ <ul>
+ <li>
+ <b>Porters/Testers</b> for:
+ <ul>
+ <li>MP3Roaster on CygWin/Win32</li>
+ <li>MP3Roaster on MacOS X</li>
+ <li>MP3Roaster on any other Unix like OS</li>
+ </ul>
+ </li>
+ </ul>
+
+ So if you like MP3Roaster are interested in one of the above tasks
+ don't hesitate to contact us in order to start coding, thanks.
</td>
</tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|