Ablageort im Repository (GitLab): Projekt2910-OpenSource4Impact
Diskussionsforum (Discourse): Projekt2910-OpenSource4Impact
Readme: Projekt2910-OpenSource4Impact
Beschreibung des Projektes: Open source checklist
PublicCode.YML: anzeigen
OSS Compliance: anzeigen
Welcome to the Open Source guideline for Development Cooperation projects. This repository contains all the source files behind the guideline. This guideline is designed to help people working in development cooperation to:
It is written from the perspective of practitioners working in publicly funded development cooperation projects and organizations. We wish for that it might make a contribution towards more successful open source endeavors and more sustainable digital solutions in general.
This project would like to provide a welcoming place to learn from the various experiences on implementing open source projects within development cooperation. We therefore welcome different types of contributions, most of them don't require you to write a single line of code.
If you're looking for a way to contribute, you can scan through our existing issues for something to work on.
For more complex contributions, you can open an issue to describe the changes you'd like to see.
We use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in the discussions.
Any text within in the docs folders is licensed under the Creative Commons Zero 1.0.
Any code within this repo is licenced under the MIT licence.
In the following we provide a short guide on how to get started with the (local) development and installation of this documentation.
Create a virtual Python environment
```Bash
python -m venv .venv
```
Install mkdocs-material (more info, here)
```Bash
pip install mkdocs-material
```
Run static page at local host
```Bash
mkdocs serve
```
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.