Skip to content

Commit

Permalink
Finish Support page (closes #4)
Browse files Browse the repository at this point in the history
Tweak Releases page
  • Loading branch information
knomepasi committed Oct 7, 2024
1 parent dacf1f5 commit 5c6a10b
Show file tree
Hide file tree
Showing 17 changed files with 99 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _includes/download-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4>Torrents <span class="sidenote">Highly recommended!</span></h4>
<summary>
<h4>Direct Downloads <span class="sidenote click-to-open">Click to open!</span></h4>
</summary>
<ul class="mirrors-list">
<ul class="columned-list">
{%- for mirror in site.data.mirrors.servers -%}
<li>
{%- if mirror.major -%}<strong>{%- endif -%}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<article>
<h1>
<a href="{{ page.url || relative_url }}">
<a href="{{ page.ur }}">
{{ page.title }}
</a>
</h1>
Expand Down
32 changes: 30 additions & 2 deletions _layouts/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,37 @@ <h2>{{ page.title }}</h2>
{{ page.content }}
</section>
<section>
{%- assign today = site.time | date: '%Y-%m-%d' -%}
{%- assign releases = site.releases | sort: 'version' | reverse -%}

<h3>Supported Releases</h3>
{%- for release in releases -%}
<h3>{{ release.title }}</h3>
{{ release.content }}
{%- assign release_eol = release.date_eol | date: '%Y-%m-%d' -%}
{%- if release_eol > today -%}
<h4><a href="{{ release.url | relative_url }}">{{ release.title }}</a></h4>
{{ release.content }}
{%- endif -%}
{%- endfor -%}

<h3>Old Releases</h3>
<p>Old Xubuntu releases which have reached their End of Life dates are listed on this site for archival purposes.</p>
<p>While it is possible to download and run these old releases, running them is <strong>not supported</strong>.</p>
<details>
<summary>
<p><span class="quo">Show Old Releases</span></p>
</summary>
<ul class="columned-list">
{%- for release in releases -%}
{%- assign release_eol = release.date_eol | date: '%Y-%m-%d' -%}
{%- if release_eol <= today -%}
<li><a href="{{ release.url | relative_url }}">
{{ release.title }}
{%- if release.lts -%}
&nbsp;(LTS)
{%- endif -%}
</a></li>
{%- endif -%}
{%- endfor -%}
</ul>
</details>
</section>
1 change: 1 addition & 0 deletions _releases/10.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date_rel: 2010-04-29
date_eol: 2013-05-09
products: desktop
architectures: amd64,i386
lts: lts
---

In Xubuntu 10.04 LTS, Alsa and gnome-screensaver were replaced with Pulseaudio and xscreensaver respectively. The Ubuntu Software Centre was introduced as the default package manager.
3 changes: 2 additions & 1 deletion _releases/12.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ version_point: 12.04.4
codename: Precise Pangolin
codename_slug: precise
date_rel: 2012-04-26
date_eol: 2012-04-29
date_eol: 2015-04-29
products: desktop
architectures: amd64,i386
lts: lts
---

Xubuntu 12.04 LTS incorporated many changes, including changes to the default shortcuts. The Pulseaudio volume control (pavucontrol) was introduced as replacement for xfce4-mixer. Along with the 12.04 release, the new Xubuntu logo saw daylight.
1 change: 1 addition & 0 deletions _releases/14.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date_rel: 2014-04-17
date_eol: 2017-04-17
products: desktop
architectures: amd64,i386
lts: lts
---

New features and applications for Xubuntu 14.04 LTS included Xfdesktop 4.11 and Mugshot user account profile tool. MenuLibre replaced Alacarte as the menu editor and and Light locker became the default login manager, also replacing xscreensaver. Whisker menu was added as the default menu applet in the panel.
1 change: 1 addition & 0 deletions _releases/16.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date_rel: 2016-04-21
date_eol: 2019-04-21
products: desktop
architectures: amd64,i386
lts: lts
---

Xubuntu 16.04 is an LTS version. In 16.04, Ubuntu Software Center was replaced by GNOME Software. Winners from a community wallpaper contest were included with the release for the second time.
2 changes: 1 addition & 1 deletion _releases/17.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Xubuntu 17.10
version: 17.10
version_point: 17.10.1
codename: artful Aardvark
codename: Artful Aardvark
codename_slug: artful
date_rel: 2017-10-19
date_eol: 2018-07-19
Expand Down
1 change: 1 addition & 0 deletions _releases/18.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date_rel: 2018-04-26
date_eol: 2021-04-29
products: desktop
architectures: amd64,i386
lts: lts
---

Xubuntu 18.04 is an LTS release which was released in April 2018.
1 change: 1 addition & 0 deletions _releases/20.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date_rel: 2020-04-23
date_eol: 2023-04-29
products: desktop
architectures: amd64
lts: lts
---

Xubuntu 20.04 is an LTS release which was released in April 2020.
1 change: 1 addition & 0 deletions _releases/22.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date_rel: 2022-04-21
date_eol: 2025-04-25
products: desktop
architectures: amd64
lts: lts
---

Xubuntu 22.04 is an LTS release which was released in April 2022.
1 change: 1 addition & 0 deletions _releases/24.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date_rel: 2024-04-25
date_eol: 2027-04-22
products: desktop,minimal
architectures: amd64
lts: lts
---

Xubuntu 24.04 is an LTS release which was released in April 2024.
1 change: 1 addition & 0 deletions _releases/6.06.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date_rel: 2006-06-01
date_eol: 2011-06-01
products: desktop
architectures: amd64,i386
lts: lts
---

Xubuntu 6.06 is the first Xubuntu release.
1 change: 1 addition & 0 deletions _releases/8.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ date_rel: 2008-04-24
date_eol: 2011-05-12
products: desktop
architectures: amd64,i386
lts: lts
---
28 changes: 24 additions & 4 deletions assets/css/xubuntu.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ figure img {

summary {
list-style: none;
cursor: pointer;
}

details .click-to-open::after {
content: '';
display: inline-block;
Expand Down Expand Up @@ -478,12 +478,27 @@ section.alternative-bg {
height: auto;
}

/* Mirrors list */
.mirrors-list {
column-count: 3;
/* Columned list */
.columned-list {
column-gap: 1em;
}

@media screen and (min-width:600px) {
.columned-list {
column-count: 3;
}
}
@media screen and (min-width:900px) {
.columned-list {
column-count: 4;
}
}
@media screen and (min-width:1200px) {
.columned-list {
column-count: 5;
}
}

/* Pagination */
.pagination {
display: grid;
Expand Down Expand Up @@ -565,6 +580,11 @@ section.alternative-bg {
margin-left: 0.5em;
}

span.quo {
color: var(--color-link);
cursor: pointer;
}

/*
*/

Expand Down
29 changes: 29 additions & 0 deletions help.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ menu_title: Support
<div>
<h3>Release Notes</h3>
<p>If you are installing or using Xubuntu and have run into a problem, please read the <a href="#">Release Announcement</a> and <a href="#">Release Notes</a> for your release to learn about common bugs and known fixes to them.</p>
<p><a href="{{ "/releases" | relative_url }}" class="button"><span>Find your release</span></a></p>
</div>
</section>

Expand All @@ -32,3 +33,31 @@ menu_title: Support
</section>
</section>
</section>

<section class="columns-2">
<div>
<h3>Mailing Lists</h3>
<p>Mailing lists are discussion groups that use mass distribution of email to reach all subscribers. Mailing lists are ideal when you have limited connectivity and are not able to use real-time discussion methods.</p>
<p>The <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users">Xubuntu-users mailing list</a> can be used for community support and discussions.</p>
<p>For more Ubuntu-related mailing lists, including localized ones, see the complete list on the <a href="https://lists.ubuntu.com/">Ubuntu Mailing Lists</a> page.</p>
</div>
<div>
<h3>Forums</h3>
<p>On the official <strong>Ubuntu forums</strong> you can find help with Xubuntu related topics in the <a href="https://ubuntuforums.org/forumdisplay.php?f=329&amp;pp=20&amp;prefixid=xubuntu&amp;sort=lastpost&amp;order=desc&amp;daysprune=-1">Desktop Environments</a> category.</p>
<p>The official <strong><a href="https://discourse.ubuntu.com/">Ubuntu Discourse</a></strong> has a <a href="https://discourse.ubuntu.com/c/flavors/xubuntu/196">Xubuntu</a> subcategory.</p>
<p>You can also find help at the official <strong><a href="https://forum.xfce.org/">Xfce forum</a></strong>.</p>
</div>
</section>
<br />
<section class="columns-2">
<div>
<h3>Q&amp;A Sites</h3>
<p>You can also add your support question and search through answered questions in <strong><a href="https://answers.launchpad.net/ubuntu/+questions">Launchpad Answers</a></strong>.</p>
<p>You may also ask questions and search for answers on <strong><a href="https://askubuntu.com/questions/tagged/xubuntu">Ask Ubuntu</a></strong>, as well as follow Xubuntu tagged questions by <a href="https://askubuntu.com/feeds/tag/xubuntu">RSS feed</a>.<br></p>
</div>
<div>
<h3>Other Platforms</h3>
<p>Questions and answers, as well as general discussions, can be found on the <a href="https://www.reddit.com/r/xubuntu/">Xubuntu Reddit</a>.</p>
<p><strong>Telegram</strong> users can find support help in the <a href="https://t.me/ubuntusupport">Ubuntu Support</a> and <a href="https://t.me/XubuntuSupport">Xubuntu Support</a> groups.</p>
</div>
</section>
2 changes: 2 additions & 0 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
layout: releases
title: Releases
---

<p>A new Xubuntu version is released every 6 months. Regular Xubuntu releases are supported for 9 months and the LTS (Long Term Support) releases for 3 years. LTS releases are released every 2 years.</p>

0 comments on commit 5c6a10b

Please sign in to comment.