+value:redirect|to=/staff/oscar+
*RSS Feed>.|view=Changes (RSS)*
+>value:children|link|select=Page+
Usually this is placed in the sidebar, and is inherited by child pages, unless overridden. See SCG Wiki for an example.
Installer lukas project: 'pieraddons'; install: 'Pier-Setup'. PRDistribution update.
PRKernel instances anyOne root lookupPath: '/'
parent := PRKernel instances anyOne root lookupPath: '/'. child := (PRPage named: 'newChild'). parent addChild: child. child contents: 'tis a far better thing ...'.
file := (PRFile named: self pierName) filename: self pierName; mimetype: (MAFileModel mimetypeFor: (self pierName copyAfterLast: $.)); yourself. parent addChild: file.
To be turned into a concrete example ... on