Files
Template-Joomla/samples/manifest/package_sample.xml
T
jmiller d46c431189 refactor: restructure template into samples/ + source/ layout
Replace per-type types/<type>/ scaffolds with a samples/ reference
directory (manifest XML + install script templates for all six
extension types) and a single source/ build directory that CI scans.

- Add samples/manifest/*.xml for component, template, module, plugin,
  package, and library
- Add samples/script/*.php install/update script templates
- Add source/ as the canonical build root (CI scans source/src/htdocs)
- Remove types/ per-type scaffolds
- Rewrite root README for the new structure and expanded CI suite
- Anchor Python MANIFEST ignore rule to root (/MANIFEST) so it no
  longer swallows samples/manifest/ on case-insensitive filesystems
- Expand ci-joomla.yml: SQL, language-key, PHPCS, security, updates.xml,
  asset, MVC naming, router, ACL, webservices, ZIP dry-run, JS/CSS checks

Authored-by: Moko Consulting
2026-07-04 01:23:54 -05:00

32 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<extension type="package" method="upgrade">
<name>Moko Full Suite Package</name>
<packagename>mokopackage</packagename>
<author>Moko Consulting</author>
<creationDate>July 2026</creationDate>
<copyright>Copyright (C) 2026 Moko Consulting. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE</license>
<authorEmail>hello@mokoconsulting.tech</authorEmail>
<authorUrl>https://mokoconsulting.tech</authorUrl>
<version>1.0.0</version>
<description>All-in-one distribution bundle wrapping the Moko Component, Dynamic Showcase Module, and System Interceptor Plugin into a single installation step.</description>
<languages>
<language tag="en-GB">en-GB.pkg_mokopackage.sys.ini</language>
<language tag="en-US">en-US.pkg_mokopackage.sys.ini</language>
</languages>
<files folder="constituents">
<file type="component" id="com_myextension">com_myextension.zip</file>
<file type="module" id="mod_mokomodule" client="site">mod_mokomodule.zip</file>
<file type="plugin" id="mokoplugin" group="system">plg_system_mokoplugin.zip</file>
</files>
<updateservers>
<server type="collection" priority="1" name="Moko Consulting Updates" dlid="id">
https://update.mokoconsulting.tech/pkg_mokopackage.xml
</server>
</updateservers>
<blockChildUninstall>1</blockChildUninstall>
</extension>