<?php
require 'include/gnomoradio.inc';

/*
if ($from || $aim) {
	$fh = fopen('.log', a);
	$date = date('D, F j, Y   g:i a');
	if ($from) {
		fputs($fh, $from);
		setcookie('aim', substr($from, 3), time() + (3600 * 24 * 365));
	} else
		fputs($fh, "   $aim");
	fputs($fh, " $REMOTE_ADDR $date\n");
	fclose($fh);
}
*/

my_header(array('mainpage'=>'true', 'title'=>'Gnomoradio: promoting independent musicians by creating a legal, peer-to-peer, free software music player', 'page'=>'index.php'));
?>

<p>Gnomoradio is a program that can find, fetch, share, and play music that is freely available for file sharing.  Gnomoradio is <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>, licensed under the terms of the GNU <a href="http://www.gnu.org/licenses/gpl.html">General Public License</a>, which permits modifications and distribution of the source code to the program.  The current version runs on GNU/Linux and other UNIX-compatible systems.</p>

<h4>Project status:</h4>

<p>Gnomoradio is currently being rewritten using Mozilla as a platform.  Although a rewrite is a large project, it is necessary to achieve the maximum portablility needed for Gnomoradio to work well on Windows and Mac OS X.  More information about the status of the new player can be found on the <a href="devel/">development</a> page.</p>

<p><a href="users/">More information for users...</a><br/><a href="screenshots/">Screenshots</a><br/><a href="download.php">Download Now</a></p>

<hr width="70%"/>

<p>The Gnomoradio project is creating an online network where artists can promote and share their music freely and willingly.  By eliminating many of the exclusionary tactics of the mainstream music industry, musicians now have a chance to interact directly with their listeners and receive valuable exposure.</p>

<p>More information about our goals and intentions can be found in the <a href="announcement.php">initial announcement</a> of the project.</p>

<p><a href="artists/">More information for artists...</a></p>

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