0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/reference/contrib/index.rst
2017-01-25 21:34:25 +03:00

80 lines
1.5 KiB
ReStructuredText

Contrib modules
===============
Wagtail ships with a variety of extra optional modules.
.. toctree::
:maxdepth: 2
settings
forms/index
staticsitegen
sitemaps
frontendcache
routablepage
api/index
modeladmin/index
searchpromotions
table_block
:doc:`settings`
---------------
Site-wide settings that are editable by administrators in the Wagtail admin.
:doc:`forms/index`
------------------
Allows forms to be created by admins and provides an interface for browsing form submissions.
:doc:`staticsitegen`
--------------------
Provides a management command that turns a Wagtail site into a set of static HTML files.
:doc:`sitemaps`
---------------
Provides a view that generates a Google XML sitemap of your public Wagtail content.
:doc:`frontendcache`
--------------------
A module for automatically purging pages from a cache (Varnish, Squid, Cloudflare or Cloudfront) when their content is changed.
:doc:`routablepage`
-------------------
Provides a way of embedding Django URLconfs into pages.
:doc:`api/index`
----------------
A module for adding a read only, JSON based web API to your Wagtail site
:doc:`modeladmin/index`
-----------------------
A module allowing for more customisable representation and management of custom models in Wagtail's admin area.
:doc:`searchpromotions`
-----------------------
A module for managing "Promoted Search Results"
:doc:`table_block`
-----------------------
Provides a TableBlock for adding HTML tables to pages.