Add Skin and Layout headings to Glossary
timbunce [Wed, 25 Mar 2009 15:17:44 +0000 (15:17 +0000)]
lib/Reaction/Manual/Glossary.pod

index 21480e8..7fd4d22 100644 (file)
@@ -10,6 +10,8 @@ Reaction::Manual::Glossary - Terms and Definitions used in Reaction
 
 =head3 Interface Model
 
+=head3 Layout
+
 =head3 ListView
 
 =head3 MVC
@@ -24,6 +26,8 @@ A software design pattern in which one
 
 A particular interface that a class implements.  Here, Role is used in the sense of Moose::Role; this same concept is sometimes called a Mix-In Class or a Decorator pattern.
 
+=head3 Skin
+
 =head3 View
 
 In Reaction, the View modules handle rendering the ViewPort.  ViewPorts are the V in MVC.