diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2011-11-14 23:08:01 +0100 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2011-11-14 23:08:01 +0100 |
commit | 23162947063b7186737c0671c2fc97aac267ef89 (patch) | |
tree | e34d4bed4d2ada1c567fafe3671a6f548c352110 /contributing | |
parent | 6ad06ade54c42bf6381cb6bbb5b252841f258806 (diff) |
news: new empty moth_next
Diffstat (limited to 'contributing')
-rw-r--r-- | contributing/web_pages/news/moth_next.mdwn | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/contributing/web_pages/news/moth_next.mdwn b/contributing/web_pages/news/moth_next.mdwn new file mode 100644 index 00000000..78db041d --- /dev/null +++ b/contributing/web_pages/news/moth_next.mdwn @@ -0,0 +1,59 @@ +[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +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]]."]]"""]] + +<!-- Date when the news item is (to be) pulished (important for RSS feeds). +Will be set by tschwinge when publishing. +[[!meta date="YYYY-MM-DD HH:MM UTC"]] +--> + +<!-- This is just a skeleton. Use it to create a new MotH. --> + +A month of the Hurd: *TODO*, *TODO*, and *TODO*. +[[!if test="included()" then="""[[!toggle id=full_news +text="Details."]][[!toggleable id=full_news text="[[!paste id=full_news]]"]]""" +else=" +[[!paste id=full_news]]"]] + +[[!cut id="full_news" text=""" + +<!--basic structure of a MotH entry. Adapt, reduce and add points as needed. At the end, try to make the text flow as a unified whole.--> + +This month [hurd hacker] [item] + +Also … + +[our hackers] … + +Mainly thanks to … + +Additionally … + +And … + +So if you want to [reason for contibuting to the Hurd] please [[get_in_contact|contact_us]] - and maybe grab [[our_source_repos|source_repositories]]. + +------ + +The **GNU Hurd** is the GNU project's replacement for the Unix kernel. +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/documentation]]. + +**GNU Mach** is the microkernel upon which GNU Hurd is based. It +offers Inter Process Communication (IPC) which the Hurd uses to define +interfaces for implementing the services an operating system needs +from a full-featured kernel. +[[Read_more|microkernel/mach/gnumach]] + +<!--see [[contributing/web_pages/news/writing_the_moth]] for additional information on writing the MotH.--> + +"""]] |