Seppo.Social -> Seppo.mro.name
[Seppo.git] / res / static / themes / current / timeline.xsl
blob826f5f07897843f1dd1850497ba5324cb5c9226f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 _ _ ____ _
4 _| || |_/ ___| ___ _ __ _ __ ___ | |
5 |_ .. _\___ \ / _ \ '_ \| '_ \ / _ \| |
6 |_ _|___) | __/ |_) | |_) | (_) |_|
7 |_||_| |____/ \___| .__/| .__/ \___/(_)
8 |_| |_|
10 Personal Social Web.
12 Copyright (C) The #Seppo contributors. All rights reserved.
14 This program is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, either version 3 of the License, or
17 (at your option) any later version.
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <http://www.gnu.org/licenses/>.
27 https://w3.org/TR/xslt-10
28 https://w3.org/TR/xpath-10
29 -->
30 <xsl:stylesheet
31 xmlns="http://www.w3.org/1999/xhtml"
32 xmlns:a="http://www.w3.org/2005/Atom"
33 xmlns:as="https://www.w3.org/ns/activitystreams#"
34 xmlns:georss="http://www.georss.org/georss"
35 xmlns:ldp="http://www.w3.org/ns/ldp#"
36 xmlns:media="http://search.yahoo.com/mrss/"
37 xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
38 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
39 xmlns:schema="http://schema.org#"
40 xmlns:seppo="http://seppo.mro.name/2023/ns#"
41 xmlns:toot="http://joinmastodon.org/ns#"
42 xmlns:wf="urn:ietf:rfc:7033"
43 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
44 exclude-result-prefixes="a as opensearch ldp media georss rdf"
45 version="1.0">
47 <xsl:include href="posts.xsl"/>
48 </xsl:stylesheet>