[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: etc: Add channel news file.
From: |
guix-commits |
Subject: |
11/11: etc: Add channel news file. |
Date: |
Mon, 23 Sep 2019 05:08:34 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 90ca791ab082f0513cd5e8af7acfd8db63a6e73a
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 15 18:03:56 2019 +0200
etc: Add channel news file.
* etc/news.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
---
Makefile.am | 1 +
etc/news.scm | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 3c27d8e..6a4cfcd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -536,6 +536,7 @@ EXTRA_DIST +=
\
.guix-channel \
scripts/guix.in \
etc/guix-install.sh \
+ etc/news.scm \
build-aux/build-self.scm \
build-aux/compile-all.scm \
build-aux/hydra/evaluate.scm \
diff --git a/etc/news.scm b/etc/news.scm
new file mode 100644
index 0000000..736e8b5
--- /dev/null
+++ b/etc/news.scm
@@ -0,0 +1,30 @@
+;; GNU Guix news, for use by 'guix pull'.
+;;
+;; Copyright © 2019 Ludovic Courtès <address@hidden>
+;;
+;; Copying and distribution of this file, with or without modification, are
+;; permitted in any medium without royalty provided the copyright notice and
+;; this notice are preserved.
+
+(channel-news
+ (version 0)
+ (entry (commit "dcc90d15581189dbc30e201db2b807273d6484f0")
+ (title (en "New channel news mechanism")
+ (de "Neuer Mechanismus, um Neuigkeiten über Kanäle anzuzeigen.")
+ (fr "Nouveau mécanisme d'information sur les canaux"))
+ (body
+ (en "You are reading this message through the new channel news
+mechanism, congratulations! This mechanism allows channel authors to provide
+@dfn{news entries} that their users can view with @command{guix pull --news}.
+Run @command{info \"(guix) Invoking guix pull\"} for more info.")
+ (de "Sie lesen diese Meldung mit Hilfe des neuen Mechanismus, um
+Neuigkeiten über Kanäle anzuzeigen — Glückwunsch! Mit diesem
+Mechanismus können Kanalautoren Ihren Nutzern @dfn{Einträge zu
+Neuigkeiten} mitteilen, die diese sich mit @command{guix pull --news}
+anzeigen lassen können. Führen Sie @command{info \"(guix.de) Aufruf
+von guix pull\"} aus, um weitere Informationen zu erhalten.")
+ (fr "Ce message t'arrive à travers le nouveau mécanisme d'information
+des canaux, bravo ! Ce mécanisme permet aux auteur·rice·s de canaux de
+fournir des informations qu'on peut visualiser avec @command{guix pull
+--news}. Tape @command{info \"(guix.fr) Invoquer guix pull\"} pour plus de
+détails."))))
- 01/11: pull: '--news' shows the list of channels added or removed., (continued)
- 01/11: pull: '--news' shows the list of channels added or removed., guix-commits, 2019/09/23
- 02/11: git: 'update-cached-checkout' avoids network access when unnecessary., guix-commits, 2019/09/23
- 06/11: ui: Add 'current-message-language'., guix-commits, 2019/09/23
- 03/11: git: Add 'commit-difference'., guix-commits, 2019/09/23
- 05/11: channels: Allow news entries to refer to a tag., guix-commits, 2019/09/23
- 04/11: channels: Add support for a news file., guix-commits, 2019/09/23
- 08/11: pull: '-l' displays channel news., guix-commits, 2019/09/23
- 10/11: Add '.guix-channel' file., guix-commits, 2019/09/23
- 07/11: pull: Display channel news., guix-commits, 2019/09/23
- 09/11: pull: Display news titles directly upon 'pull'., guix-commits, 2019/09/23
- 11/11: etc: Add channel news file.,
guix-commits <=