This commit is contained in:
Andrea Blankenstijn 2022-07-24 17:43:31 +02:00
parent d14a81e49e
commit 55e5eb7186
4 changed files with 19 additions and 1 deletions

View File

@ -72,6 +72,8 @@ digraph Basics {
}
subgraph clusterDocSrcOnline {
label=Online
"Official web site"
IRC [shape=doubleoctagon]
}

View File

@ -80,7 +80,7 @@ digraph Medium {
bgcolor=6
fontcolor=5
node [shape=doubleoctagon]
{ CMake Meson }
{ CMake Meson Make }
}
subgraph clusterPython {

View File

@ -0,0 +1,15 @@
# Standards
## POSIX
Portable Operating System Interface. Defineix l'estándar d'entre altres coses:
- System API
- Shell
- Utilities like awk
see POSIXLY_CORRECT
## FHS (Linux mainly)
Filesystem Hierarchy Standard

View File

@ -55,6 +55,7 @@ digraph Sovereignty {
study [label="Study"]
modify [label="Modify"]
copyleft [shape=plain, fontsize=20]
copyleft -> "Prohibit freedom restrictions"
}