Go to file
Daniel Hensby 97cef021d6 Remove random publishing of 10 pages 2016-02-24 15:37:18 +00:00
_config API: Remove CMS constraint. 2014-01-14 20:36:46 +13:00
code Remove random publishing of 10 pages 2016-02-24 15:37:18 +00:00
docs DOCS: fix references to static-main.php 2014-11-18 12:16:26 +00:00
tests Converted to PSR-2 2015-12-20 17:19:24 +13:00
.editorconfig Added standard .editorconfig file 2015-12-17 10:25:52 +13:00
.gitattributes Added standard .gitattributes file 2016-01-16 18:29:44 +13:00
.gitignore Ignore .DS_Store files 2012-09-21 17:49:16 +12:00
.htaccess Protect main.php 2012-09-21 19:48:50 +12:00
.travis.yml Move to new travis containerised infrastructure 2015-07-21 11:03:52 +01:00
LICENSE Update LICENSE 2014-02-17 16:34:47 +13:00
README.md Running CI against SilverStripe master 2014-08-03 22:04:35 +12:00
_config.php API: Remove CMS constraint. 2014-01-14 20:36:46 +13:00
code-of-conduct.md Added standard code of conduct file 2016-02-16 11:07:27 +13:00
composer.json API: Remove CMS constraint. 2014-01-14 20:36:46 +13:00
main.php Merge pull request #29 from kevcenteno/master 2016-01-18 15:44:10 +13:00

README.md

StaticPublisher

Build Status

Introduction

This module provides an extension for exporting a SilverStripe application as static files to both a local or remote server for increased site performance.

Maintainer Contact

* Will Rossiter (Nickname: wrossiter, willr) `<will@fullscreen.io>`
* Sam Minneé (Nickname: sminnee) <sam@silverstripe.com>

Requirements

  • SilverStripe 3.1 or newer
  • Tar archive

Documentation

See the docs folder.

Note this is untested on Windows.