From f3ce18edc806d916632a09eaa0826931290f2127 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 3 Aug 2009 10:07:56 +0200 Subject: Set date and updated meta values in news items. --- contributing/web_pages/news.mdwn | 12 +++++++++--- news/2009-07-31.mdwn | 4 ++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 7062359f..4c09e1ab 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -53,12 +53,12 @@ For practical work that means to use the following commands: * at the beginning of a month: create a new news entry - $ cp news/2009-06-30.mdwn news/YYYY-MM-DD.mdwn + $ cp news/2009-07-31.mdwn news/YYYY-MM-DD.mdwn $ # edit the new file $ git add news/YYYY-MM-DD.mdwn $ git commit -m "Begun the news entry for YYYY-MM-DD." - That is, use the *2009-06-30* news snippet as a template for the new + That is, use the *2009-07-31* news snippet as a template for the new one. * check the outgoing changes @@ -87,7 +87,13 @@ For practical work that means to use the following commands: going on, you'd have to repeat this again (and again...) before succeeding to push your changes.) - * at the end of the month: publish the news + * at the end of the month: prepare for publishing the news + + Edit the news entry's *meta date* and *meta updated* time values. For + stability, we set these two explicitly instead of relying on ikiwiki's + method of using the files' creation and modification dates. + + * ... and publish $ git checkout master $ git pull --rebase diff --git a/news/2009-07-31.mdwn b/news/2009-07-31.mdwn index aa78d7b5..11f1e3d6 100644 --- a/news/2009-07-31.mdwn +++ b/news/2009-07-31.mdwn @@ -8,6 +8,10 @@ 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-08-03 08:00 UTC"]] + +[[!meta updated="2009-08-03 08:00 UTC"]] + A month of the Hurd: *hurd Debian package*, *union mount translator*, *bug fixes*, and a *job opening*. [[!if test="included()" then="""[[!toggle id=full_news -- cgit v1.2.3