Skip to content

Commit c650a73

Browse files
authored
Merge pull request #222 from grooverdan/10.2-README-markdown
Markdown README for a prettier github representation
2 parents 4ca7b22 + 8cbc96b commit c650a73

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
443443
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
444444
)
445445

446-
INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty
446+
INSTALL_DOCUMENTATION(README.md CREDITS COPYING COPYING.LESSER COPYING.thirdparty
447447
EXCEPTIONS-CLIENT COMPONENT Readme)
448448
# MDEV-6526 these files are not installed anymore
449449
#INSTALL_DOCUMENTATION(${CMAKE_BINARY_DIR}/Docs/INFO_SRC

README renamed to README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## MariaDB: drop-in replacement for MySQL
2+
13
MariaDB is designed as a drop-in replacement of MySQL(R) with more
24
features, new storage engines, fewer bugs, and better performance.
35

@@ -24,10 +26,17 @@ https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/
2426
As MariaDB is a full replacement of MySQL, the MySQL manual at
2527
http://dev.mysql.com/doc is generally applicable.
2628

29+
Help:
30+
-----
31+
2732
More help is available from the Maria Discuss mailing list
2833
https://launchpad.net/~maria-discuss
2934
and the #maria IRC channel on Freenode.
3035

36+
37+
License:
38+
--------
39+
3140
***************************************************************************
3241

3342
NOTE:
@@ -42,7 +51,8 @@ and COPYING.thirdparty files.
4251

4352
***************************************************************************
4453

45-
IMPORTANT:
54+
Bug Reports:
55+
------------
4656

4757
Bug and/or error reports regarding MariaDB should be submitted at
4858
http://mariadb.org/jira
@@ -53,3 +63,8 @@ The code for MariaDB, including all revision history, can be found at:
5363
https://github.com/MariaDB/server
5464

5565
***************************************************************************
66+
67+
Code status:
68+
------------
69+
70+
* [![tests status](https://secure.travis-ci.org/MariaDB/server.png?branch=10.2)](https://travis-ci.org/MariaDB/server) travis-ci.org (10.2 branch)

0 commit comments

Comments
 (0)