unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [videos] patchset to fix https://audio-video.gnu.org URLs
@ 2019-05-31  6:17 Giovanni Biscuolo
  2019-06-02 23:04 ` Laura Lazzati
  0 siblings, 1 reply; 2+ messages in thread
From: Giovanni Biscuolo @ 2019-05-31  6:17 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 261 bytes --]

Hello Laura,

Since I doubt guix-patches@gnu.org is the right place to send videos
patches, I'm attaching two tiny of them here, they fix a couple of typo
in https://audio.video.gnu.org (is https://audio-video.gnu.org actually).

Nice work!

Happy Guix! Gio'.


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-02-daily-use2-Fix-audio-video.gnu.org-URL.patch --]
[-- Type: text/x-diff, Size: 2208 bytes --]

From 8b8ea8f7e0251afaf364502db37ee9995e3a922a Mon Sep 17 00:00:00 2001
From: Giovanni Biscuolo <g@xelera.eu>
Date: Fri, 31 May 2019 08:06:24 +0200
Subject: [PATCH 1/2] 02-daily-use2: Fix audio-video.gnu.org URL

---
 02-daily-use2/en_US/svgs/2.svg       | 2 +-
 02-daily-use2/transcriptDailyUse.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/02-daily-use2/en_US/svgs/2.svg b/02-daily-use2/en_US/svgs/2.svg
index ce8bba1..8f861ee 100644
--- a/02-daily-use2/en_US/svgs/2.svg
+++ b/02-daily-use2/en_US/svgs/2.svg
@@ -500,7 +500,7 @@
          id="tspan959"
          x="250.00279"
          y="200.76315"
-         style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.93333279px;font-family:'Droid Serif';-inkscape-font-specification:'Droid Serif Italic';fill:#ffffff;stroke-width:0.26458335">https://audio.video.gnu.org/guix/everyday-use-part-one.webm</tspan></text>
+         style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.93333279px;font-family:'Droid Serif';-inkscape-font-specification:'Droid Serif Italic';fill:#ffffff;stroke-width:0.26458335">https://audio-video.gnu.org/guix/everyday-use-part-one.webm</tspan></text>
     <text
        xml:space="preserve"
        style="font-style:normal;font-weight:normal;font-size:21.16666794px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458335"
diff --git a/02-daily-use2/transcriptDailyUse.txt b/02-daily-use2/transcriptDailyUse.txt
index 5befacd..1a9e40b 100755
--- a/02-daily-use2/transcriptDailyUse.txt
+++ b/02-daily-use2/transcriptDailyUse.txt
@@ -6,7 +6,7 @@ package manager.  In this video we will explain more about the
 concepts that characterise GNU Guix and show more of the commands to
 use.  Please watch part one if you have not watched it already.  You
 can find part one at
-https://audio.video.gnu.org/guix/everyday-use-part1.webm.
+https://audio-video.gnu.org/guix/everyday-use-part1.webm.
 ----------------------------------------------------------------------
 SLIDE 5: (30 secs)
 
-- 
2.11.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-03-help-Fix-audio-video.gnu.org-URL.patch --]
[-- Type: text/x-diff, Size: 1410 bytes --]

From a7ec6ad76447f7c0495cc54308d96b62de50b36d Mon Sep 17 00:00:00 2001
From: Giovanni Biscuolo <g@xelera.eu>
Date: Fri, 31 May 2019 08:07:11 +0200
Subject: [PATCH 2/2] 03-help: Fix audio-video.gnu.org URL

---
 03-help/en_US/svgs/4.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/03-help/en_US/svgs/4.svg b/03-help/en_US/svgs/4.svg
index c3c7014..a54f3b1 100644
--- a/03-help/en_US/svgs/4.svg
+++ b/03-help/en_US/svgs/4.svg
@@ -523,7 +523,7 @@
          id="tspan959-6"
          x="177.35983"
          y="157.28589"
-         style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.63888741px;font-family:'Droid Serif';-inkscape-font-specification:'Droid Serif Italic';fill:#ffffff;stroke-width:0.26458335">https://audio.video.gnu.org/guix/</tspan></text>
+         style="font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.63888741px;font-family:'Droid Serif';-inkscape-font-specification:'Droid Serif Italic';fill:#ffffff;stroke-width:0.26458335">https://audio-video.gnu.org/guix/</tspan></text>
     <text
        xml:space="preserve"
        style="font-style:normal;font-weight:normal;font-size:21.16666794px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffbf2d;fill-opacity:1;stroke:none;stroke-width:0.26458335"
-- 
2.11.0


[-- Attachment #4: Type: text/plain, Size: 50 bytes --]


-- 
Giovanni Biscuolo

Xelera IT Infrastructures

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [videos] patchset to fix https://audio-video.gnu.org URLs
  2019-05-31  6:17 [videos] patchset to fix https://audio-video.gnu.org URLs Giovanni Biscuolo
@ 2019-06-02 23:04 ` Laura Lazzati
  0 siblings, 0 replies; 2+ messages in thread
From: Laura Lazzati @ 2019-06-02 23:04 UTC (permalink / raw)
  To: Giovanni Biscuolo; +Cc: Guix-devel

Hi!

> Since I doubt guix-patches@gnu.org is the right place to send videos
> patches, I'm attaching two tiny of them here, they fix a couple of typo
> in https://audio.video.gnu.org (is https://audio-video.gnu.org actually).
Thanks :) I have already applied them and pushed the changes.
>
> Nice work!
Thank you :)

> Happy Guix! Gio'.
Happy Guix :)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-02 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31  6:17 [videos] patchset to fix https://audio-video.gnu.org URLs Giovanni Biscuolo
2019-06-02 23:04 ` Laura Lazzati

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).