This repository was 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
Expand file tree
/
Copy pathgetgithubcode.xml
More file actions
Latest commit
49 lines (46 loc) · 1.7 KB
/
Copy pathgetgithubcode.xml
File metadata and controls
49 lines (46 loc) · 1.7 KB
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"?>
<extensionversion="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>emerson@webdesign.eng.br</authorEmail>
<authorUrl>http://fititnt.org</authorUrl>
<version>0.2beta2</version>
<description>PLG_GETGITHUBCODE_DESCRIPTION</description>
<files>
<filenameplugin="getgithubcode">getgithubcode.php</filename>
<filename>index.html</filename>
<filename>readme.txt</filename>
<folder>language</folder>
</files>
<languagesfolder="language">
<!--
these files will be installed in the administrator/language folder.
-->
<languagetag="en-GB">en-GB/en-GB.plg_getgithubcode.ini</language>
<languagetag="en-GB">en-GB/en-GB.plg_getgithubcode.sys.ini</language>
</languages>
<config>
<fieldsname="params">
<fieldsetname="basic">
<fieldname="tagname"type="text"
description="PLG_GETGITHUBCODE_TAGSNAME_DESC"
label="PLG_GETGITHUBCODE_TAGSNAME_LABEL"
default="github"
/>
<fieldname="tagstart"type="text"
description="PLG_GETGITHUBCODE_TAGSTART_DESC"
label="PLG_GETGITHUBCODE_TAGSTART_LABEL"
default="<pre>"
/>
<fieldname="tagend"type="text"
description="PLG_GETGITHUBCODE_TAGEND_DESC"
label="PLG_GETGITHUBCODE_TAGEND_LABEL"
default="</pre>"
/>
</fieldset>
</fields>
</config>
</extension>