@@ -231,20 +231,42 @@ self-report their maintenance intentions. The valid values would be along the
231
231
lines of the following, and would influence the ranking in the order they're
232
232
presented:
233
233
234
- - ** Actively developed** , meaning new features are being added and bugs are
235
- being fixed
236
- - ** Passively maintained** , meaning there are no plans for new features, but
237
- the maintainer intends to respond to issues that get filed
238
- - ** As-is** , meaning the crate is feature complete, the maintainer does not
239
- intend to continue working on it or providing support, but it works for the
240
- purposes it was designed for
241
- - None, we don't display anything, since the maintainer has not chosen to
242
- specify their intentions, potential crate users will need to investigate on
243
- their own
244
- - ** Experimental** , meaning the author wants to share it with the community but
245
- is not intending to meet anyone's particular use case
246
- - ** Looking for maintainer** , meaning the current maintainer would like to give
247
- up the crate to someone else
234
+ <dl >
235
+ <dt >Actively developed</dt >
236
+ <dd >
237
+ New features are being added and bugs are being fixed.
238
+ </dd >
239
+
240
+ <dt >Passively maintained</dt >
241
+ <dd >
242
+ There are no plans for new features, but the maintainer intends to respond
243
+ to issues that get filed.
244
+ </dd >
245
+
246
+ <dt >As-is</dt >
247
+ <dd >
248
+ The crate is feature complete, the maintainer does not intend to continue
249
+ working on it or providing support, but it works for the purposes it was
250
+ designed for.
251
+ </dd >
252
+
253
+ <dt ><i >none</i ></dt >
254
+ <dd >
255
+ We display nothing. Since the maintainer has not chosen to specify their
256
+ intentions, potential crate users will need to investigate on their own.
257
+ </dd >
258
+
259
+ <dt >Experimental</dt >
260
+ <dd >
261
+ The author wants to share it with the community but is not intending to meet
262
+ anyone's particular use case.
263
+ </dd >
264
+
265
+ <dt >Looking for maintainer</dt >
266
+ <dd >
267
+ The current maintainer would like to transfer the crate to someone else.
268
+ </dd >
269
+ </dl >
248
270
249
271
These would be displayed as badges on lists of crates.
250
272
0 commit comments