include(`header.inc')
include(`navbar.inc')

here is the ``source'' of this site. _href(`GNU', `http://gnu.org') _href(`m4', `http://www.gnu.org/software/m4/') is used to generate this mostly-static website.
(_href(`php',`http://php.net') is overkill for this task, static (x)html content is just fine for my needs)

all the content below is to be considered licensed under the _href(`GPL', `http://www.gnu.org/copyleft/gpl.html') (v2 and later)

esyscmd(ls -l | grep -v '\.html$' | grep -v 'total ' | sed 's@\(.* \)\(.*\)@\1_href(`\2', `\2')@')
include(`footer.inc')