Skip to content

Commit 29db0c8

Browse files
committed
convert README to Markdown
1 parent 0e7d556 commit 29db0c8

File tree

2 files changed

+20
-29
lines changed

2 files changed

+20
-29
lines changed
Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,56 @@
1-
Plover Plugin Manager
2-
=====================
1+
# Plover Plugin Manager
32

4-
Release history
5-
---------------
3+
## Release history
64

7-
0.5.16
8-
~~~~~~
5+
### 0.5.16
96

107
* stop using PyPI's (disabled) XMLRPC search endpoint, and switch to a self-hosted registry of
11-
available plugins (maintained at https://github.com/openstenoproject/plover_plugins_registry).
8+
available plugins (maintained at <https://github.com/openstenoproject/plover_plugins_registry>).
129

13-
0.5.15
14-
~~~~~~
10+
### 0.5.15
1511

1612
* fix support for cancelling an install/update/removal operation on Windows.
1713

18-
0.5.14
19-
~~~~~~
14+
### 0.5.14
2015

2116
* drop the use of pip's internal APIs
2217
* drop the dependency on PyQt5 WebEngine
2318
* improve and simplify cache handling: persistently cache all network
2419
requests (with a 10 minutes expiration date)
2520
* support for Python 3.8
2621

27-
0.5.13
28-
~~~~~~
22+
### 0.5.13
2923

30-
* add support for pip>=18.0
31-
* add support for PyQt5>=5.11
24+
* add support for `pip>=18.0`
25+
* add support for `PyQt5>=5.11`
3226
* add support for Markdown plugin descriptions
3327

34-
0.5.12
35-
~~~~~~
28+
### 0.5.12
3629

3730
* improve handling of plugins when user site is disabled: always list the
3831
version for the user installed plugin (even if it's older than the system
3932
package version and user site packages are disabled)
4033
* disable pip version check
41-
* add support for pip>=10.0
34+
* add support for `pip>=10.0`
4235

43-
0.5.11
44-
~~~~~~
36+
### 0.5.11
4537

4638
* plugins are now handled even if they can't be loaded by Plover
4739
(so it's possible to update/uninstall broken plugins)
4840

49-
0.5.10
50-
~~~~~~
41+
### 0.5.10
5142

5243
* fix #5: open all links externally
5344

54-
0.5.9
55-
~~~~~
45+
### 0.5.9
5646

5747
* refresh PyPI metadata in the background
5848
* cache PyPI metadata for 10 minutes
5949
* do not crash if connection to PyPI fails
6050

51+
## Credits
6152

62-
Credits
63-
-------
53+
Icon made by [Freepik][] from [www.flaticon.com][].
6454

65-
Icon made by `Freepik <http://www.freepik.com/>`_ from `www.flaticon.com <http://www.flaticon.com/>`_.
55+
[Freepik]: http://www.freepik.com/
56+
[www.flaticon.com]: http://www.flaticon.com/

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = plover_plugins_manager
33
version = 0.5.16
44
description = Plugins manager for Plover
5-
long_description = file: README.rst
6-
long_description_content_type = text/x-rst; charset=UTF-8
5+
long_description = file: README.md
6+
long_description_content_type = text/markdown
77
author = Benoit Pierre
88
author_email = benoit.pierre@gmail.com
99
license = GNU General Public License v2 or later (GPLv2+)

0 commit comments

Comments
 (0)