-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgeshi.xml
More file actions
24 lines (24 loc) · 885 Bytes
/
geshi.xml
File metadata and controls
24 lines (24 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="content">
<name>plg_content_geshi</name>
<author>Joomla! Project</author>
<creationDate>November 2005</creationDate>
<copyright>Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorUrl>qbnz.com/highlighter</authorUrl>
<version>2.5.0</version>
<description>PLG_CONTENT_GESHI_XML_DESCRIPTION</description>
<files>
<filename plugin="geshi">geshi.php</filename>
<filename>index.html</filename>
<folder>geshi</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB.plg_content_geshi.ini</language>
<language tag="en-GB">en-GB.plg_content_geshi.sys.ini</language>
</languages>
<config>
<fields name="params">
</fields>
</config>
</extension>