zena / zena

zena is a state-of-the-art CMS (content managment system) based on Ruby on Rails with a focus on usability, ease of customization and web 2.0 goodness (application like behaviour).

This URL has Read+Write access

zena / TODO_ZENA_1_0
100644 24 lines (19 sloc) 0.622 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
List of things to discuss
=========================
 
Relation between zena, custom applications and bricks:
 
1. custom models
2. custom migrations
3. custom zafu rules
4. custom tests
 
Folder structure should be like a rails application with some elements missing (all zena controllers, views, helpers, etc). It
should still launch in Passenger and all other servers like mongrel.
 
my_app
  +-- app (same structure as a brick)
  | +-- models (custom application stuff)
  | +-- controllers
  | +-- helpers
  | +-- zafu (custom zafu tags)
  +-- bricks
  +-- config
  +-- sites
  +-- vendor