Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasRu committed Aug 8, 2023
1 parent a5195e9 commit 49227b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions cftasks/generateStaticHTML.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ component {
print.boldCyanLine( "Copying images to distro..." );
directoryCopy( source = basePath & "images", destination = basePath & "docs/images", recurse = true );


print.GreenLine( "READY!" );
}

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="theme-color" content="&#x23;017f8e"><meta name="description" content="HtmlHelper.cfc: minifyHtml() to get rid of CFML generated whitespace, or use encodeTrustedHtml() to encode HTML of a trusted source that has unencoded characters in inner Html"><meta name="robots" content="index,follow"><meta itemprop="name" content="minifyHtml() &amp; encodeTrustedHtml() | A basic Html Helper Component for CFML"><meta property="og:url" content="https://www.rhein-berg-digital.de/"><meta property="og:title" content="minifyHtml() &amp; encodeTrustedHtml() | A basic Html Helper Component for CFML"><meta property="og:type" content="website"><meta property="og:site_name" content="A basic Html Helper Component for CFML"><meta property="og:description" content="HtmlHelper.cfc: minifyHtml() to get rid of CFML generated whitespace, or use encodeTrustedHtml() to encode HTML of a trusted source that has unencoded characters in inner Html"><title>HtmlHelper.cfc&#x3a; minifyHtml&#x28;&#x29; &amp; encodeTrustedHtml&#x28;&#x29; in your CFML Projects</title><link rel="stylesheet" href="/libs/normalize.min.css"><link rel="stylesheet" href="/libs/highlightjs/highlightjs_styles_default.min.css"><link rel="stylesheet" href="/libs/highlightjs/highlightjs_atom-one-dark.min.css"><link href="/libs/open-sans.css" rel="stylesheet"><link href="/libs/main.css" rel="stylesheet"></head><body><span id="forkongithub"><a href="https://github.com/andreasRu/cfml-htmlhelper"> Fork me on GitHub</a></span><h1>HtmlHelper.cfc</h1><hr /><p><strong><em>Minify your CFML generated HTML at runtime&#x21;</em></strong></p><h2>A simple basic CFML component to</h2><blockquote><ul><li><strong>minify CFML generated html</strong> content</li><li><strong>encode trusted HTML</strong> content containing non-compliant&#x2f;unescaped characters like e.g. &euro;, &uuml;, &ouml;, &szlig;, etc. within a tags inner HTML</li></ul></blockquote><h3>1. minifyHtml&#x28; string html required &#x29;</h3><h4><em>Converts a whitespace poluted HTML block like this ...</em></h4><pre><code> &lt;!DOCTYPE html&gt;
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="theme-color" content="&#x23;017f8e"><meta name="description" content="HtmlHelper.cfc: minifyHtml() to get rid of CFML generated whitespace, or use encodeTrustedHtml() to encode HTML of a trusted source that has unencoded characters in inner Html"><meta name="robots" content="index,follow"><meta itemprop="name" content="minifyHtml() &amp; encodeTrustedHtml() | A basic Html Helper Component for CFML"><meta property="og:url" content="https://www.rhein-berg-digital.de/"><meta property="og:title" content="minifyHtml() &amp; encodeTrustedHtml() | A basic Html Helper Component for CFML"><meta property="og:type" content="website"><meta property="og:site_name" content="A basic Html Helper Component for CFML"><meta property="og:description" content="HtmlHelper.cfc: minifyHtml() to get rid of CFML generated whitespace, or use encodeTrustedHtml() to encode HTML of a trusted source that has unencoded characters in inner Html"><title>HtmlHelper.cfc&#x3a; minifyHtml&#x28;&#x29; &amp; encodeTrustedHtml&#x28;&#x29; in your CFML Projects</title><link rel="stylesheet" href="/libs/normalizecss/normalize.min.css"><link rel="stylesheet" href="/libs/highlightjs/highlightjs_styles_default.min.css"><link rel="stylesheet" href="/libs/highlightjs/highlightjs_atom-one-dark.min.css"><link rel="stylesheet" href="/libs/open-sans.css" ><link rel="stylesheet" href="/libs/main.css"></head><body><span id="forkongithub"><a href="https://github.com/andreasRu/cfml-htmlhelper"> Fork me on GitHub</a></span><h1>HtmlHelper.cfc</h1><hr /><p><strong><em>Minify your CFML generated HTML at runtime&#x21;</em></strong></p><h2>A simple basic CFML component to</h2><blockquote><ul><li><strong>minify CFML generated html</strong> content</li><li><strong>encode trusted HTML</strong> content containing non-compliant&#x2f;unescaped characters like e.g. &euro;, &uuml;, &ouml;, &szlig;, etc. within a tags inner HTML</li></ul></blockquote><h3>1. minifyHtml&#x28; string html required &#x29;</h3><h4><em>Converts a whitespace poluted HTML block like this ...</em></h4><pre><code> &lt;!DOCTYPE html&gt;


&lt;html lang="de"&gt;
Expand Down
1 change: 1 addition & 0 deletions docs/libs/normalizecss/normalize.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<meta property="og:site_name" content="A basic Html Helper Component for CFML">
<meta property="og:description" content="HtmlHelper.cfc: minifyHtml() to get rid of CFML generated whitespace, or use encodeTrustedHtml() to encode HTML of a trusted source that has unencoded characters in inner Html">
<title>HtmlHelper.cfc: minifyHtml() &amp; encodeTrustedHtml() in your CFML Projects</title>
<link rel="stylesheet" href="/libs/normalize.min.css">
<link rel="stylesheet" href="/libs/normalizecss/normalize.min.css">
<link rel="stylesheet" href="/libs/highlightjs/highlightjs_styles_default.min.css">
<link rel="stylesheet" href="/libs/highlightjs/highlightjs_atom-one-dark.min.css">
<link href="/libs/open-sans.css" rel="stylesheet">
<link href="/libs/main.css" rel="stylesheet">
<link rel="stylesheet" href="/libs/open-sans.css" >
<link rel="stylesheet" href="/libs/main.css">
</head>

<body>
Expand Down

0 comments on commit 49227b3

Please sign in to comment.