[geany/geany] 9b6b5f: Adding an HTML5-template in addition to xhtml 1.0 strict one

Frank Lanitz git-noreply at xxxxx
Sun May 4 10:05:20 UTC 2014


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 04 May 2014 10:05:20 UTC
Commit:      9b6b5f2401a4d20ee3a5aa7300e36b50384e0653
             https://github.com/geany/geany/commit/9b6b5f2401a4d20ee3a5aa7300e36b50384e0653

Log Message:
-----------
Adding an HTML5-template in addition to xhtml 1.0 strict one


Modified Paths:
--------------
    data/Makefile.am
    data/templates/files/file_html5.html

Modified: data/Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -78,6 +78,7 @@ tagfiles = \
 
 template_files = \
 	templates/files/file.html \
+	templates/files/file_html5.html \
 	templates/files/file.php \
 	templates/files/file.rb \
 	templates/files/file.tex \


Modified: data/templates/files/file_html5.html
14 lines changed, 14 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+{fileheader}
+<head>
+<meta charset="utf-8" />
+<title>{untitled}</title>
+<meta name="generator" content="{geanyversion}" />
+</head>
+
+<body>
+
+</body>
+
+</html>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list