]> git.lizzy.rs Git - PAKEs.git/commitdiff
README/Cargo.toml: add more badges
authorBrian Warner <warner@lothar.com>
Mon, 24 Sep 2018 18:44:06 +0000 (11:44 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 24 Sep 2018 18:44:06 +0000 (11:44 -0700)
Cargo.toml
README.md

index 94c91e3f031a78a7e532c8b522e3428bb6743cfb..8736f35804934031e3c470501297a2edfd41cc3c 100644 (file)
@@ -14,6 +14,8 @@ exclude = [
 
 [badges]
 travis-ci = { repository = "warner/spake2.rs" }
+is-it-maintained-issue-resolution = { repository = "warner/spake2.rs" }
+is-it-maintained-open-issues = { repository = "warner/spake2.rs" }
 
 [dependencies]
 curve25519-dalek = "0.19"
index 74b4225fc1346e9fd62f7059c68b8e78fd14920d..0d32749682af772b044bcfc71fe9defa0eb7a335 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,12 +1,29 @@
 # spake2.rs
 The SPAKE2 password-authenticated key-exchange algorithm, in Rust.
 
-[![Build Status](https://travis-ci.org/warner/spake2.rs.svg?branch=master)](https://travis-ci.org/warner/spake2.rs)
-[![codecov](https://codecov.io/gh/warner/spake2.rs/branch/master/graph/badge.svg)](https://codecov.io/gh/warner/spake2.rs)
-[![Crates.io](https://img.shields.io/crates/v/spake2.svg)](https://crates.io/crates/spake2)
-[![Docs.rs](https://docs.rs/spake2/badge.svg)](https://docs.rs/spake2)
-
+[![Build Status][build-status-image]][build-status-url]
+[![Codecov][codecov-image]][codecov-url]
+[![Is-It-Maintained-Resolution-Time][iim-resolution-image]][iim-resolution-url]
+[![Is-It-Maintained-Open-Issues][iim-open-image]][iim-open-url]
+[![Crates.io][crates-io-image]][crates-io-url]
+[![Docs.rs][docs-image]][docs-url]
+[![License][license-image]][license-url]
 
 This is still pretty early, but seems to do the job. It needs a proper security review before you should consider using it for anything serious.
 
 Note that the API has changed since 0.0.8 . I released 0.0.9 by mistake.
+
+[build-status-image]: https://travis-ci.org/warner/spake2.rs.svg?branch=master
+[build-status-url]: https://travis-ci.org/warner/spake2.rs
+[codecov-image]: https://codecov.io/gh/warner/spake2.rs/branch/master/graph/badge.svg
+[codecov-url]: https://codecov.io/gh/warner/spake2.rs
+[crates-io-image]: https://img.shields.io/crates/v/spake2.svg
+[crates-io-url]: https://crates.io/crates/spake2
+[docs-image]: https://docs.rs/spake2/badge.svg
+[docs-url]: https://docs.rs/spake2
+[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
+[license-url]: LICENSE
+[iim-resolution-image]: http://isitmaintained.com/badge/resolution/warner/spake2.rs.svg
+[iim-resolution-url]: http://isitmaintained.com/project/warner/spake2.rs
+[iim-open-image]: http://isitmaintained.com/badge/open/warner/spake2.rs.svg
+[iim-open-url]: http://isitmaintained.com/project/warner/spake2.rs