From: Chris W. <la...@us...> - 2004-11-30 00:19:00
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9464/Manual Modified Files: Intro.pod Log Message: inline examples Index: Intro.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Intro.pod,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Intro.pod 27 Sep 2004 03:38:52 -0000 1.12 --- Intro.pod 30 Nov 2004 00:18:47 -0000 1.13 *************** *** 111,115 **** action my URLs might look like: ! [% INCLUDE examples/intro_news_url_tasks | indent 2 %] Every task returns some sort of content, generally by passing data to --- 111,118 ---- action my URLs might look like: ! /news/search/ ! /news/create/ ! /news/update/ ! /news/remove/ Every task returns some sort of content, generally by passing data to |