restructuring classic snippets dir to conform to new parenting specs

This commit is contained in:
capitaomorte
2009-12-25 18:04:52 +00:00
parent 00b09abd3b
commit 0b7efad7ab
12 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#name : Doctype HTML 4.01 Strict
# --
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

View File

@@ -0,0 +1,3 @@
#name : DocType XHTML 1.0 frameset
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

View File

@@ -0,0 +1,3 @@
#name : DocType XHTML 1.1
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

View File

@@ -0,0 +1,3 @@
#name : DocType XHTML 1.0 Strict
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

View File

@@ -0,0 +1,3 @@
#name : DocType XHTML 1.0 Transitional
# --
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

View File

@@ -0,0 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta name="..." content="..." />
# --
<meta name="${1:generator}" content="${2:content}" />

View File

@@ -0,0 +1,4 @@
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta http-equiv="..." content="..." />
# --
<meta name="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />