mirror of
https://codeberg.org/alpine/alpine-wiki.git
synced 2023-08-25 13:53:16 +02:00
PICCORO Lenz McKAY
9de11651db
* CC-BY-SA-NC license changed and chosen check the copyright.md file: #2 * add contribution guidelines file to start to define base for * template about file * part of the struture is made for #1 added alpine part
45 lines
1.8 KiB
Markdown
45 lines
1.8 KiB
Markdown
<p align="center">
|
||
<img src="https://codeberg.org/repo-avatars/36054-748761d616a7bf1d6849e904aee637dc" alt="Alpine Linux" width="350" />
|
||
</p>
|
||
|
||
# alpine_wiki
|
||
|
||
This is a markdown based effor to provide non-minimalist documentation
|
||
for a minimalist operating system named [Alpine Linux](alpine/about.md),
|
||
a Linux distribution [with base on musl libc](alpine/base-with-muslc-and-busybox.md#base-with-muslc)
|
||
and [defaults commands to Busybox](alpine/base-with-muslc-and-busybox.md#defaults-to-busybox),
|
||
with option to change that!
|
||
|
||
Where to start? Check the [Tutorials and Docs](#tutorials-and-docs) section.
|
||
|
||
How to contribute to this project? Check the [How to contribute](#how-to-contribute) section.
|
||
|
||
### About alpine
|
||
|
||
* [Alpine Linux Overview](alpine/README.md)
|
||
* [Comparison with other distros](alpine/comparison-with-other-distros.md)
|
||
* [Alpine Linux Releases](alpine/releases.md)
|
||
|
||
### Tutorials and Docs
|
||
|
||
* [Newbies](newbie/README.md)
|
||
* [Tutorials](tutorials/README.md)
|
||
|
||
### How to contribute
|
||
|
||
* [Contribution.md](alpine/contribution.md)
|
||
|
||
# LISENCE
|
||
|
||
**CC BY-NC-SA**: the project allows reusers to distribute, remix, adapt, and build upon the material
|
||
in any medium or format for noncommercial purposes only, and only so long as attribution is given
|
||
to the creators involved. If you remix, adapt, or build upon the material, you must license the modified
|
||
material under identical terms, includes the following elements:
|
||
|
||
* **BY** – Credit must be given to the creator of each content respectivelly, starting at the first contributor.
|
||
* **NC** – Only noncommercial uses of the work are permitted, with exceptions if you fill an issue here!
|
||
* **SA** – Adaptations must be shared under the same terms, you must obey this terms and do not change it.
|
||
|
||
For more information check the [alpine/copyright.md](alpine/copyright.md)
|
||
|