Skip to content

Commit

Permalink
DOC: Add fancy badges
Browse files Browse the repository at this point in the history
  • Loading branch information
casch-at committed Apr 6, 2017
1 parent c765237 commit 737b4e8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
#+OPTIONS: ^:nil

#+html: <p align="center"><a href="https://travis-ci.org/Andersbakken/rtags"><img alt="MELPA" src="https://travis-ci.org/Andersbakken/rtags.svg?branch=master"/></a></p>
#+html: <p align="center"><a href="https://www.gnu.org/licenses/gpl-3.0.txt"><img alt="MELPA" src="https://img.shields.io/badge/license-GPL%203-brightgreen.svg"/></a></p>

#+html: <p align="center"><a href="https://melpa.org/#/ac-rtags"><img alt="MELPA" src="https://melpa.org/packages/ac-rtags-badge.svg"/></a></p>
*rtags.el* [[https://melpa.org/#/rtags][file:http://melpa.org/packages/rtags-badge.svg]]
*company-rtags.el* [[https://melpa.org/#/company-rtags][file:https://melpa.org/packages/company-rtags-badge.svg]]

*ivy-rtags.el* [[https://melpa.org/#/ivy-rtags][file:https://melpa.org/packages/ivy-rtags-badge.svg]]
*flycheck-rtags.el* [[https://melpa.org/#/flycheck-rtags][file:https://melpa.org/packages/flycheck-rtags-badge.svg]]
*helm-rtags.el* [[https://melpa.org/#/helm-rtags][file:https://melpa.org/packages/helm-rtags-badge.svg]]
#+html: <div align="center"><a href="https://travis-ci.org/Andersbakken/rtags"><img alt="MELPA" src="https://travis-ci.org/Andersbakken/rtags.svg?branch=master"/></a> <a href="https://www.gnu.org/licenses/gpl-3.0.txt"><img alt="MELPA" src="https://img.shields.io/badge/license-GPL%203-brightgreen.svg"/></a></div>
#+html: <table align="center" style="width:100%"><tr><th>rtags</th><th>ac-rtags</th><th>company-rtags</th><th>flycheck-rtags</th><th>helm-rtags</th><th>ivy-rtags</th></tr><tr><td align="center"><a href="https://melpa.org/#/rtags"><img alt="MELPA" src="https://melpa.org/packages/rtags-badge.svg"/></a></td><td align="center"><a href="https://melpa.org/#/ac-rtags"><img alt="MELPA" src="https://melpa.org/packages/ac-rtags-badge.svg"/></a></td><td align="center"><a href="https://melpa.org/#/company-rtags"><img alt="MELPA" src="https://melpa.org/packages/company-rtags-badge.svg"/></a></td><td align="center"><a href="https://melpa.org/#/flycheck-rtags"><img alt="MELPA" src="https://melpa.org/packages/flycheck-rtags-badge.svg"/></a></td><td align="center"><a href="https://melpa.org/#/helm-rtags"><img alt="MELPA" src="https://melpa.org/packages/helm-rtags-badge.svg"/></a></td><td align="center"><a href="https://melpa.org/#/ivy-rtags"><img alt="MELPA" src="https://melpa.org/packages/ivy-rtags-badge.svg"/></a></td></tr></table>

* Introduction
RTags is a client/server application that indexes C/C++ code and keeps a
Expand Down

0 comments on commit 737b4e8

Please sign in to comment.