= Useful Features = == Display Code == The simple example: {{{ {{{ #!f90 program otto character(len=*),parameter :: palin="retter" write(unit=*,fmt=*) "Hello World" end program otto }}} }}} will be displayed as: {{{ #!f90 program otto character(len=*),parameter :: palin="retter" write(unit=*,fmt=*) "Hello World" end program otto }}} == Private wikis == It is possible to restrict the access to individual wiki pages (see [http://trac-hacks.org/wiki/PrivateWikiPlugin])