diff --git a/svn_markup.rb b/svn_markup.rb index 60d88ef..e072615 100755 --- a/svn_markup.rb +++ b/svn_markup.rb @@ -1,5 +1,9 @@ #!/usr/bin/env ruby # coding: utf-8 +# +# This script adds SVN keyword tags Revision and Date to XML/HTML files, just below the XML header or the DOCTYPE declaration. +# doctype because that's how our "embedded" html pages need to be. +# if one of both headers is not detected, it will assume it's XML and add it. XML_MARKUP = "" SVN_MARKUP = ""