forked from nextcloud/nextcloud.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-install-backup.php
90 lines (90 loc) · 5.81 KB
/
page-install-backup.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<div class="page-header">
<h1>Get Started!</h1>
</div>
<hr class="wide"></hr>
<div class="row">
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre">1</div>
<h3><i class="icon-download"></i> Get Nextcloud Server</h3>
<p>Set up a server yourself, deploy to the cloud or find a provider:</p>
<div class="btn-group">
<a class="btn btn-default btn-lg" role="button" href="#instructions-server" rel="tooltip" title="Install instructions" id="server" data-toggle="popover">Download</a>
<!-- <a class="btn btn-default btn-lg" role="button" href="/hardware-TBD">Servers</a> - disabled for now, until we have a page like that... -->
<a class="btn btn-default btn-lg" role="button" href="/providers" rel="tooltip" title="Third Party Nextcloud Providers">Providers</a>
</div>
</div>
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre">2</div>
<h3><i class="icon-refresh"></i> Sync your data</h3>
<p>Connect to your Nextcloud with our clients for your devices:</p>
<div class="btn-group">
<a class="btn btn-default btn-lg" role="button" href="#install-clients" rel="tooltip" id="desktop" data-toggle="popover" title="Desktop Clients">Desktop Clients</a>
<a class="btn btn-default btn-lg" role="button" href="#install-clients" rel="tooltip" id="mobile" data-toggle="popover" title="Mobile Clients">Mobile clients</a>
</div>
</div>
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre">3</div>
<h3><i class="icon-globe"></i> Extend your cloud</h3>
<p>Browse hundreds of free apps and connect services you use to Nextcloud:</p>
<div class="btn-group">
<a class="btn btn-default btn-lg" role="button" href="https://apps.nextcloud.com" target="_blank" rel="tooltip" title="The Nextcloud Appstore">Nextcloud Apps</a>
<a class="btn btn-default btn-lg" role="button" href="https://github.com/nextcloud/core/wiki/Apps" target="_blank" rel="tooltip" title="3rd Party App List on the Nextcloud Wiki">3rd Party Apps</a>
</div>
</div>
</div>
<h1>Get more out of Nextcloud!</h1>
<hr class="wide"></hr>
<div class="row">
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre">4</div>
<h3><i class="icon-book"></i> Documentation</h3>
<p>Manuals are provided in HTML and PDF form:</p>
<ul>
<li><a href="<?php echo $DOCUMENTATION_USER; ?>" target="_blank" rel="tooltip" title="End User Documentation">Users</a></li>
<li><a href="<?php echo $DOCUMENTATION_ADMIN; ?>" target="_blank" rel="tooltip" title="Nextcloud administrator Documentation">Admins</a></li>
<li><a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>" target="_blank" rel="tooltip" title="Nextcloud Developer Documentation">Developers</a></li>
<li> <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>bugtracker/" target="_blank" rel="tooltip" title="Information for Testers">Testers</a></li>
</ul>
<p>If you have other questions about Nextcloud, read our <a href="/faq" target="_blank" rel="tooltip" title="Most Frequently Asked Questions and Answers">Nextcloud FAQ</a>.</p>
</div>
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre">5</div>
<h3><i class="icon-comment"></i> Support Channels</h3>
<p>Discuss using, installing or maintaining Nextcloud in our community support channels.</p>
<ul>
<li><a href="http://forum.nextcloud.org" target="_blank" rel="tooltip" title="The Nextcloud User Forums">Forum</a> (<a href="https://forum.nextcloud.org/viewforum.php?f=17" target="_blank" rel="tooltip" title="The FAQ maintained by the Nextcloud Forum Team">Forum FAQ</a>)</li>
<li><a href="https://mailman.nextcloud.org/mailman/listinfo/user" target="_blank" rel="tooltip" title="The Nextcloud User Mailing List">User Mailing List</a></li>
<li><a href="irc://#[email protected]" target="_blank" rel="tooltip" title="The Nextcloud IRC Channel">IRC Channel</a> (<a href="http://webchat.freenode.net/?channels=nextcloud" target="_blank" rel="tooltip" title="Web interface to the Nextcloud IRC Channel">Webchat</a>)</li>
</ul>
<p>Note that these consist of users helping each other. Consider helping out others, too!</p>
<p>Find <a href="/support" target="_blank" rel="tooltip" title="An overview of where to find help">more support resources here</a>.</p>
</div>
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre">6</div>
<h3><i class="icon-rocket"></i> Get Involved</h3>
<p><a href="/promote" target="_blank" rel="tooltip" title="List of our Communication Channels">Join the conversation</a> around Nextcloud!</p>
<p>If you want to help out with <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>" target="_blank" rel="tooltip" title="Developer Documentation">developing</a> and <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>testing/index.html" target="_blank" rel="tooltip" title="Testing Documentation">testing</a>, grab a daily build or beta packages.</p>
<p><a class="btn btn-default btn-lg" role="button" href="#testing-development" rel="tooltip" title="Contribute to testing" id="testing" data-toggle="popover">Testing Packages</a></p>
<p>See more <a href="/contribute" target="_blank" rel="tooltip" title="The Nextcloud Contribute Page">ways to get involved</a>!</p>
</div>
</div>
<hr></hr>
<script>
$('#mobile').click(function () {
$("#tab-desktop").removeClass("active");
$("#tab-mobile").addClass("active");
$("#li-tab-desktop").removeClass("active");
$("#li-tab-mobile").addClass("active"); });
$('#desktop').click(function () {
$("#tab-mobile").removeClass("active");
$("#tab-desktop").addClass("active");
$("#li-tab-mobile").removeClass("active");
$("#li-tab-desktop").addClass("active");
});
</script>