git-annex/templates/configurators/repositories.hamlet

98 lines
2.6 KiB
Text
Raw Normal View History

2012-08-04 00:40:34 +00:00
<div .span9>
2012-08-05 23:55:06 +00:00
<h2>
Your repositories
<table .table .table-condensed>
<tbody>
$forall (num, name, actions) <- repolist
2012-08-05 23:55:06 +00:00
<tr>
<td>
#{num}
<td>
#{name}
<td>
$if needsEnabled actions
<a href="@{setupRepoLink actions}">
<i .icon-warning-sign></i> not enabled
2012-09-13 21:31:36 +00:00
$else
<a href="@{syncToggleLink actions}">
$if notSyncing actions
<i .icon-pause></i> syncing paused
$else
<i .icon-refresh></i> syncing enabled
<td>
$if needsEnabled actions
<a href="@{setupRepoLink actions}">
enable
$else
<a href="@{setupRepoLink actions}">
configure
2012-08-04 00:40:34 +00:00
<div .row-fluid>
<div .span6>
<h2>
Add more repositories
2012-08-04 00:40:34 +00:00
<h3>
<a href="@{AddDriveR}">
2012-08-31 22:59:57 +00:00
<i .icon-plus-sign></i> Removable drive
2012-08-04 00:40:34 +00:00
<p>
Clone this repository to a USB drive, memory stick, or other #
removable media.
<p>
For offline archiving, backups, or to #
<a href="http://en.wikipedia.org/wiki/Sneakernet">SneakerNet</a> #
between computers.
2012-08-04 00:40:34 +00:00
<h3>
<a href="@{StartPairR}">
<i .icon-plus-sign></i> Local computer
2012-08-04 00:40:34 +00:00
<p>
2012-08-05 23:55:06 +00:00
Pair with a local computer to automatically keep files in sync #
between computers on your local network.
2012-08-04 00:40:34 +00:00
<p>
For easy sharing with family and friends, or between your devices.
2012-08-04 00:40:34 +00:00
<h3>
2012-08-31 22:59:57 +00:00
<i .icon-plus-sign></i> Phone
2012-08-04 00:40:34 +00:00
<p>
Save photos and recordings from your phone.
<p>
Send selected files to your phone.
2012-09-27 17:00:16 +00:00
<h3>
<i .icon-plus-sign></i> Network Attached Storage
<p>
Connect to a local storage appliance (NAS).
<div .span6>
<h2>
Store your data in the cloud
<h3>
<a href="@{AddRsyncNetR}">
<i .icon-plus-sign></i> Rsync.net
<p>
Works very well with git-annex.
2012-08-04 00:40:34 +00:00
<h3>
2012-09-26 18:44:07 +00:00
<a href="@{AddS3R}">
<i .icon-plus-sign></i> Amazon S3
2012-08-04 00:40:34 +00:00
<p>
Good choice for professional storage quality and low prices.
2012-09-26 18:44:07 +00:00
<h3>
<i .icon-plus-sign></i> Amazon Glacier
<p>
Low cost offline data archival.
<h3>
<i .icon-plus-sign></i> Box.com
2012-08-04 00:40:34 +00:00
<p>
Provides free cloud storage for small amounts of data.
2012-08-04 00:40:34 +00:00
<h3>
2012-08-31 22:59:57 +00:00
<a href="@{AddSshR}">
<i .icon-plus-sign></i> Remote server
2012-08-04 00:40:34 +00:00
<p>
Set up a repository on a remote server using #
<tt>ssh</tt>, to build your own personal cloud.