Merge remote-tracking branch 'origin/github/pr/5'
authorMichael Prokop <mika@grml.org>
Thu, 14 Sep 2023 15:26:19 +0000 (17:26 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 14 Sep 2023 15:26:19 +0000 (17:26 +0200)
debian/changelog
zsh-lovers.1.txt

index b6062a9..9ce2e1c 100644 (file)
@@ -1,3 +1,24 @@
+zsh-lovers (0.10.0) unstable; urgency=medium
+
+  [ pfefferminz132 ]
+  * [eed6063] Fix broken links for Matthias Kopfermann + Sven Wischnowsky
+
+  [ Michael Prokop ]
+  * [a1b0175] Fix comment regarding number of characters. Thanks to Jim
+    Murphy
+  * [6f4e68e] Replace my no longer active mail address with a link towards
+    the github repository
+  * [cea4010] Update URL for ZSH-FAQ. Thanks to Christopher Bock for the
+    hint
+  * [b77b031] Update URLs for userguide
+  * [3ffb00b] Drop deprecated URL for introduction from BYU. Thanks to
+    Christopher Bock for the hint
+  * [f0c4286] Drop deprecated URL for Z shell introduction from ibm.com.
+    Thanks to Christopher Bock for the hint
+  * [40d803d] Drop my own web pages which are no longer maintained/arround
+
+ -- Michael Prokop <mika@grml.org>  Fri, 08 Sep 2023 13:54:22 +0200
+
 zsh-lovers (0.9.1) unstable; urgency=medium
 
   [ Frank Terbeck ]
index 9ce8e0b..f17f28b 100644 (file)
@@ -473,7 +473,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details.
   $ for i (./*.mp3){mpg321 --w - $i > ${i:r}.wav}
 
 # Download with LaTeX2HTML  created Files (for example the ZSH-Guide):
-  $ for f in http://zsh.sunsite.dk/Guide/zshguide{,{01..08}}.html; do
+  $ for f in https://zsh.sourceforge.io/Guide/zshguide{,{01..08}}.html; do
   >     lynx -source $f >${f:t}
   > done
 
@@ -1433,10 +1433,10 @@ LINKS
 -----
 Primary site::
     *http://www.zsh.org/[]*
+Zsh Web Pages::
+    *https://zsh.sourceforge.io/[]*
 Project-page::
     *http://sourceforge.net/projects/zsh/[]*
-Z shell page at sunsite.dk::
-    *http://zsh.sunsite.dk/[]*
 From Bash to Z Shell: Conquering the Command Line - the book::
     *http://www.bash2zsh.com/[]*
 "Zsh - die magische Shell" (german book about Zsh) by Sven Guckes and Julius Plenz::
@@ -1444,21 +1444,13 @@ From Bash to Z Shell: Conquering the Command Line - the book::
 Mailinglistarchive::
     *http://www.zsh.org/mla/[]*
 ZSH-FAQ::
-    *http://zsh.dotsrc.org/FAQ/[]*
+    *https://zsh.sourceforge.io/FAQ/zshfaq.html[]*
 Userguide::
-    *http://zsh.sunsite.dk/Guide/[]*
+    *https://zsh.sourceforge.io/Guide/[]*
 ZSH-Wiki::
     *http://zshwiki.org/home/[]*
-A short introduction from BYU::
-    *http://docs.cs.byu.edu/linux/advanced/zsh.html[]*
 Mouse-Support ;)::
     *http://stchaz.free.fr/mouse.zsh[]*
-Curtains up: introducing the Z shell::
-    *http://www-128.ibm.com/developerworks/linux/library/l-z.html?dwzone=linux[]*
-ZSH-Liebhaberseite (german)::
-    *http://michael-prokop.at/computer/tools_zsh_liebhaber.html[]*
-ZSH-Seite von Michael Prokop (german)::
-    *http://michael-prokop.at/computer/tools_zsh.html[]*
 ZSH Prompt introduction::
     *http://aperiodic.net/phil/prompt/[]*
 ft's blog posts around zsh::