<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=GB2312">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <h2>Background</h2>
    <br>
    Developer UI is a legacy way for Kimchi to render html page to the
    front end.&nbsp; And the font end can display the html page directly
    without creating the page dynamically.&nbsp; After the design UI code
    went into Kimchi, developer UI is attracting less and less attention
    and have been broken for a while.&nbsp; Further, design UI is good enough
    and can replace the developer UI without any encumbrance.&nbsp;
    Maintaining two sets of UI brings a lot of extra works and is
    unnecessary.&nbsp; So it is reasonable to remove the design UI code from
    Kimchi repository.<br>
    <br>
    <br>
    <h2>Work to be done: <br>
    </h2>
    <p>* Remove the code to support rendering html text in controller<br>
      * Remove the code to generate html page from the cheetah template<br>
    </p>
  </body>
</html>