-
- <section id="featuresSection">
- <header>
- <h2 id="features">Features</h2>
- </header>
-
- <p>Philo allows the creation of complex site structures from Django’s own <a href="https://docs.djangoproject.com/en/1.3/ref/contrib/admin/">admin interface</a> (or similar database interface). For a simple site, you will use the following three objects, included in the <span class="pname">Philo</span> core.</p>
-
- <ul id="modelList">
- <li><span class="name">Nodes</span> are the basic building blocks of a website using <span class="pname">Philo</span>. They define the URL hierarchy and connect each URL to a View subclass instance, such as a Page.</li>
- <li><span class="name">Templates</span> are Django templates, stored in the database and editable from the Django admin (or similar).</li>
- <li><span class="name">Pages</span> are a simple view subclass which return a basic HTML page according to a template. They have related, editable Contentlets and Content References based on <code>{% container %}</code> tags used in the template.</li>
- </ul>
-
- <p><span class="pname">Philo</span> also provides a number of useful template tags, in particular <code>{% container %}</code>, which generates a relationship (and a field in the admin interface) on any pages which use that template. For more about <span class="pname">Philo</span> and its features, <a href="#documentation">read the documentation</a>.</p>
- </section>
+
+ <div class="tucol" id="intro">
+ <section id="history">
+ <p><span class="pname">Philo</span> was developed by a team of developers working for Oberlin College to meet their needs for flexible, manageable website development and maintenance. To learn more about Philo’s features and functionality <a href="http://docs.philocms.org/">read the documentation</a>.</p>
+ </section>
+
+ <section id="onPhilo">
+ <header>
+ <h2>Philo-Powered Websites</h2>
+ </header>
+ <ul>
+ <li><a href="http://oncampus.oberlin.edu/">Oberlin Oncampus</a></li>
+ <li><a href="http://shansi.oberlin.edu/">Oberlin Shansi</a></li>
+ </ul>
+ </section>
+ </div>