From eed6063b40b64b10e0265ab0477601ea26dab9e2 Mon Sep 17 00:00:00 2001 From: pfefferminz132 Date: Tue, 23 Jan 2018 13:46:14 +0100 Subject: [PATCH 01/11] Fix broken links for Matthias Kopfermann + Sven Wischnowsky --- zsh-lovers.1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 7db71ca..5be8c17 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -1488,14 +1488,14 @@ In alphabetic order: ------------------------------------------------------------------------- Andrew 'zefram' Main - http://www.fysh.org/~zefram/ Barton E. Schaefer - http://www.well.com/user/barts/ -Matthias Kopfermann - http://www.infodrom.north.de/~matthi/ +Matthias Kopfermann - http://www.guckes.net/zsh/lover.html Oliver Kiddle - http://people.freenet.de/opk/ Paul Falstad - http://www.falstad.com/ Peter Stephenson - http://homepage.ntlworld.com/p.w.stephenson/ Richard Coleman Stephane Chazelas - http://stephane.chazelas.free.fr/ Sven Guckes - http://www.guckes.net/ -Sven Wischnowsky - http://w9y.de/zsh/zshrc +Sven Wischnowsky - http://w9y.de/ ------------------------------------------------------------------------- SEE ALSO -- 2.1.4 From a1b0175c609a322afc3b645ad964ebad7633a6ed Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:21:26 +0200 Subject: [PATCH 02/11] Fix comment regarding number of characters It's meant to be >=20 characters Thanks: Jim Murphy --- zsh-lovers.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 5be8c17..4b8cee4 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -394,7 +394,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details. $ print ${(r:10::0:)foo} # find the name of all the files in their home directory that have -# more than 20 characters in their file names +# 20 or more characters in their file names print -rl $HOME/${(l:20::?:)~:-}* # Save arrays -- 2.1.4 From 6f4e68ece46bf37c1bbdb02b4ca491bbbc7eb1a2 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:25:42 +0200 Subject: [PATCH 03/11] Replace my no longer active mail address with a link towards the github repository --- zsh-lovers.1.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 4b8cee4..a7a0616 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -1529,9 +1529,9 @@ Also take a look at the section *LINKS* in this manpage. BUGS ---- -Probably. This manpage might be never complete. So please report bugs, -feedback and suggestions to . Thank -you! +Probably. This manpage might be never complete. +So please report bugs, feedback and suggestions via https://github.com/grml/zsh-lovers +Thank you! COPYRIGHT --------- -- 2.1.4 From 8da464788a8b2906e0fb5bd33869eb72456c50a1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:32:08 +0200 Subject: [PATCH 04/11] Update link for ft's zsh configuration + add his zsh tagged blog posts http://ft.bewatermyfriend.org/computer/zsh.html is still around but its URLs like https://www.0x50.de/fterbeck/zsh are behind logins, so update it accordingly. While at it, link to Frank's nice blog posts around zsh. --- zsh-lovers.1.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index a7a0616..9ce8e0b 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -1461,8 +1461,10 @@ 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:: + *http://bewatermyfriend.org/tag/zsh/[]* ft's zsh configuration:: - *http://ft.bewatermyfriend.org/computer/zsh.html[]* + *https://gitlab.com/ft/etc-zsh[]* Adam's ZSH page:: *http://www.adamspiers.org/computing/zsh/[]* Zzappers Best of ZSH Tips:: -- 2.1.4 From cea4010fb39b66567c7ca7ee9e88fff1b5c8ead1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:37:36 +0200 Subject: [PATCH 05/11] Update URL for ZSH-FAQ http://zsh.dotsrc.org/FAQ/ is no longer available (since ~2009 according to http://web.archive.org/web/20090424211544/http://zsh.dotsrc.org:80/FAQ/), instead https://zsh.sourceforge.io/FAQ/zshfaq.html seems to be the current version of it. Thanks: Christopher Bock for the hint --- zsh-lovers.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index a7a0616..98ae2e3 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -1444,7 +1444,7 @@ 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/[]* ZSH-Wiki:: -- 2.1.4 From b77b031d4da199891afe77f42ea3ac9a99a8dcde Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:40:15 +0200 Subject: [PATCH 06/11] Update URLs for userguide http://zsh.sunsite.dk/Guide/ is no longer available (since ~2009 according to http://web.archive.org/web/20090716174454/http://zsh.sunsite.dk:80/), instead https://zsh.sourceforge.io/Guide/ seems to be the current version of it. While at it, also link https://zsh.sourceforge.io/ as the main zsh web page (according to https://www.zsh.org/) --- zsh-lovers.1.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 98ae2e3..4118799 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -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:: @@ -1446,7 +1446,7 @@ Mailinglistarchive:: ZSH-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:: -- 2.1.4 From 3ffb00b85751e49dc2a3c1f7382a7409ccf8f142 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:42:23 +0200 Subject: [PATCH 07/11] Drop deprecated URL for introduction from BYU https://docs.cs.byu.edu/ is still around, though http://docs.cs.byu.edu/linux/advanced/zsh.html no longer exists since around 2011 (see http://web.archive.org/web/20110718200750/http://docs.cs.byu.edu/linux/advanced/zsh.html). Thanks: Christopher Bock for the hint --- zsh-lovers.1.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 4118799..f14b09b 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -1449,8 +1449,6 @@ Userguide:: *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:: -- 2.1.4 From f0c42868c311d84b4fbe3d960f6814a9da894317 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:44:48 +0200 Subject: [PATCH 08/11] Drop deprecated URL for Z shell introduction from ibm.com According to http://web.archive.org/web/20070630154414/http://www-128.ibm.com:80/developerworks/linux/library/l-z.html?dwzone=linux it seems to be gone since ~2007, so let's drop it. Thanks: Christopher Bock for the hint --- zsh-lovers.1.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index f14b09b..12a7f10 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -1451,8 +1451,6 @@ ZSH-Wiki:: *http://zshwiki.org/home/[]* 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):: -- 2.1.4 From 40d803d492f29a13ceb863a54492223424d7e883 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:52:44 +0200 Subject: [PATCH 09/11] Drop my own web pages which are no longer maintained/arround I stopped maintaining those in 2004 + 2005 and don't plan to put any further work into it, so let's no longer refer to them. --- zsh-lovers.1.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 12a7f10..c14b545 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -1451,10 +1451,6 @@ ZSH-Wiki:: *http://zshwiki.org/home/[]* Mouse-Support ;):: *http://stchaz.free.fr/mouse.zsh[]* -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 zsh configuration:: -- 2.1.4 From d562f3128409789ca266447456263d359a2a45c7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:54:28 +0200 Subject: [PATCH 10/11] Release new version 0.10.0 --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index b6062a9..9ce2e1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 08 Sep 2023 13:54:22 +0200 + zsh-lovers (0.9.1) unstable; urgency=medium [ Frank Terbeck ] -- 2.1.4 From 9ee63f893f5ce06f21aa25a55bd82e96af7dc0c4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 14 Sep 2023 17:52:16 +0200 Subject: [PATCH 11/11] Release new version 0.10.1 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9ce2e1c..1f00f45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +zsh-lovers (0.10.1) unstable; urgency=medium + + * [8da4647] Update link for ft's zsh configuration + add his zsh tagged + blog posts + + -- Michael Prokop Thu, 14 Sep 2023 17:52:09 +0200 + zsh-lovers (0.10.0) unstable; urgency=medium [ pfefferminz132 ] -- 2.1.4