ColdFusion
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (fix link) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 6: | Line 6: | ||
}} | }} | ||
'''ColdFusion''' is an Adobe web development platform and its associated programming language, also known as CFML (Cold Fusion Markup Language); it is both a markup and a scripting language. An extended version of the scripting language is called CFScript. | '''ColdFusion''' is an Adobe web development platform and its associated programming language, also known as CFML (Cold Fusion Markup Language); it is both a markup and a scripting language. An extended version of the scripting language is called CFScript. | ||
| + | |||
| + | CFML files normally have a .cfm extension, except when they make up a component, which has a .cfc extension. | ||
| + | |||
| + | == Software == | ||
| + | * [https://github.com/disccomp/cfdecrypt cfdecrypt] | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/document/coldFusionEncryptedTemplate/ | ||
== Links == | == Links == | ||
| Line 14: | Line 22: | ||
[[Category:Adobe]] | [[Category:Adobe]] | ||
| + | [[Category:Web]] | ||
Revision as of 21:20, 18 January 2023
ColdFusion is an Adobe web development platform and its associated programming language, also known as CFML (Cold Fusion Markup Language); it is both a markup and a scripting language. An extended version of the scripting language is called CFScript.
CFML files normally have a .cfm extension, except when they make up a component, which has a .cfc extension.