aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-06 22:13:01 -0500
committertdro <tdro@noreply.example.com>2022-12-06 22:13:01 -0500
commitabcab1b57d6bc3e6e44ff4d143f33bee8cc15a4d (patch)
treec8b4a1bac29ecd349a4d8e76ee264dbb21f1768e /Makefile
parent848f6a7f9dc8db283766e657c19aa7d2bfecfb2a (diff)
downloadcanory-abcab1b57d6bc3e6e44ff4d143f33bee8cc15a4d.tar.gz
canory-abcab1b57d6bc3e6e44ff4d143f33bee8cc15a4d.tar.bz2
canory-abcab1b57d6bc3e6e44ff4d143f33bee8cc15a4d.zip
themes/default/layouts/_default/sitemap.xml: Add schema and transform0.11.8
Validate with schema. Switch to xml-data identifier attribute and adjust file name-spacing in configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b952bf2..937cd02 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,11 @@ test-xml:
test-rss:
xmllint --noout --relaxng assets/schemas/rss-v2.0.rng public/rss.xml
-# xmllint --noout --schema assets/schemas/rss-v2.0.xsd public/rss.xml
+# xmllint --noout --schema assets/schemas/rss-v2.0.xsd public/rss.xml
+
+test-sitemap:
+ xmllint --noout --schema assets/schemas/sitemap-v0.9.xsd public/sitemap.xml
+# xmllint --noout --schema assets/schemas/sitemapindex-v0.9.xsd public/sitemap.xml
test-jsonfeed:
check-jsonschema --schemafile assets/schemas/jsonfeed-v1.1.json public/index.json