The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.05

  • Added support for "tag permissions", so that you can allow/deny specific tags from being rendered (i.e. say you're making a chat client which uses HTML and you don't want people inserting images into their messages, or style sheets, etc)
  • Added the tags <address>, <var>, <cite>, and <def>.
  • Added the <hr> tag.
  • Added two "default images" that are displayed when an <img> tag tries to show an image that couldn't be found, or was found but is a file type that isn't supported (e.g. <img src="index.html"> would show an "invalid image" icon).
  • Bug fix: every opened tag that modifies your style will now copy all the other stacks. As a result, opening <font back="yellow">, then <font color="red">, and then closing the red font, will still apply the yellow background to the following text. The same is true for every tag.
  • Added some support for Cascading StyleSheets.
  • Added some actual use for the "active link color": it's used as the hover color on links (using it as a true active color is mostly useless, since most of the time the page won't remain very long when clicking on a link to even see it)

Modules

Create and manipulate ROText widgets which render HTML code.