Menu

#34 In install script, have option for starting with barebones site

1.5
open
nobody
feature (18)
2011-09-29
2011-09-29
Jeremy Dorn
No

In the download, there will be several pre-built pages (e.g. contact-us, about-us, etc.) as well as a pre-built template.

Have the option in the install script to start with a barebones site. This means only the required pages/elements are present and the contents of these are extremely simple.

When in barebones mode, the following files/folder will remain:

  • home (contents: "home page")
    • title (contents: "home page")
  • page_not_found (contents: "page not found")
    • title (contents: "page not found")
  • template (contents:

    <html>
    <head>
        <title><?=$title?></title>
        <?=$cms_head?>
    </head>
    <body>
        <?=$content?>
    </body>
    </html>
    
  • styles

  • scripts
  • site_variables
    • users (contents: same as currently)

With this, the site will appear as just the text "home page".

Discussion

Anonymous
Anonymous

Add attachments
Cancel