X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/ce054678a797099c79b6fd0d9d39b98cab6ad0c0..f326af44192a07bdf37c112e73def7f4112dbba2:/index.html diff --git a/index.html b/index.html index 22235b5..2863770 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,22 @@ +
- Fork me on GitHub + Fork me on GitHub
@@ -17,33 +29,33 @@

Philo

Install + Docs
-

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

-
- -
-
-

Features

-
- -

Philo allows the creation of complex site structures from Django’s own admin interface (or similar database 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, such as a Page.
  • -
  • 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. For more about Philo and its features, read the documentation.

+

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

+
+
+

Philo is designed by and for web developers. Web developers who don't like compromise.

+

Initially developed for Oberlin College, Philo meets changing and complex needs gracefully. To learn more, read the documentation.

+
+ +
+
+

Philo-Powered web sites

+
+ +
+
+
-

A Simple Example

-
@@ -58,14 +70,13 @@
See the results on your site!
- -

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.

+

Philo provides core web features—such as page editing, seen above—and a foundation for building complex web sites and applications.

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 modules that simplify common web site structures. These are located in philo.contrib and include the following:

  • @@ -115,26 +126,26 @@
-
-

Install Philo

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

Install Philo

+
+ pip install 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.

-
+
+

Get Involved

+

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

+
+
- \ No newline at end of file +