Standards/FolderStructure
Folder Structure
| Path | Description
|
| / | Root folder, main Plogger files
|
| plog-admin/ | All admin related files
|
| -js/ | Admin js libraries
|
| -css/ | Admin interface CSS
|
| -images/ | Admin interface images
|
| -includes/ | Includes for admin interface
|
| plog-content/ | All user modifiable content
|
| -images/ | User images
|
| -plugins/ | Plugins (to be used later?)
|
| -themes/ | Theme files (each in its own folder)
|
| -thumbs/ | User image thumbnails
|
| -translations/ | Translations (internationalization)
|
| -uploads/ | User image uploads for bulk import
|
| plog-includes/ | General include files
|
| -lib/ | Code libraries to be periodically updated
|
| --exifer/ |
|
| --gettext/ |
|
| --pclzip/ |
|
| --phpthumb/ |
|
| -js/ | For all js and js libraries that need to be updated
|