-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathns_humanstxt.xml
executable file
·38 lines (34 loc) · 2.3 KB
/
ns_humanstxt.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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 1.7//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/2.5/template-install.dtd">
<extension type="plugin" version="2.7.0" group="system" method="upgrade" client="site">
<name>System - NS HumansTXT</name>
<creationDate>20 Jul 2011</creationDate>
<author>Natural Selection Web Design LLC</author>
<license>Released under the GNU/GPL License</license>
<authorEmail>info@nsel.co</authorEmail>
<authorUrl>http://nsel.co</authorUrl>
<version>v3.0</version>
<description>NS HumansTXT inserts a link string into your sites header and adds a humans.txt file to your root directory. Remember to enable it in the Plugin Manager. If you use NS HumansTXT please leave a review on the Joomla! Extensions Directory.</description>
<files>
<filename plugin="ns_humanstxt">ns_humanstxt.php</filename>
<filename>humans.txt</filename>
<filename>index.html</filename>
<folder>fields</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic" addfieldpath="/plugins/system/ns_humanstxt/fields/">
<field type="logo" default="" />
<field type="spacera" default="" />
<field name="spacer1" type="spacer" hr="true" />
<field type="spacera" default="<span style="font-family:arial;font-size:11px;">Ensure you have updated the humans.txt file.</span>" />
<field name="spacer2" type="spacer" hr="true" />
<field type="spacera" default="<span style="font-family:arial;font-size:11px;">Learn about the Humans.txt Initiative: </span> <a style="font-family:arial;color:#828627;" target="blank" href="http://www.humanstxt.org">Here</a>" />
<field name="spacer3" type="spacer" hr="true" />
<field type="spacera" default="<div style="font-family:arial;font-size:10px;">If you use NS HumansTXT, please post a rating and a review at the " />
<field type="spacera" default="Joomla! Extensions Directory:</span> <a style="font-family:arial;color:#828627;" target="blank" href="http://extensions.joomla.org/extensions/owner/NatSelection">Here</a>" />
<field name="spacer4" type="spacer" hr="true" />
</fieldset>
</fields>
</config>
</extension>