]> Lady’s Gitweb - Vocab/blob - transforms/site/metadata.xslt
Initial commit; initial set of vocabs
[Vocab] / transforms / site / metadata.xslt
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
4 SPDX-License-Identifier: MPL-2.0
5 -->
6 <!--
7 © 2024 Lady [@ Ladys Computer].
8
9 This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
10 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/>.
11 -->
12 <transform
13 xmlns="http://www.w3.org/1999/XSL/Transform"
14 xmlns:html="http://www.w3.org/1999/xhtml"
15 xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
16 version="1.0"
17 >
18 <书社:id>urn:fdc:vocab.ladys.computer:20240731:transforms:site:metadata.xslt</书社:id>
19 <template match="书社:id[string()='urn:fdc:vocab.ladys.computer:20240731:transforms:site:metadata.xslt']" mode="书社:metadata">
20 <element name="html:meta">
21 <attribute name="name">
22 <text>viewport</text>
23 </attribute>
24 <attribute name="content">
25 <text>width=device-width,initial-scale=1</text>
26 </attribute>
27 </element>
28 <element name="html:link">
29 <attribute name="href">
30 <text>/ontology.rdf</text>
31 </attribute>
32 <attribute name="rel">
33 <text>describedby</text>
34 </attribute>
35 <attribute name="type">
36 <text>application/rdf+xml</text>
37 </attribute>
38 </element>
39 <element name="html:link">
40 <attribute name="href">
41 <text>/ontology.rdf</text>
42 </attribute>
43 <attribute name="rel">
44 <text>meta</text>
45 </attribute>
46 <attribute name="type">
47 <text>application/rdf+xml</text>
48 </attribute>
49 </element>
50 <element name="html:link">
51 <attribute name="href">
52 <text>/style.css</text>
53 </attribute>
54 <attribute name="rel">
55 <text>stylesheet</text>
56 </attribute>
57 <attribute name="type">
58 <text>text/css</text>
59 </attribute>
60 </element>
61 </template>
62 </transform>
This page took 0.090005 seconds and 5 git commands to generate.