Skip to content

Commit 765db66

Browse files
authored
Update index.html
1 parent f99fc28 commit 765db66

1 file changed

Lines changed: 58 additions & 4 deletions

File tree

index.html

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
transform: rotateY(0) rotateX(0);
8686
}
8787
}
88+
8889
/* Dark Mode Styles */
8990
[data-bs-theme="dark"] body {
9091
background: var(--body-bg-dark);
@@ -160,8 +161,9 @@
160161
</div>
161162
<div class="col-lg-6 order-lg-1">
162163
<h1 class="display-6 fw-bold">Introducing Devubox-MX</h1>
163-
<p class="fs-6 text-muted">A Midweight, Simple, and Stable Desktop OS</p>
164-
<p class="fs-">Devubox-MX is an open-source Linux distribution based on Devuan OS (a version of Debian that doesn't use systemd). It features a customized Openbox window manager that provides a complete desktop environment, including a taskbar, system tray, and more.</p>
164+
<p class="fs-6 text-muted">A midweight, simple, and stable systemd-free desktop OS.</p>
165+
<p class="fs-">Devubox-MX is an open-source MX Linux respin based on Devuan It uses both MX Linux and Devuan-Backports repositories to provide access to the latest/backports of programs and drivers, similar to how PPAs function in Ubuntu. It features a customized Openbox window manager that provides a complete desktop environment inspired by CrunchBang++, BunsenLabs, Mabox, and Archcraft.</p>
166+
<p class="fs-5"><strong>Disclaimer:</strong> Since this distribution is in an early alpha phase, we do not recommend installing it on your main hardware. For stability, please test it in a virtual machine (VM) unless you are a tech-savvy user comfortable with pre-release software.</p>
165167
<div class="mt-4">
166168
<p class="fs-5 mb-2">Estimated alpha release: August 30, 2025. This date is subject to change.</p>
167169
<div id="countdown-timer" class="fs-3 mb-3 fw-bold"></div>
@@ -180,7 +182,7 @@ <h1 class="display-6 fw-bold">Introducing Devubox-MX</h1>
180182
<img src="https://raw.githubusercontent.com/vinceliuice/Fluent-icon-theme/refs/heads/master/src/scalable/apps/gnome-usage.svg" class="card-img-top" alt="Midweight OS">
181183
<div class="card-body px-4 pb-4">
182184
<h5 class="card-title">Midweight & Fast</h5>
183-
<p class="card-text">Built with a customized Openbox window manager, Devubox-MX is designed to be fast and efficient, running smoothly even on older 64-bit hardware (like the Core 2 Duo).</p>
185+
<p class="card-text">Built with a customized Openbox window manager, Devubox-MX is designed to be fast and efficient. It runs smoothly on older 64-bit hardware (like the Core 2 Duo) and uses only ~600MB of RAM, similar to XFCE.</p>
184186
</div>
185187
</div>
186188
</div>
@@ -200,7 +202,7 @@ <h5 class="card-title">Community Driven</h5>
200202
<img src="https://raw.githubusercontent.com/vinceliuice/Fluent-icon-theme/refs/heads/master/src/scalable/apps/gufw.svg" class="card-img-top" alt="Secure OS">
201203
<div class="card-body px-4 pb-4">
202204
<h5 class="card-title">Secure & Reliable</h5>
203-
<p class="card-text">Based on the solid foundation of Devuan/Debian Linux, Devubox-MX benefits from robust security features and a stable, reliable core system.</p>
205+
<p class="card-text">Based on the solid foundation of Devuan and MX Linux, Devubox-MX benefits from robust security features and a stable, reliable core system.</p>
204206
</div>
205207
</div>
206208
</div>
@@ -245,6 +247,58 @@ <h2>Meet the Devubox-MX Desktop Environment (Based on Openbox)</h2>
245247
<li>Placeholder: Feature 3 description goes here.</li>
246248
</ul>
247249
<p>It supports a wide range of hardware, from older 64-bit laptops to modern desktops.</p>
250+
<h2>Devubox-MX is Built On:</h2>
251+
<ul>
252+
<li><strong>Base System:</strong> Devuan 6.0 "Excalibur" (Based on Debian 13 "Trixie" without systemd)</li>
253+
<li><strong>Repositories:</strong> MX Linux 25 Repository</li>
254+
<li><strong>Desktop Components:</strong> Openbox 3.6.1, Tint2 17.0.1, XFCE 4.20.1, and Picom 12.5</li>
255+
<li><strong>Build Tools:</strong> Built using the MX Snapshot and antiX live system tools</li>
256+
</ul>
257+
</div>
258+
<div class="p-5 my-4 bg-light rounded-3">
259+
<h2>Applications in Devubox-MX</h2>
260+
<p>Most applications needed for everyday use are already included in Devubox-MX:</p>
261+
262+
<h5>Graphics</h5>
263+
<ul>
264+
<li>Gthumb (Default Photo Manager)</li>
265+
<li>Ristretto (Default Photo Viewer)</li>
266+
<li>Drawing (Simple Paint Program)</li>
267+
</ul>
268+
269+
<h5>Internet</h5>
270+
<ul>
271+
<li>Firefox ESR (Default Web Browser)</li>
272+
<li>Claws-Mail (Default Email Client)</li>
273+
<li>HexChat (IRC Client)</li>
274+
<li>Qbittorrent (Torrent Client)</li>
275+
<li>uGet (Download Manager)</li>
276+
</ul>
277+
278+
<h5>Multimedia</h5>
279+
<ul>
280+
<li>Audacious (Default Music Player)</li>
281+
<li>Audacity (Audio Editor)</li>
282+
<li>Celluloid (Default Video Player)</li>
283+
<li>Guvcview (Webcam Viewer)</li>
284+
<li>Pitivi (Video Editor)</li>
285+
<li>MystiQ (Media Converter)</li>
286+
<li>SimpleScreenRecorder (Screen Recorder)</li>
287+
</ul>
288+
289+
<h5>Office</h5>
290+
<ul>
291+
<li>LibreOffice Suite (Writer, Calc, Impress)</li>
292+
<li>Evince (PDF Viewer)</li>
293+
</ul>
294+
295+
<h5>Other Popular Applications Included</h5>
296+
<ul>
297+
<li>GIMP</li>
298+
<li>Inkscape</li>
299+
<li>OBS Studio</li>
300+
</ul>
301+
<p>Many more applications are pre-installed. You can install new software using the MX Package Installer or Synaptic Package Manager.</p>
248302
</div>
249303
</div>
250304
</main>

0 commit comments

Comments
 (0)