List of various ways that content synch can be implemented
- Namespaces - all edits in a custom namespace are published to other wikis in real-time using interwiki tables and scary transclusions
- Hooks - use a "hook" extension that does sync "on save"
- Server Scripts - cron jobs + pywikibot/mwclient
- Extensions - extensions like Page Exchange/Page Importer