Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2017-06-12 15:28:01 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-06-12 15:28:01 +0300
commit7199495e8ec7ef0c9863e41806848f561f45ece0 (patch)
treeb1ad9449605e35935b437fc607dd0513d3b58ec1 /page-release-channels.php
parent0f3fd19598c42c2936c4445ccfc9661315b4d33e (diff)
WIP
Diffstat (limited to 'page-release-channels.php')
-rw-r--r--page-release-channels.php75
1 files changed, 48 insertions, 27 deletions
diff --git a/page-release-channels.php b/page-release-channels.php
index 5ead528d..a0c0fc9c 100644
--- a/page-release-channels.php
+++ b/page-release-channels.php
@@ -1,16 +1,48 @@
+<head>
+<link href="<?php echo get_template_directory_uri(); ?>/assets/css/globalscale.css" rel="stylesheet">
+<link type="text/css" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/jquery-ui.css" rel="stylesheet" />
+<script>
+ require(["require.config"], function() {
+ require(["vendor/jquery.min", "vendor/jquery.ui", "bootstrap"],
+ function ($, jqueryui) {
+ require(["vendor/jquery.youtubepopup"],
+ function (jqyoutube) {
+ jQuery("a.youtube").YouTubePopup({ hideTitleBar: true });
+ }
+ );
+ }
+ );
+ });
+</script>
+</head>
+<div class="background globalscale-background">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 topheader">
+ <h1><?php echo $l->t('Tracking Nextcloud Releases');?></h1>
+ <h2><?php echo $l->t('Choose your balance between stability and features');?></p>
+ </div>
+ </div>
+ </div>
+</div>
+
+<section class="section--video">
+<div class="container">
+
+
<!-- <?php get_template_part('templates/parts/title'); ?> -->
<div class="page-header">
- <h1>Tracking Nextcloud Releases</h1>
+ <h1></h1>
</div>
<div class="row">
<div class="col-lg-6 col-md-5 col-sm-4 col-xs-12">
<p>With millions of Nextcloud users, there are a wide variety of needs and requirements. We offer Release Channels to give our users more flexibility in choosing an Nextcloud version to meet their needs. Below you can find and pick the best Channel for you.</p>
- <p>You can choose a channel of your preference in the Administrator settings in your Nextcloud instance if you have installed Nextcloud from an archive. If you prefer using Linux packages, you can pick a repository for a specific version, a repository with daily snapshots or follow the repository which always has the latest stable feature release.</p>
+ <p>You can choose a channel of your preference in the Administrator settings in your Nextcloud instance if you have installed Nextcloud from an archive.</p>
<p>NOTE that you can <strong>only upgrade to a newer version</strong>. <em>Skipping major versions</em> when upgrading and <em>downgrading</em> to older versions is not supported by Nextcloud.</p>
</div>
<div class="col-lg-6 col-md-7 col-sm-8 col-xs-12">
- <iframe width="100%" height="360" src="https://www.youtube.com/embed/RtNAx-PcZd8?rel=0" frameborder="0" allowfullscreen></iframe>
+<!-- <iframe width="100%" height="360" src="https://www.youtube.com/embed/RtNAx-PcZd8?rel=0" frameborder="0" allowfullscreen></iframe> -->
</div>
</div>
@@ -24,49 +56,38 @@
<td class="warning"><h1>Production</h1></td>
<td class="info">This channel delivers the latest fully tested release of Nextcloud.</br>
That does not imply that these releases are bug free. The issues are known and can be worked around. The downside of this channel is that the releases are behind in terms of features and performance.</td>
- <td class="info">Older archives are available from our <a href="/changelog">changelog</a>.<br />
- Production repositories are available for the following major versions:
- <a href="https://download.nextcloud.org/download/repositories/9.0/nextcloud/">9.0</a> - coming when 9.0.1 is out
- <a href="https://download.nextcloud.org/download/repositories/8.2/nextcloud/">8.2</a>
- <a href="http://software.opensuse.org/download/package?project=isv:Nextcloud:community:8.1&package=nextcloud">8.1</a>
- <a href="http://software.opensuse.org/download/package?project=isv:Nextcloud:community:8.0&package=nextcloud">8.0</a>
- <br>Register and activate one of these repositories with your package manager to get updates within the same major version<a href="#warning">*</a>
+ <td class="info">Older archives are available from our <a href="/changelog">changelog page.</a>
</td>
</tr>
<tr>
<td class="warning"><h1>Stable</h1></td>
<td class="info">This channel delivers the latest feature releases ready for home users at minimal risk.</td>
- <td class="info"><a href="<?php echo $DOWNLOAD_SERVER_STABLE_TAR; ?>" class="btn btn-lg btn-default"><i class="icon-archive"></i> Archive File</a> (<a href="<?php echo $DOWNLOAD_SERVER_STABLE_TAR_MD5; ?>">MD5</a>)<br />
- <a href="<?php echo $DOWNLOAD_SERVER_PACKAGES_STABLE; ?>" class="btn btn-lg btn-default"><i class="icon-linux"></i> Linux Packages</a></td>
+ <td class="info"><a href="<?php echo $DOWNLOAD_SERVER_STABLE_ZIP; ?>" class="btn btn-lg btn-default"><i class="icon-archive"></i> Archive File</a> (<a href="<?php echo $DOWNLOAD_SERVER_STABLE_ZIP_MD5; ?>">MD5</a>)
</tr>
<tr>
<td class="warning"><h1>Beta</h1></td>
- <td class="info">Betas and release candidates are the versions of choice for testers in preparation for an Nextcloud release. They provide a short-term-stable point to report bugs against. Grab these to make sure the upcoming release works well on your infrastructure.<br>Automatically generated <a href="/install/#testing-development">snapshot tarballs and packages</a> track daily Nextcloud development. These are suitable to check if bugs are fixed but can break any time.</td>
- <td class="info">Follow our <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>/testing/index.html">testpilots mailing list</a> to get the latest test version.<br />
- <a href="<?php echo $DOWNLOAD_SERVER_PACKAGES_TESTING; ?>" class="btn btn-lg btn-default"><i class="icon-linux"></i> Linux Packages</a>
+ <td class="info">Betas and release candidates are the versions of choice for testers in preparation for an Nextcloud release. They provide a short-term-stable point to report bugs against. Grab these to make sure the upcoming release works well on your infrastructure.</td>
+ <td class="info">Automatically generated <a href="/install/#testing-development">snapshot tarballs and betas</a> track daily Nextcloud development. These are suitable to check if bugs are fixed but can break any time.
</td>
</tr>
<tr>
<td class="warning"><h1>Daily</h1></td>
<td class="info">Daily builds are meant to reproduce bugs as well as to enable testers to follow the development of the next major version.</td>
<td class="info"><a href="<?php echo $DOWNLOAD_SERVER_DAILY_TAR; ?>" class="btn btn-lg btn-default"><i class="icon-archive"></i> Archive File</a> (<a href="<?php echo $DOWNLOAD_SERVER_DAILY_TAR_MD5; ?>">MD5</a>)<br />
- <a href="<?php echo $DOWNLOAD_SERVER_PACKAGES_DAILY; ?>" class="btn btn-lg btn-default"><i class="icon-linux"></i> Linux Packages</a></td>
</tr>
</table>
<div class="row">
<div class="col-lg-9 col-md-8 col-sm-6 col-xs-12">
- <p>If you are looking to grab an archive of a specific version or are looking for the version-specific Linux package repositories, you can find links to them in our <a href="/changelog">changelog</a>.</p>
- <p>Note that releases don't show up in the updater app right away. We usually stagger releases out to watch the impact and hold off in case very serious problems pop up. In practice, most bugfix releases are available within a week, major releases within a week for the Stable channel and a week after the first bugfix release (for example, 9.0.1) for the Production channel. Packages for the Stable channel are available close by or at the release date, Production also waits for the first minor update after a major release.</p>
- <p><strong>Security note:</strong></br>
- To receive information about updates and security issues, we recommend a subscription to our low-traffic <a href="http://mailman.nextcloud.org/mailman/listinfo/announcements">announcement mailing list</a>.</p>
+ <p>If you are looking to grab an archive of a specific version you can find links to them in our <a href="/changelog">changelog</a>.</p>
+ <p>Note that releases don't show up in the updater app right away. We usually stagger releases out to watch the impact and hold off in case very serious problems pop up. In practice, most bugfix releases are available within a week, major releases to a proportion of the users on release day in the Stable channel; we'll increase that percentage usually to 100% after the first bugfix release. We start the incremental rollout to the Production channel after the first bugfix release (for example, 12.0.1). Packages for the Release channels might be available in distributions, this is up to the packagers.</p>
+ <!--<p><strong>Security note:</strong></br>
+ To receive information about updates and security issues, we recommend a subscription to our low-traffic <a href="http://mailman.nextcloud.org/mailman/listinfo/announcements">announcement mailing list</a>.</p>-->
<a name="warning"></a>
- <p><strong>Warning:</strong></br>
- If you pick a <strong>specific Linux Package repository</strong> rather than following stable, you assume the responsibility for a timely upgrade to a new stable release once your current release is no longer supported. We support releases for a significant time, but not forever, and at some point you have to move to a newer version to continue to receive security and stability improvements.</br>
- If at all possible, we suggest to <strong>upgrade sooner rather than later</strong>. Doing a test on a copy of your production environment is a better way of ensuring the new version works for you than waiting and hoping all issues are found and fixed – that way, you lose out on many of the benefits of the new release, not only in terms of features and user interface enhancements but also when it comes to performance improvements and scalability.</p>
- <p>Note that from 8.2 onward, Nextcloud packages can be found on download.nextcloud.org rather than on the openSUSE Open Build Service. This means you will have to move repositories if you want to upgrade from the Stable 8.1 release.</p>
- <p>To <em>upgrade in the safest way possible</em>, always update to the latest minor release before upgrading to a new version. As an extreme example, to upgrade from 7.0 all the way to 9.0, upgrade 7.0.x to 7.0.14, then upgrade to 8.0.13, 8.1.8, 8.2.5, then 9.0.2.</p>
+ <p>To <em>upgrade in the safest way possible</em>, always update to the latest minor release before upgrading to a new version. As an extreme example, to upgrade from 9 all the way to 12, upgrade 9.0.x to 9.0.6, then upgrade to 10.0.4, 11.0.3, then 12.0.1.</p>
</div>
- <div class="col-lg-3 col-md-4 col-sm-6 col-xs-10">
+<!-- <div class="col-lg-3 col-md-4 col-sm-6 col-xs-10">
<a href="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/eight-one/update-channels.png" title="Update Channel selection in Updater app" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/screenshots/server/eight-one/update-channels-wee.png" style="width: 100%" alt="..." class="img-thumbnail"></a>
- </div>
+ </div>-->
+</div>
+</section>
</div>