-
Notifications
You must be signed in to change notification settings - Fork 12
/
news.html
295 lines (261 loc) · 17.6 KB
/
news.html
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html class="bg-site-400">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="dist/output.css" rel="stylesheet">
<title>Rhino Linux | News</title>
<link rel="icon" type="image/svg+xml" sizes="any" href="img/logo.svg">
<link rel="icon" type="image/png" sizes="32x32" href="img/logo.ico">
<script src="js/navbar.js"></script>
</head>
<body>
<div id="dropdown">
<div class="container">
<div class="exit">
<a onclick="ddhide()" style="color:#fefefe">x</a>
</div>
<div class="content">
<p><a onclick="ddhide()" class="text-off-white" href="index.html">Home</a></p>
<p><a onclick="ddhide()" class="text-off-white" href="download.html">Download</a></p>
<p><a onclick="ddhide()" class="text-off-white" href="news.html">News</a></p>
<p><a onclick="ddhide()" class="text-off-white" href="tracker.html">Tracker</a></p>
<p><a onclick="ddhide()" class="text-off-white" href="https://wiki.rhinolinux.org">Wiki</a></p>
<p><a onclick="ddhide()" target="_blank" class="text-off-white" href="https://pacstall.dev/packages">Packages</a></p>
</div>
</div>
</div>
<div class="extended h-auto bg-[url('img/blobs.png')] bg-no-repeat bg-center-x bg-center-y bg-cover">
<div class="overlay h-auto bg-overlay text-center">
<div class="hidden lg:block">
<p class="text-center text-off-white pt-4">
<a href="index.html" class="text-off-white px-4">Home</a>
<a href="download.html" class="text-off-white px-4">Download</a>
<a href="news.html" class="text-off-white px-4">News</a>
<a href="tracker.html" class="text-off-white px-4">Tracker</a>
<a href="https://wiki.rhinolinux.org" class="text-off-white px-4">Wiki</a>
<a href="https://pacstall.dev" target="_blank" class="text-off-white px-4">Packages</a>
</p>
</div>
<div class="block lg:hidden">
<h1 class="text-right text-off-white text-3xl pr-2" onclick="ddshow()">
☰
</h1>
</div>
<h1 class="text-off-white pt-[2em] text-3xl drop-shadow-header-drop">
News Feed
</h1>
<h2 class="text-off-white text-2xl font-light mt-2 drop-shadow-header-drop">
Find news relating to Rhino Linux & its development
</h2>
<br>
</div>
</div>
<!-- News container -->
<div class="container w-[95vw] lg:w-[60vw] mt-4 rounded-[0.65em] p-4 m-auto shadow-2xl bg-site-300">
<h1 class="text-off-white text-3xl text-center" id="news">News</h1>
<div class="container m-auto lg:grid lg:grid-cols-1">
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mr-2">
<h1 class="text-3xl text-off-white">
Rhino Linux 2024.2: New Wiki, Theme, Containers, and so much more!
</h1>
<p class="mt-4">
It's been a while since our last disk image release, and this one is packed full of some spectacular changes! Beyond just the distribution, we have also majorly revamped the Rhino Linux wiki. We are pleased to finally present 2024.2 to you!
</p>
<p class="mt-4">
September 1st, 2024
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-15.html'">Read more</button>
</div>
</div>
<div class="container m-auto lg:grid lg:grid-cols-2">
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mr-2">
<h1 class="text-3xl text-off-white">
An update on Rhino Linux's development goals and structure
</h1>
<p class="mt-4">
After a lot of discussions with the Rhino Linux team, we are finally ready to announce changes to the way we develop. We have decided to focus on the following areas...
</p>
<p class="mt-4">
June 29th, 2024
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-14.html'">Read more</button>
</div>
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mr-2">
<h1 class="text-3xl text-off-white">
Rhino Linux 2024.1 + more
</h1>
<p class="mt-4">
After a substantially longer than anticipated development period, we're excited be back and provide our first release of the year.
</p>
<p class="mt-4">
May 28th, 2024
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-13.html'">Read more</button>
</div>
</div>
<div class="container m-auto lg:grid lg:grid-cols-2">
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mr-2">
<h1 class="text-3xl text-off-white">
Important information regarding xz backdoor.
</h1>
<p class="mt-4">
We know many of you are tired of hearing about the xz backdoor, but we must share important information regarding it. After doing some digging, we confirmed that from Feb 16 to Mar 28 (both of this year), the affected packages were in Ubuntu's noble/devel repositories, directly impacting Rhino Linux.
</p>
<p class="mt-4">
April 4th, 2024
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-12.html'">Read more</button>
</div>
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mr-2">
<h1 class="text-3xl text-off-white">
ERROR: Evaluating, Rethinking, and Rebalancing Our Rhinos
</h1>
<p class="mt-4">
In the Linux community, there is nothing short of 'quite a few tale, of how Linus does not scale' - as our team has found out recently, our team struggles with this exact issue too.
</p>
<p class="mt-4">
February 11th, 2024
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-11.html'">Read more</button>
</div>
</div>
<div class="container m-auto lg:grid lg:grid-cols-2">
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mr-2">
<h1 class="text-3xl text-off-white">
2023.4: Enhancing the Experience, and looking towards 2024
</h1>
<p class="mt-4">
After a long development period we're ready to finish off the year with a stellar release, as well as inform you, the community, of what to expect in 2024.
</p>
<p class="mt-4">
December 19th, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-10.html'">Read more</button>
</div>
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:ml-2">
<h1 class="text-3xl text-off-white">
The Unicorn Beyond XFCE Initiative
</h1>
<p class="mt-4">
We announced the development of Rhino Linux one year ago today, and to celebrate our birthday we would like to officially present the “Unicorn Beyond XFCE Initiative” (UBXI).
</p>
<p class="mt-4">
October 19th, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-9.html'">Read more</button>
</div>
</div>
<div class=" container m-auto lg:grid lg:grid-cols-2">
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mr-2">
<h1 class="text-3xl text-off-white">
2023.3: Quality of life updates!
</h1>
<p class="mt-4">
We are proud to announce the disk image release of Rhino Linux 2023.3. This disk image packs the latest and greatest changes we have made to Rhino Linux over this past month of development. Users already running Rhino Linux will already have these changes providing that their systems are kept up to date.
</p>
<p class="mt-4">
October 1st, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-8.html'">Read more</button>
</div>
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:ml-2">
<h1 class="text-3xl text-off-white">
2023.2: Unicorn updates, bug fixes & more!
</h1>
<p class="mt-4">
Rhino Linux 2023.2 is the second disk image release we have published. After ~3 weeks of development I am happy to say that it is ready to be shipped. Users already running Rhino Linux should already have the changes if they have upgraded their systems.
</p>
<p class="mt-4">
August 28th, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-7.html'">Read more</button>
</div>
</div>
<!-- 2x posts -->
<div class="mt-4 container m-auto lg:grid lg:grid-cols-2">
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mt-0 lg:mr-2">
<h1 class="text-3xl text-off-white">
2023.1 Release - The making of the distro
</h1>
<p class="mt-4">
Rhino Linux has now officially moved out of Beta! We have released Rhino Linux 2023.1 on x86_64, ARM, Pine64 and Raspberry Pi devices. For this post we're going to do something a little different and talk about how we developed the distribution.
</p>
<p class="mt-4">
August 8th, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-6.html'">Read more</button>
</div>
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl mt-4 lg:mt-0 lg:ml-2">
<h1 class="text-3xl text-off-white">
Beta6: Your System, PineTab2, RhinoDrop, and more!
</h1>
<p class="mt-4">
This beta release brings a flurry of desktop improvements, bug fixes, and under-the-hood improvements to the distribution, as well as a new platform to run Rhino Linux on!
</p>
<p class="mt-4">
June 30th, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-5.html'">Read more</button>
</div>
</div>
<div class="mt-4 container m-auto lg:grid lg:grid-cols-2">
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl lg:mr-2 mt-4 lg:mt-0">
<h1 class="text-3xl text-off-white">
Beta5, Unicorn Desktop & issues upgrading.
</h1>
<p class="mt-4">
Rhino Linux has had a fair amount of beta releases, mostly fixing smaller issues that have arisen since the first one. We are now happy to announce the release of Rhino Linux 2023.1-beta5. This beta release brings a lot of major changes to Rhino Linux, including the release of our Unicorn Desktop experience.
</p>
<p class="mt-4">
May 17th, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-4.html'">Read more</button>
</div>
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl lg:ml-2 mt-4 lg:mt-0">
<h1 class="text-3xl text-off-white">
Open Beta, PinePhone (Pro) & more!
</h1>
<p class="mt-4">
Rhino Linux is pleased to announce that it has entered open beta. This is the collective work of multiple contributors and developers. Rhino Linux is designed to work on a variety of devices, including the PinePhone Pro, PinePhone and PineTab.
</p>
<p class="mt-4">
April 3rd, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-3.html'">Read more</button>
</div>
</div>
<div class="mt-4 container m-auto lg:grid lg:grid-cols-2">
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl lg:mr-2 mt-4 lg:mt-0">
<h1 class="text-3xl text-off-white">
The state of Rhino Linux. Development Update #1
</h1>
<p class="mt-4">
Rhino Linux has now been in active development since October 2022. The core vision for the distribution has remained the same throughout the development cycle. Many things have changed since our original announcement detailing the development of the distribution, though.
</p>
<p class="mt-4">
February 25th, 2023
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-2.html'">Read more</button>
</div>
<div class="bg-site-200 rounded-[0.65em] text-off-white p-4 shadow-2xl lg:ml-2 mt-4 lg:mt-0">
<h1 class="text-3xl text-off-white">
Moving forward with Rolling Rhino Remix
</h1>
<p class="mt-4">
Over time, the current development model of Rolling Rhino Remix has become untenable. It started as a passion project with code that is not mature. The project grew quickly, and unfortunately the immature code that makes the distribution is still present today. Rhino Linux will be an Ubuntu-based, rolling release operating system with Ubuntu, Pacstall, and XFCE at the core of the distribution.
</p>
<p class="mt-4">
October 16th, 2022
</p>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='news-1.html'">Read more</button>
</div>
</div>
</div>
<!-- Footer -->
<hr class="w-[60vw] h-1 mx-auto my-4 bg-site-300 border-0 rounded">
<p class="mb-4 text-center text-off-white text-1xl">
<a href="https://github.com/rhino-linux" class="text-rhino-purple">Source Code</a> | <a href="https://rhinolinux.org/contact.html" class="text-rhino-purple">Contact & Social</a> |<a href="https://ko-fi.com/rhinolinux" class="text-rhino-purple"> Donate</a> | <a href="https://wiki.rhinolinux.org/dev/brand" class="text-rhino-purple"> Branding</a> | <a href="https://rhinolinux.org/unicorn.html" class="text-rhino-purple">Unicorn</a> | <a href="https://rhinolinux.org/tracker.html" class="text-rhino-purple">Bug tracker</a>
</p>
</body>
</html>