Skip to content

Commit 8249b65

Browse files
author
Alexia Michelle
committed
new credits section to honour the various products and licenses that goldendog uses
1 parent 1e59df5 commit 8249b65

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ const config = {
159159
label: 'About',
160160
to: '/about',
161161
},
162+
{
163+
label: 'Credits',
164+
to: '/credits',
165+
},
162166
],
163167
},
164168
],
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Créditos
2+
3+
GoldenDog Linux es un esfuerzo comunitario y se basa en muchos proyectos y activos de código abierto. Nos gustaría agradecer a los siguientes creadores por sus contribuciones al ecosistema.
4+
5+
| Activo | Nombre Original | Autor | Licencia |
6+
| :--- | :--- | :--- | :--- |
7+
| **Pack de Wallpapers** | Pack Personalizado | Varios (Comunidad) | Varias |
8+
| **Sistema Base** | Debian GNU/Linux | Proyecto Debian | [Múltiples Licencias OSS](https://www.debian.org/legal/licenses/) |
9+
| **Entorno de Escritorio** | KDE Plasma | Comunidad KDE | [GPL/LGPL](https://kde.org/community/whatiskde/softwarelicensing/) |
10+
| **Pack de Iconos GoldenDog** | BeautyDream | Sajjad Abdollahzadeh | [GPL v3](https://www.gnu.org/licenses/gpl-3.0.es.html) |
11+
| **Pack de Iconos GoldenDog2** | BeautySolar | Sajjad Abdollahzadeh | [GPL v3](https://www.gnu.org/licenses/gpl-3.0.es.html) |
12+
| **Paquete de Fuentes Ubuntu** | Ubuntu Font Family | Canonical Ltd. | [Ubuntu Font License](https://ubuntu.com/legal/font-licence) |
13+
| **Motor del Sitio Web** | Docusaurus | Meta Open Source | [MIT](https://github.com/facebook/docusaurus/blob/main/LICENSE) |
14+
15+
---
16+
17+
Si crees que hemos omitido algún crédito o tienes preguntas sobre el licenciamiento, por favor [abre un problema](https://github.com/goldendoglinux/support/issues).

src/pages/credits.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Credits
2+
3+
GoldenDog Linux is a community effort and relies on many open-source projects and assets. We would like to acknowledge and thank the following creators for their contributions to the ecosystem.
4+
5+
| Asset | Original Name | Author | License |
6+
| :--- | :--- | :--- | :--- |
7+
| **Wallpapers Pack** | Custom Pack | Various (Community) | Various |
8+
| **Base System** | Debian GNU/Linux | Debian Project | [Multiple OSS Licenses](https://www.debian.org/legal/licenses/) |
9+
| **Desktop Environment** | KDE Plasma | KDE Community | [GPL/LGPL](https://kde.org/community/whatiskde/softwarelicensing/) |
10+
| **GoldenDog Icon Pack** | BeautyDream | Sajjad Abdollahzadeh | [GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html) |
11+
| **GoldenDog2 Icon Pack** | BeautySolar | Sajjad Abdollahzadeh | [GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html) |
12+
| **Ubuntu Fonts Pack** | Ubuntu Font Family | Canonical Ltd. | [Ubuntu Font License](https://ubuntu.com/legal/font-licence) |
13+
| **Website Engine** | Docusaurus | Meta Open Source | [MIT](https://github.com/facebook/docusaurus/blob/main/LICENSE) |
14+
15+
---
16+
17+
If you believe we have missed a credit or have any questions regarding licensing, please [open an issue](https://github.com/goldendoglinux/support/issues).

0 commit comments

Comments
 (0)