about summary refs log tree commit diff stats
path: root/sfeed_html.awk
diff options
context:
space:
mode:
authorCase Duckworth2022-07-26 11:33:19 -0500
committerCase Duckworth2022-07-26 11:33:19 -0500
commit98857094e2bda7b0fe634e899c698d7eaa87e2be (patch)
tree31cc77c2723332d156b65d612e51734202bcfed6 /sfeed_html.awk
parentAdd debugging comments (diff)
downloadsfeed-98857094e2bda7b0fe634e899c698d7eaa87e2be.tar.gz
sfeed-98857094e2bda7b0fe634e899c698d7eaa87e2be.zip
Add another debugging comment
Diffstat (limited to 'sfeed_html.awk')
-rwxr-xr-xsfeed_html.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfeed_html.awk b/sfeed_html.awk index 25a4c0d..9ebe893 100755 --- a/sfeed_html.awk +++ b/sfeed_html.awk
@@ -142,6 +142,7 @@ FNR == 1 {
142 is_fresh = 0 142 is_fresh = 0
143 } 143 }
144 # Debugging comment 144 # Debugging comment
145 bufprint("<!-- timestamp title silolink type id author enclosure category -->")
145 bufprint("<!-- " $1 " -- " $2 " -- " $3 " -- " $5 " -- " $6 " -- " $7 " -- " $8 " -- " $9 " -->") 146 bufprint("<!-- " $1 " -- " $2 " -- " $3 " -- " $5 " -- " $6 " -- " $7 " -- " $8 " -- " $9 " -->")
146 # Print! 147 # Print!
147 bufprint("<tr class=\"entry " (is_fresh ? "fresh" : "stale") "\">") 148 bufprint("<tr class=\"entry " (is_fresh ? "fresh" : "stale") "\">")