CC license for content
This commit is contained in:
parent
2af7ba8a9b
commit
b686da7818
|
@ -10,7 +10,7 @@
|
|||
<Authors/>
|
||||
|
||||
<p>
|
||||
<T>footer.source</T>
|
||||
<T>footer.license</T>
|
||||
</p>
|
||||
</div>
|
||||
<div class="text-center d-flex flex-column justify-content-center">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<img v-if="v.endsWith('.svg')" :src="`/img/${v}`" :style="`height: ${size}em; width: 1.25em; display: inline;`" alt=""/>
|
||||
<span v-else :class="['fa' + set, 'fa-' + v, 'fa-fw']" :style="`font-size: ${size}em`"></span>
|
||||
<img v-if="icon.endsWith('.svg')" :src="`/img/${icon}`" :style="`height: ${size}em; width: ${size}em; display: inline;`" alt=""/>
|
||||
<span v-else :class="['fa' + iconSet, 'fa-' + icon, 'fa-fw']" :style="`font-size: ${size}em`"></span>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -9,6 +9,17 @@
|
|||
v: { required: true },
|
||||
set: { default: 'l' },
|
||||
size: { default: 1 },
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
valueParts() {
|
||||
return this.v.split(':');
|
||||
},
|
||||
icon() {
|
||||
return this.valueParts[this.valueParts.length - 1];
|
||||
},
|
||||
iconSet() {
|
||||
return this.valueParts.length > 1 ? this.valueParts[0] : this.set;
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -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].<br/>
|
||||
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:
|
||||
|
|
|
@ -113,9 +113,7 @@
|
|||
|
||||
<Separator icon="heart"/>
|
||||
|
||||
<section>
|
||||
<Support/>
|
||||
</section>
|
||||
<Support/>
|
||||
</div>
|
||||
<div v-else-if="Object.keys(profiles).length">
|
||||
<h2 class="text-nowrap mb-3">
|
||||
|
|
|
@ -0,0 +1,124 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="256"
|
||||
height="256"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.47 r22583"
|
||||
sodipodi:docname="New document 1">
|
||||
<defs
|
||||
id="defs4">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective10" />
|
||||
<inkscape:perspective
|
||||
id="perspective2884"
|
||||
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||
inkscape:vp_z="1 : 0.5 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 0.5 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.98994949"
|
||||
inkscape:cx="133.47561"
|
||||
inkscape:cy="115.06217"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="876"
|
||||
inkscape:window-height="684"
|
||||
inkscape:window-x="7"
|
||||
inkscape:window-y="299"
|
||||
inkscape:window-maximized="0" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-796.36218)">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:15.34917164;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
id="path3685"
|
||||
sodipodi:cx="132.32999"
|
||||
sodipodi:cy="134.78169"
|
||||
sodipodi:rx="113.13708"
|
||||
sodipodi:ry="109.09647"
|
||||
d="m 245.46706,134.78169 a 113.13708,109.09647 0 1 1 0,-0.002"
|
||||
transform="matrix(1.0572285,0,0,1.0930227,-12.041291,777.54782)"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="6.2831679"
|
||||
sodipodi:open="true" />
|
||||
<g
|
||||
id="g3676"
|
||||
transform="matrix(1.1629563,0,0,1.1629563,-17.521998,-165.38579)">
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
transform="translate(0,796.36218)"
|
||||
id="path2890"
|
||||
d="m 60,102.07143 0,79.28571"
|
||||
style="fill:none;stroke:#9c0000;stroke-width:14.1879797;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
transform="translate(0,796.36218)"
|
||||
id="path3664"
|
||||
d="m 87.321429,102.25 0,51.78571"
|
||||
style="fill:none;stroke:#9c0000;stroke-width:14.1879797;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
transform="translate(0,796.36218)"
|
||||
id="path3666"
|
||||
d="m 114.46429,102.07143 0.17857,79.10714"
|
||||
style="fill:none;stroke:#9c0000;stroke-width:14.1879797;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
transform="translate(0,796.36218)"
|
||||
id="path3668"
|
||||
d="m 141.60714,102.07143 0.17857,16.96428"
|
||||
style="fill:none;stroke:#9c0000;stroke-width:14.1879797;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
transform="translate(0,796.36218)"
|
||||
id="path3670"
|
||||
d="m 168.92857,129.39286 0.17857,51.96428"
|
||||
style="fill:none;stroke:#9c0000;stroke-width:14.1879797;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
transform="translate(0,796.36218)"
|
||||
id="path3672"
|
||||
d="m 160.53571,110.46429 44.10715,0.17857"
|
||||
style="fill:none;stroke:#9c0000;stroke-width:14.1879797;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
transform="translate(0,796.36218)"
|
||||
id="path3674"
|
||||
d="m 141.78571,129.39286 0,51.78571"
|
||||
style="fill:none;stroke:#7c7d7e;stroke-width:14.1879797;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue