]> Lady’s Gitweb - Vocab/blobdiff - transforms/metadata.xslt
Update ⛩📰 书社 to 0.13.3; “simplify” build
[Vocab] / transforms / metadata.xslt
diff --git a/transforms/metadata.xslt b/transforms/metadata.xslt
new file mode 100644 (file)
index 0000000..495a7ee
--- /dev/null
@@ -0,0 +1,62 @@
+<?xml version="1.0"?>
+<!--
+SPDX-FileCopyrightText: 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
+SPDX-License-Identifier: MPL-2.0
+-->
+<!--
+© 2024–2025 Lady [@ Ladys Computer].
+
+This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
+If a copy of the M·P·L was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
+-->
+<transform
+       xmlns="http://www.w3.org/1999/XSL/Transform"
+       xmlns:html="http://www.w3.org/1999/xhtml"
+       xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
+       version="1.0"
+>
+       <书社:id>urn:fdc:vocab.ladys.computer:20240731:transforms:metadata.xslt</书社:id>
+       <template match="书社:id[string()='urn:fdc:vocab.ladys.computer:20240731:transforms:metadata.xslt']" mode="书社:metadata">
+               <element name="html:meta">
+                       <attribute name="name">
+                               <text>viewport</text>
+                       </attribute>
+                       <attribute name="content">
+                               <text>width=device-width,initial-scale=1</text>
+                       </attribute>
+               </element>
+               <element name="html:link">
+                       <attribute name="href">
+                               <text>/ontology.rdf</text>
+                       </attribute>
+                       <attribute name="rel">
+                               <text>describedby</text>
+                       </attribute>
+                       <attribute name="type">
+                               <text>application/rdf+xml</text>
+                       </attribute>
+               </element>
+               <element name="html:link">
+                       <attribute name="href">
+                               <text>/ontology.rdf</text>
+                       </attribute>
+                       <attribute name="rel">
+                               <text>meta</text>
+                       </attribute>
+                       <attribute name="type">
+                               <text>application/rdf+xml</text>
+                       </attribute>
+               </element>
+               <element name="html:link">
+                       <attribute name="href">
+                               <text>/style.css</text>
+                       </attribute>
+                       <attribute name="rel">
+                               <text>stylesheet</text>
+                       </attribute>
+                       <attribute name="type">
+                               <text>text/css</text>
+                       </attribute>
+               </element>
+       </template>
+</transform>
This page took 0.173242 seconds and 4 git commands to generate.