X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FManual.pod;h=d556ae93d4274245aa04a482e200e80acafa2995;hb=1c8db728a3fb5adb4f0ea876ea1316457700edf8;hp=dc60222467a234b8cae8cd4ab54ac94e323bfde6;hpb=45e4b287c0925cab5cc2692093034275dd0d17b9;p=maypole.git diff --git a/lib/Maypole/Manual.pod b/lib/Maypole/Manual.pod index dc60222..d556ae9 100644 --- a/lib/Maypole/Manual.pod +++ b/lib/Maypole/Manual.pod @@ -71,6 +71,15 @@ This document also introduces the theory behind Maypole's actions and templates, showing you how to write your own so that you can have a highly customized application. +=item L - writing Maypole plugins + +Useful information for plugin authors. + +=item L - pinning down usage + +As well as defining common terms used in Maypole discussions, this document +briefly discusses the MVC-ness of Maypole. + =item L - Description of the Request Workflow This is a technical document that describes the progress of a @@ -83,7 +92,7 @@ and not to most of those who are using it. This document gives a close look at the Beer database that was introduced in L. -=item L - The Request Cookbook +=item L - The Maypole Cookbook This extensive document is Maypole's main "How do I do X?" FAQ. It provides a wide variety of cookbook-like techniques that