summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2023-03-17 12:26:15 -0400
committerJan-Michael Brummer <jan.brummer@tabos.org>2023-03-27 16:31:58 +0200
commitf7c0dcf17d8ff40c7f583825fc1e31c9987369ca (patch)
tree3b4b147da7e06d75fdf6dc0a7e8100dd8a8a74b8
parent1bac2d2480c04f92265e7e90f6793a20370cdedf (diff)
downloadlibproxy-git-f7c0dcf17d8ff40c7f583825fc1e31c9987369ca.tar.gz
Add application matrix (#93)
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
-rw-r--r--docs/applications.md26
-rw-r--r--docs/meson.build1
-rw-r--r--docs/px.toml.in1
3 files changed, 28 insertions, 0 deletions
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",