Changes between Version 23 and Version 24 of ConfigurationGuidelines


Ignore:
Timestamp:
09/17/09 06:34:12 (16 years ago)
Author:
Fran Boon
Comment:

Themes

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v23 v24  
    4040 * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit
    4141
     42=== Themes ===
     43Ensure these files are writable by the webserver:
     44{{{
     45chown www-data /path/to/web2py/applications/sahana/static/scripts/tools
     46chown www-data /path/to/web2py/applications/sahana/static/styles/S3/sahana.css
     47chown www-data /path/to/web2py/applications/sahana/static/styles/S3/sahana.min.css
     48}}}
     49Colour scheme:
     50 * select using Admin Panel
     51
     52Logo:
     53 * copy new logo to {{{static/img}}}
     54 * point to this using Admin Panel
     55
     56Footer:
     57 * copy new footer to {{{views/}}}
     58 * point to this using Admin Panel
     59
     60DeveloperGuidelinesThemes
     61
    4262=== Internet Hosting ===
    4363Can switch to having users download files from CDNs instead of your server.[[BR]]