mirror of
https://github.com/silverstripe/silverstripe-staticpublisher
synced 2024-10-22 14:05:54 +02:00
24 lines
814 B
Markdown
24 lines
814 B
Markdown
|
# Static
|
||
|
|
||
|
Static is a module providing extensions to SilverStripe to allow developers to
|
||
|
generate static exports of their SilverStripe sites either for performance or
|
||
|
as a backup system.
|
||
|
|
||
|
There are two main parts to the module
|
||
|
|
||
|
## 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)
|
||
|
|
||
|
## 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)
|