<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Tracks Community Wiki</title>
    <subtitle type="text">Tracks Community Wiki</subtitle>
    <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/" />
    <link rel="self" type="application/atom+xml" href="http://www.rousette.org.uk/projects/wiki/Special:Recentchanges_Atom" />
    <updated>2008-10-21T21:02:58Z</updated>
    <rights>Copyright (c) 2006, butshesagirl@rousette.org.uk</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:rousette.org.uk,2008:10:21:wiki</id>


    <entry>
      <title>MacOS X</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/MacOS-X/" />
      <id>tag:rousette.org.uk,2008:wiki:MacOS X/3.114</id>
      <published>2008-10-21T21:02:58Z</published>
      <updated>2008-10-21T21:02:58Z</updated>
      <author>
            <name>macguide</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<p><a href="http://www.rousette.org.uk/projects/wiki/Category:Installation/" title="Category:Installation">Category:Installation</a></p>

	<h1>Recommended option</h1>

	<p>Install <a href="http://locomotive.raaum.org/">Locomotive</a>: that will install Ruby, Rails, the required gems and MySQL for you, so all you need to do is configure Tracks. <a href="http://www.jackenhack.com/blog/archives/2006/05/25/gtd-ruby-on-rails-and-the-mac/">Jacken</a> has a very clear tutorial on how to install Tracks using Locomotive. Ensure you read the comments for troubleshooting information.</p>

	<h2>The harder way</h2>

	<p>Apache is already installed, so there&#8217;s very little to do to activate it. Simply fire up System Preferences > Sharing and click the checkbox beside &#8216;Personal web sharing&#8217;. This will start up Apache for you, and you can stop it again by pressing the Stop button on that page.</p>

	<p><a href="http://www.entropy.ch/software/macosx/mysql/">Marc Liyanage</a> has a very easy to install package for MySQL and very clear instructions to get it up and running. I would also recommend using <a href="http://cocoamysql.sourceforge.net/">CocoaMySQL</a> to administer your databases. It provides a friendly GUI face for the database.</p>

	<p>Rather than duplicating excellent work, I&#8217;ll just point you in the direction of <a href="http://hivelogic.com/articles/2008/02/ruby-rails-leopard">Hivelogic</a> which has an excellent guide for building Ruby 1.8.6, Rails, FCGI and so on. There are also instructions there for configuring Apache to use FCGI and to use Virtual Hosts.</p>

	<p> Tiger </p>

	<p>If you have Tiger, you&#8217;ll find that Ruby 1.8.2 and SQLite3 is already installed. However, there&#8217;s a small problem with installing gems, which you can fix by following the instructions <a href="http://maczealots.com/tutorials/ruby-on-rails/">here</a>. I really recommend using SQLite3 as the database on Tiger. It&#8217;s much simpler than having to install MySQL, and perfectly adequate for a personal tool.</p>

	<p>If you want to start up Tracks when you login or boot the computer, take a look at the instructions and files <a href="http://rousette.org.uk/projects/article/26/starting-tracks-at-login-with-mac-os-x-tiger">here</a>.</p>


 
      ]]></content>
    </entry>

    <entry>
      <title>Outlook Integration</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/Outlook-Integration/" />
      <id>tag:rousette.org.uk,2008:wiki:Outlook Integration/20.113</id>
      <published>2008-09-04T23:50:01Z</published>
      <updated>2008-09-04T23:50:01Z</updated>
      <author>
            <name>GregJarman</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<h1>Microsoft Outlook/Tracks Integration</h1>

	<h2>Features</h2>

	<ul>
	<li>Create a new Tracks todo directly from Microsoft Outlook.</li>
		<li>Inserts an &#8216;Add to Tracks&#8217; option in the right-click context menu for email items. </li>
		<li>A popup dialog box allows the context and project of the item to be set.</li>
		<li>Uses the RESTful API.</li>
	</ul>

	<h2>Requirements:</h2>

	<p>Outlook 2003 (tested).<br />
