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
319 B
Text
7 lines
319 B
Text
xmlgen is a TCL package to write XML documents in Tcl.
|
|
|
|
This XML code is expressed by TCL code, which is translated.
|
|
|
|
Every tag is made into a markup command which takes attributes and
|
|
the element's content as parameters and then prints the XML tagged
|
|
content. Of course, the content again can contain markup commands.
|