From 7a809b719920abf5eafa3a30a29e175cc52e1841 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 29 Apr 2012 06:28:28 +0200 Subject: [PATCH] Updated directory structure in README --- README | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README b/README index 739db47..1cb7659 100644 --- a/README +++ b/README @@ -12,8 +12,15 @@ Shadow source files are saved JSON objects from the multi-layer CSS3 shadow gene == DIRECTORY STRUCTURE == repository root -|-design/ The first design proposal for the user frontend -| |- css/ CSS files for the design proposal -| `- images/ Images for the design proposal -`-graphics/ Original source files for images (.xcf, .svg, ...) and CSS3 shadows (.txt). - +|- design/ The first design proposal for the user frontend +| |- css/ CSS files for the design proposal +| `- images/ Images for the design proposal +`- graphics/ Original source files for images (.xcf, .svg, ...) and CSS3 shadows (.txt). +`- frontend/ Code for the frontend (this is the actual panel) +| |- classes/ Contains all class definitions +| |- cphp/ Contains the CPHP framework +| | ` components/ Contains additional CPHP components +| |- includes/ Contains all included/required files for the frontend +| |- locales/ Contains all CPHP locale files +| `- templates/ Contains all CPHP template files +`- runhelper/ This directory contains the runhelper script for the slave nodes