Go to file
Sean Harvey 02c2e66d69 Merge pull request #30 from stojg/use-config-system
BUG Static publisher republish even when config systems says no
2013-11-03 15:10:13 -08:00
_config Update buildcache url in documentation (Fixes: #23) 2013-09-16 19:49:30 +12:00
code BUG Static publisher republish even when config systems says no 2013-11-04 11:56:51 +13:00
docs Update buildcache url in documentation (Fixes: #23) 2013-09-16 19:49:30 +12:00
tasks FIX: Clear DataObject cache when loading each page (Fixes #10) 2013-06-08 13:57:57 +12:00
tests Fix unittests for 3.1rc 2013-09-16 13:53:57 +12: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 Travis support 2013-03-29 10:25:47 +01:00
LICENSE Initial import 2012-09-21 17:47:26 +12:00
README.md FIX Docs formatting and errors 2013-05-23 10:39:57 +01:00
_config.php API: Deprecate static methods in favour of Config API. 2013-05-24 19:46:15 +12:00
composer.json Fixed composer constraint to allow for RC releases (composer fixed its tilde behaviour now) 2013-08-14 12:00:33 +02: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
  • Tar archive

Documentation

See the docs folder.

Note this is untested on Windows.