Updated CodeCorner3 (markdown)

leithoff 2016-07-07 15:58:06 +02:00
parent 831c9380b3
commit f6076f3b16

@ -7,7 +7,8 @@ on day three we went out of base camp eGroupware and stepped into the high field
<ul>
<li>splitting design and layout</li>
<li><strong>there is a dialog-editor (one part of the etemplate-app) to create the eTemplate</strong></li>
<li>there is no EGroupware specific dialog-editor (one part of the etemplate-app) to create the eTemplate<strong> but </strong> a EGroupware specific DTD. So any XML-Capable Editor will do.</li>
<li>&lt;!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd"&gt;</li>
<li><strong>XSS security</strong></li>
<li><strong>no parsing of $_POST needed</strong></li>
<li><strong>no HTML knowledge needed</strong></li>