Open-source software for Joomla, Gitea, and web platforms. Home of MokoSuite, MokoGitea, and MokoCLI.
Tennessee
references/glossary
Glossary
Terminology used across Moko Consulting projects.
| Term | Definition |
|---|---|
| Moko Consulting | The company (with space). Software consultancy building open-source tools. |
| MokoConsulting | The Gitea organization name (no space). Used in repo URLs and namespaces. |
| MokoSuite | Family of Joomla 5/6 extensions built by Moko Consulting. |
| MokoGitea | Custom fork of Gitea with manifest system, custom fields, and update server generation. Upstream Gitea = "Gitea"; our fork = "MokoGitea" or "mg". |
| MokoOnyx | Joomla site template with dark mode support and MokoSuite integration. Successor to MokoCassiopeia. |
| mokoplatform | CLI tools, shared CI workflows, and MCP server monorepo. Lowercase, one word. |
| WaaS | Website as a Service. Managed Joomla hosting provided by Moko Consulting. |
| MCP | Model Context Protocol. AI tool integration standard. MCP servers extend Claude Code with domain-specific tools. |
| Element name | Joomla extension identifier. Format: com_mokosuitebackup, plg_system_mokosuitebackup, mod_mokosuitehero. |
| Package | Joomla installation bundle containing multiple sub-extensions. Format: pkg_mokosuitebackup. |
| Manifest | .mokogitea/manifest.xml — structured metadata file in each repo defining platform, element, org, and build config. |
| Platform | The <platform> field in manifest.xml: joomla, gitea, node, go, or file. |
| Dot-repo | A Gitea repository whose name starts with . (e.g., .mokogitea-private). Hidden from public listings. |
| Update server | Joomla mechanism for delivering extension updates. MokoGitea auto-generates update XML from releases. |
| Service plugin | A plugin in a custom group (e.g., mokosuitecross) that implements a platform-specific service interface. |
| Default bot | A MokoSuite-provided bot account for services like Discord, Telegram, Slack. Users can switch to "custom" mode with their own credentials. |
| Stepped engine | The backup engine pattern in MokoSuiteBackup that processes work in resumable steps (scan → dump → archive → upload). |
Pages