Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f6c029cb6d7f91d967561f80e604bd05 > files > 344

python-nevow-0.9.32-2mdv2010.0.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!-- xmlns:nevow="http://nevow.com/ns/nevow/0.1" is REQUIRED for the
          template to work, if you don't put it in, Nevow can't handle
          the 'nevow'-prefixed attributes and tags correctly and won't
          process the template as expected. -->

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:nevow="http://nevow.com/ns/nevow/0.1">
<head>
<title></title>
</head>
<body>
<h1>RootPage</h1>
<p>Fixed name, singleton resource: <a href="foo">foo</a></p>
<p>Fixed name, created per-request: <a href="bar">bar</a></p>
<p>
   Dynamically named resources, located via childFactory: 
   <a href="1">1</a> <a href="2">2</a> <a href="3">3</a>
</p>
<p>
   Dynamically named resources, located via locateChild: 
   <a href="4">4</a>
   <a href="5">5</a>
   <a href="6/7">6/7</a>
</p>
</body>
</html>