README: style updates (#3337)

Improved some stylistic issues.

* Updated Travis CI reference to CircleCI.
* Switched to CircleCI "shield" style badge to fit in better with the other badges.
pull/3338/head
Frans de Jonge 7 years ago committed by GitHub
parent a392fbcca0
commit 6b6ffdffeb

@ -41,19 +41,19 @@ Highlights for developers
-------------------------- --------------------------
* frontend written in Lua scripting language * frontend written in Lua scripting language
* running on multi-platform with only one code-base maintained * multi-platform support through a single code-base
* developing koreader in any editor without compilation * you can help develop KOReader in any editor without compilation
* high runtime efficiency by LuaJIT acceleration * high runtime efficiency through LuaJIT acceleration
* light-weight self-contained widget toolkit with small memory footprint * light-weight self-contained widget toolkit with small memory footprint
* extensible with plugin system * extensible with plugin system
* interfaced backends for documents parsing and rendering * interfaced backends for documents parsing and rendering
* high quality document backend libraries like MuPDF, DjvuLibre and CREngine * high quality document backend libraries like MuPDF, DjvuLibre and CREngine
* interacting with frontend via LuaJIT FFI for best performence * interacting with frontend via LuaJIT FFI for best performence
* in active development * in active development
* contributed by developers around the world * with contributions from developers around the world
* continuous integration with Travis CI * continuous integration with CircleCI
* with unit tests, static analysis and code coverage test * with unit tests (busted), static code analysis (luacheck) and code coverage test (luacov/coveralls)
* automatic release of nightly builds * automated nightly builds available at http://build.koreader.rocks/download/nightly/
* free as in free speech * free as in free speech
* licensed under Affero GPL v3 * licensed under Affero GPL v3
* all dependencies are free software * all dependencies are free software
@ -294,7 +294,7 @@ http://ccache.samba.org
[base-readme]:https://github.com/koreader/koreader-base/blob/master/README.md [base-readme]:https://github.com/koreader/koreader-base/blob/master/README.md
[nb-script]:https://gitlab.com/koreader/nightly-builds/blob/master/build_release.sh [nb-script]:https://gitlab.com/koreader/nightly-builds/blob/master/build_release.sh
[circleci-badge]:https://circleci.com/gh/koreader/koreader.svg?style=svg [circleci-badge]:https://circleci.com/gh/koreader/koreader.svg?style=shield
[circleci-link]:https://circleci.com/gh/koreader/koreader [circleci-link]:https://circleci.com/gh/koreader/koreader
[circleci-conf]:https://github.com/koreader/koreader-base/blob/master/.circleci/config.yml [circleci-conf]:https://github.com/koreader/koreader-base/blob/master/.circleci/config.yml
[linux-vm]:http://www.howtogeek.com/howto/11287/how-to-run-ubuntu-in-windows-7-with-vmware-player/ [linux-vm]:http://www.howtogeek.com/howto/11287/how-to-run-ubuntu-in-windows-7-with-vmware-player/

Loading…
Cancel
Save