aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-08-15 00:34:45 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-08-15 00:34:45 +0300
commitdf8166afb9407a08e247c2193a7d76f73fe9697d (patch)
treef99f671834b7ed3c8821cf3728aa8fba31e2804b
parentd141b85462fd8560eab9d1d8ae23978426f06907 (diff)
downloadmeson-corporations.zip
meson-corporations.tar.gz
meson-corporations.tar.bz2
Add page listing Meson usage in proprietary projects.corporations
-rw-r--r--docs/markdown/Corporate-users.md41
-rw-r--r--docs/markdown/Users.md8
-rw-r--r--docs/sitemap.txt1
3 files changed, 47 insertions, 3 deletions
diff --git a/docs/markdown/Corporate-users.md b/docs/markdown/Corporate-users.md
new file mode 100644
index 0000000..e671e45
--- /dev/null
+++ b/docs/markdown/Corporate-users.md
@@ -0,0 +1,41 @@
+---
+title: Corporate users
+...
+
+# List of companies using Meson.
+
+In addition to [open source projects](Users.md) Meson is also used in
+by many corporations for their private projects. This page lists some
+of them that we are aware of.
+
+If you'd like to have your company project shown on this page, see the
+instructions at the bottom of this page.
+
+Open source projects are listed on [their own page](Users.md).
+
+## Projects with public info
+
+Company X wrote a blog post about their usage of Meson on [this page
+here](https://not.a.real.url).
+
+## Projects with comments
+
+"We use Meson for our X project and it has made us Y% more
+productive." -Developer McDeveloperface, Foo corp
+
+## Companies using Meson
+
+- Bob incorporated uses Meson to build the firmware of their
+ flibbertigibbet device.
+
+# Adding new entries
+
+We welcome new entries to this page. The procedure is quite simple:
+get approval from the PR department of your company (if needed) and
+then file a merge request with the necessary information.
+
+As you can probably guess, the more information your entry is, the
+higher up on the page it gets.
+
+The boring legalese: we reserve the right to reorder and/or remove
+entries on this page as we see fit.
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md
index a18b302..e709aba 100644
--- a/docs/markdown/Users.md
+++ b/docs/markdown/Users.md
@@ -2,16 +2,18 @@
title: Users
...
-# List of projects using Meson
+# List of open source projects using Meson
If you have a project that uses Meson that you want to add to this
list, please [file a
pull-request](https://github.com/mesonbuild/meson/edit/master/docs/markdown/Users.md)
for it. All the software on this list is tested for regressions before
-release, so it's highly recommended that projects add themselves
-here. Some additional projects are listed in the [`meson` GitHub
+release, so it's highly recommended that projects add themselves here.
+Some additional projects are listed in the [`meson` GitHub
topic](https://github.com/topics/meson).
+Closed source projects are listed [on their own page](Corporate-Users.md).
+
- [2048.cpp](https://github.com/plibither8/2048.cpp), a fully featured terminal version of the game "2048" written in C++
- [Adwaita Manager](https://github.com/AdwCustomizerTeam/AdwCustomizer), change the look of Adwaita, with ease
- [Aravis](https://github.com/AravisProject/aravis), a glib/gobject based library for video acquisition using Genicam cameras
diff --git a/docs/sitemap.txt b/docs/sitemap.txt
index 3aab953..af15251 100644
--- a/docs/sitemap.txt
+++ b/docs/sitemap.txt
@@ -133,6 +133,7 @@ index.md
Porting-from-autotools.md
Use-of-Python.md
Users.md
+ Corporate-users.md
Using-multiple-build-directories.md
Vs-External.md
Contributing.md