summaryrefslogtreecommitdiff
path: root/templates/configurators/ssh/add.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/ssh/add.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/ssh/add.hamlet')
-rw-r--r--templates/configurators/ssh/add.hamlet33
1 files changed, 0 insertions, 33 deletions
diff --git a/templates/configurators/ssh/add.hamlet b/templates/configurators/ssh/add.hamlet
deleted file mode 100644
index c2336a169..000000000
--- a/templates/configurators/ssh/add.hamlet
+++ /dev/null
@@ -1,33 +0,0 @@
-<div .span9 .hero-unit>
- <h2>
- Adding a remote server using ssh
- <p>
- You can use nearly any server that has ssh and rsync. For example, you #
- could use a <a href="http://linode.com/">Linode</a> or another VPS, or #
- an account on a friend's server.
- <p>
- $case status
- $of UnusableServer msg
- <div .alert .alert-error>
- <i .icon-warning-sign></i> #{msg}
- $of _
- <i .icon-warning-sign></i> Do keep in mind that all your data #
- will be synced to the server, so make sure it has enough available #
- disk space and bandwidth, and that you trust it with your data.
- <p>
- <form .form-horizontal enctype=#{enctype}>
- <fieldset>
- ^{form}
- ^{authtoken}
- <div .form-actions>
- <button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
- Check this server
-<div .modal .fade #testmodal>
- <div .modal-header>
- <h3>
- Testing server ...
- <div .modal-body>
- <p>
- Checking ssh connection to the server. This could take a minute.
- <p>
- You may be prompted for your password to log into the server.