From e962d0ddf1c5101c0e95d214fef8cb7213534df1 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Mon, 27 Sep 2010 01:54:43 +0200 Subject: added *datetime_html5 variables to be compliant with heretic w3c standard --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README') diff --git a/README b/README index edd4815..7711b32 100644 --- a/README +++ b/README @@ -231,6 +231,12 @@ fugitive: README Its value is the date and time of the last commit that provoked the (re)generation of the file. +
commit_datetime_html5
+
+ Its value is the date and time of the last commit that provoked the + (re)generation of the file, but in an html5 <time> + compliant format. +
commit_date
Its value is the date of the last commit that provoked the (re)generation @@ -286,6 +292,11 @@ fugitive: README the articles-dir directory (see configuration)).
+
article_cdatetime_html5
+
+ Same as previous, but in an html5 <time> compliant + format. +
article_cdate
Its value is the date of the publication of the article. @@ -303,6 +314,11 @@ fugitive: README Its value is the date and time of the last modification of the article (the date of the last commit which changed the article file).
+
article_mdatetime_html5
+
+ Same as previous, but in an html5 <time> compliant + format. +
article_mdate
Its value is the date of the last modification of the article. -- cgit v1.2.3