diff options
-rw-r--r-- | contributing/web_pages/news.mdwn | 2 | ||||
-rw-r--r-- | news/2009-10-30.mdwn | 28 |
2 files changed, 29 insertions, 1 deletions
diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 4c09e1ab..b8de20af 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -54,7 +54,7 @@ For practical work that means to use the following commands: * at the beginning of a month: create a new news entry $ cp news/2009-07-31.mdwn news/YYYY-MM-DD.mdwn - $ # edit the new file + $ # edit the new file, then add the changes in git $ git add news/YYYY-MM-DD.mdwn $ git commit -m "Begun the news entry for YYYY-MM-DD." diff --git a/news/2009-10-30.mdwn b/news/2009-10-30.mdwn new file mode 100644 index 00000000..4b6af7c5 --- /dev/null +++ b/news/2009-10-30.mdwn @@ -0,0 +1,28 @@ +[[!meta copyright="Copyright © 2009 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]]."]]"""]] + +[[!meta date="2009-10-14 00:00 UTC"]] + +[[!meta updated="2009-10-14 00:00 UTC"]] + +A month of the Hurd: *new LiveCDs*, ... +[[!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=""" +> This month Philip Charles created a new [LiveCD]() for the Hurd, +> which brings us a big step towards installing the Hurd from the Hurd +> (without the need of a Linux based installer). +> +> ... +> + +"""]] |