forked from peng1027/owncloud.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-federation.php
40 lines (35 loc) · 2.09 KB
/
page-federation.php
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
<script>
$(document).ready(function() {
if(window.location.hash) {
$('#IDtext').text('My Federated Cloud ID is');
$('#userName').text(window.location.hash.substring(1));
}
});
</script>
<div class="row col-md-12">
<h2 class="conf-location">Share across ownClouds!</h2>
</div>
<div class="row conf-info">
<div class="col-lg-4 col-md-5 text-center no-underline">
<a href="https://www.youtube.com/watch?v=9-JEmlH2DEg" target="_blank" style="border: none;"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/federation/federation.gif" alt="in action" /></a>
</div>
<div class="col-lg-8 col-md-7">
<p>Sharing files across ownCloud servers is as easy as sending an email from a Gmail address to a Yahoo account! Instead of an email address, you use a <em>Federated Cloud ID</em>.</p>
<p class="federation-id"><span id="IDtext">An example Federated Cloud ID is</span><strong> <span id="userName">[email protected]/owncloud</span></strong></p>
<p>To share a file, enter the Federated Cloud ID in the 'share' dialog. A notification will pop up on the ownCloud server of the recipient.</p>
<p>You can find your own Federated Cloud ID in your user settings. Give it to your friends so they can share files with you!</p>
</div>
</div>
<div class="row conf-partners-title">
<div class="col-md-12">
<h2>More details</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3">
Learn more in the ownCloud <a href="<?php echo $DOCUMENTATION_USER; ?>files/federated_cloud_sharing.html" target="_blank">user documentation</a> and <a href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/federated_cloud_sharing_configuration.html">administrator documentation</a>. Find <a href="https://owncloud.com/it-is-time-to-federate-our-clouds/" target="_blank">technical details in this series of blog posts</a>.
</div>
</div>
<div class="row">
<div class="col-md-6 text-center col-md-offset-3"><iframe width="100%" height="360" src="https://www.youtube.com/embed/9-JEmlH2DEg?rel=0" frameborder="0" allowfullscreen></iframe></div>
</div>