From 5c98ba7fdf5e4e4b1586b0c9c760f0329ef6aabd Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Fri, 5 Jun 2009 08:45:44 +0200 Subject: Added the mission statement. --- index.mdwn | 20 +++++++++++++++++--- local.css | 13 +++++++++++++ 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/index.mdwn b/index.mdwn index 7f05b9c5..56234afb 100644 --- a/index.mdwn +++ b/index.mdwn @@ -9,12 +9,26 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -**What Is the GNU Hurd?** + + + + + + +
What Is the GNU Hurd?What is the mission of the Hurd project?
The GNU Hurd is the GNU project's replacement for the Unix kernel. -The Hurd is a collection of servers that run on the Mach microkernel +It is a collection of servers that run on the Mach microkernel to implement file systems, network protocols, file access control, and other features that are implemented by the Unix kernel or similar -kernels (such as Linux). *[[More_detailed.|hurd/what_is_the_gnu_hurd]]* +kernels (such as Linux). +[[More_detailed|hurd/what_is_the_gnu_hurd]]. + +Our mission is to create a free general-purpose kernel suitable +for the GNU operating system, which is viable for everyday use, +and gives users and programs as much control over their +computing environment as possible. +[[Our mission explained|community/weblogs/antrik/hurd-mission-statement]]. +
--- diff --git a/local.css b/local.css index 97f12a64..52952d88 100644 --- a/local.css +++ b/local.css @@ -251,3 +251,16 @@ a:hover border-width: thin; border-style: dotted; } + +#what-is { + width: 50%; + vertical-align: top; + text-align: justify; + padding-right: 0.5ex; +} + +#mission { + vertical-align: top; + text-align: justify; + padding-left: 0.5ex; +} -- cgit v1.2.3