about summary refs log tree commit diff stats
path: root/sfeed_html.awk
diff options
context:
space:
mode:
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") "\">")