Updated TODO.
[gruta.git] / README
blob6b0da70ca3c8055bf7b9a6898f47c760ee2986a3
1 Gruta - A web content management system
2 =======================================
4 Features and highlights
5 -----------------------
7  - Very lightweight, with as few external dependencies as possible.
8  - Optimal to build blogs, portals and other post-oriented web sites.
9  - Posts are organized by topics and can be marked with tags.
10  - Posts can have a publishing date in the future, so that they
11    are automatically published.
12  - Posts can include moderated visitor comments. Also, support for
13    Akismet or blogspam.net comment SPAM filters is included.
14  - Complete RSS support for posts (full, by topic or by tag) or
15    for comments.
16  - Support for posts available only to logged-in users for a specified
17    time, to implement commercial paid-for-content sites.
18  - Each topic can include its own set of editors, so that content
19    can be delegated to users.
20  - Includes a command-line tool with full access to the internal
21    database, for complex and repetitive operations that can
22    benefit from scripting in Unix-like environments.
23  - Hit counters can be stored for each post, maintaining an
24    automatic list of most read entries.
25  - Automatic support for Google's sitemaps.
26  - Posts can be written in HTML or using an easy and intuitive plain
27    text format (Grutatxt).
28  - Fast, internal search.
29  - No SQL database needed (though you can use one if you want).
30  - Used from 2001 in several live sites with intense to moderate
31    traffic, so reliability is ensured.
32  - Not written in PHP (nor Python, nor Ruby...).
34 Installation
35 ------------
37 See the INSTALL document.
39 ---
40 Angel Ortega <angel@triptico.com>