Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 2.28 KB

index.md

File metadata and controls

58 lines (51 loc) · 2.28 KB
layout title
default
Welcome to CFLib

Libraries

{% for lib in site.libraries %} {% assign udfs = site.udfs | where:"library",lib.title %} {% assign latest = udfs | last %}

{{ lib.title }}
Last Updated {{ latest.date | date:"%B %d, %Y"}}
Number of UDFs: {{udfs.size}}
{{ lib.description }}

{% endfor %}

Welcome To CFLib.org

Welcome to the Common Function Library Project. The purpose of the Common Function Library Project (CFLib.org) is to create a set of user-defined function (UDF) libraries for ColdFusion 5.0 and higher. These libraries are open source and may be used and modified to your liking. Functions range from email format checking to encryption routines. These UDFs can greatly speed up development time as well as add new and powerful features to your web site.

Anyone can add their code to the project by simply using our submission form. You must be running ColdFusion 5.0 (or higher) to run these libraries. For more information about ColdFusion, please visit Adobe's ColdFusion product page.

CFLib.org was created by Raymond Camden. Thanks to Adam Cameron for quite a bit of help as well.

Submissions

You can submit your own UDF now. Before doing so, please search the site and ensure we haven't released a similar UDF already. Also note that your UDF may be modified to meet CFLib standards.

UDFs will be processed and checked manually. This will take some time. Sorry.

News

Welcome to CFLib 2017. CFLib is still static! Thanks to Netlify for awesome hosting!