wok diff sokojs/stuff/slc2htm.sh @ rev 24131
lxsession, lxsession-lxpolkit, lxappearance: misc fixes (thanks Saipul)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 23 10:55:42 2021 +0000 (2021-10-23) |
parents | 787a1807d2bb |
children | 035e82f04c94 |
line diff
1.1 --- a/sokojs/stuff/slc2htm.sh Mon Oct 18 14:47:15 2021 +0000 1.2 +++ b/sokojs/stuff/slc2htm.sh Sat Oct 23 10:55:42 2021 +0000 1.3 @@ -31,6 +31,7 @@ 1.4 while read line; do 1.5 case "$line" in 1.6 *\<Url\>*) echo "$line" | sed 's|.*<Url>||;s|</Url>.*||' >> "$set/description.txt" ;; 1.7 + *\<Email\>*) echo "$line" | sed 's|.*<Email>||;s|</Email>.*||' >> "$set/description.txt" ;; 1.8 *\<Title\>*) echo "$line" | sed 's|.*<Title>||;s|</Title>.*||' >> "$set/description.txt" ;; 1.9 *\<Description\>) state="Description"; continue ;; 1.10 *\</Description\>) state="" ;;