about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-20 01:56:27 +0000
committerEric Wong <e@80x24.org>2015-11-20 02:18:28 +0000
commitc0da4eb6eeb4bec9b70aede7176a91f536e5bbe8 (patch)
treec8466e7cf67194b01b28b91409528dd00bb2f92b /Rakefile
parentfd0a3959bb678e94719bfa454c8b3742635ca98c (diff)
downloadcmogstored-c0da4eb6eeb4bec9b70aede7176a91f536e5bbe8.tar.gz
Generate pre-formatted HTML which gives us a consistent visual style
with our mailing list archives and enhance linkability.  <a>, <pre>,
and <title> are among the few useful HTML tags I'll use :P

Drop the AUTHORS file, it's pointless maintenance task and users can
just look at git history instead (and honestly, I have zero interest in
recognition; I only use my real name to deter GPL violations).
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bb1c22a..b214af3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -62,6 +62,10 @@ end
 
 desc 'prints news as a text file'
 task :news do
+  title = "cmogstored news"
+  puts title
+  puts('-' * title.length)
+  puts
   tags.each do |tag|
     time = tag[:time].tr!('T', ' ').gsub!(/:\d\dZ/, ' UTC')
     line = "#{tag[:tag].sub(/^v/, '')} / #{time}"