Skip to content

Commit 335b7bc

Browse files
committed
Improve formatting and readability of HTML content in index and download pages
1 parent cf3c66d commit 335b7bc

2 files changed

Lines changed: 74 additions & 29 deletions

File tree

download/index.html

Lines changed: 70 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,25 @@ <h1 class="display-5 fw-bold">Download Devubox-MX</h1>
219219
<h2 class="card-title">Devubox-MX25 Base_sysvinit RC1 x64</h2>
220220
<p class="text-muted">Release Date: November 18, 2025</p>
221221
<div class="alert alert-warning" role="alert">
222-
<p class="mb-0"><strong>Disclaimer:</strong> This is an RC1 pre-release of Devubox‑MX and may contain bugs or incomplete features. It is not recommended for production systems—please back up any important data before installing. For most users we recommend testing RC1 in a virtual machine; experienced users may install on spare hardware at their own risk. A fresh installation may be required when upgrading to a future stable release.</p>
222+
<p class="mb-0"><strong>Disclaimer:</strong> This is an RC1 pre-release of Devubox‑MX
223+
and may contain bugs or incomplete features. It is not recommended for production
224+
systems—please back up any important data before installing. For most users we
225+
recommend testing RC1 in a virtual machine; experienced users may install on spare
226+
hardware at their own risk. A fresh installation may be required when upgrading to a
227+
future stable release.</p>
223228
<hr>
224-
<p class="mb-0"><strong>Note:</strong> Devubox-MX is developed by a single developer from Indonesia, and currently, it is only available in English. You can change the language settings (such as keyboard layout and locale), but some elements will remain in English.</p>
229+
<p class="mb-0"><strong>Note:</strong> Devubox-MX is developed by a single developer
230+
from Indonesia, and currently, it is only available in English. You can change the
231+
language settings (such as keyboard layout and locale), but some elements will
232+
remain in English.</p>
225233
</div>
226-
<p class="mt-3 mb-0"><strong>To launch the installer:</strong> Press the "Install MX Linux" button inside the MX Welcome popup during startup of the live environment. If you close the popup, open MX Welcome via Start Menu &gt; MX Tools &gt; MX Welcome and press "Install MX Linux", or run <code>minstall-launcher</code> in a terminal.</p>
227-
<div class="mt-0">
228-
<p class="mb-0"><strong>Default Username/Password:</strong> <code>demo</code> / <code>demo</code></p>
234+
<p class="mt-2 mb-0"><strong>To launch the installer:</strong> Press the "Install MX Linux"
235+
button inside the MX Welcome popup during startup of the live environment. If you close
236+
the popup, open MX Welcome via Start Menu &gt; MX Tools &gt; MX Welcome and press
237+
"Install MX Linux", or run <code>minstall-launcher</code> in a terminal.</p>
238+
<div class="mt-2">
239+
<p class="mb-0"><strong>Default Username/Password:</strong> <code>demo</code> /
240+
<code>demo</code></p>
229241
<p class="mb-0"><strong>Default Root Password:</strong> <code>root</code></p>
230242
</div>
231243
<a href="https://sourceforge.net/projects/devubox-mx-edition/files/Devubox-MX25_Base_sysvinit_RC1_x64.iso/download"
@@ -246,39 +258,53 @@ <h2 class="card-title">Devubox-MX25 Base_sysvinit RC1 x64</h2>
246258
<div class="card custom-card shadow-sm h-100">
247259
<div class="card-body p-4">
248260
<h2 class="fw-bold text-center mb-4">System Requirements</h2>
249-
<p>Here are the system requirements for Devubox‑MX. It is a midweight distribution suitable for 64‑bit PCs from 2006 onward and runs well on older hardware (for example, Core 2 Duo systems).</p>
261+
<p>Here are the system requirements for Devubox‑MX. It is a midweight distribution suitable
262+
for 64‑bit PCs from 2006 onward and runs well on older hardware (for example, Core 2 Duo
263+
systems).</p>
250264
<ul class="list-group list-group-flush">
251265
<li class="list-group-item d-flex flex-column align-items-start">
252266
<strong class="mb-1">Processor</strong>
253-
<span class="text-muted small">Minimum: 1 gigahertz (GHz) or faster, 1 or more cores<br>Recommended: Dual-core processor or higher is sufficient for basic tasks.</span>
267+
<span class="text-muted small">Minimum: 1 gigahertz (GHz) or faster, 1 or more
268+
cores<br>Recommended: Dual-core processor or higher is sufficient for basic
269+
tasks.</span>
254270
</li>
255271
<li class="list-group-item d-flex flex-column align-items-start">
256272
<strong class="mb-1">Memory</strong>
257-
<span class="text-muted small">Minimum: 1 GB RAM (with swap or ZRAM enabled for slightly better multitasking).<br>Recommended: 2 GB or more for optimal performance.</span>
273+
<span class="text-muted small">Minimum: 1 GB RAM (with swap or ZRAM enabled for
274+
slightly better multitasking).<br>Recommended: 2 GB or more for optimal
275+
performance.</span>
258276
</li>
259277
<li class="list-group-item d-flex flex-column align-items-start">
260278
<strong class="mb-1">Storage</strong>
261-
<span class="text-muted small">Minimum: 16 GB HDD or SSD (using btrfs with zstd compression to fit more files in limited storage).<br>Recommended: 20 GB or more on SSD for better performance.</span>
279+
<span class="text-muted small">Minimum: 16 GB HDD or SSD (using btrfs with zstd
280+
compression to fit more files in limited storage).<br>Recommended: 20 GB or more
281+
on SSD for better performance.</span>
262282
</li>
263283
<li class="list-group-item d-flex flex-column align-items-start">
264284
<strong class="mb-1">System Firmware</strong>
265-
<span class="text-muted small">Compatible with Legacy BIOS or UEFI (Secure Boot is not yet supported).</span>
285+
<span class="text-muted small">Compatible with Legacy BIOS or UEFI (Secure Boot is
286+
not yet supported).</span>
266287
</li>
267288
<li class="list-group-item d-flex flex-column align-items-start">
268289
<strong class="mb-1">TPM</strong>
269-
<span class="text-muted small">TPM is not required (unlike Windows 11's strict requirement). TPM support in Linux varies and is optional.</span>
290+
<span class="text-muted small">TPM is not required (unlike Windows 11's strict
291+
requirement). TPM support in Linux varies and is optional.</span>
270292
</li>
271293
<li class="list-group-item d-flex flex-column align-items-start">
272294
<strong class="mb-1">Graphics Card</strong>
273-
<span class="text-muted small">Integrated or discrete GPU with at least 128 MB VRAM for basic graphics.</span>
295+
<span class="text-muted small">Integrated or discrete GPU with at least 128 MB VRAM
296+
for basic graphics.</span>
274297
</li>
275298
<li class="list-group-item d-flex flex-column align-items-start">
276299
<strong class="mb-1">Display</strong>
277-
<span class="text-muted small">Minimum resolution: 1024×768 (sufficient for the installer and light multitasking).<br>Recommended: 1366×768 or higher for better visuals.</span>
300+
<span class="text-muted small">Minimum resolution: 1024×768 (sufficient for the
301+
installer and light multitasking).<br>Recommended: 1366×768 or higher for better
302+
visuals.</span>
278303
</li>
279304
<li class="list-group-item d-flex flex-column align-items-start">
280305
<strong class="mb-1">Internet Connection</strong>
281-
<span class="text-muted small">Not required for installation, but recommended for updates and installing additional driver such as NVIDIA</span>
306+
<span class="text-muted small">Not required for installation, but recommended for
307+
updates and installing additional driver such as NVIDIA</span>
282308
</li>
283309
</ul>
284310
</div>
@@ -291,35 +317,52 @@ <h2 class="fw-bold text-center mb-4">System Requirements</h2>
291317
<div class="card-body p-4">
292318
<h2 class="fw-bold text-center mb-4">Verify Your Download</h2>
293319
<h5 class="card-title">How to Verify the Checksum of the ISO</h5>
294-
<p>To ensure the integrity of the downloaded ISO, please use one of the methods below based on your operating system:</p>
320+
<p>To ensure the integrity of the downloaded ISO, please use one of the methods below based
321+
on your operating system:</p>
295322
<div class="p-3 mb-3 rounded checksum-box">
296323
<p class="mb-1"><strong>File:</strong>
297324
<code>Devubox-MX25_Base_sysvinit_RC1_x64.iso</code>
298325
</p>
299-
<p class="mb-1"><strong>MD5 Checksum:</strong> <code class="text-break">e5a14d52902cbf6c29d658a663689183</code></p>
300-
<p class="mb-0"><strong>SHA256 Checksum:</strong> <code class="text-break">d2839f0c0c279cd51642256d67345860025c1504beb7d3231df1d9e2cbfc989a</code></p>
301-
<p class="mt-2 mb-0"><strong>SHA256 file:</strong> <a href="https://sourceforge.net/projects/devubox-mx-edition/files/Devubox-MX25_Base_sysvinit_RC1_x64.iso.sha256/download" target="_blank" rel="noopener noreferrer">Download .sha256</a></p>
302-
<p class="mt-2 mb-0"><strong>Signature (.sig):</strong> <a href="https://sourceforge.net/projects/devubox-mx-edition/files/Devubox-MX25_Base_sysvinit_RC1_x64.iso.sig/download" target="_blank" rel="noopener noreferrer">Download .sig</a></p>
303-
<p class="mt-3 mb-0 fw-semibold">Public signing keys used to verify the corresponding ISO images:</p>
326+
<p class="mb-1"><strong>MD5 Checksum:</strong> <code
327+
class="text-break">e5a14d52902cbf6c29d658a663689183</code></p>
328+
<p class="mb-0"><strong>SHA256 Checksum:</strong> <code
329+
class="text-break">d2839f0c0c279cd51642256d67345860025c1504beb7d3231df1d9e2cbfc989a</code>
330+
</p>
331+
<p class="mt-2 mb-0"><strong>SHA256 file:</strong> <a
332+
href="https://sourceforge.net/projects/devubox-mx-edition/files/Devubox-MX25_Base_sysvinit_RC1_x64.iso.sha256/download"
333+
target="_blank" rel="noopener noreferrer">Download .sha256</a></p>
334+
<p class="mt-2 mb-0"><strong>Signature (.sig):</strong> <a
335+
href="https://sourceforge.net/projects/devubox-mx-edition/files/Devubox-MX25_Base_sysvinit_RC1_x64.iso.sig/download"
336+
target="_blank" rel="noopener noreferrer">Download .sig</a></p>
337+
<p class="mt-3 mb-0 fw-semibold">Public signing keys used to verify the corresponding
338+
ISO images:</p>
304339
<div class="mt-3 small text-muted">
305-
<p class="mb-1"><strong>Signing Key (Long Key ID):</strong> <code>3FEF465AE7183F38</code></p>
306-
<p class="mb-1"><strong>Key UID:</strong> <code>Devubox-MX ISO Signing Key (Devubox-MX) &lt;bsodandwsod501@gmail.com&gt;</code></p>
307-
<p class="mb-0"><strong>Fingerprint:</strong> <code>DAFA27F7C8EECEACDC56805C3FEF465AE7183F38</code></p>
340+
<p class="mb-1"><strong>Signing Key (Long Key ID):</strong>
341+
<code>3FEF465AE7183F38</code></p>
342+
<p class="mb-1"><strong>Key UID:</strong>
343+
<code>Devubox-MX ISO Signing Key (Devubox-MX) &lt;bsodandwsod501@gmail.com&gt;</code>
344+
</p>
345+
<p class="mb-0"><strong>Fingerprint:</strong>
346+
<code>DAFA27F7C8EECEACDC56805C3FEF465AE7183F38</code></p>
308347
</div>
309348
</div>
310349
<h6 class="mt-3"><strong>MD5 Check (Linux):</strong></h6>
311350
<pre class="p-2 rounded"><code>md5sum Devubox-MX25_Base_sysvinit_RC1_x64.iso</code></pre>
312351
<h6 class="mt-3"><strong>MD5 Check (Windows):</strong></h6>
313-
<pre class="p-2 rounded"><code>certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso MD5</code></pre>
352+
<pre
353+
class="p-2 rounded"><code>certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso MD5</code></pre>
314354
<h6 class="mt-3"><strong>SHA256 Check (Linux):</strong></h6>
315355
<pre class="p-2 rounded"><code>sha256sum Devubox-MX25_Base_sysvinit_RC1_x64.iso</code></pre>
316356
<h6 class="mt-3"><strong>SHA256 Check (Windows):</strong></h6>
317-
<pre class="p-2 rounded"><code>certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso SHA256</code></pre>
357+
<pre
358+
class="p-2 rounded"><code>certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso SHA256</code></pre>
318359
<h6 class="mt-3"><strong>Verify ISO Signature (Linux Only):</strong></h6>
319360
<p>To verify the integrity of the ISO, you can use the following GPG commands:</p>
320-
<pre class="p-2 rounded"><code>gpg --no-default-keyring --keyring gnupg-ring:trustedkeys.gpg --keyserver keyserver.ubuntu.com --recv-keys 3FEF465AE7183F38</code></pre>
361+
<pre
362+
class="p-2 rounded"><code>gpg --no-default-keyring --keyring gnupg-ring:trustedkeys.gpg --keyserver keyserver.ubuntu.com --recv-keys 3FEF465AE7183F38</code></pre>
321363
<p>Then, run GnuPG’s signature verification tool:</p>
322-
<pre class="p-2 rounded"><code>gpgv --keyring trustedkeys.gpg Devubox-MX25_Base_sysvinit_RC1_x64.iso.sig Devubox-MX25_Base_sysvinit_RC1_x64.iso</code></pre>
364+
<pre
365+
class="p-2 rounded"><code>gpgv --keyring trustedkeys.gpg Devubox-MX25_Base_sysvinit_RC1_x64.iso.sig Devubox-MX25_Base_sysvinit_RC1_x64.iso</code></pre>
323366
<p>If it says "Good signature", it means the ISO hasn't been tampered with or corrupted.</p>
324367
</div>
325368
</div>

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,10 @@ <h2>Devubox-MX is Built On:</h2>
353353
<li><strong>Repositories:</strong> MX Linux 25 Repository</li>
354354
<li><strong>Desktop Components:</strong> Openbox 3.6.1, Tint2 17.0.1, XFCE 4.20.1, and Picom
355355
12.5</li>
356-
<li><strong>Build Tools:</strong> Built using the <a href="https://github.com/DevuboxLinux/build-iso-devubox/" target="_blank" rel="noopener noreferrer">build-iso-devubox</a> script and antiX live system tools</li>
357-
</ul>
356+
<li><strong>Build Tools:</strong> Built using the <a
357+
href="https://github.com/DevuboxLinux/build-iso-devubox/" target="_blank"
358+
rel="noopener noreferrer">build-iso-devubox</a> script and antiX live system tools</li>
359+
</ul>
358360
</div>
359361
</div>
360362
</div>

0 commit comments

Comments
 (0)