Changes between Version 18 and Version 19 of ConfigurationGuidelines
- Timestamp:
- 06/06/09 14:36:28 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigurationGuidelines
v18 v19 1 1 == Configuration Guidelines == 2 3 === {{{favicon.ico}}} & {{{robots.txt}}} ===4 These can be provided via 2 different means:5 * mod_rewrite6 * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit7 2 8 3 === Configurable Options === … … 28 23 }}} 29 24 In time we could expose to a Web-based admin page, although it's low priority as these are mostly installation-time decisions. 25 30 26 === Roles === 31 27 By default the 1st user to register will gain the Administrator role. … … 38 34 39 35 Security policy is configured in {{{models/zzz.py}}} 36 37 === {{{favicon.ico}}} & {{{robots.txt}}} === 38 These can be provided via 2 different means: 39 * mod_rewrite 40 * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit 41 40 42 === Internet Hosting === 41 43 Can switch to having users download files from CDNs instead of your server.[[BR]] … … 48 50 ext-all.js & ext-all.css from Cachefly by uncommenting the lines in {{{views/gis/gis_scripts_min.html}}} & {{{views/gis/ol_js_loaders.html}}} 49 51 52 === Performance Optimisation === 53 * http://groups.google.co.uk/group/web2py/browse_thread/thread/218bb58c96883578 54 50 55 === Themes === 51 56 Modify {{{views/layout.html}}}.