{include 'common_head.tpl'}
<body>
{include 'header.tpl'}
<table id='Content' cellpadding=0>
<tr><td>
<div id='welcome'>
<center>
<h1>Welcome to Runner!</h1>
<table><tr><td>
{img src='images/runner_logo.png'}
</td><td>
<p>Runner has been my pet-project for a few months now. I originally started the project when I was redesigning the <a href='http://www.circuitrunners.com/'>Circuitrunner's</a> web site. I knew that the web site had been remade multiple times in the past year, drastically changing looks, but never changing content. Yet some how, every time the site was redesigned, we always had to come up with the descriptions of the teams again. This became a problem that I knew had to be fixed. Running off this idea, I developed a template system where the data for the page can be set, and never altered, while the look of the page changes around it. Through months of work, and many frustrating nights developing regular expressions, custom functions, and more, it is finally done. Runner, as i called it, is now being released to the public as a faster way to get your site up and 'Running'</i>. </p>
</td></tr></table>
</center>
</div>
</td></tr>
<tr><td>
<div id='left'>
<h1>Introduction to Runner</h1>
<p>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.
</p>
</div>
<div id='right'>
<h1>Runner Q&A</h1>
<p>
<h2>Q:</h2>
<p>
Where do I get started?
</p>
<h2>A:</h2>
<p>
Check the <a href='docs/'>documentation</a>
</p>
<h2>Q:</h2>
<p>
How can Runner help me?
</p>
<h2>A:</h2>
<p>
Runner is a template system that needs you to only
code your site <i>once</i>, and allows you to make
any nessisary changes in the layout whenever possible,
without having to re-work the code. Because of this
it will be easier to keep your site up to date and
even apply seasonal themes with ease.
</p>
<h2>Q:</h2>
<p>
What can I do to help the Runner Project?
</p>
<h2>A:</h2>
<p>
As of now there has only been one developer on the
entire project. As everyone knows by now, there is
no bug free software, and with so few people working
on it, Runner is no exception. If you would like to
help the Runner project, or just have some comments,
feel free to send an email to
James.K.Rundquist (at) gmail (dot) com.
</p>
<h2>Q:</h2>
<p>
Is Runner freeware?
</p>
<h2>A:</h2>
<p>
Yes. Runner is distributed under the GPL and you
may modifiy any part of it, as long as you keep the
GPL statement in it, and grant credit where credit
is due.
</p>
</p>
</div>
</td></tr>
<tr><td>
<div id='full'>
<h1>GPL</h1>
<p> Runner 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.
</p>
<p>
Runner 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.
</p>
<p>
You should have received a copy of the GNU General Public License
along with Runner. If not, see <a href='http://www.gnu.org/licenses/'>'http://www.gnu.org/licenses/'</a>.
</p>
</div>
</td></tr>
</table>
{include 'foot.tpl'}
</body>
</html>