2012-11-11 00:38:52 +00:00
|
|
|
<div .span9 .hero-unit>
|
|
|
|
$if inprogress
|
|
|
|
<h2>
|
2013-03-05 20:23:56 +00:00
|
|
|
Pair request sent ...
|
2012-11-11 00:38:52 +00:00
|
|
|
<p>
|
|
|
|
$maybe name <- friend
|
2013-03-05 20:23:56 +00:00
|
|
|
A pair request has been sent to #{name}. Now it's up to them #
|
2012-11-11 00:38:52 +00:00
|
|
|
to accept it and finish pairing.
|
|
|
|
$nothing
|
2013-03-04 19:53:37 +00:00
|
|
|
A pair request has been sent to all other devices that #
|
|
|
|
have been configured to use your jabber account. #
|
2013-03-15 19:05:02 +00:00
|
|
|
It will be answered automatically by any devices that see it.
|
2012-11-13 21:50:54 +00:00
|
|
|
$else
|
|
|
|
Pair request accepted.
|
|
|
|
<h2>
|
|
|
|
Configure a shared cloud repository
|
2012-11-11 00:38:52 +00:00
|
|
|
$maybe name <- friend
|
|
|
|
<p>
|
|
|
|
☂ To share files with #{name}, you'll need a repository in #
|
|
|
|
the cloud, that you both can access.
|
|
|
|
$nothing
|
|
|
|
<p>
|
|
|
|
☂ To share files with your other devices, when they're not #
|
|
|
|
nearby, you'll need a repository in the cloud.
|
2012-11-13 21:50:54 +00:00
|
|
|
<p>
|
|
|
|
Make sure that your other devices are configured to access a #
|
|
|
|
cloud repository, and that the same repository is enabled here #
|
|
|
|
too.
|
2013-03-15 21:52:41 +00:00
|
|
|
^{cloudRepoList}
|
2012-11-13 21:50:54 +00:00
|
|
|
<h2>
|
|
|
|
Add a cloud repository
|
2013-03-07 17:01:18 +00:00
|
|
|
^{makeCloudRepositories True}
|