2007-11-11 19:58:04 +00:00
<div id="feeds">
2007-03-30 04:36:52 +00:00
<div id="feedlegend">
2007-11-11 19:58:04 +00:00
<h3>Exporting data</h3>
<p>You can choose between the following formats:</p>
<ul>
2008-06-11 08:56:12 +00:00
<li><strong>YAML: </strong>Best for exporting data. <br/><i>Please note that Tracks currently does not support importing YAML files. Do not use this (yet) to backup your Tracks database.</i></li>
2007-11-11 19:58:04 +00:00
<li><strong>CSV: </strong>Best for importing into spreadsheet or data analysis software</li>
<li><strong>XML: </strong>Best for importing or repurposing the data</li>
2008-06-11 08:56:12 +00:00
</ul>
2007-03-30 04:36:52 +00:00
</div>
2007-11-11 19:58:04 +00:00
<p>
2007-11-12 08:07:06 +00:00
<table class="export_table">
2007-11-11 19:58:04 +00:00
<tr>
<th>Description</th>
<th>Download link</th>
</tr>
<tr>
<td>YAML file containing all your actions, contexts, projects, tags and notes</td>
<td><%= link_to "YAML file", :controller => 'data', :action => 'yaml_export' %></td>
</tr>
<tr>
<td>CSV file containing all of your actions, with named contexts and projects</td>
<td><%= link_to "CSV file (actions, contexts and projects)", :controller => 'data', :action => 'csv_actions' %></td>
</tr>
<tr>
<td>CSV file containing all your notes</td>
<td><%= link_to "CSV file (notes only)", :controller => 'data', :action => 'csv_notes' %></td>
</tr>
<tr>
<td>XML file containing all your actions, contexts, projects, tags and notes</td>
<td><%= link_to "XML file (actions only)", :controller => 'data', :action => 'xml_export' %></td>
</tr>
</table>
</p>
2007-03-30 04:36:52 +00:00
2007-11-11 19:58:04 +00:00
</div><!-- End of feeds -->