Complete renaming the include macro to serialize

This commit is contained in:
Jeremy Ruston
2012-07-14 15:46:01 +01:00
parent a046c774d4
commit 4e547a7d35
3 changed files with 18 additions and 18 deletions

View File

@@ -6,18 +6,18 @@ type: text/x-tiddlywiki-html
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="application-name" content="TiddlyWiki" />
<meta name="generator" content="TiddlyWiki" />
<meta name="tiddlywiki-version" content="<<include "$:/core/version.txt" text/plain>>" />
<meta name="tiddlywiki-version" content="<<serialize "$:/core/version.txt" text/plain>>" />
<meta name="format-detection" content="telephone=no">
<meta name="copyright" content="
<<include "$:/core/copyright.txt" text/plain>>
<<serialize "$:/core/copyright.txt" text/plain>>
" />
<title><<tiddler target:$:/shadows/title>></title>
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
<div id="styleArea">
<<include "[type[text/css]]" application/x-tiddler-css>>
<<serialize "[type[text/css]]" application/x-tiddler-css>>
</div>
</head>
<body>
<<include "$:/templates/PageTemplate" text/html>>
<<serialize "$:/templates/PageTemplate" text/html>>
</body>
</html>