joomla/mod_wkhello/mod_wkhello.xml
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.6.0" client="site" method="upgrade">
<name>wk Hello World Module</name>
<!-- The following elements are optional and free of formatting constraints -->
<creationDate>April 2017</creationDate>
<author>Walter Keller</author>
<authorEmail>wa@wlkl.ch</authorEmail>
<authorUrl>http://www.wlkl.ch</authorUrl>
<copyright>Copyright Info</copyright>
<license>License Info</license>
<!-- The version string is recorded in the components table -->
<version>0.0.1</version>
<!-- The description is optional and defaults to the name -->
<description>wkHello my first joomla component hello world...</description>
<!-- <update> --> <!-- Runs on update; New since J2.5 -->
<!-- <schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
-->
<!-- Site Main File Copy Section -->
<files>
<filename>mod_wkhello.xml</filename>
<filename module="mod_wkhello">mod_wkhello.php</filename>
<filename>index.html</filename>
</files>
<!-- <administration>
</administration>
-->
<config>
</config>
</extension>