# HG changeset patch # User František Kučera # Date 1570302277 -7200 # Node ID 21dfb69028a0ec94d2f32ad575c9613ef3c25e01 # Parent 1934fc6e5e7b61b0e397a5a9ae429a98cc0b8123 name: Sane software manifesto (lower case) + move common strings (title, url, author, license) from templates to the XML + fix changed files count + link to own license file diff -r 1934fc6e5e7b -r 21dfb69028a0 Makefile --- a/Makefile Fri Oct 04 19:40:53 2019 +0200 +++ b/Makefile Sat Oct 05 21:04:37 2019 +0200 @@ -1,4 +1,4 @@ -# Sane Software Manifesto helper tools +# Sane software manifesto helper tools # Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info) # # This program is free software: you can redistribute it and/or modify @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION_PARAMS := $(shell hg log -r '.' --template '--stringparam versionTag {latesttag} --stringparam versionDistance {latesttagdistance} --stringparam versionHash {node|short}') +VERSION_PARAMS := $(shell hg log -r '.' --template '--stringparam versionTag {latesttag} --stringparam versionDistance {latesttagdistance} --stringparam versionHash {node|short}') "--stringparam" "versionChangedFiles" $(shell hg status | wc -l) all: validate xhtml txt pdf logo-png statistics @@ -45,7 +45,8 @@ rm -rf build publish: - scp build/* globalcode.info:/var/www/sane-software.globalcode.info/v_0/ + scp build/* globalcode.info:/var/www/sane-software.globalcode.info/v_0/ + scp license/* globalcode.info:/var/www/sane-software.globalcode.info/license/ build/statistics.rp: text/ssm.en.xml @@ -67,4 +68,4 @@ cat build/statistics.rp | relpipe-out-tabular statistics-chart: build/statistics.rp - cat build/statistics.rp | relpipe-tr-cut ".*" "(name|.*s)" | relpipe-out-gui -title "Sane Software Manifesto – chart of rule types" + cat build/statistics.rp | relpipe-tr-cut ".*" "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types" diff -r 1934fc6e5e7b -r 21dfb69028a0 schema/ssm.xsd --- a/schema/ssm.xsd Fri Oct 04 19:40:53 2019 +0200 +++ b/schema/ssm.xsd Sat Oct 05 21:04:37 2019 +0200 @@ -1,6 +1,6 @@ - Sane Software Manifesto <https://sane-software.globalcode.info/> Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info) CC-BY-ND + + + < + + > Copyright © + + + + + + 1 / 1 diff -r 1934fc6e5e7b -r 21dfb69028a0 templates/ssm.txt.xsl --- a/templates/ssm.txt.xsl Fri Oct 04 19:40:53 2019 +0200 +++ b/templates/ssm.txt.xsl Sat Oct 05 21:04:37 2019 +0200 @@ -1,6 +1,6 @@ ---------------------------------------------------------------- - Sane Software Manifesto <https://sane-software.globalcode.info/> - Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info) + + < + + > + Copyright © 2019 + + Version: + - This manifesto is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License <https://creativecommons.org/licenses/by-nd/4.0/>. + + + < + + > + + ---------------------------------------------------------------- diff -r 1934fc6e5e7b -r 21dfb69028a0 templates/ssm.xhtml.xsl --- a/templates/ssm.xhtml.xsl Fri Oct 04 19:40:53 2019 +0200 +++ b/templates/ssm.xhtml.xsl Sat Oct 05 21:04:37 2019 +0200 @@ -1,6 +1,6 @@
diff -r 1934fc6e5e7b -r 21dfb69028a0 text/ssm.en.xml --- a/text/ssm.en.xml Fri Oct 04 19:40:53 2019 +0200 +++ b/text/ssm.en.xml Sat Oct 05 21:04:37 2019 +0200 @@ -1,12 +1,12 @@ - Sane Software Manifesto + Sane software manifesto fd466b50-6abd-4294-b11f-a5b8f2f39c2a + https://sane-software.globalcode.info/ + František Kučera (Frantovo.cz, GlobalCode.info) + + Creative Commons Attribution-NoDerivatives 4.0 International License + CC-BY-ND + https://sane-software.globalcode.info/license/CC-BY-ND-4.0.txt + 2019 + This manifesto is licensed under the + . + + In respect to user freedoms, privacy, liberty and software quality we create software according to the following guidelines. Developing Sane software is not easy, however we believe that this is the right way because this software is written once but used many times and maintained for years or decades.