diff options
-rw-r--r-- | contributing/web_pages/news.mdwn | 4 | ||||
-rw-r--r-- | news/2009-10-31.mdwn | 31 |
2 files changed, 33 insertions, 2 deletions
diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index ac7653a9..f5cb4344 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." @@ -107,4 +107,4 @@ For practical work that means to use the following commands: After that merge, work for the next month's news item can continue on `master-news_next`. -And since we're working in a branch anyway: Please commit often, push often and pull often! Few things would be nastier than having to do heavy merging on a enws release date with little time at hand.
\ No newline at end of file +And since we're working in a branch anyway: Please commit often, push often and pull often! Few things would be nastier than having to do heavy merging on a news release date with little time at hand.
\ No newline at end of file diff --git a/news/2009-10-31.mdwn b/news/2009-10-31.mdwn new file mode 100644 index 00000000..5e875b86 --- /dev/null +++ b/news/2009-10-31.mdwn @@ -0,0 +1,31 @@ +[[!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-31 00:00 UTC"]] + +[[!meta updated="2009-10-31 00:00 UTC"]] + +A month of the Hurd: *New LiveCDs* and further *git migration*. +[[!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](http://ftp.debian-ports.org/debian-cd/current/) for the Hurd, +> which brings us a big step towards installing the Hurd from the Hurd +> (without the need of a Linux based installer). +> If you enjoy testing stuff, please give them a try. +> +> Also Thomas Schwinge migrated the nsmux and cl-hurd repos into +> our [git repositories on Savannah](https://savannah.gnu.org/git/?group=hurd), +> making them easier to access for other contributors. +> + +"""]] |