Skip to content

Commit 0dd9355

Browse files
authored
Merge pull request #274 from lkocman/release_event
Add release event link to 160, fix RN link
2 parents 0c758c6 + deb6fed commit 0dd9355

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

_data/locales/en.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ Tumbleweed_features:
418418
name: Gaming
419419
description: |
420420
Tumbleweed provides users with the latest gaming-related software. With the Linux support for gaming improving rapidly, that's an important aspect for smooth, performant and problem free experience in your favorite games.
421-
leap_ovw_title: A brand new way of building openSUSE and a new type of a hybrid Linux distribution
422-
leap_ovw_desc: Leap uses source from SUSE Linux Enterprise (SLE), which gives Leap a level of stability unmatched by other Linux distributions, and combines that with community developments to give users, developers and sysadmins the best stable Linux experience available.
421+
leap_ovw_title: A brand new way of building openSUSE with a longer lifecycle
422+
leap_ovw_desc: Leap 16.0 builds on its hybrid approach of combining source from SUSE Linux Enterprise (SLE) with community developments, delivering a level of stability unmatched by other Linux distributions. With a newly <strong>extended support period of 24 months</strong>, Leap gives users, developers, and sysadmins one of the best and most reliable Linux experiences available.
423423
tumbleweed_ovw_title: State-of-the-art desktop and server operating system
424424
tumbleweed_ovw_desc: With Tumbleweed you don't have to take difficult decisions about things you value, either freedom or safety, either control or security, technology or stability -- Tumbleweed lets you have your cake and eat it too!
425425
leap_micro_ovw_title: Leap Micro is an ultra-reliable, lightweight operating system built for containerized and virtualized workloads.
@@ -428,6 +428,7 @@ leap_micro_ovw_desc_p2: Leap Micro since 6.0 offers a self-install image, a raw
428428
leap_micro_ovw_desc_p3: Try Leap Micro in VMs running on either <a href="https://www.suse.com/c/happened-kernel-xen/">Xen</a> or KVM. Using a Raspberry Pi or other System on Chip hardware may use the preconfigured image. Both preconfigured and self-installed images are intended to be used with <a href="https://en.opensuse.org/Portal:MicroOS/Combustion">Combustion</a> written to a USB, which is driven to allow configuration on any first boot, with the option for default password protected changes.
429429
leap_micro_ovw_video_desc: Leap Micro 6.1 installation demo with a Full Disk Encryption and a two factor authentication in cockpit.
430430
leap_156_ovw_video_desc: A Leap 15.6 release live stream
431+
leap_160_ovw_video_desc: A Leap 16.0 release live stream
431432
microos_ovw_title: Micro Service OS providing Transactional (Atomic) Updates upon a read-only btrfs root filesystem
432433
microos_ovw_desc_p1: Designed to host container workloads with automated administration & patching. Installing openSUSE MicroOS you get a quick, small environment for deploying Containers, or any other workload that benefits from Transactional Updates. As rolling release distribution the software is always up-to-date.
433434
microos_ovw_desc_p2: MicroOS offers an offline image. The main difference between the offline and self-install/raw images are that the offline image has an installer. Raw and self-install allows for customization via combustion or manually in the image after it is written to the disk. There is an option for a real-time kernel.

_includes/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 id="documentation">{{ locale.documentation }}</h3>
1313
{{ locale.documentation_release_notes }}
1414
</a>
1515
{% else %}
16-
<a href="https://doc.opensuse.org/release-notes/x86_64/openSUSE/{{ distro.name | replace: ' ', '' }}/{{ distro.version }}">
16+
<a href="https://doc.opensuse.org">
1717
{{ locale.documentation_release_notes }}
1818
</a>
1919
{% endif %}

_includes/overview/160.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
<div class="container">
21
<p class="lead font-weight-normal">
3-
<br/>
4-
{{ locale.leap_16_coming_soon }}
2+
<div class="videowrapper">
3+
<!-- live stream of 16.0 GA -->
4+
<iframe width="560" height="315" src="https://www.youtube.com/embed/twTi-yKy0oY?si=lnZ0BoVbYJiquEyh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
5+
<p>{{ locale.leap_160_ovw_video_desc }}</p>
6+
</div>
57
</p>
6-
</div>
8+

0 commit comments

Comments
 (0)