license/copyright footer v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Fri, 20 Sep 2019 23:35:55 +0200
branchv_0
changeset 17 355edb728822
parent 16 131b90c4909e
child 18 f315b3d27a9d
license/copyright footer
ssm.xsl
style.css
--- a/ssm.xsl	Fri Sep 20 23:21:21 2019 +0200
+++ b/ssm.xsl	Fri Sep 20 23:35:55 2019 +0200
@@ -56,6 +56,15 @@
 				</p>
 				
 				<xsl:apply-templates select="m:chapter"/>
+				
+				
+				<!-- TODO: move license information to XML file -->
+				<hr/>
+				<p class="footer">
+					<a href="https://sane-software.globalcode.info/">Sane Software Manifesto</a><br/>
+					Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info)<br/>
+					This manifesto is licensed under a <a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
+				</p>
 
 			</body>
 		</html>
--- a/style.css	Fri Sep 20 23:21:21 2019 +0200
+++ b/style.css	Fri Sep 20 23:35:55 2019 +0200
@@ -17,4 +17,8 @@
 a.anchor {
 	color: #eee;
 	text-decoration: none;
-}
\ No newline at end of file
+}
+
+p.footer {
+	font-size: 80%;
+}