forked from nextcloud/nextcloud.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-install.php
123 lines (118 loc) · 7.84 KB
/
page-install.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/install.css" rel="stylesheet">
<script>
require(["require.config"], function() {
require(["jquery", "bootstrap", "pages/install"])
});
</script>
</head>
<div class="background generic-background">
<img class="pattern" src="<?php echo get_template_directory_uri(); ?>/assets/img/common/empty1x1.png" alt="">
<div class="container">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Get Nextcloud');?></h1>
</div>
</div>
</div>
<section class="content">
<div class="container">
<div class="row">
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre devicebadge">
<i class="fa-server"></i>
</div>
<h2 class="text-center"><?php echo $l->t('Server');?></h2>
<p><?php echo $l->t('There are several ways to get your own Nextcloud for you and your data.');?></p>
<p class="text-center"><a class="button button--blue button--large button--arrow" href="#instructions-server" >Download server</a></p>
<p class="text-center"><a class="button button--white" href="<?php echo home_url('signup'); ?>">Sign up with a provider</a></p>
<p class="text-center"><a class="hyperlink" href="<?php echo home_url('devices') ?>">Buy devices</a> <a class="hyperlink" href="<?php echo home_url('providers') ?>">Find a provider</a></p>
</div>
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre devicebadge">
<i class="fa-laptop"></i>
</div>
<h2 class="text-center"><?php echo $l->t('Desktop');?></h2>
<p><?php echo $l->t('Connect to your Nextcloud with our clients for Windows, macOS and Linux.');?></p>
<p class="text-center"><a class="button button--blue button--large button--arrow" href="#install-clients" rel="tooltip" id="desktop" data-toggle="popover" title="Desktop Clients">Desktop clients</a></p>
</div>
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre devicebadge">
<i class="fa-mobile"></i>
</div>
<h2 class="text-center"><?php echo $l->t('Mobile');?></h2>
<p><?php echo $l->t('Use your Nextcloud on the go with our Android and iOS apps.');?></p>
<p class="text-center"><a class="button button--blue button--large button--arrow" href="#install-clients" rel="tooltip" id="mobile" data-toggle="popover" title="Mobile Clients">Mobile apps</a></p>
</div>
</div>
<br />
<br />
<hr class="wide"></hr>
<div class="row">
<div class="col-md-4">
<div class="numbadge centre">
<i class="fa-book"></i>
</div>
<h2><?php echo $l->t('Read the documentation');?></h2>
<p><?php echo $l->t('Here you can find our manuals:');?></p>
<ul>
<li><a class="hyperlink" href="<?php echo $DOCUMENTATION_USER; ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('End User Documentation');?>"><?php echo $l->t('Users');?></a></li>
<li><a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('Nextcloud administrator Documentation');?>"><?php echo $l->t('Admins</a>');?></li>
<li><a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('Nextcloud Developer Documentation');?>"><?php echo $l->t('Developers</a>');?></li>
<li><a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>bugtracker/" target="_blank" rel="tooltip" title="<?php echo $l->t('Information for Testers');?>"><?php echo $l->t('Testers');?></a></li>
</ul>
</div>
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre">
<i class="fa-comment"></i>
</div>
<h2><?php echo $l->t('Need help?');?></h2>
<p><?php echo $l->t('Discuss using, installing or maintaining Nextcloud in our support channels.');?></p>
<ul>
<li><?php echo $l->t('<a class="hyperlink" href="http://help.nextcloud.com" target="_blank" rel="tooltip" title=" Nextcloud User Forums">The Forum</a>');?></li>
<li><?php echo $l->t('<a class="hyperlink" href="irc://#[email protected]" target="_blank" rel="tooltip" title="The Nextcloud IRC Channel">IRC Channel</a> (<a class="hyperlink" href="https://webchat.freenode.net/?channels=nextcloud" target="_blank" rel="tooltip" title="Web interface to the Nextcloud IRC Channel">Webchat</a>)');?></li>
</ul>
<p><?php echo $l->t('These consist of users helping each other. Consider helping out others, too!');?><br />
<p><?php echo $l->t('Browse dozens of free apps and services you could use with your Nextcloud on');?>
<a class="hyperlink" href="https://apps.nextcloud.com" target="_blank" rel="tooltip" title="App Store">the Nextcloud app store.</a></p>
<p><a class="button button--blue" href="<?php echo home_url('enterprise') ?>"><?php echo $l->t('Enterprise support</a>');?></p></p>
</div>
<a name="testing"></a>
<div class="col-md-4">
<hr class="narrow"></hr>
<div class="numbadge centre">
<i class="fa-rocket"></i>
</div>
<h2><?php echo $l->t('Get Involved');?></h2>
<p><?php echo $l->t('If you want to help out with');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('Developer Documentation">developing</a> and testing, grab a daily build. Our <a class="hyperlink" href="https://github.com/nextcloud" target="_blank">GitHub project is here</a> and the <a class="hyperlink" href="https://github.com/nextcloud/server/issues" target="_blank">issue tracker for the server here</a>.');?></p>
<p><a class="btn btn-default btn-large" href="<?php echo $DOWNLOAD_SERVER_DAILY_TAR; ?>" ><i class="fa-archive"></i> <?php echo $l->t('Daily build');?></a></p>
<p><?php echo $l->t('Help test our clients:');?> <a target="_blank" href="<?php echo $DOWNLOAD_CLIENT_MOBILE_ANDROID_BETA; ?>"><?php echo $l->t('Android Release Candidate client on Play store');?></a> and <a target="_blank" href="<?php echo $DOWNLOAD_CLIENT_MOBILE_FDROID_BETA; ?>"><?php echo $l->t('Android Beta client on F-Droid');?></a></p>
<?php if(!empty($SERVER_TESTING_VERSION)) { ?>
<p><?php echo $l->t('Latest testing version is ');?> <?php echo $SERVER_TESTING_VERSION; ?></p>
<p>
<?php if(!empty($DOWNLOAD_SERVER_ZIP_TESTING)) { ?>
<a class="btn btn-default btn-large" href="<?php echo $DOWNLOAD_SERVER_ZIP_TESTING; ?>" ><i class="fa-archive"></i> .zip</a>
<?php } ?>
<?php if(!empty($DOWNLOAD_SERVER_TAR_TESTING)) { ?>
<a class="btn btn-default btn-large" href="<?php echo $DOWNLOAD_SERVER_TAR_TESTING; ?>"><i class="fa-archive"></i> .tar.bz2</a>
<?php } ?>
<?php } ?>
<?php if(!empty($VERSIONS_CLIENT_DESKTOP_TESTING)) { ?>
<h4><?php echo $l->t('Desktop Clients Testing ');?> <small><?php echo $VERSIONS_CLIENT_DESKTOP_TESTING; ?></small></h4>
<p><?php echo $l->t('Please report any issues to the');?> <a class="hyperlink" href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_SOURCES; ?>" target="_blank"><?php echo $l->t('issue tracker.');?></a></p>
<!--<p><?php echo $l->t('You can check the authenticity of the sources using this <a class="hyperlink" href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_SOURCES_PGP; ?>">PGP signature</a>.');?></p>-->
<div class="btn-group">
<a class="btn btn-default btn-large" href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_WIN; ?>"><i class="fa-windows"></i> Windows</a>
<a class="btn btn-default btn-large" href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_MAC; ?>"><i class="fa-apple"></i> macOS</a>
<a class="btn btn-default btn-large" href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX; ?>"><i class="fa-linux"></i> Linux</a>
</div>
<?php } ?></p>
<p><a class="hyperlink" href="<?php echo home_url('contribute') ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('The Nextcloud Contribute Page');?>"><?php echo $l->t('More ways to get involved!');?></a></p>
</div>
</div>
<?php require get_template_directory().'/install-instructions.php'; ?>
</div>
</section>