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 { subgraph clusterDocSrcOnline {
label=Online
"Official web site" "Official web site"
IRC [shape=doubleoctagon] IRC [shape=doubleoctagon]
} }

View file

@ -80,7 +80,7 @@ digraph Medium {
bgcolor=6 bgcolor=6
fontcolor=5 fontcolor=5
node [shape=doubleoctagon] node [shape=doubleoctagon]
{ CMake Meson } { CMake Meson Make }
} }
subgraph clusterPython { 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"] study [label="Study"]
modify [label="Modify"] modify [label="Modify"]
copyleft [shape=plain, fontsize=20] copyleft [shape=plain, fontsize=20]
copyleft -> "Prohibit freedom restrictions" copyleft -> "Prohibit freedom restrictions"
} }