From b686da781884c92c0d00cde31703f9cd3d758db9 Mon Sep 17 00:00:00 2001 From: Avris Date: Tue, 6 Apr 2021 15:15:59 +0200 Subject: [PATCH] CC license for content --- components/Footer.vue | 2 +- components/Icon.vue | 17 ++++- locale/de/translations.suml | 6 +- locale/en/translations.suml | 5 +- locale/es/translations.suml | 6 +- locale/nl/translations.suml | 6 +- locale/pl/translations.suml | 4 ++ locale/pt/translations.suml | 6 +- locale/ru/translations.suml | 5 +- locale/yi/translations.suml | 5 +- locale/zh/translations.suml | 6 +- routes/profile.vue | 4 +- static/img/mit.svg | 124 ++++++++++++++++++++++++++++++++++++ 13 files changed, 181 insertions(+), 15 deletions(-) create mode 100644 static/img/mit.svg diff --git a/components/Footer.vue b/components/Footer.vue index 9f611089..00701753 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -10,7 +10,7 @@

- footer.source + footer.license

diff --git a/components/Icon.vue b/components/Icon.vue index e1dd43c5..fbc3912b 100644 --- a/components/Icon.vue +++ b/components/Icon.vue @@ -1,6 +1,6 @@ diff --git a/locale/de/translations.suml b/locale/de/translations.suml index c660c7dc..25742c4f 100644 --- a/locale/de/translations.suml +++ b/locale/de/translations.suml @@ -427,7 +427,11 @@ crud: author: 'HInzugefügt von' footer: - source: 'Der Quellcode ist {https://gitlab.com/Avris/Zaimki=veröffentlicht} unter der {https://mit.avris.it=MIT} Lizenz.' + # TODO source: 'Der Quellcode ist {https://gitlab.com/Avris/Zaimki=veröffentlicht} unter der {https://mit.avris.it=MIT} Lizenz.' + license: > + {https://gitlab.com/Avris/Zaimki=Source code} is licensed under {https://mit.avris.it=MIT} [b:mit.svg].
+ Content is licensed under {https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: 'Kontakt, Social Media, Support' notFound: diff --git a/locale/en/translations.suml b/locale/en/translations.suml index cfecda62..950e8131 100644 --- a/locale/en/translations.suml +++ b/locale/en/translations.suml @@ -427,7 +427,10 @@ crud: author: 'Added by' footer: - source: 'Source code is {https://gitlab.com/Avris/Zaimki=published} under the {https://mit.avris.it=MIT} license.' + license: > + {https://gitlab.com/Avris/Zaimki=Source code} is licensed under {https://mit.avris.it=MIT} [b:mit.svg].
+ Content is licensed under {https://creativecommons.org/licenses/by-nc-sa/4.0=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: 'Contact, social media, support' notFound: diff --git a/locale/es/translations.suml b/locale/es/translations.suml index 73013c13..b5f27a25 100644 --- a/locale/es/translations.suml +++ b/locale/es/translations.suml @@ -436,7 +436,11 @@ crud: author: 'Añadido por' footer: - source: 'El código fuente está {https://gitlab.com/Avris/Zaimki=publicado} bajo la licencia {https://mit.avris.it=MIT}.' + # TODO source: 'El código fuente está {https://gitlab.com/Avris/Zaimki=publicado} bajo la licencia {https://mit.avris.it=MIT}.' + license: > + {https://gitlab.com/Avris/Zaimki=Source code} is licensed under {https://mit.avris.it=MIT} [b:mit.svg].
+ Content is licensed under {https://creativecommons.org/licenses/by-nc-sa/4.0/deed.es=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: 'Contacto, redes sociales, apoyo' notFound: diff --git a/locale/nl/translations.suml b/locale/nl/translations.suml index 0ad4cb69..5c2a8c38 100644 --- a/locale/nl/translations.suml +++ b/locale/nl/translations.suml @@ -429,7 +429,11 @@ crud: author: 'Toegevoegd door' footer: - source: 'De broncode wordt {https://gitlab.com/Avris/Zaimki=gepubliceerd} onder de {https://mit.avris.it=MIT}-licentie.' + # TODO source: 'De broncode wordt {https://gitlab.com/Avris/Zaimki=gepubliceerd} onder de {https://mit.avris.it=MIT}-licentie.' + license: > + {https://gitlab.com/Avris/Zaimki=Source code} is licensed under {https://mit.avris.it=MIT} [b:mit.svg].
+ Content is licensed under {https://creativecommons.org/licenses/by-nc-sa/4.0/deed.nl=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: 'Contact, sociale media, support' notFound: diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml index 5b4920ea..0b1a8911 100644 --- a/locale/pl/translations.suml +++ b/locale/pl/translations.suml @@ -1018,6 +1018,10 @@ crud: footer: source: 'Kod jest {https://gitlab.com/Avris/Zaimki=udostępniony} na licencji {https://mit.avris.it=MIT}.' + license: > + {https://gitlab.com/Avris/Zaimki=Kod źródłowy} jest udostępniony na licencji {https://mit.avris.it=MIT} [b:mit.svg].
+ Treści są udostępnione na licencji {https://creativecommons.org/licenses/by-nc-sa/4.0/deed.pl=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: 'Kontakt, social media, wsparcie' notFound: diff --git a/locale/pt/translations.suml b/locale/pt/translations.suml index bcd98eb6..7f51f0d4 100644 --- a/locale/pt/translations.suml +++ b/locale/pt/translations.suml @@ -433,7 +433,11 @@ crud: author: 'Adicionado por' footer: - source: 'O código fonte está {https://gitlab.com/Avris/Zaimki=publicado} baixo da licença {https://mit.avris.it=MIT}.' + # TODO source: 'O código fonte está {https://gitlab.com/Avris/Zaimki=publicado} baixo da licença {https://mit.avris.it=MIT}.' + license: > + {https://gitlab.com/Avris/Zaimki=Source code} is licensed under {https://mit.avris.it=MIT} [b:mit.svg].
+ Content is licensed under {https://creativecommons.org/licenses/by-nc-sa/4.0/deed.pt=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: 'Contato, redes sociais, apoio' notFound: diff --git a/locale/ru/translations.suml b/locale/ru/translations.suml index aa893584..e53414ea 100644 --- a/locale/ru/translations.suml +++ b/locale/ru/translations.suml @@ -1006,7 +1006,10 @@ crud: author: 'Dodane przez' footer: - source: 'Kod jest {https://gitlab.com/Avris/Zaimki=udostępniony} na licencji {https://mit.avris.it=MIT}.' + license: > + {https://gitlab.com/Avris/Zaimki=Source code} is licensed under {https://mit.avris.it=MIT} [b:mit.svg].
+ Content is licensed under {https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ru=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: 'Kontakt, social media, wsparcie' notFound: diff --git a/locale/yi/translations.suml b/locale/yi/translations.suml index ea68e547..7de4380f 100644 --- a/locale/yi/translations.suml +++ b/locale/yi/translations.suml @@ -447,7 +447,10 @@ crud: author: 'Added by' footer: - source: 'Source code is {https://gitlab.com/Avris/Zaimki=published} under the {https://mit.avris.it=MIT} license.' + license: > + {https://gitlab.com/Avris/Zaimki=Source code} is licensed under {https://mit.avris.it=MIT} [b:mit.svg].
+ Content is licensed under {https://creativecommons.org/licenses/by-nc-sa/4.0/deed.yi=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: 'Contact, social media, support' notFound: diff --git a/locale/zh/translations.suml b/locale/zh/translations.suml index d2be2330..a98ba438 100644 --- a/locale/zh/translations.suml +++ b/locale/zh/translations.suml @@ -414,7 +414,11 @@ crud: author: '添加人' footer: - source: '源代碼{https://gitlab.com/Avris/Zaimki=以}{https://mit.avris.it=MIT}許可發布。' + # TODO source: '源代碼{https://gitlab.com/Avris/Zaimki=以}{https://mit.avris.it=MIT}許可發布。' + license: > + {https://gitlab.com/Avris/Zaimki=Source code} is licensed under {https://mit.avris.it=MIT} [b:mit.svg].
+ Content is licensed under {https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh=CC BY-NC-SA 4.0} + [b:creative-commons][b:creative-commons-by][b:creative-commons-nc-eu][b:creative-commons-sa]. links: '通訊錄, 社交媒體, 支持' notFound: diff --git a/routes/profile.vue b/routes/profile.vue index e2e8dcf4..8473e296 100644 --- a/routes/profile.vue +++ b/routes/profile.vue @@ -113,9 +113,7 @@ -
- -
+

diff --git a/static/img/mit.svg b/static/img/mit.svg new file mode 100644 index 00000000..ad9f50cf --- /dev/null +++ b/static/img/mit.svg @@ -0,0 +1,124 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + +