-
Notifications
You must be signed in to change notification settings - Fork 82
/
market_entry.xml
64 lines (61 loc) · 2.65 KB
/
market_entry.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<market_entry>
<id>@langpack.name@</id>
<type>Platform</type>
<name>@langpack.metadata.appTitle@</name>
<category>
<name>Language Pack</name>
</category>
<description>
<![CDATA[
@langpack.metadata.appWelcomeMessage@ <br /><br />
Report <a href="http://redmine.webdetails.org/projects/lpi">here</a>
any translation issues or suggestions for improvement
]]>
@langpack.metadata.appWelcomeMessage@
</description>
<documentation_url>@langpack.metadata.appWelcomeMessage@</documentation_url>
<author>@langpack.metadata.maintainer.name@</author>
<author_url>@langpack.metadata.maintainer.url@</author_url>
<author_logo>@langpack.metadata.maintainer.img@</author_logo>
<license>MPL 2.0</license>
<dependencies>CDF, CDA, CDE, CGG</dependencies>
<img>https://github.com/webdetails/pentahoLanguagePacks/raw/master/data/@langCode@/resources/img/flag.png</img>
<small_img>https://github.com/webdetails/pentahoLanguagePacks/raw/master/data/@langCode@/resources/img/flag.png
</small_img>
<installation_notes>
<![CDATA[You can run the Language Pack Installer as an administrator from
the Tools menu. The installer will then copy the language packs over your
installation, requiring a server restart in the end. You might also need to clear the browser's cache. <br /><br />
Please note that if you upgrade one of the translated plugins, you will
need to run the Language Pack Installer again. <br /><br/>
Report <a href="http://redmine.webdetails.org/projects/lpi">here</a>
any translation issues or suggestions for improvement
]]>
</installation_notes>
<versions>
<version>
<branch>@project.stage@</branch>
<version>@project.revision@</version>
<name>@project.stage@</name>
<package_url>@langpack.package.url@</package_url>
<samples_url></samples_url>
<description>Latest Release</description>
<changelog></changelog>
<build_id></build_id>
<min_parent_version>@marketplace.metadata.min_parent_version@</min_parent_version>
<max_parent_version>@marketplace.metadata.max_parent_version@</max_parent_version>
<development_stage>
<lane>@langpack.metadata.maturity.lane@</lane>
<phase>@langpack.metadata.maturity.phase@</phase>
</development_stage>
</version>
</versions>
<screenshots>
<screenshot id="1">
https://raw.github.com/webdetails/pentahoLanguagePacks/master/data/@langCode@/resources/img/screenshot_1.png
</screenshot>
<screenshot id="2">
https://raw.github.com/webdetails/pentahoLanguagePacks/master/data/@langCode@/resources/img/screenshot_2.png
</screenshot>
</screenshots>
</market_entry>