X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/7e24f8f625f8772c228442c98ae6484d646c8bfd..af7fa05ae7ba985fc27b17dceeacabd4175f1d7f:/index.html diff --git a/index.html b/index.html index 39bc33c..a9ba889 100644 --- a/index.html +++ b/index.html @@ -9,87 +9,133 @@
-Fork me on GitHub
+ Fork me on GitHub +
+ +
+

Philo

+ Install
-
-

Philo is a powerful content-management system built with Django.

- -

Features

- -

Philo allows the creation of complex site structures from Django’s web-based admin interface (or any other database-editing interface). For a simple site, you will use the following three objects, included in the Philo core.

- -
    -
  • Nodes are the basic building blocks of a website using Philo. They define the URL hierarchy and connect each URL to a View subclass instance which is used to generate an HttpResponse.
  • -
  • Templates are Django templates, stored in the database and editable from the Django admin (or similar).
  • -
  • Pages 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 {% container %} tags used in the template.
  • -
- -

Philo also provides a number of useful template tags, in particular {% container %}, which generates a relationship (and a field in the admin interface) on any pages which use that template.

- -

A Simple Example

- -
-
- -
Put container tags in your template.
-
-
- -
Edit the contentlets on the page.
-
-
- -
See the results on your site!
-
+
+ +
+

Philo is a powerful content-management system built with Django. It manages websites, simple and complex.

+
+ +
+
+

Philo 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 read the documentation.

+
+ +
+
+

Philo-Powered Websites

+
+ +
+ +
+ -

You can use also collections, redirects, files, content references (all included in the Philo core), as well as the Philo contrib apps and your own code to create and manage more powerful, complex websites.

+
+
+ +
Put container tags in your template.
+
+
+ +
Edit the contentlets on the page.
+
+
+ +
See the results on your site!
+
+
-

Batteries Included

+

You can use collections, redirects, files, content references (included in the Philo core), as well as the Philo contrib apps and your own code to create and manage more powerful, complex websites. Learn more in the documentation.

+
+ +
+

Batteries Included

-

Following Python and Django’s “batteries included” philosophy, Philo includes a number of optional packages that simplify common website structures. These are stored in philo.contrib and include the following:

+

Following Python and Django’s “batteries included” philosophy, Philo includes a number of optional packages that simplify common website structures. These are stored in philo.contrib and include the following:

-
    -
  • - Penfield - Blog and newsletter management. -
  • -
  • - Shipherd - Powerful site-navigation. -
  • -
  • - Sobol - Custom search-engines. -
  • -
  • - Waldo - Custom authentication systems. -
  • -
  • - (in development) - Gilbert - Alternative web-based admin. -
  • -
  • - (in development) - Julian - Calendar and events system. -
  • -
  • - (planned) - Forums. -
  • -
  • - (planned) - Wikis. -
  • -
+
    +
  • + Penfield + Blog and newsletter management. +
  • +
  • + Shipherd + Powerful site navigation. +
  • +
  • + Sobol + Custom web and database searches. +
  • +
  • + Waldo + Custom authentication systems. +
  • +
  • + (in development) + Gilbert + Alternative admin built on Ext JS. +
  • +
  • + (in development) + Julian + Calendar and events system. +
  • +
  • + (in development) + Edmonia + Asset management. +
  • +
  • + (in development) + Bartleby + Form generation and handling. +
  • +
  • + (planned) + Forums. +
  • +
  • + (planned) + Wikis. +
  • +
+
-
+
+
+

Install Philo

+
+ git clone git://git.ithinksw.org/philo.git + python philo/setup.py install + rm -rf philo +
+
+ +
+

Get Involved

+

Philo is still under heavy development. If you’re a Python/Django developer, help out by forking Philo on GitHub to add features or fix bugs.

+
+
+ + + +