Outlook 2007 (tested).</p>

	<h2>Todo:</h2>

	<p>Due By/Show From</p>

	<h2>Author</h2>

	<p>Greg Jarman. </p>

	<p>I&#8217;m not a VBA coder &#8211; No guarantees on this software. I hope it works for you.</p>

	<h2>Installation:</h2>

	<h3>Download Required Files</h3>

	<p>1. Download the file: <a href="http://www.users.on.net/~greg_jarman/TodoForm10.zip">TodoForm10.zip</a>. Unzip the contents to a temporary directory &#8211; which can be removed after the import in the next step.</p>

	<h3>User Form Creation</h3>

	<p>2. Open Outlook. Go to the Tools menu, select Macro->Visual Basic Editor.<br />
3. The Virtual Basic Editor will open.<br />
4. Select File->Import&#8230;<br />
5. Import the TodoForm.frm file.<br />
6. Verify that you have a new item created under the Forms folder in your Project window.</p>

	<h3>User Form Configuration</h3>

	<p>7. From the Project box, expand Forms.<br />
8. Right-click TodoForm and select View Code.<br />
9. Edit the file and set appropriate values for the following things:</p>

	<ul>
	<li>sURL: The address of your tracks installation.</li>
		<li>sUsername: Your tracks username.</li>
		<li>sPassword: Your tracks password.</li>
		<li>sProxy: If required, configure the address and port of your proxy server. Otherwise, leave it blank.</li>
	</ul>

	<h3>Outlook Integration</h3>

	<p>10. Still in Visual Basic: From the Project box, expand &#8220;Microsoft Office Outlook&#8221; to find &#8220;ThisOutlookSession&#8221;.<br />
