0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

Merge branch 'update_graph' into 'main'

Update graph in readme to be a bit more up-to-date

See merge request librewolf-community/browser/source!59
This commit is contained in:
Malte Jürgens 2023-07-26 14:41:44 +00:00
commit 96fa7aa600

View file

@ -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<br>policies.json"-->Source
Website(Website<br><br>- Documentation<br>- FAQ)
subgraph browser/
Source(Source<br><br>- Patches<br>- Theming<br>- Build scripts)
bsys6(bsys6<br><br>New Docker building<br>repository)
bsys5(bsys5<br><br>Old Docker building<br>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