<?php
require '../include/gnomoradio.inc';
my_header(array('title'=>'Artists', 'topdir'=>'../', 'page'=>'artists/'));
?>

<p>There are now two methods of making music available to users of Gnomoradio.  The easiest method to join our community is to simply enter the URL of an existing mp3 or ogg file in the box below:</p>

<form method="post" action="lone-song.php">
<b>URL of song:</b>
<input name="url" size="40"/>
<input type="submit" value="Submit song"/>
</form>

<p>The other way is to license your music under a Creative Commons license and publish an RDF file that describes it.  Although this method requires a bit more work, it has the added benefit of promoting a free culture.  It also saves you in bandwidth costs because users are free to share your files with each other, and Gnomoradio automatically takes advantage of this when it is allowed.</p>

<p><b>Gnomoradio brings your music to the world.</b></p>

<p>Gnomoradio makes it possible to easily distribute and promote your music without excessive copyright restrictions, creating a flow of musical creativity with unlimited potential.  Often the exposure that will be gained from freely distributing at least some music is worth more than trying to enforce all copyright restrictions.</p>

<p>Gnomoradio offers you a chance to spread your music and receive recognition without the support of a record label.  Because music is suggested and downloaded by Gnomoradio based on the ratings assigned by actual users, you can be certain that there are no underlying politics governing an artist's popularity in the Gnomoradio community.  Your success will be based solely on your music and how listeners respond.</p>

<p>If you are new to the concept of free music or free culture, here are a few articles that may be of interest to you:</p>

<ul>
<li><a href="http://www.openp2p.com/pub/a/p2p/2003/06/10/musician_pov.html">A Musician's Take on File Sharing</a></li>
<li>Not an article, but a book by <a href="http://www.lessig.org/">Lawrence Lessig</a>: <a href="http://www.free-culture.org/"><i>Free Culture</i></a> is a must-read for anybody interested in the music/content industry.  It is <a href="http://www.easylum.net/book/view/32">available for free</a> online</li>
<li>The music activist site <a href="http://www.downhillbattle.org">DownhillBattle.org</a> has a lot of good, relevant information.</li>
</ul>

<p>Making your music available on Gnomoradio in this way takes only a few simple steps.  First, publish your original music (in mp3 or ogg format) on a web server.  Then, enter your email address and choose a password below to create an account to add music.  You will then be able to specify the locations of your songs, and Gnomoradio will take care of the rest.  Your email address will not be used for any other purpose than communications about your status in publishing your music.</p>

<form action="rb/rb-register.php" method="post">
<b>Email address:</b> <input name="email"/><br/>
<b>Password:</b> <input type="password" name="password1"/><br/>
<b>Password:</b> <input type="password" name="password2"/><br/>
<input type="submit" value="Create an account"/>
</form>

<p>If you already have an account, please login below:</p>
<form action="rb/rb-login.php" method="post">
<b>Email address:</b> <input name="email"/><br/>
<b>Password:</b> <input type="password" name="password"/><br/>
<input type="submit" value="Login"/>
</form>

<p>Questions?  Comments?  Join the <a href="http://mail.nongnu.org/mailman/listinfo/gnomoradio-artists">gnomoradio-artists</a> mailing list.</p>

<?php
my_footer(array());
?>
