Updated README and CREDITS
This commit is contained in:
parent
74b1af19e9
commit
1fa15f94f4
45
CREDITS
45
CREDITS
@ -1,25 +1,30 @@
|
|||||||
MariaDB is brought to you by the MariaDB foundation, a USA non profit
|
MariaDB is brought to you by the MariaDB Foundation, a non profit
|
||||||
organization.
|
organization registered in the USA.
|
||||||
|
|
||||||
The current main members and sponsors of the MariaDB foundation are:
|
The current main members and sponsors of the MariaDB Foundation are:
|
||||||
|
|
||||||
Automattic http://automattic.com (2014)
|
MariaDB Corporation http://www.mariadb.com (2013 - 2016)
|
||||||
SkySQL Ab http://www.skysql.com (2013, 2014)
|
Booking.com http://www.booking.com (2013 - 2016)
|
||||||
Booking.com http://www.booking.com (2013)
|
Parallels http://www.parallels.com/products/plesk (2013 - 2016)
|
||||||
Parallels http://www.parallels.com/products/plesk (2013)
|
Automattic http://automattic.com (2014 - 2016)
|
||||||
|
Verkkokauppa.com http://verkkokauppa.com (2015 - 2016)
|
||||||
|
Visma http://visma.com/ (2015 - 2016)
|
||||||
|
Webyog http://webyog.com (2015 - 2016)
|
||||||
|
Wikimedia Foundation http://wikimedia.org (2015 - 2016)
|
||||||
|
Acronis http://acronis.com (2016)
|
||||||
|
|
||||||
For a full list of supporters and sponsors see
|
For a full list of supporters and sponsors see
|
||||||
https://mariadb.org/en/supporters/
|
https://mariadb.org/about/supporters/
|
||||||
|
|
||||||
You can also do this by doing SHOW CONTRIBUTORS.
|
You can also do this by running SHOW CONTRIBUTORS.
|
||||||
|
|
||||||
For all corporate memberships and sponsorships please contact the
|
For all corporate memberships and sponsorships please contact the
|
||||||
MariaDB foundation Board via foundation@mariadb.org.
|
MariaDB Foundation Board via foundation@mariadb.org.
|
||||||
|
|
||||||
The MariaDB foundation is responsible for the MariaDB source
|
The MariaDB Foundation is responsible for the MariaDB source
|
||||||
repository, the official MariaDB binaries and http://mariadb.org.
|
repository, the official MariaDB binaries and http://mariadb.org.
|
||||||
|
|
||||||
The MariaDB foundation provides also, among other things, the
|
The MariaDB Foundation also provides, among other things, the
|
||||||
following services to the MariaDB community:
|
following services to the MariaDB community:
|
||||||
|
|
||||||
- Code reviews and applying patches for MariaDB
|
- Code reviews and applying patches for MariaDB
|
||||||
@ -28,17 +33,19 @@ following services to the MariaDB community:
|
|||||||
- Bug fixing in MariaDB (for bugs that affects a large part of the community)
|
- Bug fixing in MariaDB (for bugs that affects a large part of the community)
|
||||||
- Building the official MariaDB binaries
|
- Building the official MariaDB binaries
|
||||||
- Maintaining http://mariadb.org
|
- Maintaining http://mariadb.org
|
||||||
|
- Documenting MariaDB in the MariaDB Knowledge Base http://mariadb.com/kb
|
||||||
|
|
||||||
To be able to do the above we need help from cooperations and individuals!
|
To be able to do the above we need help from corporations and individuals!
|
||||||
|
|
||||||
You can help support MariaDB by be becoming a MariaDB developer or a
|
You can help support MariaDB by becoming a MariaDB developer or a
|
||||||
member or sponsor of the MariaDB foundation!
|
member or sponsor of the MariaDB Foundation. To donate or sponsor,
|
||||||
|
go to https://mariadb.org/donate/
|
||||||
|
|
||||||
You can get a list of all main authors of MariaDB / MySQL by doing
|
You can get a list of all the main authors of MariaDB / MySQL by running
|
||||||
SHOW AUTHORS;
|
SHOW AUTHORS;
|
||||||
|
|
||||||
You can get a list sponsors and contributors by doing
|
You can get a list sponsors and contributors by running
|
||||||
SHOW CONTRIBUTORS;
|
SHOW CONTRIBUTORS;
|
||||||
|
|
||||||
You can read more about the MariaDB foundation at:
|
You can read more about the MariaDB Foundation at:
|
||||||
https://mariadb.org/en/foundation/
|
https://mariadb.org/about/
|
||||||
|
10
README
10
README
@ -3,17 +3,17 @@ This is a release of MariaDB.
|
|||||||
MariaDB is designed as a drop-in replacement of MySQL(R) with more
|
MariaDB is designed as a drop-in replacement of MySQL(R) with more
|
||||||
features, new storage engines, fewer bugs, and better performance.
|
features, new storage engines, fewer bugs, and better performance.
|
||||||
|
|
||||||
MariaDB is brought to you by the MariaDB foundation.
|
MariaDB is brought to you by the MariaDB Foundation.
|
||||||
Please read the file CREDITS for details about the MariaDB foundation,
|
Please read the CREDITS file for details about the MariaDB Foundation,
|
||||||
and who is developing MariaDB.
|
and who is developing MariaDB.
|
||||||
|
|
||||||
MariaDB is developed by many of the original developers of MySQL who
|
MariaDB is developed by many of the original developers of MySQL who
|
||||||
now work for MariadB foundation and SkySQL Ab, and by many people in
|
now work for the MariadB Foundation and the MariaDB Corporation, and by many people in
|
||||||
the community.
|
the community.
|
||||||
|
|
||||||
MySQL, which is the base of MariaDB, is a product and trademark of Oracle
|
MySQL, which is the base of MariaDB, is a product and trademark of Oracle
|
||||||
Corporation, Inc. For a list of developers and other contributors,
|
Corporation, Inc. For a list of developers and other contributors,
|
||||||
see the Credits appendix. You can also do 'SHOW authors' to get a
|
see the Credits appendix. You can also run 'SHOW authors' to get a
|
||||||
list of active contributors.
|
list of active contributors.
|
||||||
|
|
||||||
A description of the MariaDB project and a manual can be found at:
|
A description of the MariaDB project and a manual can be found at:
|
||||||
@ -52,7 +52,7 @@ http://mariadb.org/jira
|
|||||||
Bugs in the MySQL code can also be submitted at http://bugs.mysql.com
|
Bugs in the MySQL code can also be submitted at http://bugs.mysql.com
|
||||||
|
|
||||||
The code for MariaDB, including all revision history, can be found at:
|
The code for MariaDB, including all revision history, can be found at:
|
||||||
https://code.launchpad.net/maria
|
https://github.com/MariaDB/server
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user