summaryrefslogtreecommitdiff
path: root/tools/skeleton.xml
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-04-26 23:37:31 +0300
committerdefanor <defanor@uberspace.net>2018-04-26 23:37:31 +0300
commitbd95151b556ebb16cd9e4987386d0448d2ff38b1 (patch)
tree006d20ab5686a443feeba92348043943639aefcf /tools/skeleton.xml
parentfa37b9bd3fd2cd8ea7de0e3b6d2a6f1ab228b8ba (diff)
Get rid of <meta> in the source XML
Metadata is stored directly in document attributes now, no need for a special element here.
Diffstat (limited to 'tools/skeleton.xml')
-rw-r--r--tools/skeleton.xml18
1 files changed, 8 insertions, 10 deletions
diff --git a/tools/skeleton.xml b/tools/skeleton.xml
index a65f179..6cd8db6 100644
--- a/tools/skeleton.xml
+++ b/tools/skeleton.xml
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document>
- <meta title=""
- description=""
- keywords=""
- created=""
- published=""
- modified=""
- primaryTopic="">
- <topic iri="" />
- </meta>
+<document title=""
+ description=""
+ keywords=""
+ created=""
+ published=""
+ modified=""
+ primaryTopic="">
+ <topic iri="" />
<body xmlns="http://www.w3.org/1999/xhtml">
</body>