<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>Tracks</title>
    <link>http://www.rousette.org.uk/projects/tracks/index/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>butshesagirl@rousette.org.uk</dc:creator>
    <dc:rights>Copyright 2006</dc:rights>
    <dc:date>2006-03-05T16:08:00+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>Absent for August</title>
      <link>http://www.rousette.org.uk/projects/site/absent&#45;for&#45;august/</link>
      <description></description>
      <dc:subject>communication, site&#45;admin</dc:subject>
      <content:encoded><![CDATA[	<p>I&#8217;m off to Brazil for a work course again on Monday, and I&#8217;ll be away for 3 weeks. I won&#8217;t have email or web access during that time, so can I ask that you direct any questions to the forum or mailing list where other Tracks users will be able to help you. If you want to make a pull request on GitHub, or if you&#8217;ve got a patch, <a href="https://github.com/lukemelia">lukemelia</a>, <a href="https://github.com/lrbalt">lrbalt</a> and <a href="https://github.com/epall">epall</a> all have commit rights to the main repository, so you can send your request to them.</p>

	<p>Have a great summer everyone, and I&#8217;ll post again when I get back!</p>


 ]]></content:encoded>
      <dc:date>2008-08-02T18:22:00+00:00</dc:date>
    </item>

    <item>
      <title>Pledgie button</title>
      <link>http://www.rousette.org.uk/projects/site/pledgie&#45;button/</link>
      <description></description>
      <dc:subject>communication</dc:subject>
      <content:encoded><![CDATA[	<p>GitHub provides a handy shortcut for creating a <a href="http://pledgie.org/">Pledgie</a> campaign, and shows the button on the repository page. We were previously accepting donations using a Paypal button, which meant I then had to do some mental arithmetic and manually update the MacBook-O-Meter to show the additional donations. Pledgie is much easier to use, so I&#8217;ve now embedded the Pledgie button on the <a href="http://www.rousette.org.uk/projects/tracks/contribute">Contribute</a> page, and also in the sidebar of the site. Click the button if you feel like making a donation! Pledgie donations can be anonymous or you can display your name proudly in the donors list, and you can use PayPal or a credit card for payment.</p>


 ]]></content:encoded>
      <dc:date>2008-06-28T11:23:00+00:00</dc:date>
    </item>

    <item>
      <title>BitNami screencasts in Spanish</title>
      <link>http://www.rousette.org.uk/projects/site/bitnami&#45;screencasts&#45;in&#45;spanish/</link>
      <description></description>
      <dc:subject>buzz, links</dc:subject>
      <content:encoded><![CDATA[	<p>Spanish-speaking Tracks users will be interested to know that <a href="http://www.bitnami.org/">BitNami</a> have a couple of <a href="http://www.bitnami.org/article/tracks-aprende-a-manejar-tus-tareas">screencasts</a> in Spanish, showing the installation process with BitNami (which was produced by <a href="http://www.screencasts.es/">Javier Mart&#237;nez</a>) and an introduction to using Tracks. Many thanks to Antonio Santos at BitNami for pointing me to the screencasts, and for telling me that Tracks was the third most downloaded Stack on BitNami last month!</p>


 ]]></content:encoded>
      <dc:date>2008-06-28T10:27:01+00:00</dc:date>
    </item>

    <item>
      <title>Tracks moves to GitHub!</title>
      <link>http://www.rousette.org.uk/projects/site/tracks&#45;moves&#45;to&#45;github/</link>
      <description>I&apos;m happy to say that Tracks has now moved to GitHub. The subversion repository is still available as a read&#45;only repository, but all new development will happen via Git at  GitHub. The main reason for this move is to make it much easier for people to contribute to the project. Anyone can clone the repository and submit patches, but to make life even easier, you can sign up for a free account at GitHub and then fork Tracks. GitHub provides a &apos;pull request&apos; button, so when you&apos;ve added something cool or fixed a bug, hit the button and we&apos;ll pull in your changes. Git makes merging *much* easier than Subversion, even if the codebase has moved on a bit since you created the patch.</description>
      <dc:subject>communication, development</dc:subject>
      <content:encoded><![CDATA[	<p>I&#8217;m happy to say that Tracks has now moved to GitHub. The subversion repository is still available as a read-only repository, but all new development will happen via <a href="http://git.or.cz/">Git</a> at  <a href="http://github.com/bsag/tracks/tree">GitHub</a>. The main reason for this move is to make it much easier for people to contribute to the project. Anyone can clone the repository and submit patches, but to make life even easier, you can sign up for a free account at GitHub and then fork Tracks. GitHub provides a &#8216;pull request&#8217; button, so when you&#8217;ve added something cool or fixed a bug, hit the button and we&#8217;ll pull in your changes. Git makes merging <strong>much</strong> easier than Subversion, even if the codebase has moved on a bit since you created the patch.</p>

	<p>The latest stable version of Tracks can still be downloaded as a .zip file (see the download link in the sidebar). If you don&#8217;t want to install Git, but you are feeling adventurous and want to get the very latest development version, you can use the &#8216;Download&#8217; button on the GitHub page to get a tarball of the project.</p>

	<p>To clone Tracks, change to a directory in which you want to store Tracks (e.g. ~/Sites):</p>

<pre>
<code>
git clone git://github.com/bsag/tracks.git
cd tracks
</code>
</pre>

	<p>If (when!) you produce a cool new feature or fix a bug, create a patch. If you develop in a branch called &#8216;experiment&#8217;:</p>

<pre>
<code>
git diff master..experiment &gt; my_feature.patch 
</code>
</pre>

	<p>Then attach my_feature.patch to a ticket.</p>

	<p>Or you can sign up for a free account on github and fork Tracks using the convenient button. You can then use the button to issue a pull request for your changes to be pulled into the main repository.</p>


 ]]></content:encoded>
      <dc:date>2008-06-15T11:33:00+00:00</dc:date>
    </item>

    <item>
      <title>Tracks 1.6</title>
      <link>http://www.rousette.org.uk/projects/site/tracks&#45;16/</link>
      <description></description>
      <dc:subject>releases</dc:subject>
      <content:encoded><![CDATA[


 ]]></content:encoded>
      <dc:date>2008-06-03T18:53:02+00:00</dc:date>
    </item>

    <item>
      <title>Comment moderation</title>
      <link>http://www.rousette.org.uk/projects/site/comment&#45;moderation/</link>
      <description>I&#8217;ve been getting a fair bit of spam slipping through Akismet&#8217;s fingers recently, so I&#8217;ve decided to turn comment moderation on and see how it goes. Please feel free to comment as usual, but remember that your comment won&#8217;t show up immediately. If you are a spammer, your comment won&#8217;t turn up at all!</description>
      <dc:subject>site&#45;admin</dc:subject>
      <content:encoded><![CDATA[	<p><p>I&#8217;ve been getting a fair bit of spam slipping through Akismet&#8217;s fingers recently, so I&#8217;ve decided to turn comment moderation on and see how it goes. Please feel free to comment as usual, but remember that your comment won&#8217;t show up immediately. If you are a spammer, your comment won&#8217;t turn up at all!<br />
</p></p>


 ]]></content:encoded>
      <dc:date>2008-05-22T20:36:00+00:00</dc:date>
    </item>

    <item>
      <title>Morphexchange &#45; Tracks as a hosted service</title>
      <link>http://www.rousette.org.uk/projects/site/morphexchange&#45;tracks&#45;as&#45;a&#45;hosted&#45;service/</link>
      <description>If you&#8217;d like to have a globally&#45;accessible installation of Tracks, which you could access from any computer on the internet, but you either don&#8217;t have a web server, web host, or don&#8217;t want the hassle of installing it yourself, you could try &#8220;Morph eXchange&#8221;:http://www.morphexchange.com/. The Morph Application Platform allows you to run certain Ruby on Rails applications as services. They have some services which require a paid subscription, but their Tracks service is free to use. All you need to do is go to the &#8220;homepage&#8221;:http://www.morphexchange.com/, signup for an account, then under

subscriptions you will see Tracks listed. Click subscribe, and you can launch Tracks and enter your data.</description>
      <dc:subject>links</dc:subject>
      <content:encoded><![CDATA[	<p>If you&#8217;d like to have a globally-accessible installation of Tracks, which you could access from any computer on the internet, but you either don&#8217;t have a web server, web host, or don&#8217;t want the hassle of installing it yourself, you could try <a href="http://www.morphexchange.com/">Morph eXchange</a>. The Morph Application Platform allows you to run certain Ruby on Rails applications as services. They have some services which require a paid subscription, but their Tracks service is free to use. All you need to do is go to the <a href="http://www.morphexchange.com/">homepage</a>, signup for an account, then under subscriptions you will see Tracks listed. Click subscribe, and you can launch Tracks and enter your data.</p>


 ]]></content:encoded>
      <dc:date>2008-04-07T18:47:00+00:00</dc:date>
    </item>

    <item>
      <title>New screencast</title>
      <link>http://www.rousette.org.uk/projects/site/new&#45;screencast/</link>
      <description>I&apos;ve just uploaded an introductory screencast to the &quot;screenshots&quot;:http://www.rousette.org.uk/projects/screenshots/index page. In it, I introduce the basics of starting with a new, blank installation of Tracks, adjusting the preferences, adding contexts, projects and actions, and editing actions. In due course, I&apos;ll add more screencasts on specific aspects, like using tags, the tickler, and the statistics page.

It&apos;s the first screencast I&apos;ve done with a voiceover, so please forgive the stumbling, mumbling parts. Watching the screencast, you might marvel at the fact that I lecture for a living. The thing is, I&apos;m used to a live audience (except at 9am Monday lectures, where the audience is mostly asleep), and talking to myself felt distinctly odd  I also seemed to be channelling Bill Lumbergh from &quot;Office Space&quot;:http://www.imdb.com/title/tt0151804/, with my &quot;let&apos;s go ahead and...&quot;. I don&apos;t know why, because I almost never say that in real life. Anyway, enjoy, and try not to laugh too hard.</description>
      <dc:subject>communication, site&#45;admin</dc:subject>
      <content:encoded><![CDATA[	<p>I&#8217;ve just uploaded an introductory screencast to the <a href="http://www.rousette.org.uk/projects/screenshots/index">screenshots</a> page. In it, I introduce the basics of starting with a new, blank installation of Tracks, adjusting the preferences, adding contexts, projects and actions, and editing actions. In due course, I&#8217;ll add more screencasts on specific aspects, like using tags, the tickler, and the statistics page.</p>

	<p>It&#8217;s the first screencast I&#8217;ve done with a voiceover, so please forgive the stumbling, mumbling parts. Watching the screencast, you might marvel at the fact that I lecture for a living. The thing is, I&#8217;m used to a live audience (except at 9am Monday lectures, where the audience is mostly asleep), and talking to myself felt distinctly odd <img src="http://www.rousette.org.uk/projects/images/smileys/wink.gif" width="19" height="19" alt="wink" style="border:0;" /> I also seemed to be channelling Bill Lumbergh from <a href="http://www.imdb.com/title/tt0151804/">Office Space</a>, with my &#8220;let&#8217;s go ahead and&#8230;&#8221;. I don&#8217;t know why, because I almost never say that in real life. Anyway, enjoy, and try not to laugh too hard. </p>


 ]]></content:encoded>
      <dc:date>2008-04-01T18:26:01+00:00</dc:date>
    </item>

    <item>
      <title>Tracks 1.5</title>
      <link>http://www.rousette.org.uk/projects/site/tracks&#45;15/</link>
      <description></description>
      <dc:subject>releases</dc:subject>
      <content:encoded><![CDATA[


 ]]></content:encoded>
      <dc:date>2008-03-27T17:11:12+00:00</dc:date>
    </item>

    <item>
      <title>BitNami Tracks Stack</title>
      <link>http://www.rousette.org.uk/projects/site/bitnami&#45;tracks&#45;stack/</link>
      <description>Manuel Morales from &quot;BitNami&quot;:http://bitnami.org/ emailed to tell me about the &quot;Tracks Stack&quot;:http://bitnami.org/stack/tracks they have developed. These are easy to install, multi&#45;platform packages for installing various Open Source applications. You download a package which installs as a stand&#45;alone stack of all of the components required to run the application. What this means is that if you want to run Tracks on Windows XP, Linux or Mac OS X, but you don&apos;t really know where to start with installing Ruby, Rails and MySQL, you can just download the stack. It installs everything you need and even configures the application and the database for you. The Tracks Stack installs the brand spanking new Tracks version 1.5rc1.

So if you&apos;re interested by Tracks but have been daunted by the installation procedure, give a &quot;Tracks Stack&quot;:http://bitnami.org/stack/tracks a whirl!</description>
      <dc:subject>linux, macosx, releases, windows</dc:subject>
      <content:encoded><![CDATA[	<p>Manuel Morales from <a href="http://bitnami.org/">BitNami</a> emailed to tell me about the <a href="http://bitnami.org/stack/tracks">Tracks Stack</a> they have developed. These are easy to install, multi-platform packages for installing various Open Source applications. You download a package which installs as a stand-alone stack of all of the components required to run the application. What this means is that if you want to run Tracks on Windows XP, Linux or Mac OS X, but you don&#8217;t really know where to start with installing Ruby, Rails and MySQL, you can just download the stack. It installs everything you need and even configures the application and the database for you. The Tracks Stack installs the brand spanking new Tracks version 1.5rc1.</p>

	<p>So if you&#8217;re interested by Tracks but have been daunted by the installation procedure, give a <a href="http://bitnami.org/stack/tracks">Tracks Stack</a> a whirl!</p>


 ]]></content:encoded>
      <dc:date>2008-03-15T19:12:00+00:00</dc:date>
    </item>

    
    </channel>
</rss>