<link rel="stylesheet" type="text/css" href="static/css/screen.css" media="screen" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
<script src="static/js/init.js"></script>
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17620212-2']);
+ _gaq.push(['_setDomainName', 'none']);
+ _gaq.push(['_setAllowLinker', true]);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
</head>
<body>
<div id="fork">
- <a href="http://github.com/ithinksw/philo"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
+ <a href="http://github.com/ithinksw/philo"><img style="position: fixed; top: 0; right: 0; border: 0; z-index:3;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
</div>
<div id="container">
<header id="nameplate">
<h1>Philo</h1>
<a class="installButton" href="#install">Install</a>
+ <a class="docsButton" href="http://docs.philocms.org/">Docs</a>
</header><!-- /#nameplate -->
<article id="content">
<section id="whatIs">
- <p><span class="s1"><span class="w1">Philo</span> is a powerful content-management system built with <a href="https://djangoproject.com/">Django</a>.</span> It manages websites, simple and complex.</p>
+ <p><span class="s1"><span class="w1">Philo</span> is a powerful content-management system built with <a href="https://djangoproject.com/">Django</a>.</span> It manages web sites, simple and complex.</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>
+ <p><span class="pname">Philo</span> is designed by and for web developers. <strong>Web developers who don't like compromise.</strong></p>
+ <p>Initially developed for Oberlin College, <span class="pname">Philo</span> meets changing and complex needs gracefully. To learn more, <a href="http://docs.philocms.org/">read the documentation</a>.</p>
</section>
<section id="onPhilo">
<header>
- <h2>Philo-Powered Websites</h2>
+ <h2>Philo-Powered web sites</h2>
</header>
<ul>
- <li><a href="http://oncampus.oberlin.edu/">Oberlin Oncampus</a></li>
+ <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>
<section id="exampleSection">
- <!-- h2 id="a_simple_example">A Simple Example</h2 -->
-
<div class="three-up">
<figure>
<img src="static/img/container1.png" width="600" height="300" />
<figcaption>See the results on your site!</figcaption>
</figure>
</div>
-
- <p>You can use collections, redirects, files, content references (included in the <span class="pname">Philo</span> core), as well as the <span class="pname">Philo</span> contrib apps and your own code to create and manage more powerful, complex websites. Learn more in <a href="http://docs.philocms.org/">the documentation</a>.</p>
+ <p><span class="pname">Philo</span> provides core web features—such as page editing, seen above—and a foundation for building complex web sites and applications.</p>
</section>
<section id="contribSection">
<h2 id="batteries_included">Batteries Included</h2>
- <p>Following Python and Django’s <a href="http://docs.python.org/tutorial/stdlib.html#batteries-included">“batteries included” philosophy</a>, Philo includes a number of optional packages that simplify common website structures. These are stored in <code>philo.contrib</code> and include the following:</p>
+ <p>Following Python and Django’s <a href="http://docs.python.org/tutorial/stdlib.html#batteries-included">“batteries included” philosophy</a>, <span class="pname">Philo</span> includes a number of optional modules that simplify common web site structures. These are located in <code>philo.contrib</code> and include the following:</p>
<ul id="contribList">
<li>
<section class="installSection" id="install">
<h2>Install Philo</h2>
<div class="codeblock shell">
- <code>git clone git://git.ithinksw.org/philo.git</code>
- <code>python philo/setup.py install</code>
- <code>rm -rf philo</code>
+ <code>pip install philo</code>
</div>
</section>
<section class="getInvolved">
<h2 id="get_involved">Get Involved</h2>
- <p><span class="pname">Philo</span> is still under heavy development. If you’re a Python/Django developer, help out by forking <a href="http://github.com/ithinksw/philo"><span class="pname">Philo</span> on GitHub</a> to add features or fix bugs.</p>
+ <p><span class="pname">Philo</span> is still under heavy development. If you’re a Python/Django developer, help out by visiting the <a href="http://project.philocms.org/">project website</a> and/or forking <span class="pname">Philo</span> on <a href="http://github.com/ithinksw/philo">GitHub</a>, <a href="http://gitorious.org/ithinksw/philo">Gitorious</a>, or <a href="http://bitbucket.org/ithinksw/philo">Bitbucket</a> to add features or fix bugs.</p>
</section>
</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>