Skip to content

Commit

Permalink
Dev: Add rest of plugin config.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 28, 2018
1 parent eb8c876 commit 850ec2a
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 0 deletions.
20 changes: 20 additions & 0 deletions application/core/plugins/Authwebserver/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>Authwebserver</name>
<type>plugin</type>
<creationDate>2013-03-28</creationDate>
<last_update>2018-02-03</last_update>
<author>Menno Dekker</author>
<authorUrl>https://www.limesurvey.org</authorUrl>
<version>1.0.0</version>
<license>GNU General Public License version 2 or later</license>
<description><![CDATA[Core: Webserver authentication]]></description>
</metadata>

<compatibility>
<version>4.0</version>
<version>3.0</version>
<version>2.73</version>
</compatibility>
</config>
20 changes: 20 additions & 0 deletions application/core/plugins/ExportR/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>AuthLDAP</name>
<type>plugin</type>
<creationDate>2013-07-03</creationDate>
<last_update>2017-11-23</last_update>
<author>Menno Dekker</author>
<authorUrl>https://www.limesurvey.org</authorUrl>
<version>1.0.0</version>
<license>GNU General Public License version 2 or later</license>
<description><![CDATA[Core: R-export]]></description>
</metadata>

<compatibility>
<version>4.0</version>
<version>3.0</version>
<version>2.73</version>
</compatibility>
</config>
20 changes: 20 additions & 0 deletions application/core/plugins/ExportSTATAxml/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>ExportSTATAxml</name>
<type>plugin</type>
<creationDate>2013-08-05</creationDate>
<last_update>2017-11-23</last_update>
<author>Mirko Faber</author>
<authorUrl>https://www.limesurvey.org</authorUrl>
<version>1.0.0</version>
<license>GNU General Public License version 2 or later</license>
<description><![CDATA[Core: Export survey results to a STATA xml file]]></description>
</metadata>

<compatibility>
<version>4.0</version>
<version>3.0</version>
<version>2.73</version>
</compatibility>
</config>
20 changes: 20 additions & 0 deletions application/core/plugins/extendedStartPage/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>extendedStartPage</name>
<type>plugin</type>
<creationDate>2016-08-22</creationDate>
<last_update>2017-11-23</last_update>
<author>Markus Fluer</author>
<authorUrl>https://www.limesurvey.org</authorUrl>
<version>1.0.0</version>
<license>GNU General Public License version 2 or later</license>
<description><![CDATA[Extended start page view]]></description>
</metadata>

<compatibility>
<version>4.0</version>
<version>3.0</version>
<version>2.73</version>
</compatibility>
</config>
20 changes: 20 additions & 0 deletions application/core/plugins/oldUrlCompat/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>oldUrlCompat</name>
<type>plugin</type>
<creationDate>2016-01-27</creationDate>
<last_update>2017-11-23</last_update>
<author>Denis Chenu</author>
<authorUrl>https://www.limesurvey.org</authorUrl>
<version>1.0.0</version>
<license>GNU General Public License version 2 or later</license>
<description><![CDATA[Old url (pre-2.0) compatible system]]></description>
</metadata>

<compatibility>
<version>4.0</version>
<version>3.0</version>
<version>2.73</version>
</compatibility>
</config>

0 comments on commit 850ec2a

Please sign in to comment.