Clarify how is-it-maintained badges are generated
authorDanilo Bargen <mail@dbrgn.ch>
Fri, 22 Sep 2017 09:41:26 +0000 (11:41 +0200)
committerDanilo Bargen <mail@dbrgn.ch>
Fri, 22 Sep 2017 09:42:48 +0000 (11:42 +0200)
Also, improve the format by breaking up the text into multiple
bullet-points.

src/doc/book/src/reference/manifest.md
src/doc/manifest.md

index 244ba1a99e47a46e9a6670bc1b02b8276e50a92f..e45fbc1748122e73e8bfd7a48c1cfd8528a03696 100644 (file)
@@ -178,12 +178,15 @@ license = "..."
 # (similar to the readme key).
 license-file = "..."
 
-# Optional specification of badges to be displayed on crates.io. The badges
-# pertaining to build status that are currently available are Appveyor, CircleCI,
-# GitLab, and TravisCI. Available badges pertaining to code test coverage are
-# Codecov and Coveralls. There are also maintenance-related badges which state
-# the issue resolution time, percent of open issues, and future maintenance
-# intentions.
+# Optional specification of badges to be displayed on crates.io.
+#
+# - The badges pertaining to build status that are currently available are
+#   Appveyor, CircleCI, GitLab, and TravisCI.
+# - Available badges pertaining to code test coverage are Codecov and
+#   Coveralls.
+# - There are also maintenance-related badges basesed on isitmaintained.com
+#   which state the issue resolution time, percent of open issues, and future
+#   maintenance intentions.
 [badges]
 
 # Appveyor: `repository` is required. `branch` is optional; default is `master`
index 1cfb7afed1602e22026f4cb86394230b8253fb5f..8ae68d0206e94f2bc5541fd0a596e6db2e9437a8 100644 (file)
@@ -175,12 +175,15 @@ license = "..."
 # (similar to the readme key).
 license-file = "..."
 
-# Optional specification of badges to be displayed on crates.io. The badges
-# pertaining to build status that are currently available are Appveyor, CircleCI,
-# GitLab, and TravisCI. Available badges pertaining to code test coverage are
-# Codecov and Coveralls. There are also maintenance-related badges which state
-# the issue resolution time, percent of open issues, and future maintenance
-# intentions.
+# Optional specification of badges to be displayed on crates.io.
+#
+# - The badges pertaining to build status that are currently available are
+#   Appveyor, CircleCI, GitLab, and TravisCI.
+# - Available badges pertaining to code test coverage are Codecov and
+#   Coveralls.
+# - There are also maintenance-related badges basesed on isitmaintained.com
+#   which state the issue resolution time, percent of open issues, and future
+#   maintenance intentions.
 [badges]
 
 # Appveyor: `repository` is required. `branch` is optional; default is `master`