11. Right-click ThisOutlookSession and select &#8220;View Code&#8221;.<br />
12. If you have anything existing in there called &#8216;Private Sub Application_Startup()&#8217; STOP NOW and seek expert advice. Continuing may interrupt access to pre-existing customisations already present in your Oulook configuration.<br />
13. Otherwise, copy and paste the following into the Window:</p>

	<p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #DD0000">'&nbsp;greg&nbsp;jarman&nbsp;&nbsp;&nbsp;20080821&nbsp;&nbsp;&nbsp;v1.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;initial&nbsp;version<br />'<br />'<br /><br />Option&nbsp;Explicit<br /><br />Private&nbsp;WithEvents&nbsp;explorer&nbsp;As&nbsp;Outlook.explorer<br />Private&nbsp;WithEvents&nbsp;mailItem&nbsp;As&nbsp;Outlook.mailItem<br /><br />Const&nbsp;MENUITEM_TEXT&nbsp;=&nbsp;"Add&nbsp;To&nbsp;Tracks..."<br /><br />Private&nbsp;Sub&nbsp;Application_Startup()<br />&nbsp;&nbsp;'&nbsp;</span><span style="color: #0000BB">CheckLibrary<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;Set&nbsp;explorer&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Application</span><span style="color: #007700">.</span><span style="color: #0000BB">ActiveExplorer<br />&nbsp;&nbsp;Application</span><span style="color: #007700">.</span><span style="color: #0000BB">ActiveExplorer<br />End&nbsp;Sub<br /><br /></span><span style="color: #007700">Public&nbsp;</span><span style="color: #0000BB">Sub&nbsp;mailItem_CustomAction</span><span style="color: #007700">(</span><span style="color: #0000BB">ByVal&nbsp;Action&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">_<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ByVal&nbsp;Response&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Object</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">ByRef&nbsp;Cancel&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Boolean</span><span style="color: #007700">)<br />&nbsp;&nbsp;</span><span style="color: #0000BB">Select&nbsp;</span><span style="color: #007700">Case&nbsp;</span><span style="color: #0000BB">Action</span><span style="color: #007700">.</span><span style="color: #0000BB">Name<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Case&nbsp;</span><span style="color: #0000BB">MENUITEM_TEXT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TodoForm</span><span style="color: #007700">.</span><span style="color: #0000BB">DescriptionTextBox</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mailItem</span><span style="color: #007700">.</span><span style="color: #0000BB">Subject<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TodoForm</span><span style="color: #007700">.</span><span style="color: #0000BB">NotesTextBox</span><span style="color: #007700">.</span><span style="color: #0000BB">Text&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mailItem</span><span style="color: #007700">.</span><span style="color: #0000BB">Body<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TodoForm</span><span style="color: #007700">.</span><span style="color: #0000BB">Show<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cancel&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">True<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">Case&nbsp;Else<br />&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;Select<br />End&nbsp;Sub<br /><br /><br /></span><span style="color: #007700">Private&nbsp;</span><span style="color: #0000BB">Sub&nbsp;explorer_SelectionChange</span><span style="color: #007700">()<br />&nbsp;&nbsp;</span><span style="color: #0000BB">Dim&nbsp;selectedItem&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Object<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;</span><span style="color: #007700">For&nbsp;</span><span style="color: #0000BB">Each&nbsp;selectedItem&nbsp;In&nbsp;explorer</span><span style="color: #007700">.</span><span style="color: #0000BB">Selection<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">If&nbsp;</span><span style="color: #0000BB">selectedItem</span><span style="color: #007700">.Class&nbsp;=&nbsp;</span><span style="color: #0000BB">olMail&nbsp;Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim&nbsp;newAction&nbsp;</span><span style="color: #007700">As&nbsp;</span><span style="color: #0000BB">Outlook</span><span style="color: #007700">.</span><span style="color: #0000BB">Action<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set&nbsp;mailItem&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">selectedItem<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set&nbsp;newAction&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mailItem</span><span style="color: #007700">.</span><span style="color: #0000BB">Actions</span><span style="color: #007700">.</span><span style="color: #0000BB">Item</span><span style="color: #007700">(</span><span style="color: #0000BB">MENUITEM_TEXT</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If&nbsp;</span><span style="color: #0000BB">newAction&nbsp;Is&nbsp;Nothing&nbsp;Then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set&nbsp;newAction&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">mailItem</span><span style="color: #007700">.</span><span style="color: #0000BB">Actions</span><span style="color: #007700">.</span><span style="color: #0000BB">Add<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;newAction</span><span style="color: #007700">.</span><span style="color: #0000BB">Name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">MENUITEM_TEXT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;newAction</span><span style="color: #007700">.</span><span style="color: #0000BB">ShowOn&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">Outlook</span><span style="color: #007700">.</span><span style="color: #0000BB">OlActionShowOn</span><span style="color: #007700">.</span><span style="color: #0000BB">olMenu<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;newAction</span><span style="color: #007700">.</span><span style="color: #0000BB">Enabled&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">True<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mailItem</span><span style="color: #007700">.</span><span style="color: #0000BB">Save<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End&nbsp;</span><span style="color: #007700">If<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">End&nbsp;</span><span style="color: #007700">If<br />&nbsp;&nbsp;</span><span style="color: #0000BB">Next<br />End&nbsp;Sub&nbsp;</span>
</span>
</code></div></p>

	<h3>Outlook Macro Security</h3>

	<p>14. Close the Visual Basic editor window.<br />
15. From the main Outlook menu, select Tools->Macro->Security. Ensure the Security Level setting is on Medium. You&#8217;ll be prompted when a macro wishes to run, see below for an optional change to remove this warning.</p>

	<h3>Testing Outlook Integration</h3>

	<p>16. Close Outlook and reopen it.<br />
