Consolo installs a number of files and folders. These are located in a sub folder called /consolo.
In this folder, the following structure of files and folders can always be found:
|
Name |
Description |
|---|---|
/fileversions/ |
Consolo has working versions for all files. Backup copies and versions are stored in this folder. |
/register/ |
Contains the xml-registers Consolo needs to work. Currently there are two files here, but there will most likely be more files in the future. |
/register/config.xml |
Contains information on how Consolo has been configured. This is the file that is being edited by the Configuration Tool. |
/register/structure.xml |
Contains the structure of the web site. Read more under Page Structure & Navigation » |
/templates/ |
Place the templates here you want the user to be able to choose from, when New Page is selected in the Page Structure. Read more under Templates » |
/users/ |
Contains data about users. |
Sometimes these files can also be found:
|
Name |
Description |
|---|---|
inc_getStructure.asp |
Contains a supporting function for analyzing the Page Structure and creating a <ul><li>-formatted list. Read more under Supporting Function for ASP » |
inc_getStructure.php |
Contains a supporting function for analyzing the Page Structure and creating a <ul><li>-formatted list. Read more under Supporting Function for PHP » |
inc_xml.php |
Contains support for analyzing xml-data. Used by e.g. inc_getStructure.php. |