forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
430 B
Text
7 lines
430 B
Text
This is a parser to replace UBB style tags with their html equivalents.
|
|
It does not simply do some regex calls, but is complete stack based
|
|
parse engine. This ensures that all tags are properly nested, if not,
|
|
extra tags are added to maintain the nesting. This parser should only
|
|
produce xhtml 1.0 compliant code. All tags are validated and so are all
|
|
their attributes. It should be easy to extend this parser with your own
|
|
tags.
|