Refactor Markdown style of Readme files (#4)
Wrap lines to 80 characters per line when possible. Remove horizontal rules from README.md. Make badge on translated README.md to return to root instead to English README.md.
This commit is contained in:
parent
d3f97a9c9b
commit
c388c3dd93
35
README.md
35
README.md
|
@ -2,9 +2,8 @@
|
|||
|
||||
[![Deutsch](https://img.shields.io/badge/translation-DE-red)](de/)
|
||||
|
||||
---
|
||||
|
||||
In this repo you can find easy ways for applying Creative Commons Licenses on Github repositories through Markdown language.
|
||||
In this repo you can find easy ways for applying Creative Commons Licenses on
|
||||
Github repositories through Markdown language.
|
||||
|
||||
> **WARNING:**
|
||||
> You shouldn't use Creative Commons licenses for software.
|
||||
|
@ -12,7 +11,8 @@ In this repo you can find easy ways for applying Creative Commons Licenses on Gi
|
|||
> Creative Commons Licenses are ment for intellectual works only.
|
||||
|
||||
|
||||
The easiest way for finding the right CC License for your project is the [Creative Commons website](https://creativecommons.org/choose/).
|
||||
The easiest way for finding the right CC License for your project is the
|
||||
[Creative Commons website](https://creativecommons.org/choose/).
|
||||
|
||||
Here we present two types of CC Licenses:
|
||||
|
||||
|
@ -20,20 +20,24 @@ Here we present two types of CC Licenses:
|
|||
|
||||
* [Creative Commons Attribution-ShareAlike 4.0 International](#cc-attribution-sharealike-40-international)
|
||||
|
||||
More information about licenses, and plain-text formatted licenses texts can be found on https://choosealicense.com/.
|
||||
More information about licenses, and plain-text formatted licenses texts can be
|
||||
found on https://choosealicense.com/.
|
||||
|
||||
If you want to download vectorized version of Creative Commons images and other related stuff, please visit https://creativecommons.org/about/downloads/.
|
||||
If you want to download vectorized version of Creative Commons images and other
|
||||
related stuff, please visit https://creativecommons.org/about/downloads/.
|
||||
|
||||
|
||||
## CC Attribution 4.0 International
|
||||
|
||||
To add a CC BY License to your project, just add the following to your `README.md`.
|
||||
You should also copy the corresponding [license text file](LICENSE-CC-BY) and rename it to `LICENSE`.
|
||||
To add a CC BY License to your project, just add the following to your
|
||||
`README.md`. You should also copy the corresponding [license text
|
||||
file](LICENSE-CC-BY) and rename it to `LICENSE`.
|
||||
|
||||
```markdown
|
||||
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
|
||||
|
||||
This work is licensed under a [Creative Commons Attribution 4.0 International License][cc-by].
|
||||
This work is licensed under a
|
||||
[Creative Commons Attribution 4.0 International License][cc-by].
|
||||
|
||||
[![CC BY 4.0][cc-by-image]][cc-by]
|
||||
|
||||
|
@ -44,7 +48,8 @@ This work is licensed under a [Creative Commons Attribution 4.0 International Li
|
|||
|
||||
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
|
||||
|
||||
This work is licensed under a [Creative Commons Attribution 4.0 International License][cc-by].
|
||||
This work is licensed under a
|
||||
[Creative Commons Attribution 4.0 International License][cc-by].
|
||||
|
||||
[![CC BY 4.0][cc-by-image]][cc-by]
|
||||
|
||||
|
@ -55,12 +60,15 @@ This work is licensed under a [Creative Commons Attribution 4.0 International Li
|
|||
|
||||
## CC Attribution-ShareAlike 4.0 International
|
||||
|
||||
To add a CC BY-SA License to your project, just add the following to your `README.md`. You should also copy the corresponding [license text file](LICENSE-CC-BY-SA) and rename it to `LICENSE`.
|
||||
To add a CC BY-SA License to your project, just add the following to your
|
||||
`README.md`. You should also copy the corresponding [license text
|
||||
file](LICENSE-CC-BY-SA) and rename it to `LICENSE`.
|
||||
|
||||
```markdown
|
||||
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
|
||||
|
||||
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
|
||||
This work is licensed under a
|
||||
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
|
||||
|
||||
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
|
||||
|
||||
|
@ -71,7 +79,8 @@ This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 Inter
|
|||
|
||||
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
|
||||
|
||||
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
|
||||
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0
|
||||
International License][cc-by-sa].
|
||||
|
||||
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
|
||||
|
||||
|
|
44
de/README.md
44
de/README.md
|
@ -1,11 +1,9 @@
|
|||
# Creative Commons Licenses für GitHub-Projekte
|
||||
|
||||
[![Main](https://img.shields.io/badge/main%20language-EN-blue)](/README.md)
|
||||
[![Main](https://img.shields.io/badge/main%20language-EN-blue)](/../../)
|
||||
|
||||
---
|
||||
|
||||
In diesem Repo lernen Sie einfache Möglichkeiten kennen, um Creative Commons-Lizenzen auf
|
||||
Github-Repositories per Markdown-Sprache anzuwenden.
|
||||
In diesem Repo lernen Sie einfache Möglichkeiten kennen, um Creative
|
||||
Commons-Lizenzen auf Github-Repositories per Markdown-Sprache anzuwenden.
|
||||
|
||||
> **WARNUNG:**
|
||||
> Du solltest Creative Commons-Lizenzen nicht für Software benutzen.
|
||||
|
@ -13,27 +11,36 @@ Github-Repositories per Markdown-Sprache anzuwenden.
|
|||
> Creative Commons-Lizenzen sind nur für geistige Werke vorgesehen.
|
||||
|
||||
|
||||
Der einfachste Weg um die richtige CC-Lizenz für Ihr Projekt zu finden ist die [Creative Commons-Website](https://creativecommons.org/choose/).
|
||||
Der einfachste Weg um die richtige CC-Lizenz für Ihr Projekt zu finden ist die
|
||||
[Creative Commons-Website](https://creativecommons.org/choose/).
|
||||
|
||||
Hier präsentieren wir zwei Typen von CC-Lizenzen:
|
||||
|
||||
* [Creative Commons Namensnennung 4.0 International](#cc-namensnennung-40-international) (Creative Commons Attribution 4.0 International)
|
||||
* [Creative Commons Namensnennung 4.0 International](#cc-namensnennung-40-international)
|
||||
(Creative Commons Attribution 4.0 International)
|
||||
|
||||
* [Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International](#cc-namensnennung---weitergabe-unter-gleichen-bedingungen-40-international) (Creative Commons Attribution-ShareAlike 4.0 International)
|
||||
* [Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International](#cc-namensnennung---weitergabe-unter-gleichen-bedingungen-40-international)
|
||||
(Creative Commons Attribution-ShareAlike 4.0 International)
|
||||
|
||||
Weitere Information über Lizenzen und in Klartext formatierte Lizenz-Texte können hier gefunden werden: https://choosealicense.com/
|
||||
Weitere Information über Lizenzen und in Klartext formatierte Lizenz-Texte
|
||||
können hier gefunden werden: https://choosealicense.com/
|
||||
|
||||
Wenn Sie eine vektorisierte Version von Creative Commons-Bildern und anderem zugehörigen Kram herunterladen wollen, besuchen Sie bitte https://creativecommons.org/about/downloads/.
|
||||
Wenn Sie eine vektorisierte Version von Creative Commons-Bildern und anderem
|
||||
zugehörigen Kram herunterladen wollen, besuchen Sie bitte
|
||||
https://creativecommons.org/about/downloads/.
|
||||
|
||||
|
||||
## CC Namensnennung 4.0 International
|
||||
|
||||
Um eine CC BY-Lizenz zu Ihrem Projekt hinzuzufügen, fügen Sie einfach das Folgende zu Ihrer `README.md` hinzu. Sie sollten auch die entsprechende [Lizenztextdatei](LICENSE-CC-BY) kopieren und sie zu `LICENSE` umbenennen.
|
||||
Um eine CC BY-Lizenz zu Ihrem Projekt hinzuzufügen, fügen Sie einfach das
|
||||
Folgende zu Ihrer `README.md` hinzu. Sie sollten auch die entsprechende
|
||||
[Lizenztextdatei](LICENSE-CC-BY) kopieren und sie zu `LICENSE` umbenennen.
|
||||
|
||||
```markdown
|
||||
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
|
||||
|
||||
Diese Arbeit unterliegt den Bestimmungen einer [Creative Commons Namensnennung 4.0 International-Lizenz][cc-by].
|
||||
Diese Arbeit unterliegt den Bestimmungen einer
|
||||
[Creative Commons Namensnennung 4.0 International-Lizenz][cc-by].
|
||||
|
||||
[![CC BY 4.0][cc-by-image]][cc-by]
|
||||
|
||||
|
@ -44,7 +51,8 @@ Diese Arbeit unterliegt den Bestimmungen einer [Creative Commons Namensnennung 4
|
|||
|
||||
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
|
||||
|
||||
Diese Arbeit unterliegt den Bestimmungen einer [Creative Commons Namensnennung 4.0 International-Lizenz][cc-by].
|
||||
Diese Arbeit unterliegt den Bestimmungen einer [Creative Commons Namensnennung
|
||||
4.0 International-Lizenz][cc-by].
|
||||
|
||||
[![CC BY 4.0][cc-by-image]][cc-by]
|
||||
|
||||
|
@ -55,12 +63,15 @@ Diese Arbeit unterliegt den Bestimmungen einer [Creative Commons Namensnennung 4
|
|||
|
||||
## CC Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International
|
||||
|
||||
Um eine CC BY-SA-Lizenz zu Ihrem Projekt hinzuzufügen, fügen Sie einfach das Folgende zu Ihrer `README.md` hinzu. Sie sollten auch die entsprechende [Lizenztextdatei](LICENSE-CC-BY-SA) kopieren und sie zu `LICENSE` umbenennen.
|
||||
Um eine CC BY-SA-Lizenz zu Ihrem Projekt hinzuzufügen, fügen Sie einfach das
|
||||
Folgende zu Ihrer `README.md` hinzu. Sie sollten auch die entsprechende
|
||||
[Lizenztextdatei](LICENSE-CC-BY-SA) kopieren und sie zu `LICENSE` umbenennen.
|
||||
|
||||
```markdown
|
||||
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
|
||||
|
||||
Diese Arbeit unterliegt den Bestimmungen einer [Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International-Lizenz][cc-by].
|
||||
Diese Arbeit unterliegt den Bestimmungen einer
|
||||
[Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International-Lizenz][cc-by].
|
||||
|
||||
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
|
||||
|
||||
|
@ -71,7 +82,8 @@ Diese Arbeit unterliegt den Bestimmungen einer [Creative Commons Namensnennung -
|
|||
|
||||
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
|
||||
|
||||
Diese Arbeit unterliegt den Bestimmungen einer [Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International-Lizenz][cc-by-sa].
|
||||
Diese Arbeit unterliegt den Bestimmungen einer
|
||||
[Creative Commons Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International-Lizenz][cc-by-sa].
|
||||
|
||||
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
|
||||
|
||||
|
|
Loading…
Reference in New Issue