From f7c0dcf17d8ff40c7f583825fc1e31c9987369ca Mon Sep 17 00:00:00 2001 From: Jan-Michael Brummer Date: Fri, 17 Mar 2023 12:26:15 -0400 Subject: Add application matrix (#93) Co-authored-by: Jan-Michael Brummer --- docs/applications.md | 26 ++++++++++++++++++++++++++ docs/meson.build | 1 + docs/px.toml.in | 1 + 3 files changed, 28 insertions(+) create mode 100644 docs/applications.md diff --git a/docs/applications.md b/docs/applications.md new file mode 100644 index 0000000..732e25d --- /dev/null +++ b/docs/applications.md @@ -0,0 +1,26 @@ +Title: Applications - Who is using Libproxy? +Slug: ApplicationMatrix + +# Applications - Who is using Libproxy? + + +| Application | Upstream | Patches | +| --- | -- | -- | +| apt | NO | AVAILABLE | +| cURL | NO | AVAILABLE | +| eid-viewer | YES | - | +| glib-networking | YES | - | +| hexchat | YES | - | +| libQt5Network | YES | - | +| libzypp | YES | - | +| Mozilla Firefox | YES | - | +| neon | YES | - | +| openconnect | YES | - | +| python-requests | NO | AVAILABLE | +| seamonkey | YES | - | +| signond | YES | - | +| signond_ui | YES | - | +| transmission-remote-gtk | YES | - | +| vagalume | YES | - | +| wget | NO | [Patch](https://build.opensuse.org/package/show/openSUSE:Factory/wget) | + diff --git a/docs/meson.build b/docs/meson.build index cc5d1ad..3c2fae9 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -2,6 +2,7 @@ if get_option('docs') expand_content_md_files = [ 'architecture.md', + 'applications.md', 'build-steps.md', 'configuration-logic.md', 'perl.md', diff --git a/docs/px.toml.in b/docs/px.toml.in index 51bdbec..c08c679 100644 --- a/docs/px.toml.in +++ b/docs/px.toml.in @@ -62,6 +62,7 @@ file_format = "{filename}#L{line}" [extra] content_files = [ "architecture.md", + "applications.md", "build-steps.md", "configuration-logic.md", "perl.md", -- cgit v1.2.1