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>
9 <script type="text/javascript">
10 var _gaq = _gaq || [];
11 _gaq.push(['_setAccount', 'UA-17620212-2']);
12 _gaq.push(['_setDomainName', 'none']);
13 _gaq.push(['_setAllowLinker', true]);
14 _gaq.push(['_trackPageview']);
16 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
17 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
18 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
24 <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>
29 <header id="nameplate">
31 <a class="installButton" href="#install">Install</a>
32 <a class="docsButton" href="http://docs.philocms.org/">Docs</a>
33 </header><!-- /#nameplate -->
35 <article id="content">
38 <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>
41 <div class="tucol" id="intro">
43 <p><span class="pname">Philo</span> is designed by and for web developers. <strong>Web developers who don't like compromise.</strong></p>
44 <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>
47 <section id="onPhilo">
49 <h2>Philo-Powered web sites</h2>
52 <li><a href="http://oncampus.oberlin.edu/">Oberlin OnCampus</a></li>
53 <li><a href="http://shansi.oberlin.edu/">Oberlin Shansi</a></li>
58 <section id="exampleSection">
59 <div class="three-up">
61 <img src="static/img/container1.png" width="600" height="300" />
62 <figcaption>Put container tags in your template.</figcaption>
65 <img src="static/img/container2.png" width="600" height="300" />
66 <figcaption>Edit the contentlets on the page.</figcaption>
69 <img src="static/img/container3.png" width="600" height="300" />
70 <figcaption>See the results on your site!</figcaption>
73 <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>
76 <section id="contribSection">
77 <h2 id="batteries_included">Batteries Included</h2>
79 <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>
83 <span class="name">Penfield</span>
84 <span class="description">Blog and newsletter management.</span>
87 <span class="name">Shipherd</span>
88 <span class="description">Powerful site navigation.</span>
91 <span class="name">Sobol</span>
92 <span class="description">Custom web and database searches.</span>
95 <span class="name">Waldo</span>
96 <span class="description">Custom authentication systems.</span>
99 <span class="status dev">(in development)</span>
100 <span class="name">Gilbert</span>
101 <span class="description">Alternative admin built on <a href="http://www.sencha.com/products/extjs/">Ext JS</a>.</span>
104 <span class="status dev">(in development)</span>
105 <span class="name">Julian</span>
106 <span class="description">Calendar and events system.</span>
109 <span class="status dev">(in development)</span>
110 <span class="name">Edmonia</span>
111 <span class="description">Asset management.</span>
114 <span class="status dev">(in development)</span>
115 <span class="name">Bartleby</span>
116 <span class="description">Form generation and handling.</span>
119 <span class="status pla">(planned)</span>
120 <span class="description">Forums.</span>
123 <span class="status pla">(planned)</span>
124 <span class="description">Wikis.</span>
129 <div class="tucol" id="outtro">
130 <section class="installSection" id="install">
131 <h2>Install Philo</h2>
132 <div class="codeblock shell">
133 <code>git clone git://git.ithinksw.org/philo.git</code>
134 <code>python philo/setup.py install</code>
135 <code>rm -rf philo</code>
139 <section class="getInvolved">
140 <h2 id="get_involved">Get Involved</h2>
141 <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> or <a href="http://gitorious.org/ithinksw/philo">Gitorious</a> to add features or fix bugs.</p>
145 </article><!-- /#content -->
148 <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>