Exploring MediaWiki's Latest Security Enhancements A verified security overview for MediaWiki: what recent releases fixed and shipped, and a hardening checklist that still matters on current installs.
Integrating GPT‑4 into MediaWiki: A Step‑by‑Step Guide A practical guide to LLM integration in MediaWiki: keep keys server-side, build a small extension around the OpenAI API, handle costs and moderation, and know the real projects.
Configuring MediaWiki for Multilingual Support with Translate Extension The configuration side of the Translate extension: language fallback chains, role-based permissions, group management, workflow states and caching settings.
Enhancing MediaWiki with Custom Skins A code-free path to customizing MediaWiki looks: skin options, site CSS, design tokens, community skins, and the customization points that survive upgrades.
How to Integrate MediaWiki with LDAP for Single Sign‑On A verified LDAP SSO setup for MediaWiki: extension stack, ldap.json configuration, connection and search settings, group mapping and common failure modes.
Harnessing the Power of MediaWiki Extensions for Effective Knowledge Management A practical playbook for knowledge management on MediaWiki: structured data, forms, template discipline, review workflows, and how to keep the extension stack healthy.
MediaWiki success story for a local bakery A fictional but realistic case study: using MediaWiki templates, forms and structured data to standardize recipes, track ingredient costs and cut training time.
Configuring Advanced Caching in MediaWiki for Better Performance A verified tour of MediaWiki caching: what each cache stores, choosing backends ($wgMainCacheType, Redis, memcached, APCu), WANObjectCache for multi-DC, and what not to cache.
Enhancing MediaWiki Performance with PHP 8 and Redis Integration A grounded guide to running MediaWiki on PHP 8.x with Redis: the honest performance expectations, phpredis configuration, object and session caches, and verification.
Setting Up Multi-Language Support in MediaWiki Using Translate Extension The zero-to-multilingual path for MediaWiki: core language settings, URL structure per language, the Translate extension, and the content workflow that keeps translations current.