not title-casing rss titles until it can be done posix

This commit is contained in:
James Tomasino 2018-04-13 21:18:52 -04:00
parent 2bc0894201
commit 57eb27f8ad
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -449,7 +449,7 @@ make_rss () {
for f in $search_list; do
filename="$(printf "%s" "$f" | sed "s|${config_dir_gopher}${config_dir_phlog}/||")"
date="$(printf "%s" "$filename" | sed 's|^\./||' | awk 'BEGIN { FS="-" } { print $1; }')"
title="$(printf "%s" "$filename" | awk 'BEGIN { FS="-" } { $1=""; print $0; }' | sed "s|/gophermap||" | sed 's/^\ //' | sed 's/.*/\L&/; s/[a-z]*/\u&/g' )"
title="$(printf "%s" "$filename" | awk 'BEGIN { FS="-" } { $1=""; print $0; }' | sed "s|/gophermap||" | sed 's/^\ //' )"
{
printf "<item>\\n"