-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (49 loc) · 1.96 KB
/
index.html
File metadata and controls
52 lines (49 loc) · 1.96 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PuffOS | Based on Debian SID</title>
<link rel="stylesheet" type="text/css"
href="style.css" title="HackerSpaces Style">
</head>
<body>
<header>
<h1>
<img src="puffmixsized.svg" width="360" weight="114">
</h1>
<nav>
<a title="Download" href="https://github.com/PuffOS/teaiso-profile/releases/download/main/puffos-daily.iso"> Download</a>
<a title="Telegram" href="https://t.me/pufflinux"> Telegram</a>
<a title="GitHub" href="https://github.com/PuffOS"> Github</a>
<a title="Screenshots" href="gallery.html"> Gallery</a>
<a title="Team" href="team.html"> Team</a>
</nav>
</header>
<main>
<article>
<h4>Welcome to universe of PuffOS! This disstro is based on Debian SID</h4>
<p>The PuffOS project aims to provide pure Linux experience by freeing Devuan from bloats.
PuffOS is based on Debian's installation with Deboostap and uses Devuan's SID repos.
(Note that it won't be as robust as Debian Bullseye for stability.)</p>
<p>PuffOS is a <a href="https://nosystemd.org">nosystemd</a> distribution. Uses sysv-init.</p>
<sp></sp>
<h4>Inside the PuffOS iso file</h4>
<ul>
<li>An installer (1,7g) that allows you to install the system comfortably</li>
<li>GNU/Linux Debian Base System
<li>apt command --no-install-recommends by default</li>
<li>Up-to-date Gnome Desktop environment and applications that allow you to do your general work easily</li>
<li>LightDM Desktop Manager
<li>PuffOS project official artworks</li>
</ul>
<p>There are. All software other than these require manual installation.</p>
</article>
</main>
<aside>
</aside>
<footer>
<p>PuffOS Project - The website is under MIT license.</p>
</footer>
<script src="https://paledega.github.io/anti-winzort/block-winzort.js" ></script>
</body>
</html>