Changes between Initial Version and Version 1 of SafeHtmlMacro
- Timestamp:
- 07/01/2007 10:48:36 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SafeHtmlMacro
v1 v1 1 = SafeHtmlMacro = 2 SafeHtmlMacro is another trac plugin I wrote for XCache and [http://trac.lighttpd.net lighttpd.net]. It's useful to define html code in admin and reuse in any trac-wiki page. 3 4 It is safe because all html codes have to be defined in admin, and is recommened to disable #!html processor. 5 6 {{{ 7 [[SafeHtml(RssBegin)]] 8 .... 9 [[SafeHtml(RssEnd)]] 10 }}}

