ColdFusion
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext:cfm}}, {{ext:cfc}} }} '''ColdFusion''' is an Adobe web development platform and its associat...") |
m (fix link) |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
| − | |extensions={{ext | + | |extensions={{ext|cfm}}, {{ext|cfc}} |
| + | |released=1995 | ||
}} | }} | ||
'''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 13: | 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.