summaryrefslogtreecommitdiff
path: root/templates/configurators/repositories.hamlet
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-24 14:48:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-24 14:48:47 -0400
commit38dadcf24873ced5e8e375669d56022d0ce7cc16 (patch)
treebe5c915b40839bba9b2b7f5bc2322b99ce7d2d7e /templates/configurators/repositories.hamlet
parentdd502bdae1be6a91b0c5f2f7996b1dc8d5f0cfc4 (diff)
license the webapp under the AGPL 3+
This means that anyone serving up the webapp to users as a service (ie, without providing any git-annex binary at all to the user) still needs to provide a link to the source code for it, including any modifications they may make. This may make git-annex be covered by the AGPL as a whole when it is built with the webapp. If in doubt, you should ask a lawyer. When git-annex is built with the webapp disabled, no AGPLed code is used. Even building in the assistant does not pull in AGPLed code.
Diffstat (limited to 'templates/configurators/repositories.hamlet')
-rw-r--r--templates/configurators/repositories.hamlet78
1 files changed, 0 insertions, 78 deletions
diff --git a/templates/configurators/repositories.hamlet b/templates/configurators/repositories.hamlet
deleted file mode 100644
index 8411ce350..000000000
--- a/templates/configurators/repositories.hamlet
+++ /dev/null
@@ -1,78 +0,0 @@
-<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 #
- &rarr; #
- <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.