Go to file
Will Rossiter 1c40f4d6bc Merge pull request #17 from dhensby/patch-docs
FIX Docs formatting and errors
2013-05-23 03:50:34 -07:00
code FIX: leave trailing slashes along. 2013-04-06 18:35:08 +13:00
docs FIX Docs formatting and errors 2013-05-23 10:39:57 +01:00
tasks FIX: leave trailing slashes along. 2013-04-06 18:35:08 +13:00
tests Add test for Menu current (open/3853) 2013-04-06 17:25:28 +13:00
_config.php FIX: update for Config API 2013-04-06 17:24:51 +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 Travis support 2013-03-29 10:25:47 +01:00
composer.json Fixed composer constraints 2013-05-07 14:05:21 +03:00
LICENSE Initial import 2012-09-21 17:47:26 +12:00
main.php Rename static to staticpublisher. 2012-09-25 20:02:26 +12:00
README.md FIX Docs formatting and errors 2013-05-23 10:39:57 +01:00

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.