summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",