Go to file
Ingo Schommer 00f66e201f ENHANCEMENT getlocalization build support
Squashed commits (sorry, too hard to untangle):
- Moved descriptions from custom "phing help" target
to the more standard 'phing -l' command, which keeps
the descriptions in one place, rather than duplicating
them between xml comments, "description" attrs and the "help" target.
- Prefixed helper targets to make it clear that they're internal
(= require temporary properties to work)
2012-06-22 15:42:07 +02:00
assets BUGFIX #6321 Whitelisted file extensions with uppercase extensions blocked by case sensitive FilesMatch directive in assets/.htaccess (does not affect IIS 7.x which uses web.config) (from r115816) 2011-01-26 03:14:26 +00:00
mysite MINOR Setting new default theme in standard mysite/_config.php 2012-04-03 01:15:10 +02:00
themes/tutorial BUGFIX: Tutorial template fixes 2012-04-27 17:16:50 +12:00
tools ENHANCEMENT getlocalization build support 2012-06-22 15:42:07 +02:00
.gitignore MINOR Adding .DS_Store to .gitignore 2012-05-11 14:44:22 +12:00
.htaccess API-CHANGE sapphire folder can now be renamed. 2012-04-14 12:53:12 +12:00
.mergesources.yml MINOR Removed jsparty from mergesources 2009-11-27 01:05:13 +00:00
Makefile API-CHANGE sapphire folder can now be renamed. 2012-04-14 12:53:12 +12:00
README.md BUGFIX: updating theme to "Simple" in change log creator and documentation 2012-04-24 15:56:20 +12:00
build.properties.default ENHANCEMENT getlocalization build support 2012-06-22 15:42:07 +02:00
build.xml ENHANCEMENT getlocalization build support 2012-06-22 15:42:07 +02:00
changelog-definitions.default API-CHANGE sapphire folder can now be renamed. 2012-04-14 12:53:12 +12:00
dependent-modules.default MINOR dependent-modules.default should showcase SQLite3 from silverstripe-labs 2012-06-13 16:09:25 +12:00
favicon.ico Added favicon 2007-09-23 23:34:09 +00:00
index.php MINOR Adjusted PHP version recommendation 2012-04-20 15:13:47 +12:00
install-frameworkmissing.html MINOR Tweaking words on framework missing 2012-04-14 19:28:05 +12:00
install.php MINOR Adjusted PHP version recommendation 2012-04-20 15:13:47 +12:00
phpunit.teamcity.xml MINOR: Simplified phpunit files so that they work with PHPUnit 3.5 2012-05-28 18:20:46 +12:00
phpunit.xml.dist MINOR: Simplified phpunit files so that they work with PHPUnit 3.5 2012-05-28 18:20:46 +12:00
web.config ENHANCEMENT IIS 7.x no longer throws a server error if the rewrite module isn't installed when first opening the SS installer - instead, the web.config file is written with rules during installation 2010-10-13 04:22:35 +00:00

README.md

Overview

Base project folder for a SilverStripe (http://silverstripe.org) installation. Requires additional modules to function:

  • framework: Module including the base framework
  • cms: Module including a Content Management System
  • themes/simple (optional)

Server Requirements

See doc.silverstripe.org

Installation

See installation on different platforms, and installation from source.

License

Copyright (c) 2007-2011, SilverStripe Limited - www.silverstripe.com
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the 
      documentation and/or other materials provided with the distribution.
    * Neither the name of SilverStripe nor the names of its contributors may be used to endorse or promote products derived from this software 
      without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE.