View · Index

Package as context resolver

# file xotcl-demo-note/www/index.tcl

::demo::Package initialize -ad_doc {
  
  This is the main page for the package.  
  It displays all of the Demo Notes and
  provides links to create, edit and delete Notes.
  
  @author Gustaf Neumann
  @cvs-id $Id$
} -parameter {
  {-orderby:optional "last_modified,desc"}
}
...