From cdabb671e357cf7d52f16abc0df2f73e01cec816 Mon Sep 17 00:00:00 2001 From: Weiyan Shao <lighteningman@gmail.com> Date: Tue, 17 May 2016 11:19:30 +0200 Subject: [PATCH] [htmlembedded mode] Update documentation 1. Mention multiplex as a dependency 2. Add ERB as a MIME-type --- mode/htmlembedded/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mode/htmlembedded/index.html b/mode/htmlembedded/index.html index f27582ef..9ed33cff 100644 --- a/mode/htmlembedded/index.html +++ b/mode/htmlembedded/index.html @@ -51,9 +51,10 @@ This is an example of EJS (embedded javascript) }); </script> - <p>Mode for html embedded scripts like JSP and ASP.NET. Depends on HtmlMixed which in turn depends on + <p>Mode for html embedded scripts like JSP and ASP.NET. Depends on multiplex and HtmlMixed which in turn depends on JavaScript, CSS and XML.<br />Other dependencies include those of the scripting language chosen.</p> - <p><strong>MIME types defined:</strong> <code>application/x-aspx</code> (ASP.NET), - <code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages)</p> + <p><strong>MIME types defined:</strong> <code>application/x-aspx</code> (ASP.NET), + <code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages) + and <code>application/x-erb</code></p> </article> -- GitLab