LimeStore extension development: Difference between revisions
From LimeSurvey Manual
Line 21: | Line 21: | ||
== config.xml specification == | == config.xml specification == | ||
All LimeSurvey extensions include a config.xml file with specifies author, version, type, and so on. Without this file, LimeSurvey won't be able to properly install the extension. | All LimeSurvey extensions include a <code>config.xml</code> file with specifies author, version, type, and so on. Without this file, LimeSurvey won't be able to properly install the extension. | ||
=== Plugin example === | |||
TODO | |||
=== Theme example === | |||
TODO |
Revision as of 12:45, 8 January 2019
This page describes how you as a third-party developer can create and publish extensions for LimeSurvey, available for purchase or free download in the LimeSurvey LimeStore.
FAQ
What is the LimeStore
TODO
How do I become a third-party developer?
Apply at us, sign documents, give banking details/PayPal account for transactions, etc.
TODO
Adding an extension to the LimeStore
First, you have to be approved as a LimeStore extension vendor. See above.
The extension has to be zipped correctly, with a proper config.xml
file. See below.
config.xml specification
All LimeSurvey extensions include a config.xml
file with specifies author, version, type, and so on. Without this file, LimeSurvey won't be able to properly install the extension.
Plugin example
TODO
Theme example
TODO