This repository has been archived by the owner on Mar 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
getgithubcode.xml
49 lines (46 loc) · 1.7 KB
/
getgithubcode.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="1.6" type="plugin" group="content">
<name>plg_getgithubcode</name>
<author>Emerson Rocha Luiz</author>
<creationDate>Jul 2011</creationDate>
<copyright>Copyright (C) 2005 - 2011 Webdesign Assessoria em Tecnologia da Informacao.</copyright>
<license>GPL3</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://fititnt.org</authorUrl>
<version>0.2beta2</version>
<description>PLG_GETGITHUBCODE_DESCRIPTION</description>
<files>
<filename plugin="getgithubcode">getgithubcode.php</filename>
<filename>index.html</filename>
<filename>readme.txt</filename>
<folder>language</folder>
</files>
<languages folder="language">
<!--
these files will be installed in the administrator/language folder.
-->
<language tag="en-GB">en-GB/en-GB.plg_getgithubcode.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_getgithubcode.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="tagname" type="text"
description="PLG_GETGITHUBCODE_TAGSNAME_DESC"
label="PLG_GETGITHUBCODE_TAGSNAME_LABEL"
default="github"
/>
<field name="tagstart" type="text"
description="PLG_GETGITHUBCODE_TAGSTART_DESC"
label="PLG_GETGITHUBCODE_TAGSTART_LABEL"
default="<pre>"
/>
<field name="tagend" type="text"
description="PLG_GETGITHUBCODE_TAGEND_DESC"
label="PLG_GETGITHUBCODE_TAGEND_LABEL"
default="</pre>"
/>
</fieldset>
</fields>
</config>
</extension>