Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9CA2178193A for <~alpine/devel@lists.alpinelinux.org>; Wed, 10 Jul 2019 16:43:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1562776990; bh=94GsM7bsa4JD/FFkBokFjVGcCHLmxUYhHcseBzx+Ieg=; h=From:To:Cc:Subject:Date; b=mIw0Xlsdp3cB84AOtML8CnqZFJVCzYQXPWIXT5CZrhr7huFv/WUnujbOe/CodfzFu GVto4vaosJ9uLDbXOb9jh8aHY+ZdtxJ8VOkNoaDYrH4wlkTgtVqFR8CvbMItZs/9LM MDn7RYHQQxfOk1KWw98EUVw0DmffHNowRFR07Xcs= From: Drew DeVault To: ~alpine/devel@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH RFC alpine-mksite] Updates to layout and organization Date: Wed, 10 Jul 2019 12:42:54 -0400 Message-Id: <20190710164254.19066-1-sir@cmpwn.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- _default.template.html | 2 +- _static/css/styles.css | 13 ++++++++++++- community/index.md | 33 +++++++++++---------------------- index.md | 39 ++++++++++++++++++++++++++++++++++++++- 4 files changed, 62 insertions(+), 25 deletions(-) diff --git a/_default.template.html b/_default.template.html index d478f52..92d84e9 100644 --- a/_default.template.html +++ b/_default.template.html @@ -27,7 +27,7 @@ diff --git a/_static/css/styles.css b/_static/css/styles.css index 03ef29f..c30c785 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -27,7 +27,6 @@ p { } a { - text-decoration: none; color: rgb(61, 146, 201); } @@ -444,3 +443,15 @@ footer a { color: #ddd; } } } + +dt { + color: black; +} + +dt:not(:first-child) { + margin-top: 0.5rem; +} + +dt .fa { + margin-right: 0.5rem; +} diff --git a/community/index.md b/community/index.md index 922de27..84ebce2 100644 --- a/community/index.md +++ b/community/index.md @@ -6,25 +6,14 @@ title: Alpine Linux Community Participation in the Alpine community requires adherence to the [Code of Conduct](code-of-conduct.html). -

IRC

- -* [\#alpine-linux](irc://irc.freenode.net/alpine-linux) - For general discussion and quick support questions. -* [\#alpine-devel](irc://irc.freenode.net/alpine-devel) - For discussion of Alpine Linux development and developer - support. - -

Mailing Lists

- -A list of mailing lists for development, support, etc, can be found here: - -[lists.alpinelinux.org](https://lists.alpinelinux.org) - -

Wiki

- -Wiki has the documentation. - - - -

Twitter

- - - +
+
IRC
+
#alpine-devel: discussion of Alpine Linux development
+
#alpine-linux: general discussion and quick support questions
+
Mailing lists
+
lists.alpinelinux.org
+
Documentation
+
wiki.alpinelinux.org
+
Twitter
+
@alpinelinux
+
diff --git a/index.md b/index.md index 006c837..083c5d8 100644 --- a/index.md +++ b/index.md @@ -33,4 +33,41 @@ - \ No newline at end of file + + +# Alpine Linux + +Alpine Linux is an independent, non-commercial, general purpose Linux +distribution designed for power users who appreciate security, simplicity +and resource efficiency. + +## Small + +Alpine Linux is built around musl libc and busybox. This makes it smaller +and more resource efficient than traditional GNU/Linux distributions. A +container requires no more than 8 MB and a minimal installation to disk +requires around 130 MB of storage. Not only do you get a fully-fledged +Linux environment but a large selection of packages from the repository. + +Binary packages are thinned out and split, giving you even more control +over what you install, which in turn keeps your environment as small and +efficient as possible. + +## Simple + +Alpine Linux is a very simple distribution that will try to stay out of +your way. It uses its own package manager called apk, the OpenRC init +system, script driven set-ups and that's it! This provides you with a +simple, crystal-clear Linux environment without all the noise. You can +then add on top of that just the packages you need for your project, so +whether it's building a home PVR, or an iSCSI storage controller, a +wafer-thin mail server container, or a rock-solid embedded switch, nothing +else will get in the way. + +## Secure + +Alpine Linux was designed with security in mind. All userland binaries are +compiled as Position Independent Executables (PIE) with stack smashing +protection. These proactive security features prevent exploitation of entire +classes of zero-day and other vulnerabilities. + -- 2.22.0