관리-도구
편집 파일: sample-template.html
<HTML> <HEAD> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE> ~~~FeedTitle~~~ </TITLE> </HEAD> <BODY> <H1>~~~FeedTitle~~~</H1> <H2>~~~FeedDescription~~~</H2> <BR> <TABLE width="100%"> ~~~BeginItemsRecord~~~ <TR> <TD> ~~~ItemPubShortDate~~~ ~~~ItemPubShortTime~~~ </TD> </TR> <TR> <TD> <B><A href="~~~ItemLink~~~">~~~ItemTitle~~~</A></B> </TD> </TR> <TR> <TD> ~~~ItemDescription~~~ <BR> </TD> </TR> ~~~EndItemsRecord~~~ </TABLE> </BODY> </HTML>