changeset 1:0171bedfe36e

Added bundling script, also tweaked homepage HTML
author danstowell
date Fri, 20 Jun 2008 11:03:39 +0000
parents a7c2bda0dfd9
children 30380dddaf20
files bundle.bash doc/mainpage.dox
diffstat 2 files changed, 20 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bundle.bash	Fri Jun 20 11:03:39 2008 +0000
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+# Script to make a download bundle of the OnsetsDS code
+# Dan Stowell, June 2008
+version=`date "+%Y-%m-%d"`
+
+# build the documentation
+cd doc
+doxygen
+cd ..
+
+rm -rf OnsetsDS
+
+svn export . OnsetsDS
+cp -R doc/html OnsetsDS/doc/html
+
+zip -r "OnsetsDS-$version" OnsetsDS
+tar -czvf "OnsetsDS-$version.tgz" OnsetsDS
+
--- a/doc/mainpage.dox	Fri Jun 20 10:37:26 2008 +0000
+++ b/doc/mainpage.dox	Fri Jun 20 11:03:39 2008 +0000
@@ -19,7 +19,7 @@
 <h2>Download</h2>
 
 <ul>
-	<li><a href="http://sourceforge.net/">Download the sourcecode bundle</a></li>
+	<li><a href="https://sourceforge.net/project/showfiles.php?group_id=210998">Download the sourcecode bundle</a></li>
 	<li>Or access the current development version using subversion [<small><a href="http://sourceforge.net/svn/?group_id=54622" title="What is subversion, and how to use it">info</a></small>]: <br />
 	  <tt>svn co %https://onsetsds.svn.sourceforge.net/svnroot/onsetsds onsetsds</tt></li>
 </ul>
@@ -81,7 +81,6 @@
 \li D. Stowell and M. D. Plumbley. 
 <a href="http://www.elec.qmul.ac.uk/digitalmusic/papers/2007/StowellPlumbley07-icmc.pdf">
 Adaptive whitening for improved real-time audio onset detection.</a> 
-To appear in: 
 Proceedings of the International Computer Music Conference (ICMC'07), 
 Copenhagen, Denmark, August 2007.