Runner v. 1.0



Copyright (c) 2008


Documentation

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see 'http://www.gnu.org/licenses/'.

Table of contents

Introduction

Because of the complications redesigning a website creates, it became necessary to create a template engine to efficiently create new designed and styles for the website. With Runner, it is now easier than ever to create an entirely different layout without having to worry about reworking all the technical stuff, but instead making the site look good. Runner allows you to create the content once, and redesign the look and layout many times.

Setup

Setup for Runner is really simple. Copy the runner_include directory into your site's root directory (or the directory you want to run the php out of). The basic system is now set up.

To start using templates make sure you have a templates directory with at least one template in it.

Edit runner_include/config.php to match your site. This file will set up many constants that are used by runner, as well as a few thay mey be usefull to you.

Runner is now set up. :)



SourceForge.net Logo