6 <link rel="stylesheet" type="text/css" href="static/css/screen.css" media="screen" />
7 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
8 <script src="static/js/init.js"></script>
12 <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>
17 <header id="nameplate">
19 <a class="installButton" href="#install">Install</a>
20 <a class="docsButton" href="http://docs.philocms.org/">Docs</a>
21 </header><!-- /#nameplate -->
23 <article id="content">
26 <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>
29 <div class="tucol" id="intro">
31 <p><span class="pname">Philo</span> is designed by and for web developers. <strong>Web developers who don't like compromise.</strong></p>
32 <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>
35 <section id="onPhilo">
37 <h2>Philo-Powered web sites</h2>
40 <li><a href="http://oncampus.oberlin.edu/">Oberlin OnCampus</a></li>
41 <li><a href="http://shansi.oberlin.edu/">Oberlin Shansi</a></li>
46 <section id="exampleSection">
47 <div class="three-up">
49 <img src="static/img/container1.png" width="600" height="300" />
50 <figcaption>Put container tags in your template.</figcaption>
53 <img src="static/img/container2.png" width="600" height="300" />
54 <figcaption>Edit the contentlets on the page.</figcaption>
57 <img src="static/img/container3.png" width="600" height="300" />
58 <figcaption>See the results on your site!</figcaption>
61 <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>
64 <section id="contribSection">
65 <h2 id="batteries_included">Batteries Included</h2>
67 <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>
71 <span class="name">Penfield</span>
72 <span class="description">Blog and newsletter management.</span>
75 <span class="name">Shipherd</span>
76 <span class="description">Powerful site navigation.</span>
79 <span class="name">Sobol</span>
80 <span class="description">Custom web and database searches.</span>
83 <span class="name">Waldo</span>
84 <span class="description">Custom authentication systems.</span>
87 <span class="status dev">(in development)</span>
88 <span class="name">Gilbert</span>
89 <span class="description">Alternative admin built on <a href="http://www.sencha.com/products/extjs/">Ext JS</a>.</span>
92 <span class="status dev">(in development)</span>
93 <span class="name">Julian</span>
94 <span class="description">Calendar and events system.</span>
97 <span class="status dev">(in development)</span>
98 <span class="name">Edmonia</span>
99 <span class="description">Asset management.</span>
102 <span class="status dev">(in development)</span>
103 <span class="name">Bartleby</span>
104 <span class="description">Form generation and handling.</span>
107 <span class="status pla">(planned)</span>
108 <span class="description">Forums.</span>
111 <span class="status pla">(planned)</span>
112 <span class="description">Wikis.</span>
117 <div class="tucol" id="outtro">
118 <section class="installSection" id="install">
119 <h2>Install Philo</h2>
120 <div class="codeblock shell">
121 <code>git clone git://git.ithinksw.org/philo.git</code>
122 <code>python philo/setup.py install</code>
123 <code>rm -rf philo</code>
127 <section class="getInvolved">
128 <h2 id="get_involved">Get Involved</h2>
129 <p><span class="pname">Philo</span> is still under heavy development. If you’re a Python/Django developer, help out by forking <span class="pname">Philo</span> on <a href="http://github.com/ithinksw/philo">GitHub</a> or <a href="http://gitorious.org/ithinksw/philo">Gitorious</a> to add features or fix bugs.</p>
133 </article><!-- /#content -->
136 <p>Philo is developed by iThink Software. Read the <a href="https://github.com/ithinksw/philo/blob/master/LICENSE">license</a>. Read the <a href="http://docs.philocms.org/">documentation</a>.</p>