Table of contents ▼▲
Directory Structure changes for v0.5
As part of the latest incarnation, I am considering modifying the directory structures used internally. This is for two reasons-
Group related items
- The main driver for this is to bring all the files and directories that are modified by the php code under one main directory.
-
Simplify the install process further
- By grouping the related items, the install process gets that little bit easier. There would only be one directory (/data) requiring the '777' privs.
Below is the proposed structure.
Proposed structure
-
code
- core
-
plugin
- <plugin name>
-
data
- pages
- trash
- cache
- uploads / media
- logs
-
conf
-
lang
- en
- sp
- <etc>..
-
install
- <install files>
-
lang
-
skinsTheme-
<skinname><themename>- js
- css
- img
- <etc>
-
23 mar 2006
looks logical indeed. how about renaming skins directory into theme? it's a trifle of course, but theme is a more classical (tivasyk)
'Theme' it is then Darren
Looks good :-) Uffe
Good to see you still here Uffe... Darren