From 1a0af957705bd43b72b4a2cbf5ac1836b7783733 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 14 Oct 2009 10:31:31 +0200 Subject: Improved wording in contributing/web_pages/news --- contributing/web_pages/news.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributing') 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." -- cgit v1.2.3 From 6bc8d4259c69d1d919ff20a0ba35f3e445bf6461 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 14 Oct 2009 12:51:46 +0200 Subject: typo --- contributing/web_pages/news.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributing') diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index b8de20af..a7cbe7a1 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -104,4 +104,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 -- cgit v1.2.3 From c8d9b04da3a0d6e0eb93b4de582c514d05fa6d14 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 15 Oct 2009 14:28:39 +0200 Subject: No more [[!meta updated=...]], but some more explanations. --- contributing/web_pages/news.mdwn | 9 ++++++--- news/2009-07-31.mdwn | 2 -- news/2009-09-30.mdwn | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'contributing') diff --git a/contributing/web_pages/news.mdwn b/contributing/web_pages/news.mdwn index 4c09e1ab..ac7653a9 100644 --- a/contributing/web_pages/news.mdwn +++ b/contributing/web_pages/news.mdwn @@ -89,9 +89,12 @@ For practical work that means to use the following commands: * 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. + Edit the news entry's *meta date* value to the timestamp when the news + entry is [[published|news]]. We have to set that one manually, as + otherwise the timestamp of the news entry file's creation will be taken, + which is (much) earlier, and not what we want. We do not set the *meta + updated* value, as it's correct to update that one upon further + modifications of the news entries. * ... and publish diff --git a/news/2009-07-31.mdwn b/news/2009-07-31.mdwn index 11f1e3d6..21f09ae2 100644 --- a/news/2009-07-31.mdwn +++ b/news/2009-07-31.mdwn @@ -10,8 +10,6 @@ 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 diff --git a/news/2009-09-30.mdwn b/news/2009-09-30.mdwn index 5deeb7f5..38f09bfa 100644 --- a/news/2009-09-30.mdwn +++ b/news/2009-09-30.mdwn @@ -10,8 +10,6 @@ License|/fdl]]."]]"""]] [[!meta date="2009-10-01 11:52 UTC"]] -[[!meta updated="2009-10-01 11:52 UTC"]] - A month of the Hurd: *Successful Google Summer of Code project: unionmount*. [[!if test="included()" then="""[[!toggle id=full_news text="Details."]][[!toggleable id=full_news text="[[!paste id=full_news]]"]]""" -- cgit v1.2.3