Go to file
Mateusz U 3e14e51643 Merge pull request #38 from ss23/master
Fix static exporter to export URLs properly
2015-01-09 12:01:47 +13:00
_config API: Remove CMS constraint. 2014-01-14 20:36:46 +13:00
code Fix static exporter to export URLs properly 2015-01-09 11:42:25 +13:00
docs Update buildcache url in documentation (Fixes: #23) 2013-09-16 19:49:30 +12:00
tests Fix unittests for 3.1rc 2013-09-16 13:53:57 +12:00
.editorconfig adding .editorconfig 2015-01-03 17:44:31 +00: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 Running CI against SilverStripe master 2014-08-03 22:04:35 +12: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
composer.json API: Remove CMS constraint. 2014-01-14 20:36:46 +13:00
main.php Fixes BASE_URL php Notice. 2013-09-18 10:31:55 +10: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.