Skip to content

Choose a tag to compare

@wlft wlft released this 09 Aug 21:48

Feature release.

Features

  • Shared site groups: Allocate groups of modules/templates to multiple specific sites. Legacy shared/ and common/ methods are still supported. Site host/id values cannot be shared-* (reserved). Define new shared site groups with shared_groups in wikiwire.toml with enrolment managed per-site; read more: https://wikiwire.readthedocs.io/en/latest/wikiwire-toml-reference/#shared_groups-array-of-strings.
  • (Experimental) File deletion support: With the top-level delete_removed = true flag (in wikiwire.toml), WikiWire can now delete pages on-wiki automatically.
  • (Experimental) infer_page_existence option: A new option which speeds up WikiWire syncs by inferring the existence of pages on-wiki (e.g., if a file was created/modified on git).

Full Changelog: v0.4.0...v0.5.0