git-annex/templates/configurators/repositories.hamlet

60 lines
1.7 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) <- repolist
<tr>
<td>
#{num}
<td>
#{name}
<h2>
Add more repositories
2012-08-04 00:40:34 +00:00
<div .row-fluid>
<div .span4>
<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.
<div .span4>
<h3>
2012-08-31 22:59:57 +00:00
<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.
<div .span4>
<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.
<div .row-fluid>
<div .span4>
<h3>
2012-08-31 22:59:57 +00:00
<i .icon-plus-sign></i> The cloud
2012-08-04 00:40:34 +00:00
<p>
Store your data on a third-party cloud platform, #
including Amazon S3, Box.com, and Rsync.net.
<p>
Pay someone to keep your data safe and available. #
With strong encryption to protect your privacy.
<div .span4>
<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> or <tt>rsync</tt>.
<p>
2012-08-31 22:59:57 +00:00
To build your own personal cloud.