wagtail/docs/contrib/index.rst

55 wiersze
940 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
2015-03-26 13:56:43 +00:00
staticsitegen
sitemaps
2014-10-08 10:32:44 +00:00
frontendcache
2015-03-26 13:53:50 +00:00
routablepage
api/index
2015-02-19 17:07:21 +00:00
``wagtailmedusa``
-----------------
2015-03-26 13:56:43 +00:00
:doc:`staticsitegen`
2015-02-19 17:07:21 +00:00
Provides a management command that turns a Wagtail site into a set of static HTML files.
``wagtailsitemaps``
-------------------
2015-03-26 13:56:43 +00:00
:doc:`sitemaps`
2015-02-19 17:07:21 +00:00
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.
``wagtailapi``
--------------
:doc:`api/index`
A module for adding a read only, JSON based web API to your Wagtail site