Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp A. Hartmann <pah@qo.cx>2015-02-20 21:38:52 +0300
committerPhilipp A. Hartmann <pah@qo.cx>2015-02-20 21:38:52 +0300
commit3735542cc2dd7d76384e9f0476fd01b25b54fd2b (patch)
tree9738173a53c1827eda32b49bd256433244d30fb6 /readme.md
parentbb84ff2ffe289bf7ac305d2d95172ec58fb63797 (diff)
readme.md: improve build status rendering by Doxygen
Doxygen currently does not support images with links, which breaks the current rendering of the front page at https://miloyip.github.io/rapidjson. Move the status badges to a table with the links in the top-row instead. While at it, add a description below the logo and put the GitHub and documentation links into in itemisation.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 9c866672..72abc8bc 100644
--- a/readme.md
+++ b/readme.md
@@ -1,14 +1,21 @@
![](doc/logo/rapidjson.png)
+## A fast JSON parser/generator for C++ with both SAX/DOM style API
Copyright (c) 2011-2014 Milo Yip (miloyip@gmail.com)
-[RapidJSON GitHub](https://github.com/miloyip/rapidjson/)
-
-[RapidJSON Documentation](http://miloyip.github.io/rapidjson/)
+* [RapidJSON GitHub](https://github.com/miloyip/rapidjson/)
+* [RapidJSON Documentation](http://miloyip.github.io/rapidjson/)
## Build status
-* Tavis CI (Linux): [![Travis Build status](https://travis-ci.org/miloyip/rapidjson.png)](https://travis-ci.org/miloyip/rapidjson)
-* AppVeyor (Windows): [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/u658dcuwxo14a8m9/branch/master?svg=true)](https://ci.appveyor.com/project/miloyip/rapidjson/branch/master)
+
+| [Linux][lin-link] | [Windows][win-link] |
+| :---------------: | :-----------------: |
+| ![lin-badge] | ![win-badge] |
+
+[lin-badge]: https://travis-ci.org/miloyip/rapidjson.png "Travis build status"
+[lin-link]: https://travis-ci.org/miloyip/rapidjson "Travis build status"
+[win-badge]: https://ci.appveyor.com/api/projects/status/u658dcuwxo14a8m9/branch/master?svg=true "AppVeyor build status"
+[win-link]: https://ci.appveyor.com/project/miloyip/rapidjson/branch/master "AppVeyor build status"
## Introduction