Skip to content

Commit 3742fc9

Browse files
committed
Improve links, description and changelog
1 parent 01ff523 commit 3742fc9

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

META-INF/plugin.xml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,29 @@
22
<id>org.mediawiki</id>
33
<name>MediaWiki Support</name>
44
<version>0.1</version>
5-
<vendor email="[email protected]" url="https://www.mediawiki.org">Wikimedia Foundation</vendor>
5+
<vendor email="[email protected]" url="https://github.com/reedy/phpstorm-plugin-mediawiki">Sam Reed (reedy)</vendor>
66

7-
<description>MediaWiki Support for PhpStorm
7+
<description><![CDATA[
8+
<p><a href="https://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a> Support for PhpStorm.</p>
89
9-
Source is available on GitHub at https://github.com/reedy/phpstorm-plugin-mediawiki
10-
11-
Pull requests and issues welcome.
10+
<p>Source is available at <a href="https://github.com/reedy/phpstorm-plugin-mediawiki">GitHub</a>, pull requests and issues welcome.</p>
11+
]]>
1212
</description>
1313

14-
<change-notes>Version 0.1: Initial version</change-notes>
14+
<change-notes><![CDATA[
15+
<p>
16+
<strong>Version 0.1</strong>
17+
<ul>
18+
<li>Initial version</li>
19+
<li>Basic settings from <a href="https://github.com/siebrand/MediaWiki-PHPStorm/tree/7.1.3">Siebrand Mazeland</a> and <a href="https://www.mediawiki.org/w/index.php?title=PhpStorm&oldid=938244">Physikerwelt</a></li>
20+
</ul>
21+
</p>
22+
<p>
23+
<strong>Legal stuff</strong>
24+
<p>License : GNU GPL v2 or later</p>
25+
<p>Sources : <a href="https://github.com/reedy/phpstorm-plugin-mediawiki">https://github.com/reedy/phpstorm-plugin-mediawiki</a></p>
26+
</p>
27+
]]></change-notes>
1528

1629
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
1730
<idea-version since-build="131"/>

0 commit comments

Comments
 (0)