wagtail/docs/contrib/index.rst

46 wiersze
840 B
ReStructuredText
Czysty Zwykły widok Historia

2015-02-19 17:07:21 +00:00
Contrib modules
===============
Wagtail ships with a variety of extra optional modules.
2014-07-25 14:26:35 +00:00
.. toctree::
:maxdepth: 2
static_site_generation
sitemap_generation
2014-10-08 10:32:44 +00:00
frontendcache
2015-03-26 13:53:50 +00:00
routablepage
2015-02-19 17:07:21 +00:00
``wagtailmedusa``
-----------------
:doc:`static_site_generation`
Provides a management command that turns a Wagtail site into a set of static HTML files.
``wagtailsitemaps``
-------------------
:doc:`sitemap_generation`
Provides a view that generates a Google XML sitemap of your public wagtail content.
``wagtailfrontendcache``
------------------------
:doc:`frontendcache`
A module for automatically purging pages from a cache (Varnish, Squid or Cloudflare) when their content is changed.
2015-03-26 13:53:50 +00:00
``wagtailroutablepage``
-----------------------
:doc:`routablepage`
Provides a way of embedding Django URLconfs into pages.