diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-10-23 15:00:46 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-10-23 15:00:46 +0200 |
commit | 71dbf3387b2bd81da1422f9c9dc87c39725792ea (patch) | |
tree | 64f5a15198ba8b008681ccf4c67b8196790716cb /contributing | |
parent | 1193190ffa1566123c65faa38f3de58dc763b66b (diff) | |
parent | 68a038e632f4957a3d49cd33337889973d54eddc (diff) | |
download | web-71dbf3387b2bd81da1422f9c9dc87c39725792ea.tar.gz web-71dbf3387b2bd81da1422f9c9dc87c39725792ea.tar.bz2 web-71dbf3387b2bd81da1422f9c9dc87c39725792ea.zip |
Merge branch 'master' into master-news_next
Diffstat (limited to 'contributing')
-rw-r--r-- | contributing/web_pages/news.mdwn | 27 | ||||
-rw-r--r-- | contributing/web_pages/news/skeleton.mdwn | 53 |
2 files changed, 43 insertions, 37 deletions
diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 178b34ef..a700c3ad 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -58,31 +58,8 @@ For practical work that means to use the following commands: $ git add news/YYYY-MM.mdwn $ git commit -m "Begun the news entry for YYYY-MM." - That is, use the [[news_skelleton|skeleton]] as a template for the new - news snippet. - - Watch these places for news: - - * GNU - - * *http://lists.gnu.org/archive/html/bug-hurd/YYYY-MM/threads.html* - * *http://lists.gnu.org/archive/html/commit-hurd/YYYY-MM/threads.html* - * *http://lists.gnu.org/archive/html/help-hurd/YYYY-MM/threads.html* - * *http://lists.gnu.org/archive/html/web-hurd/YYYY-MM/threads.html* - * *http://lists.gnu.org/archive/html/hurd-devel/YYYY-MM/threads.html* - * *http://sourceware.org/ml/libc-alpha/YYYY-MM/* - * (*http://sourceware.org/ml/libc-hacker/YYYY-MM/*) - * (*http://sourceware.org/ml/glibc-cvs/YYYY-qQ/*) - - * Debian - - * *http://lists.debian.org/debian-hurd/YYYY/MM/* - - * Arch Hurd - - * *http://www.archhurd.org/news.php* - * *http://planet.archhurd.org/* - * (*http://lists.archhurd.org/devel/maillist.html*) + That is, use the [[news skeleton|skeleton]] as a template for the new + news snippet. It also includes a list of the places to watch for news. * check the outgoing changes diff --git a/contributing/web_pages/news/skeleton.mdwn b/contributing/web_pages/news/skeleton.mdwn index 0d0af8de..8f08fba2 100644 --- a/contributing/web_pages/news/skeleton.mdwn +++ b/contributing/web_pages/news/skeleton.mdwn @@ -13,21 +13,50 @@ Will be set by tschwinge when publishing. [[!meta date="YYYY-MM-DD HH:MM UTC"]] --> -A month of the Hurd: **, ** and **. +A month of the Hurd: *TODO* / *TODO* / *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]]"]] +else=" +[[!paste id=full_news]]"]] [[!cut id="full_news" text=""" -> This month -> -> Also -> -> Mainly thanks to -> -> Additionally -> -> And -> + +Watch these places for news: + + * GNU + + * <http://lists.gnu.org/archive/html/bug-hurd/YYYY-MM/threads.html> + + * <http://lists.gnu.org/archive/html/commit-hurd/YYYY-MM/threads.html> + + * <http://lists.gnu.org/archive/html/help-hurd/YYYY-MM/threads.html> + + * <http://lists.gnu.org/archive/html/web-hurd/YYYY-MM/threads.html> + + * <http://lists.gnu.org/archive/html/hurd-devel/YYYY-MM/threads.html> + + * <http://sourceware.org/ml/libc-alpha/YYYY-MM/> + + Also Git log. + + * (<http://sourceware.org/ml/libc-hacker/YYYY-MM/>) + + * (<http://sourceware.org/ml/glibc-cvs/YYYY-qQ/>) + + Better use the Git log. + + * Debian + + * <http://lists.debian.org/debian-hurd/YYYY/MM/> + + * <http://lists.debian.org/debian-glibc/YYYY/MM/> + + * Arch Hurd + + * <http://www.archhurd.org/news.php> + + * <http://planet.archhurd.org/> + + * (<http://lists.archhurd.org/devel/maillist.html>) """]] |