Skip to content

d1rtym0nk3y/cfgist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

CFGIST

Pulls a gist from github and turns it into html on the server side

Uses the rhino Javascript engine to execute the javascript that would have been run in the browser and captures the output.

Example

<cfimport taglib="cfgist" prefix="gh" />
<gh:gist id="1978698" cachepath="ram://" />

The gists will be cached to cachePath if provided, to clear the cache just delete the files

Compatibility

Uses Railo's enhanced createobject() to allow the loading of js.jar at runtime. To run on Adobe ColdFusion you'll need to drop js.jar somewhere on your class path and remove the third argument to createobject

About

Server side gist parser for ColdFusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published