<?xml version='1.0' encoding='ascii' ?>
<?xml-stylesheet type='text/xsl' href='http://psycle.sourceforge.net/displayer.xsl'?>
<!--?xml-stylesheet href='http://psycle.sourceforge.net/displayer.psycledelics.css' type='text/css'?-->
<part caption='psycle project at sourceforge' image='http://sflogo.sourceforge.net/sflogo.php?group_id=10834' alt='sourceforge'>
	<!--div>
		<script language='JavaScript1.2' src='http://babelfish.altavista.com/static/scripts/translate_engl.js'/>
	</div-->
	<div>
		<a href='http://psycle.pastnotecut.org'>
			<img style='margin-right: 20px; margin-bottom: 10px;' align='left' alt='psycledelics' src='http://psycle.pastnotecut.org/templates/psydel.gif' border='0'/>
		</a>
		<b>Psycle's main site is the Psycledelics site<br/>(<a href='http://psycle.pastnotecut.org'/>)</b>.
		<br/>
		<br/>
		There you can find news about the developement of Psycle itself, plugins, songs, and a great forum
		with several boards (tech board, tips board, ...) where you can easily find information, help and
		even find the developers.
		That site born with Psycle (even before being  added to sourceforge). That's why it remains
		as the reference site.
		<br/>
		<br clear='all'/>
	</div>
	<hr style='margin-top: 8px; margin-bottom: 8px;'/>
	<div>
		We put here, at http://psycle.sourceforge.net/,
		some bleeding-edge, "unofficial" builds, which are not intended to be the mainstream distribution,
		and files and information interesting rather the developpers than the end-users.
		Also, there are documents on a wiki service, which content is inherently unofficial, due to the open nature of wiki.
	</div>
	<div style='margin-bottom: 2em;'>
		This directory contains:
	</div>
	<part caption='Wiki service'>
		Psycle's wiki service: <a href='./wiki/'/>
		<br/>
		The content of these documents is inherently unofficial, due to the open nature of wiki.
		Anyone is free to edit the content of these pages, please contribute!
	</part>
	<part caption='Unofficial builds'>
		Unofficial builds: <a href='./packages/'/>
		<br/>
		Anything there might be very unstable ; use at your own risk ; you may very well trash your tune! ( It already happened to several people, so sure it will happen again. )
	</part>
	<!--part caption='Psycle based on Microsoft&apos;s Windows&#174;&#8482; MFC&#174;&#8482;' anchor='mfc'>
		This codebase of psycle represents years of development and is quite mature.
		The use of Psycle's sources and binaries are currently not restricted by any licence.
		If the psycledelics community ever decides to use a licence, it will surely be some Free/Libre Software License, like for example the GNU Public Licence, which would strengthen its freedom.
		<part caption='Binary raw packages'>
			The builds here are distributed as raw archives (no installer). They contain the psycle application, all the open source native plugins, and the documentation.
			<part caption='Latest Unstable Alpha' anchor='mfc-unstable'>
				<a href='./psycle-mfc-alpha'/>
				<br/>
				The very latest build. This might be unstable ; use at your own risk ; you may very well trash your tune! ( It already happened to several people, so sure it will happen again. )
				<br/>
				This is built from the <code>trunk</code> directory of the subversion repository.
				<br/>
				<b>Note:</b> This might be compiled with SSE2 instructions of the x86 CPUs ; only recent CPUs have SSE2 support.
			</part>
			<part caption='Candidate Release' anchor='mfc-release-candidate'>
				<a href='./psycle-mfc-release-candidate'/>
				<br/>
				This is built from the <code>tags/psycle-1.8.5-rc</code> directory of the subversion repository.
				It is an official candidate release, which means it's nearly stable.
			</part>
			<part caption='Stable Release 1.8.5' anchor='mfc-stable'>
				<a href='./psycle-mfc-stable'/>
				<br/>
				This is built from the <code>tags/psycle-1.8.5-stable</code> directory in the subversion repository. It is the current official release.
			</part>
			<part caption='Older Stable Release 1.8.2' anchor='mfc-stable-old-1.8.2'>
				<a href='http://sourceforge.net/project/showfiles.php?group_id=10834'/>
				<br/>
				This is built from the <code>tags/psycle-1.8.2-stable</code> directory of the subversion repository.
			</part>
		</part>
	</part-->
	<!--part caption='Psycle based on Free Software (work in progress)' anchor='free'>
		The sources are distributed under the <a href='http://fsf.org/licenses/gpl.html'>GNU General Public Licence</a>.
		<br/>
		These are <b>work in progress</b>, so do not expect to be able to write songs with these now.
		<part caption='qpsycle'>
			qpsycle runs on unix-based systems.
			<br/>
			This version adds new features, like an advanced sequencer, that did not exist in psycle 1.9.
			<br/>
			qpsycle may run on mswindows too. Although it is currently not a priority to support this operating system. 
			<br/>
			Please read the <a href='./wiki/'>wiki</a> for further information.
		</part>
		<part caption='freepsycle'>
			Please read the <a href='./wiki/'>wiki</a>.
		</part>
	</part-->
	<!--part caption='Sources' anchor='sources'>
		<part caption='Downloading the sources'>
			To checkout the head of <code>trunk</code> (main branch) of the subversion repository, issue the following command:
			<div class='indented'>
				<code>
					svn checkout https://psycle.svn.sourceforge.net/svnroot/psycle/trunk psycle-trunk
				</code>
			</div>
			Later, to update your local copy, you can just do:
			<div class='indented'>
				<code>
					cd psycle-trunk
					<br/>
					svn update
				</code>
			</div>
			Tip:
			<div class='indented'>
				You can retrieve a particular revision by checking out the url:
				<code>https://psycle.svn.sourceforge.net/svnroot/psycle/tags/psycle-x.y.z-stable</code>
				<br/>
				Remember that if you do so, <code>svn update</code> will likely not give you any more changes, apart maybe bugfixes,
				since stable versions are mostly frozen.
			</div>
			Please read the <a href='./wiki/'>wiki</a> for further information.
		</part>
		<part caption='Building the sources'>
			Please read the <a href='./wiki/'>wiki</a>.
		</part>
	</part>
	<part caption='Satoshi Fujiwara&apos;s tracker (SFTracker) (work in progress)' anchor='sftracker'>
		After several experiments based on the original psycle sources (WTL, FT2 sampler, win32-generics), Satoshi started a new codebase from scratch.
		<br/>
		jaz has taken the FT2 sampler source that Satoshi did, put it in the mainline version of psycle (MFC), and did many improvements on it,
		so Satoshi's original work on the FT2 sampler isn't a lost abandonned effort.
		<part caption='Changelog (blog)'>
				<a href='./blogs/satoshi/sftracker.html'>Satoshi's blog about his developments on <b>SFTracker</b></a>
		</part>
		<part caption='Sources'>
			To get the <code>HEAD</code> revision set of the cvs (the lastest revision of each file in the trunk (main branch)), issue the following command:
			<div class='indented'>
				<code>
					cvs -d :pserver:anonymous@cvs.sourceforge.jp:/cvsroot/sftracker -z9 checkout -R -P -r HEAD SFTracker
				</code>
			</div>
			Later, to update your local copy, you can just do:
			<div class='indented'>
				<code>
					cd SFTracker
					<br/>
					cvs update -R -d -P
				</code>
			</div>
		</part>
	</part-->
	<part caption='Sourceforge&apos;s interface and tools'>
		You can access sourceforge's interface and tools for the psycle project here:
		<a href='http://sourceforge.net/projects/psycle'/>
	</part>
</part>
