diff options
author | Case Duckworth | 2022-07-26 11:33:19 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-26 11:33:19 -0500 |
commit | 98857094e2bda7b0fe634e899c698d7eaa87e2be (patch) | |
tree | 31cc77c2723332d156b65d612e51734202bcfed6 | |
parent | Add debugging comments (diff) | |
download | sfeed-98857094e2bda7b0fe634e899c698d7eaa87e2be.tar.gz sfeed-98857094e2bda7b0fe634e899c698d7eaa87e2be.zip |
Add another debugging comment
-rwxr-xr-x | sfeed_html.awk | 1 |
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") "\">") |