mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Update graph in readme to be a bit more up-to-date
This commit is contained in:
parent
d4096f6bb3
commit
92bbebdfb6
1 changed files with 32 additions and 1 deletions
33
README.md
33
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<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
|
||||
|
||||
|
|
Loading…
Reference in a new issue