index.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Contrib modules
  2. ===============
  3. Wagtail ships with a variety of extra optional modules.
  4. .. toctree::
  5. :maxdepth: 2
  6. settings
  7. forms
  8. staticsitegen
  9. sitemaps
  10. frontendcache
  11. routablepage
  12. api/index
  13. searchpromotions
  14. :doc:`settings`
  15. ---------------
  16. Site-wide settings that are editable by administrators in the Wagtail admin.
  17. :doc:`forms`
  18. ------------
  19. Allows forms to be created by admins and provides an interface for browsing form submissions.
  20. :doc:`staticsitegen`
  21. --------------------
  22. Provides a management command that turns a Wagtail site into a set of static HTML files.
  23. :doc:`sitemaps`
  24. ---------------
  25. Provides a view that generates a Google XML sitemap of your public wagtail content.
  26. :doc:`frontendcache`
  27. --------------------
  28. A module for automatically purging pages from a cache (Varnish, Squid or Cloudflare) when their content is changed.
  29. :doc:`routablepage`
  30. -------------------
  31. Provides a way of embedding Django URLconfs into pages.
  32. :doc:`api/index`
  33. ----------------
  34. A module for adding a read only, JSON based web API to your Wagtail site
  35. :doc:`searchpromotions`
  36. -----------------------
  37. A module for managing "Promoted Search Results"