--- trunk/lib/Frey/Manual.pod 2008/12/06 00:19:32 728 +++ trunk/lib/Frey/Manual.pod 2008/12/06 00:20:20 729 @@ -13,6 +13,7 @@ You can also generate result in three different forms: + =over 20 =item as_markup @@ -31,6 +32,9 @@ =back + +=head2 No html templates + Frey doesn't have html templates. Since your methods are part of REST URIs, it doesn't make sense to separate html from object itself, which represent web page. L provides role which has a bunch of helpful things @@ -51,8 +55,12 @@ To make things simple, there are few convertions (with nod to Ruby on Rails) which will help you get started: + =head2 default parametars +Default values for + + =head2 html markup HTML markup should be enclosed in C< qq| > and C< | > quotes. There is also @@ -76,6 +84,16 @@ which is valid perl syntax but doesn't work as expected. + +=head2 SmallTalk like refactoring + +Frey is heavily influcenced by SmallTalks, up to the point of syntax. Coding +Frey code should be like playing with L. And you might end up with +result which might surprise you. + +Refactoring tools are not new in perl. However, + + =head2 examples To help you get started, here are few implemented flows in Frey: @@ -96,6 +114,7 @@ =back + =head1 Command-line integration One of key points is that L runs under your user. This means it has