]> Lady’s Gitweb - Vocab/blobdiff - transforms/site/metadata.xslt
Update ⛩📰 书社 to 0.13.3; “simplify” build
[Vocab] / transforms / site / metadata.xslt
diff --git a/transforms/site/metadata.xslt b/transforms/site/metadata.xslt
deleted file mode 100644 (file)
index 92f6135..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0"?>
-<!--
-SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
-SPDX-License-Identifier: MPL-2.0
--->
-<!--
-© 2024 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:site:metadata.xslt</书社:id>
-       <template match="书社:id[string()='urn:fdc:vocab.ladys.computer:20240731:transforms:site: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.284687 seconds and 4 git commands to generate.