17. Select Enable Macro to allow the Tracks macro to start up.<br />
18. Right click a mail message and select &#8216;Add To Tracks&#8230;&#8217;<br />
19. Edit the fields, and hit &#8216;Add Todo&#8217;<br />
20. Verify the new item is visible in your Tracks browser interface.</p>

	<h3>Self-signing the Macro</h3>

	<p>It is possible to sign the VBA code in order to prevent the Macro Security warning popups whenever you start Outlook. This section is optional &#8211; the functionality of the addon is not otherwise enhanced by this change.</p>

	<ol>
	<li>Browse to Program Files\Microsoft Office\Office folder (Office12 for a 2007 installation).</li>
		<li>Locate a program called &#8216;selfcert.exe&#8217;. If it is not present you&#8217;ll need to rerun office setup and add <b>Digital Signature for VBA Projects</b> from the <b>Office Tools</b> section.</li>
		<li>Execute selfcert.exe.</li>
		<li>Type your name into the field provided. This will generate a self-signed certificate for you, you can look it up in Control Panel->Internet->Content->Certificates.</li>
		<li>Next, open Outlook and go to Tools->Macro->Visual Basic Editor.</li>
		<li>Go to the Tools menu, and select Digital Signature.</li>
		<li>Press the Choose button, select your new certificate from the list and hit okay.</li>
		<li>Close Outlook and re-open it. You may be prompted to trust the certificate the first time you use it, but after that you should not see any further security warnings on startup.</li>
	</ol>


 
      ]]></content>
    </entry>

    <entry>
      <title>Integration</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/Integration/" />
      <id>tag:rousette.org.uk,2008:wiki:Integration/19.99</id>
      <published>2008-08-21T07:04:38Z</published>
      <updated>2008-08-21T07:04:38Z</updated>
      <author>
            <name>GregJarman</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<p>Integrating Tracks with other applications.</p>

	<ul>
	<li><a href="http://www.rousette.org.uk/projects/wiki/Outlook-Integration/" title="Outlook-Integration">Outlook Integration</a></li>
	</ul>


 
      ]]></content>
    </entry>

    <entry>
      <title>index</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/index/" />
      <id>tag:rousette.org.uk,2008:wiki:index/1.98</id>
      <published>2008-08-21T07:04:07Z</published>
      <updated>2008-08-21T07:04:07Z</updated>
      <author>
            <name>GregJarman</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<h1>Welcome to the Tracks Community Wiki!</h1>

	<p>This wiki is a repository for information about Tracks, partially provided by users. If you&#8217;d like to contribute, just register for an account and login. If you&#8217;re already registered at the forum, you can use the same username and password here.</p>

	<h2>Overview of Tracks</h2>

	<p>Tracks is a web application that is specifically designed to implement the Getting Things Done (GTD) methods. That doesn&#8217;t mean that you can&#8217;t use it for other kinds of todo tracking. Data is stored in a database (either MySQL, Postgresql or SQLite), and viewed in a web browser via a web server (Apache, Lighttpd or WEBrick among others). This makes it cross-platform as well as being accessible from anywhere that you have web access.</p>

	<p>Using the GTD method as a model, there are three main components to Tracks: Next actions, Contexts and Projects.</p>

	<ul>
	<li><strong>Next Actions</strong>: These are the heart of GTD. They are the very next physical action that can be taken on something. It&#8217;s best to phrase these in an active way e.g. &#8220;Call Bob about the committee meeting&#8221; or &#8220;Search for a reputable garage&#8221;.</li>
		<li><strong>Contexts</strong>: Contexts are very flexible, and can be places, states of mind or modes of working in which actions can be taken. Next actions can be assigned to and sorted by context so that you know when you are able to make progress with items. e.g. &#8220;Library&#8221;, &#8220;Shops&#8221; or &#8220;Tired&#8221;.</li>
		<li><strong>Projects</strong>: any goal which requires more than one next action to take it to completion is a Project. In Tracks, you can view your next actions by Project.</li>
	</ul>

	<p>Find out more:</p>

	<ul>
	<li><a href="http://www.rousette.org.uk/projects/wiki/Installation-Index/" title="Installation-Index">Installation Index</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Known-Issues/" title="Known-Issues">Known Issues</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Development-Index/" title="Development-Index" class="noArticle">Development Index</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Tracks-Hosting/" title="Tracks-Hosting">Tracks Hosting</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Recommended-Web-Hosts/" title="Recommended-Web-Hosts">Recommended Web Hosts</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Integration/" title="Integration">Integration</a></li>
	</ul>


 
      ]]></content>
    </entry>

    <entry>
      <title>FreeBSD</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/FreeBSD/" />
      <id>tag:rousette.org.uk,2008:wiki:FreeBSD/10.97</id>
      <published>2008-05-09T15:00:09Z</published>
      <updated>2008-05-09T15:00:09Z</updated>
      <author>
            <name>Gobo</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<p><a href="http://www.rousette.org.uk/projects/wiki/Category:Installation/" title="Category:Installation">Category:Installation</a></p>

	<h2>FreeBSD (6.x) installation with sqlite3</h2>

	<p>My FreeBSD installation in quite old, and have a lot of old cruft installed. I might have had a requirement for Tracks allready installed without know it it. But the only Ruby program I can think of on my computer is portinstall, so these ports should be enough.</p>

