summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2022-03-16 00:30:04 +0300
committerdefanor <defanor@uberspace.net>2022-03-16 00:30:04 +0300
commitb7d04fb5f51312beb433cc1f5e9d76b8a8195ab2 (patch)
treea880ebe7fe2b0529c4615a36e84881ede5c59b55
parentc9424eb89d008a15a4fefd3da90847aca7f60a2e (diff)
Add license information
-rw-r--r--tools/xml-to-html.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xml-to-html.xsl b/tools/xml-to-html.xsl
index d317688..d6f4061 100644
--- a/tools/xml-to-html.xsl
+++ b/tools/xml-to-html.xsl
@@ -68,6 +68,8 @@
<!-- The rest is fixed metadata -->
<link property="dc:creator schema:creator foaf:maker sioc:has_creator"
href="https://defanor.uberspace.net/about.xhtml#me" />
+ <link property="dc:license schema:license"
+ href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link property="dc:isPartOf schema:isPartOf sioc:has_container"
href="https://defanor.uberspace.net/" />
<meta name="robots" content="noarchive" />
@@ -78,6 +80,7 @@
<footer>
<xsl:if test="not(//notes) and @created and @modified">
<a href="https://defanor.uberspace.net/">defanor</a>,
+ <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>,
<time><xsl:copy-of select="substring(@created,0,8)" /></time>
<xsl:if test="substring(@created,0,8) != substring(@modified,0,8)"> to <time><xsl:copy-of select="substring(@modified,0,8)" /></time></xsl:if>
</xsl:if>