diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-03 17:22:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-03 17:22:35 -0400 |
commit | bbea7757ab6bab7b2993f99ab5ff2727b9f00fd3 (patch) | |
tree | d23d22692936484662bc8ce3e3c7654532fcfc4b /templates | |
parent | b1a5a4f985783ab7a6e9f443975f9347cb4a4f30 (diff) |
update
Diffstat (limited to 'templates')
-rw-r--r-- | templates/configurators/main.hamlet | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/templates/configurators/main.hamlet b/templates/configurators/main.hamlet index 09fa096b1..929b22437 100644 --- a/templates/configurators/main.hamlet +++ b/templates/configurators/main.hamlet @@ -1,9 +1,12 @@ <div .span9> + <h2> + Add repositories # + <small> <div .row-fluid> <div .span4> <h3> <a href=""> - Clone to removable drive + Clone to a removable drive <p> Clone this repository to a USB drive, memory stick, or other # removable media. @@ -14,13 +17,20 @@ <div .span4> <h3> <a href=""> - Clone to a local computer + Pair with a local computer <p> Automatically keep files in sync between computers on your # local network. <p> For easy sharing with family and friends, or between your devices. <div .span4> + <h3> + <a href=""> + Connect to your phone + <p> + Save photos and recordings from your phone. + <p> + Send selected files to your phone. <div .row-fluid> <div .span4> <h3> @@ -30,13 +40,14 @@ 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. With strong encryption to # - protect your privacy. + Pay someone to keep your data safe and available. # + With strong encryption to protect your privacy. <div .span4> <h3> <a href=""> Clone to a remote server <p> - Set up a repository on a remote Unix server running SSH. + Set up a repository on a remote server using # + <tt>ssh</tt> or <tt>rsync</tt>. <p> - For when you want to run your own cloud. + To use your own personal cloud. |