silverstripe-staticpublisher/docs/en/index.md

25 lines
852 B
Markdown
Raw Normal View History

2012-09-25 10:02:26 +02:00
# StaticPublisher
2012-09-21 09:18:57 +02:00
2012-09-25 10:02:26 +02:00
StaticPublisher is a module providing an extension to SilverStripe to allow
developers to generate static exports of their SilverStripe sites either
for performance or as a backup system.
2012-09-21 09:18:57 +02:00
2012-09-25 10:02:26 +02:00
There are two extensions provided by the module:
2012-09-21 09:18:57 +02:00
## Static Publisher
Publish selected SilverStripe pages as HTML / PHP files to get a performance
increase on those pages. You can run the static content alongside a full
installation to allow for seamless integration. Also supports syncing published
content to multiple servers for load balancing.
* [Static Publisher](StaticPublisher.md)
2012-09-21 09:18:57 +02:00
## Static Exporter
Export your entire website to HTML pages. Suitable if your entire site is
static and you wish to deploy the content to a machine other than the CMS or
as a backup measure to your website
* [Static Exporter](StaticExporter.md)