-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathextension.xml
26 lines (26 loc) · 1.14 KB
/
extension.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
<update>
<name>Simple Email Form</name>
<description><![CDATA[
A simple email form from unlikelysource.com with up to 8 fields + Joomla CAPTCHA + 32 languages.
<br />Version 2.3.0 -- works on Joomla 3.x.
<br />REQUIRES a web server running at a minimum PHP 5.3!!!
<br />TO LOAD IN AN ARTICLE (most common):
<ul><li>In the Details box, modify Position to user99 (or whatever). </li>
<li>In your target article, add this line: {loadposition user99}.</li>
<li>Make sure Extensions - Plugin Manager - Content - Load Module is active.</li>
</ul>]]>
</description>
<element>Simple Email Form</element>
<type>module</type>
<version>2.3.0</version>
<infourl title="Simple Email Form">http://joomla.unlikelysource.org/</infourl>
<downloads>
<downloadurl type="full" format="tar.gz">https://github.com/andrewscaya/mod_simpleemailform/archive/latest.tar.gz</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>Andrew Caya</maintainer>
<maintainerurl>https://github.com/andrewscaya/mod_simpleemailform</maintainerurl>
<targetplatform name="joomla" version="3.[012345678]"/>
</update>