gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master d87a605: Webpage: corrected Peertube links in


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master d87a605: Webpage: corrected Peertube links in Videos section
Date: Tue, 23 Nov 2021 19:16:14 -0500 (EST)

branch: master
commit d87a6054a4d6a88ad808282eb5306891ac7688b9
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Webpage: corrected Peertube links in Videos section
    
    Until now, on the main webpage we were linking to 'peertube.tv' URLs
    because this was the webpage that they were initially uploaded to. However,
    apparently Peertube has moved the videos to 'peertube.stream' URLs! So when
    a viewer would click on the Gnuastro pager's URLs, Peetube would ask to
    redirect them.
    
    With this commit, the URLs have been corrected to take the viewers directly
    to the actual video URLs without any redirection.
    
    This issue was reported by Sergio Chueca Urzay.
---
 THANKS                       |  1 +
 doc/announce-acknowledge.txt |  1 +
 doc/gnuastro.en.html         | 10 +++++-----
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/THANKS b/THANKS
index dc381c9..78ce059 100644
--- a/THANKS
+++ b/THANKS
@@ -34,6 +34,7 @@ support in Gnuastro. The list is ordered alphabetically (by 
family name).
     Rosa Calvi                           rcalvi@iac.es
     Mark Calabretta                      mcalabre@atnf.csiro.au
     Nushkia Chamba                       chamba@iac.es
+    Sergio Chueca Urzay                  chueca@cefca.es
     Tamara Civera Lorenzo                tcivera@cefca.es
     Benjamin Clement                     benjamin.clement@univ-lyon1.fr
     Nima Dehdilani                       nimadehdilani@gmail.com
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index c2e4290..7f77cb0 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -1,5 +1,6 @@
 Alphabetically ordered list to acknowledge in the next release.
 
+Sergio Chueca Urzay
 Tamara Civera Lorenzo
 Andres Del Pino Molina
 Alessandro Ederoclite
diff --git a/doc/gnuastro.en.html b/doc/gnuastro.en.html
index 3b21174..5b96bde 100644
--- a/doc/gnuastro.en.html
+++ b/doc/gnuastro.en.html
@@ -182,13 +182,13 @@ You can see a list of them below.
 The video links below are <b>on PeerTube</b> (a free software, decentralized 
and federated video platform, which only requires PeerTube's own Javascript and 
no external javascript, for more see <a 
href="https://en.wikipedia.org/wiki/PeerTube";>PeerTube's Wikipedia page</a>).
 
 <ul>
-  <li><a 
href="https://peertube.tv/videos/watch/cdf2467c-bf6c-4462-93f4-9900067913cf";>Hands-on
 general Gnuastro usage</a>: this is third session of IAC's Short Meetings on 
Astro Computing Knowledge (SMACK) video series (SMACK 3). Other related videos 
from the SMACK series are available in the links below:</li>
+  <li><a 
href="https://peertube.stream/w/cdf2467c-bf6c-4462-93f4-9900067913cf";>Hands-on 
general Gnuastro usage</a>: this is third session of IAC's Short Meetings on 
Astro Computing Knowledge (SMACK) video series (SMACK 3). Other related videos 
from the SMACK series are available in the links below:</li>
     <ul>
-      <li>SMACK 1: <a 
href="https://peertube.tv/videos/watch/62e32424-cc40-4c73-be19-daad0d978902";>History
 of Unix-like OSs and basic command-line</a>. This is good if you are wondering 
what GNU, Linux, Unix, macOS and etc are related to each other.</li>
-      <li>SMACK 2: <a 
href="https://peertube.tv/videos/watch/d16286ee-fc46-444f-acb8-645f9de6c7b7";>More
 on the command-line</a>. Here we review some very basic command-line tools 
that are available and their usage in common astronomical data analysis.</li>
-      <li>SMACK 4: <a 
href="https://peertube.tv/videos/watch/18d2e386-2ca2-4a1f-a949-c7ca5dcee8ff";>Shell
 scripting</a>. A review of how to merge multiple commands into a higher-level 
program as a shell script. </li>
+      <li>SMACK 1: <a 
href="https://peertube.stream/w/62e32424-cc40-4c73-be19-daad0d978902";>History 
of Unix-like OSs and basic command-line</a>. This is good if you are wondering 
what GNU, Linux, Unix, macOS and etc are related to each other.</li>
+      <li>SMACK 2: <a 
href="https://peertube.stream/w/d16286ee-fc46-444f-acb8-645f9de6c7b7";>More on 
the command-line</a>. Here we review some very basic command-line tools that 
are available and their usage in common astronomical data analysis.</li>
+      <li>SMACK 4: <a 
href="https://peertube.stream/w/18d2e386-2ca2-4a1f-a949-c7ca5dcee8ff";>Shell 
scripting</a>. A review of how to merge multiple commands into a higher-level 
program as a shell script. </li>
     </ul>
-  <li><a 
href="https://peertube.tv/videos/watch/35b7c398-9fd7-4bcf-8911-1e01c5124585";>NoiseChisel:
 how to detect diffuse signal in noise (hands-on)</a>: this is a hand-on 
demonstration of how NoiseChisel is able to dig signal very deeply within the 
noise. In the process, we also show how to make mock images, and review some 
basic statistics.</li>
+  <li><a 
href="https://peertube.stream/w/35b7c398-9fd7-4bcf-8911-1e01c5124585";>NoiseChisel:
 how to detect diffuse signal in noise (hands-on)</a>: this is a hand-on 
demonstration of how NoiseChisel is able to dig signal very deeply within the 
noise. In the process, we also show how to make mock images, and review some 
basic statistics.</li>
 </ul>
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]