From 92bbebdfb66b185cf1e475c80fc0bc29349559fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sun, 25 Jun 2023 11:36:43 +0000 Subject: [PATCH] Update graph in readme to be a bit more up-to-date --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d291e0..40c3a71 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,38 @@ This repository contains all the patches and theming that make up LibreWolf, as ## LibreWolf overview -![](https://gitlab.com/librewolf-community/browser/source/uploads/93977acd8a6165b04efb85205c5c83b1/lw.png) +```mermaid +graph LR + FFSRC(Firefox Source) + + FFSRC--Tarball--->Source + + subgraph librewolf-community/ + Settings(Settings)--"librewolf.cfg
policies.json"-->Source + Website(Website

- Documentation
- FAQ) + subgraph browser/ + Source(Source

- Patches
- Theming
- Build scripts) + bsys6(bsys6

New Docker building
repository) + bsys5(bsys5

Old Docker building
repository) + AppImage + Arch + end + end + Website-->librewolf.net + Source--"Source tarball"-->bsys6 & bsys5 + AppImage--".appimage"-->librewolf.net + bsys6--"Windows setup.exe"--->librewolf.net + bsys6--"Windows portable.zip"--->librewolf.net + bsys6--"Windows .msix"--->MS("Microsoft Store") + bsys6--"Windows .nupkg"--->Chocolatey + bsys6--"Linux binary tarball"--->Flathub + bsys6--"Linux binary tarball"--> AppImage + bsys6--"Linux binary tarball for `librewolf-bin`"--> Arch + Source--"Source tarball for `librewolf`"-->Arch + Arch-->AUR + bsys5--"Linux .deb"--->deb.librewolf.net + bsys5--"Linux .rpm"--->rpm.librewolf.net +``` ## Active repositories and projects