fb16dfecae
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
457 B
Text
7 lines
457 B
Text
Haml is a markup language that's used to cleanly and simply describe the HTML
|
|
of any web document without the use of inline code. Haml functions as a
|
|
replacement for inline page templating systems such as PHP, ASP, and ERB, the
|
|
templating language used in most Ruby on Rails applications.
|
|
However, Haml avoids the need for explicitly coding HTML into the template,
|
|
because it itself is a description of the HTML, with some code to generate
|
|
dynamic content.
|