content::deploy (public, deprecated)
content::deploy url_stub
Defined in packages/acs-content-repository/tcl/filter-procs.tcl
Deprecated. Invoking this procedure generates a warning.
render the template and write it to the filesystem with template::util::write_file DEPRECATED: since its birth ~2003 this proc refers to a nonexistent variable and is therefore broken.
- Parameters:
- url_stub (required)
- See Also:
- modern ways to produce templated content e.g. theme packages or xowiki pages
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc content::deploy set output_path $::acs::pageroot$url_stub init url_stub root_path set output [template::adp_parse $file_stub] template::util::write_file $output_path $outputGeneric XQL file: packages/acs-content-repository/tcl/filter-procs.xql
PostgreSQL XQL file: packages/acs-content-repository/tcl/filter-procs-postgresql.xql
Oracle XQL file: packages/acs-content-repository/tcl/filter-procs-oracle.xql