<code><br />
host# portinstall -r rubygem-rails<br />
host# portinstall -r rubygem-redcloth<br />
host# portinstall -r databases/ruby-sqlite3<br />
host# portinstall -r rubygem-sqlite3<br />
</code>

	<p>From here, you just follow the instructions in installation.html.</p>

	<p>Now, Get Things Done!</p>


 
      ]]></content>
    </entry>

    <entry>
      <title>Tracks1.5rc1</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/Tracks1.5rc1/" />
      <id>tag:rousette.org.uk,2008:wiki:Tracks1.5rc1/18.92</id>
      <published>2008-03-06T18:50:36Z</published>
      <updated>2008-03-06T18:50:36Z</updated>
      <author>
            <name>bsag</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<p>Download the zipped version <a href="http://www.rousette.org.uk/projects/files/tracks-1.5rc1.zip">here</a>. If you&#8217;d like to use subversion to get your copy, use the following command:</p>

<code><br />
svn co --username=guest http://www.rousette.org.uk/svn/tracks-repos/tags/tracks-1.5rc1/tracks tracks1.5rc1<br />
</code><br />
</pre>

	<p>There&#8217;s an installation manual included in the /doc directory of both the zipped and subversion versions, but if you want to sneak a peek at the manual without downloading the whole package, it&#8217;s <a href="http://www.rousette.org.uk/projects/files/manual_1.5.pdf">here </a>.</p>

	<p>A few screenshots:</p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/context_stats.png">Pie charts of actions in contexts</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_context_list.png">Context list</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_done.png">Completed tasks</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_home.png">Home page</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_login.png">Login page</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_preferences.png">Preferences page</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_project_page.png">Projects page</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_stats.png">Stats page</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_tags.png">Tags</a></p>

	<p><a href="http://rousette.org.uk/projects/images/uploads/tracks_tickler.png">Tickler page</a></p>


 
      ]]></content>
    </entry>

    <entry>
      <title>Tips and Tricks</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/Tips-and-Tricks/" />
      <id>tag:rousette.org.uk,2007:wiki:Tips and Tricks/15.87</id>
      <published>2007-12-05T14:34:28Z</published>
      <updated>2007-12-05T14:34:28Z</updated>
      <author>
            <name>mverwijs</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<h2>What you didn&#8217;t know that you didn&#8217;t know about Tracks!</h2>

	<h4>Textile markup</h4>

	<p>Tracks runs notes through Textile, allowing for humanely marked-up links, titles, notes, images, and more.</p>

	<p>For example:</p>
    <table style="width:400px;">
        <tr>
            <th>textile</th>
            <th>to</th>
            <th>html</th>
        </tr>
        <tr>
            <td> <em>a phrase</em> </td>
            <td>-></td>
            <th><em>a phrase</em></th>
        </tr>
        <tr>
            <td> <strong>a phrase</strong> </td>
            <td>-></td>
            <td><strong>a phrase</strong></td>
        </tr>
        <tr>
            <td> <em><strong>a phrase</strong></em> </td>
            <td>-></td>
            <th><em><strong>a phrase</strong></em></th>
        </tr>
        <tr>
            <td> <a href="http://google.com">Google</a> </td>
            <td>-></td>
            <td><a href="http://google.com">Google</a></td>
        </tr>
    </table>

	<p>See <a href="http://hobix.com/textile/quick.html">The more-than-complete reference to Textile</a></p>

	<h4>Shortcut Keys<br />
