/bin/

tor} ${website_language} https://validator.w3.org/feed/docs/rss2.html 1800 EOF for file in $(__list_files_date "${rss_dir}"); do title=$(__get_value_title "${file}") date=$(__get_value_date_publication "${file}") link="${website_link}/$(__get_final_filename ${file})" guid="$(echo ${link} | sha256)" cat <<-EOF >> "${rss_out_file}" ${title} ${link} ${date} ${guid} EOF done cat <<-EOF >> "${rss_out_file}" EOF