From 68d26d9434e36f048df97ff3c4fcb65265ef3798 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 18 Mar 2012 11:07:08 +0100 Subject: MotH -> QotH. --- contributing/web_pages/news.mdwn | 20 +++--- contributing/web_pages/news/skeleton.mdwn | 10 +-- contributing/web_pages/news/writing_the_moth.mdwn | 77 ---------------------- contributing/web_pages/news/writing_the_qoth.mdwn | 78 +++++++++++++++++++++++ 4 files changed, 93 insertions(+), 92 deletions(-) delete mode 100644 contributing/web_pages/news/writing_the_moth.mdwn create mode 100644 contributing/web_pages/news/writing_the_qoth.mdwn (limited to 'contributing/web_pages') diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 54fa788d..920fdba8 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2009, 2010, 2011 Free Software Foundation, +[[!meta copyright="Copyright © 2009, 2010, 2011, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -9,20 +9,20 @@ 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 title="""How to prepare and publish a "Month of the Hurd" for the last -month"""]] +[[!meta title="""How to prepare and publish a "Quarter of the Hurd" for the last +quarter"""]] -We prepare a *Month of the Hurd* in the file [[moth_next]]. The idea is +We prepare a *Quarter of the Hurd* in the file [[qoth_next]]. The idea is to record to-be-published changes in that file at they time they arise, and -then publish them en bloc at the end of the month. There are instructions for -[[writing_the_moth]]. +then publish them en bloc at the end of the quarter. There are instructions for +[[writing_the_qoth]]. - * At the end of the month: prepare for publishing the MotH, then send the raw + * At the end of the quarter: prepare for publishing the QotH, then send the raw Markdown text to the mailing list, asking for feedback. * ..., and publish. - $ git mv contributing/web_pages/news/moth_next.mdwn news/YYYY-MM.mdwn + $ git mv contributing/web_pages/news/qoth_next.mdwn news/YYYY-MM.mdwn Edit the news entry's *meta date* value to the timestamp when the news entry is published. We have to set that one manually, as otherwise the @@ -31,6 +31,6 @@ then publish them en bloc at the end of the month. There are instructions for it's correct to update that one upon further modifications of the news entries. - $ git cp contributing/web_pages/news/skeleton.mdwn contributing/web_pages/news/moth_next.mdwn - $ git commit -m 'MotH YYYY-MM.' + $ git cp contributing/web_pages/news/skeleton.mdwn contributing/web_pages/news/qoth_next.mdwn + $ git commit -m 'QotH YYYY-MM.' $ git push origin master diff --git a/contributing/web_pages/news/skeleton.mdwn b/contributing/web_pages/news/skeleton.mdwn index 17227476..d63b4445 100644 --- a/contributing/web_pages/news/skeleton.mdwn +++ b/contributing/web_pages/news/skeleton.mdwn @@ -13,9 +13,9 @@ Will be set by tschwinge when publishing. [[!meta date="YYYY-MM-DD HH:MM UTC"]] --> - + -A month of the Hurd: *TODO*, *TODO*, and *TODO*. +A quarter 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=" @@ -23,9 +23,9 @@ else=" [[!cut id="full_news" text=""" - + -This month [hurd hacker] [item] +This quarter [hurd hacker] [item] Also … @@ -55,6 +55,6 @@ define interfaces for implementing in a distributed multi-server fashion the services a traditional operating system kernel provides. [[More detailed|microkernel/mach/gnumach]]. - + """]] diff --git a/contributing/web_pages/news/writing_the_moth.mdwn b/contributing/web_pages/news/writing_the_moth.mdwn deleted file mode 100644 index 82a25088..00000000 --- a/contributing/web_pages/news/writing_the_moth.mdwn +++ /dev/null @@ -1,77 +0,0 @@ -[[!meta copyright="Copyright © 2010, 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]]."]]"""]] - -# Short Guide for Writing the MotH - - -## Individual News Items - -The basic structure for a news item is as follows: *\[person with](link) did -\[task with}(link to testable code/patch) which brings us further towards -\[[goal]] by [short, easily understandable description of the contribution]*. - -Each news item should show a step towards the mission of the Hurd. From -[[community/weblogs/antrik/hurd-mission-statement]] you can -glean the following basic goals: - - * Better support for day-to-day desktop use (more packages, more stable, more - drivers, easier to setup, ...). - * More user freedom and possibilities for programs/translators. - * Technical advancement. - * More unique or at least interesting features. - * Attract more developers and/or users. - -The reason for this structure is to resolve the problem that many people think -that the Hurd won't ever be finished by concentrating on the improvements and -the steps towards completing our mission -- but only once they have actually -been done (to avoid showing anything which might become vaporware). - - -## Sources for News Items - -Watch these places for news: - - * GNU - - * - - * - - * - - * - - * - - * - - Also Git log. - - * () - - * () - - Better use the Git log. - - * - - * Debian - - * - - * - - * Arch Hurd - - * - - * - - * () diff --git a/contributing/web_pages/news/writing_the_qoth.mdwn b/contributing/web_pages/news/writing_the_qoth.mdwn new file mode 100644 index 00000000..6aea5f4d --- /dev/null +++ b/contributing/web_pages/news/writing_the_qoth.mdwn @@ -0,0 +1,78 @@ +[[!meta copyright="Copyright © 2010, 2011, 2012 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]]."]]"""]] + +# Short Guide for Writing the QotH + + +## Individual News Items + +The basic structure for a news item is as follows: *\[person with](link) did +\[task with}(link to testable code/patch) which brings us further towards +\[[goal]] by [short, easily understandable description of the contribution]*. + +Each news item should show a step towards the mission of the Hurd. From +[[community/weblogs/antrik/hurd-mission-statement]] you can +glean the following basic goals: + + * Better support for day-to-day desktop use (more packages, more stable, more + drivers, easier to setup, ...). + * More user freedom and possibilities for programs/translators. + * Technical advancement. + * More unique or at least interesting features. + * Attract more developers and/or users. + +The reason for this structure is to resolve the problem that many people think +that the Hurd won't ever be finished by concentrating on the improvements and +the steps towards completing our mission -- but only once they have actually +been done (to avoid showing anything which might become vaporware). + + +## Sources for News Items + +Watch these places for news: + + * GNU + + * + + * + + * + + * + + * + + * + + Also Git log. + + * () + + * () + + Better use the Git log. + + * + + * Debian + + * + + * + + * Arch Hurd + + * + + * + + * () -- cgit v1.2.3