(Note: Firefox 2.0 uses the Shift+Alt keycombination instead of just the Alt key.)</h4>

    <table>
    <tr>
    <td>Home (<b>T</b>racks)</td>
    <td>Alt+T</td>
    </tr>
    <tr>
    <td>Projects</td>
    <td>Alt+P</td>
    </tr>
    <tr>
    <td>Completed (<b>D</b>one)</td>
    <td>Alt+D</td>
    </tr>
    <tr>
    <td>Notes</td>
    <td>Alt+O</td>
    </tr>
    <tr>
    <td>Preferences</td>
    <td>Alt+U</td>
    </tr>
    <tr>
    <td>Show notes</td>
    <td>Alt+S</td>
    </tr>
    <tr>
    <td>Hide notes</td>
    <td>Alt+H</td>
    </tr>
    <tr>
    <td>New item (depending on view)</td>
    <td>Alt+N</td>
    </tr>
    </table>


 
      ]]></content>
    </entry>

    <entry>
      <title>Tracks Hosting</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/Tracks-Hosting/" />
      <id>tag:rousette.org.uk,2007:wiki:Tracks Hosting/9.86</id>
      <published>2007-09-06T02:46:05Z</published>
      <updated>2007-09-06T02:46:05Z</updated>
      <author>
            <name>JohnWhitlock</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<p>Ready made installations of Tracks provided by users: you just need to sign up for an account. (Please note that these are provided by users as a service, and they have no other connection to the Tracks project. If you have problems using these services, please contact the provider, not bsag).</p>

	<p><a href="http://gtdtracks.com/front">GTD Tracks</a>: GTDTracks.com provides importing from existing Tracks installations, daily backups and personalized service.</p>

	<p><a href="http://tracks.tra.in">tracks tra.in</a>: tracks tra.in is a hosted version of Tracks offered free by tra.in to help you manage your time!</p>

	<p><a href="http://www.personaltracks.com">Personal Tracks</a>: Free Tracks hosting.</p>


 
      ]]></content>
    </entry>

    <entry>
      <title>Installation Index</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/Installation-Index/" />
      <id>tag:rousette.org.uk,2007:wiki:Installation Index/2.83</id>
      <published>2007-05-03T21:54:27Z</published>
      <updated>2007-05-03T21:54:27Z</updated>
      <author>
            <name>Justin</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<p><a href="http://www.rousette.org.uk/projects/wiki/Category:Installation/" title="Category:Installation">Category:Installation</a></p>

	<h1>General requirements</h1>

	<p>The most up-to-date instructions can be found within each distribution in the <code>doc/README_FOR_APP file</code>. You can run Tracks on your own (local) computer (MacOS X, Windows and Linux are all supported), or on your web host&#8217;s server, in which case you will have access to Tracks from any internet connected computer. Specific installation instructions apply to the different platforms, but you need the following basic components:</p>

	<ul>
	<li>Ruby (1.8.2 or 1.8.4, <strong>don&#8217;t use 1.8.3</strong>)</li>
		<li>Rails (included in the download package)</li>
		<li>a database and the Ruby bindings to interface with it. <a href="http://www.mysql.com/">MySQL</a> is probably the most popular, but you can also use <a href="http://www.sqlite.org/">SQLite3</a> (an SQLite3 database file is included in the download package, ready to go) or <a href="http://www.postgresql.org/">Postgresql</a>.</li>
		<li>You also need a web server of some kind. The lightweight, but very functional WEBrick is built into the application if you&#8217;re running Tracks on your own machine. Alternatively, you can use <a href="http://www.apache.org/">Apache</a>, <a href="http://www.lighttpd.net/">lighttpd</a> or <a href="http://mongrel.rubyforge.org/">Mongrel</a> (much faster than WEBrick but very lightweight and easy to configure).</li>
	</ul>

	<h2>Getting Ruby installed</h2>

	<ul>
	<li>The easiest way: Install <a href="http://locomotive.raaum.org/">Locomotive</a> if you are on MacOS X, or <a href="http://instantrails.rubyforge.org/wiki/wiki.pl">InstantRails</a> if you are on Windows. Both will install Ruby, a webserver and a database for you in a self-contained package, and make it easy to start and stop the web server.</li>
		<li>If you don&#8217;t want to go down that route, there&#8217;s a Windows installer for Ruby <a href="http://rubyforge.org/frs/download.php/4174/ruby182-15.exe">here</a>, and the source (for MacOS X and Linux) is <a href="http://rubyforge.org/frs/download.php/7858/ruby-1.8.4.tar.gz">here</a>. If you&#8217;re on Linux, there are probably packages available for Ruby through your distribution&#8217;s package manager. However, unless you&#8217;re on Linux, I&#8217;d strongly recommend using one of the bundled installations listed above.</li>
	</ul>

	<h2>Getting a database and bindings installed</h2>

	<p>I&#8217;ve you use one of the &#8216;all-in-one&#8217; packages above, this step isn&#8217;t necessary. Otherwise, you&#8217;ll need to get &#8220;SQLite3&#8221;http://www.sqlite.org/ and the <code>sqlite3-ruby</code> bindings if you want to use SQLite3. To install the bindings, install <a href="http://docs.rubygems.org/">RubyGems</a> then issue the command:</p>

<code><br />
sudo gem install sqlite3-ruby<br />
</code>

	<p>and select the correct version depending on your platform.</p>

	<p>If you want to install MySQL, follow the link to the MySQL website above to find out how to download and install it.</p>

	<p>Specific instructions for various platforms:</p>

	<ul>
	<li><a href="http://www.rousette.org.uk/projects/wiki/MacOS-X/" title="MacOS-X">MacOS X</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Windows/" title="Windows">Windows</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Linux-Debian/" title="Linux-Debian">Linux Debian</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/LinuxGeneral/" title="LinuxGeneral">LinuxGeneral</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/LinuxUbuntu/" title="LinuxUbuntu">LinuxUbuntu</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Linux-opensuse/" title="Linux-opensuse">Linux opensuse</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/FreeBSD/" title="FreeBSD">FreeBSD</a></li>
		<li><a href="http://www.rousette.org.uk/projects/wiki/Web-host/" title="Web-host">Web host</a></li>
	</ul>


 
      ]]></content>
    </entry>

    <entry>
      <title>Linux opensuse</title>
      <link rel="alternate" type="text/html" href="http://www.rousette.org.uk/projects/wiki/Linux-opensuse/" />
      <id>tag:rousette.org.uk,2007:wiki:Linux opensuse/17.82</id>
      <published>2007-05-03T16:35:25Z</published>
      <updated>2007-05-03T16:35:25Z</updated>
      <author>
            <name>chapeaurouge</name>
            <email></email>
      </author>
      <content type="html"><![CDATA[
        	<p><a href="http://www.rousette.org.uk/projects/wiki/Category:Installation/" title="Category:Installation">Category:Installation</a></p>

	<h2>General opensuse installation</h2>

	<p>This is based on opensuse 10.2, up to date. The standard repo or the FACTORY repository both work. Please find a list of repository <a href="http://en.opensuse.org/Additional_YaST_Package_Repositories">here</a>.</p>

	<p>This describes installation steps for tracks 1.043, with sqlite3 and WEBrick (part of ruby package). Make sure you have sqlite3 installed.</p>

	<ul>
	<li>Install the necessary ruby packages<br />
<code><br />
&gt; rug in ruby rubygem-sqlite3 rubygems rubygem-rake<br />
</code>

	<p>Here is the list of ruby packages I have installed.<br />
<code><br />
&gt; rpm -aq |grep ruby<br />
rubygem-sqlite3-1.1.0-30<br />
rubygems-0.9.0-29<br />
ruby-devel-1.8.5-18<br />
ruby-1.8.5-18<br />
rubygem-rake-0.7.1-27<br />
</code></p>

		<li>Download tracks in your chosen directory, unzip, and more to the directory.<br />
<code><br />
&gt; wget http://www.rousette.org.uk/projects/files/tracks-1.043.zip<br />
&gt; unzip tracks-1.043.zip<br />
&gt; cd tracks-1.043.zip<br />
</code>

	<p>Since the tracks package already includes the config files setup for sqlite and webrick, we can start right away!</p>

		<li>Launch the server<br />
<code><br />
&gt; ruby script/server -e production &#38;<br />
&gt; disown<br />
</code>

		<li>Go to the signup URL in your favorite browser to create your first admin user<br />
<code><br />
http://127.0.0.1:3000/signup<br />
</code>

	<p><b>That&#8217;s all :)</b></p>


 
      ]]></content>
    </entry>


</feed>