why: add few links and items

This commit is contained in:
Maciej Barć 2020-09-25 10:07:31 +02:00
parent 1f587749ab
commit a2d9141534
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 59 additions and 7 deletions

View File

@ -74,28 +74,80 @@
<ul>
<li>
Optimization (pkgs can be compiled for a specific CPU, ex.: -march=haswell)
Optimization
(
<a href="https://wiki.gentoo.org/wiki/GCC_optimization">
packages can be compiled for a specific CPU,
</a>
ex.: -march=haswell
)
</li>
<li>
Customizaton (USE flags)
Customizaton
(
<a href="https://wiki.gentoo.org/wiki/USE_flag">
USE flags
</a>
)
</li>
<li>
Lack of trust towards binary packages provided by a binary distro
</li>
<li>
Ability to "package" almost anything (ebuilds)
Ability to "package" almost anything
(
<a href="https://devmanual.gentoo.org/quickstart/index.html">
ebuilds
</a>
)
</li>
<li>
Recompiling software from git when new changes are pushed ("live" 9999 ebuilds)
Recompiling software from git
<a href="https://github.com/mgorny/smart-live-rebuild">
when new changes are pushed
</a>
("live" 9999 ebuilds)
</li>
<li>
OpenRC (lightweight and flexible init system)
<a href="https://wiki.gentoo.org/wiki/OpenRC">
OpenRC
</a>
- lightweight and flexible init system
</li>
<li>
Free as in freedom (ACCEPT_LICENSE can exclude nonfree software)
<a href="https://wiki.gentoo.org/wiki/Webapp-config">
webapp-config
</a>
- web application installation framework
</li>
<li>
Is a Linux (not necessarly GNU) distribution
<a href="https://dev.gentoo.org/~zmedico/portage/doc/man/xpak.5.html">
XPAK
</a>
- new way of
<a href="https://wiki.gentoo.org/wiki/Binary_package_guide">
binary packge
</a>
distrubution
</li>
<li>
Free as in freedom
(
<a href="https://wiki.gentoo.org/wiki/Handbook:Parts/Working/Portage/en#Licenses">
ACCEPT_LICENSE
</a>
can exclude nonfree software
)
</li>
<li>
Is a Linux
(
<a href="https://wiki.gentoo.org/wiki/Prefix">
not necessarly
</a>
GNU
)
distribution
</li>
<li>
Hobby