Skip to content

Commit

Permalink
Migrate Press links (closes #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
knomepasi committed Oct 7, 2024
1 parent 9ea4ef9 commit 011770b
Show file tree
Hide file tree
Showing 34 changed files with 349 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _includes/layout/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<section class="columns-2">
{%- include layout/nav.html -%}
<div>
{%- assign latest_release = site.releases | sort: 'version' | reverse | first -%}
{%- assign latest_release = site.releases | sort_natural: 'version' | reverse | first -%}
<a href="{{ latest_release.url | relative_url }}">{{ latest_release.title }}</a>
<a href="{{ "/releases" | relative_url }}">All releases</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<section>
<h2>{{ page.title }}</h2>
{%- assign today = site.time | date: '%Y-%m-%d' -%}
{%- assign releases = site.releases | sort: 'version' | reverse -%}
{%- assign releases = site.releases | sort_natural: 'version' | reverse -%}
{%- for release in releases -%}
{%- assign release_eol = release.date_eol | date: '%Y-%m-%d' -%}
{%- if release_eol > today -%}
Expand Down
16 changes: 9 additions & 7 deletions _layouts/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ <h2>{{ page.title }}</h2>
<dt>Codename</dt><dd>{{ page.codename }}</dd>
<dt>Release Date</dt><dd>{{ page.date_rel }}</dd>
<dt>End of Life</dt><dd>{{ page.date_eol }}</dd>
<dt>Release Links</dt><dd>
{%- assign docs = site.releasedocs | where: "release", page.version -%}
{%- for doc in docs -%}
{%- capture doc_url -%}{{ page.url | relative_url }}/doc/{{ doc.slug }}/{%- endcapture -%}
<a href="{{ doc_url }}">{{ doc.title }}</a><br />
{%- endfor -%}
</dd>
{%- assign docs = site.releasedocs | where: "release", page.version -%}
{%- if docs.size > 1 -%}
<dt>Release Links</dt><dd>
{%- for doc in docs -%}
{%- capture doc_url -%}{{ page.url | relative_url }}/doc/{{ doc.slug }}/{%- endcapture -%}
<a href="{{ doc_url }}">{{ doc.title }}</a><br />
{%- endfor -%}
</dd>
{%- endif -%}
</dl>

{%- assign site_date = site.time | date: '%Y%m%d' -%}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>{{ page.title }}</h2>
</section>
<section>
{%- assign today = site.time | date: '%Y-%m-%d' -%}
{%- assign releases = site.releases | sort: 'version' | reverse -%}
{%- assign releases = site.releases | sort_natural: 'version' | reverse -%}

<h3>Supported Releases</h3>
{%- for release in releases -%}
Expand Down
9 changes: 9 additions & 0 deletions _press/10.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
release: "10.04"
---

- **[Xubuntu 10.04 (Lucid) Beta 1 Screenshots Tour](http://www.webupd8.org/2010/03/xubuntu-1004-lucid-beta-1-screenshots.html)** by [Web Upd8](http://www.webupd8.org/)
- **[Xubuntu 10.04 Lucid Lynx Test Review part 1](http://www.youtube.com/watch?v=o7bYs3BN85g)** by [Total OS Today](http://www.youtube.com/user/tostoday)
- **[Xubuntu 10.04 Lucid Lynx Test Review part 2](http://www.youtube.com/watch?v=85ElbqlGex0)** by [Total OS Today](http://www.youtube.com/user/tostoday)
- **[Xubuntu 10.04 Review And First Impressions](http://www.youtube.com/watch?v=PLDnsDftzMg)** by [UbuntuHelpGuy](http://www.youtube.com/user/UbuntuHelpGuy)
- **[Xubuntu Linux 10.04](http://desktoplinuxreviews.com/2010/05/10/xubuntu-linux-10-04/)** by [Desktop Linux Reviews](http://desktoplinuxreviews.com/)
6 changes: 6 additions & 0 deletions _press/10.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
release: "10.10"
---

- **[Quick Look: Xubuntu 10.10](http://eyeonlinux.com/2010/10/19/quick-look-xubuntu-10-10/)** by [Eye On Linux](http://eyeonlinux.com/)
- **[The Meerkat Is Here… A Review of Xubuntu 10.10](http://beardygnome.co.uk/2010/10/16/the-meercat-is-here-a-review-of-xubuntu-10-1/)** by [Musings of a Beardy Gnome](http://beardygnome.co.uk/)
11 changes: 11 additions & 0 deletions _press/11.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
release: "11.04"
---

- **[Xubuntu 11.04 Natty Narwhal: ein Einblick (German)](http://blog.elektronik-projekt.de/2011/02/xubuntu-11-04-natty-narwhal-ein-einblick/)** by [burlis Blog](http://blog.elektronik-projekt.de/)
- **[Xubuntu 11.04 – Review and First Look.](http://xflinux.blogspot.com/2011/02/xubuntu-1104-review-and-first-look.html)** by [Blog on Linux and technology](http://xflinux.blogspot.com/)
- **[Xubuntu 11.04: Solid, Sleek, and Speedy](http://www.linux.com/learn/tutorials/441252-xubuntu-1104-solid-sleek-and-speedy)** by [Linux.com](http://www.linux.com/)

#### In Other Languages

- **[Xubuntu Unity (German)](http://blog.elektronik-projekt.de/2011/02/xubuntu-unity/)** by [burlis Blog](http://blog.elektronik-projekt.de/)
11 changes: 11 additions & 0 deletions _press/11.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
release: "11.10"
---

- **[Smooth switch to open source at mental health care provider Rotterdam](https://joinup.ec.europa.eu/news/smooth-switch-open-source-mental-health-care-provider-rotterdam)** by [European Commission Joinup](http://joinup.ec.europa.eu/)
- **[Ubuntu Alternatives, Xfce, & Having A Go With Fedora 16!](http://www.ainer.org/ubuntu-alternatives-xfce-having-a-go-with-fedora-16)** by [Ainer.org](http://www.ainer.org/)
- **[XFCE: Your Lightweight, Speedy, Fully-Fledged Linux](http://www.makeuseof.com/tag/xfce-lightweight-speedy-fullyfledged-linux-desktop/)** by [MakeUseOf.com](http://www.makeuseof.com/)
- **[Xubuntu 11.10 and my Netbook](http://www.linuxjournal.com/content/xubuntu-1110-and-my-netbook)** by [Linux Journal](http://www.linuxjournal.com/)
- **[Xubuntu 11.10 Review](http://linuxlibrary.org/reviews/xubuntu-11-10-review/)** by [Linux Library](http://linuxlibrary.org/)
- **[Xubuntu 11.10. It Came To Stay](http://linuxblog.darkduck.com/2011/12/xubuntu-1110-it-came-to-stay.html)** by [Linux notes from DarkDuck](http://linuxblog.darkduck.com/)
- **[Xubuntu 11.10: Unbelievable Easyness of Humanity](http://linuxblog.darkduck.com/2011/12/xubuntu-unbelievable-easyness-of.html)** by [Linux notes from DarkDuck](http://linuxblog.darkduck.com/)
10 changes: 10 additions & 0 deletions _press/12.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
release: "12.04"
---

- **[Xubuntu 12.04 LTS Released](http://www.linuxjournal.com/content/xubuntu-1110-and-my-netbook)** by [Sean Davis](http://www.smdavis.us/)
- **[Xubuntu 12.04 LTS Review](http://gnuman.com/xubuntu-12-04-lts-review/)** by [Gnuman.com](http://gnuman.com/)
- **[Xubuntu 12.04 LTS Review: Perfect Alternative for Those Who Can’t Stand Unity/GNOME Shell](http://www.techdrivein.com/2012/07/xubuntu-1204-lts-review-perfect.html)** by [Tech Drive-in](http://www.techdrivein.com/)
- **[Xubuntu 12.04 LTS Screenshot Tour](http://linux.softpedia.com/blog/Xubuntu-12-04-LTS-Screenshot-Tour-266515.shtml)** by [Softpedia](http://www.softpedia.com/)
- **[Xubuntu 12.04 review – A most pleasant surprise](http://www.dedoimedo.com/computers/xubuntu-pangolin.html)** by [Dedoimedo.com](http://www.dedoimedo.com/)
- **[Xubuntu 12.04: don’t fix what is not broken](http://linuxblog.darkduck.com/2012/05/xubuntu-1204-dont-fix-what-is-not.html)** by [Linux notes from DarkDuck](http://linuxblog.darkduck.com/)
12 changes: 12 additions & 0 deletions _press/12.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
release: "12.10"
---

- **[The Perfect Desktop – Xubuntu 12.10 (Quantal Quetzal)](http://www.howtoforge.com/the-perfect-desktop-xubuntu-12.10-quantal-quetzal)** by falko of [HowtoForge](http://www.howtoforge.com/)
- **[Xubuntu 12.10 Arrives in Style](http://www.smdavis.us/2012/10/20/xubuntu-12-10-arrives-in-style/)** by [Sean Michael Davis](http://www.smdavis.us/)
- **[Xubuntu 12.10 Is Available for Download \[Screenshot Tour\]](http://news.softpedia.com/news/Xubuntu-12-10-Has-Been-Officially-Released-Screenshot-Tour-300260.shtml)** by [Softpedia](http://news.softpedia.com/)
- **[Xubuntu 12.10 Released With Xfce 4.10](http://www.webupd8.org/2012/10/xubuntu-1210-released-with-xfce-410.html)** by [WebUpd8](http://www.webupd8.org/)
- **[Xubuntu 12.10 Review](http://gnuman.com/xubuntu-12-10-review/)** by [Gnuman.com](http://gnuman.com/)
- **[Xubuntu 12.10 review – Very nice](http://www.dedoimedo.com/computers/xubuntu-quetzal.html)** by [Dedoimedo.com](http://www.dedoimedo.com/)
- **[Xubuntu 12.10 Review: A shinnier and more attractive desktop!](http://mylinuxexplore.blogspot.com/2012/10/xubuntu-1210-review-shinnier-and-more.html)** by Arindam Sen of [Linuxed – Exploring Linux distros](Linuxed – Exploring Linux distros)
- **[Xubuntu 12.10 – Day 1 – First Impressions](http://www.everydaylinuxuser.com/2012/11/xubuntu-1210-day-1-first-impressions.html)** by Gary Newell of [Everyday Linux User](http://www.everydaylinuxuser.com/)
11 changes: 11 additions & 0 deletions _press/13.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
release: "13.04"
---

- **[Distro Review: Xubuntu 13.04 Raring Ringtail](http://tuxtweaks.com/2013/05/distro-review-xubuntu-13-04-raring-ringtail/)** by Linerd of [Tux Tweaks](http://tuxtweaks.com/)
- **[Review of Xubuntu 13.04](http://trenchreynolds.me/2013/04/28/review-of-xubuntu-13-04/)** by [Trench Reynolds](http://trenchreynolds.me/)
- **[What’s new in Xubuntu 13.04](http://linuxaria.com/article/whats-new-in-xubuntu-13-04)** by [Linuxaria.com](http://linuxaria.com/)
- **[Xubuntu 13.04 Available for Download – Quick Overview \[Screenshots, Video\]](http://www.webupd8.org/2013/04/xubuntu-1304-available-for-download.html)** by [WebUpd8](http://www.webupd8.org/)
- **[Xubuntu 13.04 review – Et tu, Brute?](http://www.dedoimedo.com/computers/xubuntu-ringtail-high-end.html)** by [Dedoimedo.com](http://www.dedoimedo.com/)
- **[Xubuntu 13.04 Screenshot Tour](http://news.softpedia.com/news/Xubuntu-13-04-Screenshot-Tour-348563.shtml)** by [Softpedia](http://news.softpedia.com/)
- **[Xubuntu 13.04 “Raring Ringtail” Review: Rock solid and stable as ever!](http://mylinuxexplore.blogspot.com/2013/04/xubuntu-1304-raring-ringtail-review.html)** by [Linuxed](http://mylinuxexplore.blogspot.com/)
9 changes: 9 additions & 0 deletions _press/13.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
release: "13.10"
---

- **[And the best distro of 2013 is…](http://www.dedoimedo.com/computers/best-distro-2013.html)** by [Dedoimedo.com](http://www.dedoimedo.com/)
- **[Xubuntu 13.10 is quite brilliant](http://www.dedoimedo.com/computers/xubuntu-salamander.html)** by [Dedoimedo.com](http://www.dedoimedo.com/)
- **[Xubuntu 13.10 review – good as always](http://www.binarytides.com/xubuntu-13-10-review/)** by Silver Moon of [Binary Tides](http://www.binarytides.com/)
- **[Xubuntu 13.10 Screenshot Tour](http://news.softpedia.com/news/Xubuntu-13-10-Screenshot-Tour-392317.shtml)** by [Softpedia](http://news.softpedia.com/)
- **[Xubuntu 13.10 “Saucy Salamander” Review: As good as ever!](http://mylinuxexplore.blogspot.com/2013/10/xubuntu-1310-saucy-salamander-review-as.html)** by Arindam Sen of [Linuxed](http://mylinuxexplore.blogspot.com/)
11 changes: 11 additions & 0 deletions _press/14.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
release: "14.04"
---

- **[Asus eeePC still boldly marches on – with Xubuntu 14.04](http://www.dedoimedo.com/computers/eeepc-trusty.html)** by [Dedoimedo](http://www.dedoimedo.com/)
- **[Xubuntu 14.04 LTS](http://desktoplinuxreviews.com/xubuntu-reviews/xubuntu-14-04-lts/)** by Jim Lynch of [Desktop Linux Reviews](http://desktoplinuxreviews.com/)
- **[Xubuntu 14.04 LTS (Trusty Tahr) Is Out and Available for Download](http://news.softpedia.com/news/Xubuntu-14-04-LTS-Trusty-Tahr-Is-Out-and-Available-for-Download-438238.shtml)** by [Softpedia](http://news.softpedia.com/)
- **[Xubuntu 14.04 LTS Trusty Tahr : Video Review and Screenshot Tour](http://ubuntuportal.com/2014/05/xubuntu-14-04-lts-trusty-tahr-video-and-screenshots.html)** by ncode of [Ubuntu Portal](http://ubuntuportal.com/)
- **[Xubuntu 14.04 LTS “Trusty Tahr” Review: Buttery smooth and lightweight](http://mylinuxexplore.blogspot.com/2014/04/xubuntu-1404-lts-trusty-tahr-review.html)** by Arindam Sen of [Linuxed](http://mylinuxexplore.blogspot.com/)
- **[Xubuntu 14.04 Released](http://delightlylinux.wordpress.com/2014/04/17/xubuntu-14-04-released/)** by [Delightedly Linux](http://delightlylinux.wordpress.com/)
- **[Xubuntu 14.04 Trusty Tahr review – So, excellent?](http://www.dedoimedo.com/computers/xubuntu-trusty.html)** by [Dedoimedo](http://www.dedoimedo.com/)
10 changes: 10 additions & 0 deletions _press/14.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
release: "14.10"
---

- **[An Everyday Linux User Review Of Xubuntu 14.10](http://www.everydaylinuxuser.com/2015/01/an-everyday-linux-user-review-of.html)** by Gary Newell of [Everyday Linux User](Everyday Linux User)
- **[Best Xfce distro of 2014](http://netrunner-mag.com/best-xfce-distro-of-2014/)** by Igor Ljubuncic aka Dedoimedo of [Netrunner MAG](http://netrunner-mag.com/)
- **[Xubuntu 14.10](http://linux.softpedia.com/get/Linux-Distributions/Xubuntu-Utopic-Unicorn-103449.shtml)** by Marius Nestor of [Softpedia](http://news.softpedia.com/)
- **[Xubuntu 14.10 Utopic Unicorn : Fast and Responsive](http://ubuntuportal.com/2014/11/xubuntu-14-10-utopic-unicorn.html)** by ncode of [Ubuntu Portal](http://ubuntuportal.com/)
- **[Xubuntu 14.10 Utopic Unicorn – Quite brilliant](http://www.dedoimedo.com/computers/xubuntu-utopic.html)** by [Dedoimedo](http://www.dedoimedo.com/)
- **[Xubuntu 14.10 “Utopic Unicorn” Review: Looks great but slightly disappointed with performance](http://mylinuxexplore.blogspot.com/2014/11/xubuntu-1410-utopic-unicorn-review.html)** by Arindam Sen of [Linuxed](http://mylinuxexplore.blogspot.com/)
5 changes: 5 additions & 0 deletions _press/15.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
release: "15.04"
---

- **[Xubuntu 15.04 Vivid Vervet – Fabulous](http://www.dedoimedo.com/computers/xubuntu-vivid.html)** by [Dedoimedo](http://www.dedoimedo.com/)
10 changes: 10 additions & 0 deletions _press/16.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
release: "16.04"
---

- **[A Definitive Guide to Install Xubuntu 16.04 LTS](http://www.linuxtechi.com/definitive-guide-to-install-xubuntu-16-04-lts/)** by Pradeep Kumar of [LinuxTechi](http://www.linuxtechi.com/)
- **[A Down and Dirty Look at Xubuntu 16.04](http://fossforce.com/2016/05/down-dirty-look-xubuntu-16-04/)** by Christine Hall of [FOSS Force](http://fossforce.com/)
- **[A Quick Look At the Xubuntu 16.04 LTS – Feature Tour](http://www.debugpoint.com/2016/05/a-quick-look-at-the-xubuntu-16-04-lts-feature-tour/)** by Arindam of [DebugPoint.com](http://www.debugpoint.com/)
- **[Asus eeePC + Xubuntu 16.04 - Engage!](http://www.dedoimedo.com/computers/eeepc-xerus.html)** by [Dedoimedo](http://www.dedoimedo.com/)
- **[Xubuntu 16.04 LTS and Lubuntu 16.04 LTS Released, Get Three Years of Support](http://news.softpedia.com/news/xubuntu-16-04-lts-and-lubuntu-16-04-lts-released-get-three-years-of-support-503348.shtml)** by Marius Nestor of [Softpedia](http://www.softpedia.com/)
- **[Xubuntu 16.04.1 LTS Released, Upgrade Path from Xubuntu 14.04 LTS Now Open](http://news.softpedia.com/news/xubuntu-16-04-1-lts-released-upgrade-path-from-xubuntu-14-04-lts-now-open-506582.shtml)** by Marius Nestor of [Softpedia](http://www.softpedia.com/)
7 changes: 7 additions & 0 deletions _press/16.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
release: "16.10"
---

- **[An Everyday Linux User Review Of Xubuntu 16.10 - A Good Place To Start](http://www.everydaylinuxuser.com/2016/10/an-everyday-linux-user-review-of_15.html)** by Gary Newell of [Everyday Linux User](http://www.everydaylinuxuser.com/)
- **[Xubuntu 16.10 Released, Includes Xfce Packages Built with GTK+ 3 Technologies](http://news.softpedia.com/news/xubuntu-16-10-released-includes-xfce-packages-built-with-gtk-plus-3-technologies-509273.shtml)** by Marius Nestor of [Softpedia](http://www.softpedia.com/)
- **[Xubuntu 16.10 Yakkety Yak - A breath of fresh air](http://www.dedoimedo.com/computers/xubuntu-yakkety-yak.html)** by [Dedoimedo](http://www.dedoimedo.com/)
5 changes: 5 additions & 0 deletions _press/17.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
release: "17.04"
---

- **[Xubuntu 17.04 Zesty Zorro - Vigorous](http://www.dedoimedo.com/computers/xubuntu-zesty.html)** by [Dedoimedo](http://www.dedoimedo.com/)
22 changes: 22 additions & 0 deletions _press/18.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
release: "18.04"
---

- **[Install Xfce Desktop on Ubuntu and Turn it Into Xubuntu](https://itsfoss.com/install-xfce-desktop-xubuntu/)** by It's FOSS
- **[Lubuntu Vs. Xubuntu](http://www.linuxandubuntu.com/home/lubuntu-vs-xubuntu)** by Mohd Sohail of LinuxAndUbuntu
- **[Newly Installed Xubuntu 18.04](https://technophobeconfessions.wordpress.com/2019/08/04/newly-installed-xubuntu-18-04/)** by Robin Arnaud
- **[Review: Galago Pro from System 76 and Xubuntu 18.04 — Bionic Beaver](https://linuxatty.wordpress.com/2018/07/23/review-galago-pro-from-system-76-and-xubuntu-18-04-bionic-beaver/)** by Victor Forberger of [Linux Attorney](https://linuxatty.wordpress.com/)
- **[Starting Up With Xubuntu](http://www.linuxandubuntu.com/home/starting-up-with-xubuntu)** by Mohd Sohail of LinuxAndUbuntu
- **[Xubuntu 18.04 Bionic Beaver - Middle ground](https://www.dedoimedo.com/computers/xubuntu-beaver.html)** by Dedoimedo
- **[Xubuntu 18.04 LTS Brings a Revamped Xfce Desktop Experience with New MATE Apps](https://news.softpedia.com/news/xubuntu-18-04-lts-brings-a-revamped-xfce-desktop-experience-with-new-mate-apps-520872.shtml)** by Marius Nestor of [Softpedia](http://www.softpedia.com)
- **[\[Video\] A Look at Xubuntu 18.04](https://www.youtube.com/watch?v=LKhCU9QNDR8)** by Joe Collins
- **[\[Video\] A quick look at Xubuntu 18.04 - A grand Ubuntu Linux distro](https://www.youtube.com/watch?v=WEaM3rxSLFs)** by [Chris Were](https://www.youtube.com/channel/UCAPR27YUyxmgwm3Wc2WSHLw)
- **[\[Video\] Xubuntu 18.04 LTS Review](https://www.youtube.com/watch?v=jJWHFrALt6Y)** by QuidsUp

#### In Other Languages

- \[German\] **[Xubuntu – perfektes Linux für Netbooks und schwächere Rechner](https://mizine.de/linux/linux-fuer-netbooks-xubuntu/)**
- \[Italian\] **[Xubuntu 18.04 LTS supercompleta](http://stefanodroghetti.altervista.org/xubuntu-18-04-lts-supercompleta/)**
- \[Japanese\] **[Ubuntuに飽きた?ならXubuntuにしよう。軽くてアプリも充実しているLinux](https://blog.caramelos.xyz/linux/xubuntu01/)** by Jikantoki
- \[Japanese\] **[\[Video\]Xubuntu18 04LTSでWindowsソフトをインストール](https://www.youtube.com/watch?v=-Ykdv4umORk&feature=youtu.be)**
- \[Portuguese\] **[Confira as novidades do Xubuntu 18.04 LTS e experimente](https://www.edivaldobrito.com.br/confira-as-novidades-do-xubuntu-18-04-lts/)** by Edivaldo Brito
16 changes: 16 additions & 0 deletions _press/19.04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
release: "19.04"
---

- **[Benchmarked: The Most Power-Efficient Ubuntu 19.04 Flavor Will Surprise You](https://www.forbes.com/sites/jasonevangelho/2019/05/06/benchmarked-the-most-power-efficient-ubuntu-19-04-flavor-will-surprise-you/)** by Jason Evangelho of Forbes
- **[Full Circle Magazine, Issue 147, Page 47, Xubuntu 19.04](https://dl.fullcirclemagazine.org/issue147_en.pdf)** by Adam Hunt of Full Circle Magazine
- **[Xubuntu 19.04 Disco Dingo - A dawn of a renaissance?](https://www.dedoimedo.com/computers/xubuntu-disco.html)** by Dedoimedo
- **[Xubuntu 19.04 Drops Support for 32-Bit Systems, Ships with Xfce 4.13.3 Desktop](https://news.softpedia.com/news/xubuntu-19-04-drops-support-for-32-bit-images-ships-with-xfce-4-13-3-desktop-525752.shtml)** by Marius Nestor of Softpedia
- **[Xubuntu 19.04 Is Ready With To Provide Its Updated Lightweight Xfce Desktop Experience](https://www.phoronix.com/scan.php?page=news_item&px=Xubuntu-19.04-Changes)** by Phoronix
- **[\[Video\] Thoughts on Xubuntu 19.04 - Linux distro review](https://www.youtube.com/watch?v=jDn3OMNPEC4)** by Chris Were Digital
- **[\[Video\] Xubuntu 19.04 distro challenge](https://www.youtube.com/watch?v=hgLJL1OEaMg)** by Big Daddy Linux Live Podcast
- **[\[Video\] Xubuntu 19.04 Overview](https://www.youtube.com/watch?v=ohc3o-CXzKI)** by Primal Penguin

#### In Other Languages

- \[German\] **[Xubuntu 19.04 Review](https://nerdzoom.de/xubuntu-19-04-review/)** by Michal Kohútek of Nerdzoom
Loading

0 comments on commit 011770b

Please sign in to comment.