Codefilter and urlfilter installed

|

To further improve the site's documentation effort, and to ease the process of writing pages for this site, the codefilter and urlfilter modules have been installed, and are now enabled for the primary input format.

<?php
if ($feeling_geeky) {
  print 
"So now if you're geek-inclined,\n";
  print 
"You can write your pages like this!\n";
}
?>

#!/bin/sh
echo "Also works for plain old non-PHP code."
# Every language in the rainbow, actually.

Have fun with the new filters!