blob: 8411ce3504f777f22fee2c6031f6a122cc6fcb5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
<div .span9>
<h2>
Your repositories
<table .table .table-condensed>
<tbody>
$forall (num, name, needsenabled) <- repolist
<tr>
<td>
#{num}
<td>
$if isJust needsenabled
<i>#{name}
$else
#{name}
<td>
$maybe enable <- needsenabled
<i>not enabled here #
→ #
<a href="@{enable}">
enable
<div .row-fluid>
<div .span6>
<h2>
Add more repositories
<h3>
<a href="@{AddDriveR}">
<i .icon-plus-sign></i> Removable drive
<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.
<h3>
<a href="@{StartPairR}">
<i .icon-plus-sign></i> Local computer
<p>
Pair with a local computer to automatically keep files in sync #
between computers on your local network.
<p>
For easy sharing with family and friends, or between your devices.
<h3>
<i .icon-plus-sign></i> Phone
<p>
Save photos and recordings from your phone.
<p>
Send selected files to your phone.
<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.
<h3>
<i .icon-plus-sign></i> Amazon S3
<p>
Good choice for professional storage quality and low prices.
<h3>
<i .icon-plus-sign></i> Box.com
<p>
Provides free cloud storage for small amounts of data.
<h3>
<a href="@{AddSshR}">
<i .icon-plus-sign></i> Remote server
<p>
Set up a repository on a remote server using #
<tt>ssh</tt>, to build your own personal cloud.
|