What is a Source file?
A Source file contains content that will be processed and become Html pages when you build your Project.
The processing consists of the following:
- Vars are replaced per your Var Formulas.
- Spintax is randomly unraveled. 1
- Shortcodes are converted to native PHP code. 2
- Widgets are converted to proper Html. 3
- Smart Constants are resolved. 4
Formulas at the beginning of Source list box lines determine where Html pages are written:
- [front] Page written to Webroot (pathing ignored).
- [index=silo_name] Page written as Silo Index page.
- [default] Page written to end of Url created by Paths. 5
- If no formula, page written to end of Url created by Paths. 6
- ^ If REbuilding a Project, pre-existing pages process Spintax as previously unraveled.
- ^ Dynamic Includes, Cloaked Redirects/Overlays/Includes, and YouTube shortcodes.
- ^ Google Maps, Related Links, Silo Index Links, and Breadcrumbs.
- ^ Page url, Domain url, and WebrootFolder path.
- ^ Can be written as a filename or an extension.
- ^ Can be written as a filename or an extension.