From: Chris W. <la...@us...> - 2004-11-30 03:04:14
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14215/Manual Modified Files: Tutorial.pod Log Message: inline tutorial examples Index: Tutorial.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Tutorial.pod,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Tutorial.pod 26 Sep 2004 19:35:22 -0000 1.25 --- Tutorial.pod 30 Nov 2004 03:04:04 -0000 1.26 *************** *** 1,2 **** --- 1,3 ---- + [%- TAGS star -%] =head1 NAME *************** *** 23,27 **** needs to create a source directory. This is as simple as: ! [% INCLUDE examples/tut_manage_create_source_cmd | indent 2 %] [...1734 lines suppressed...] and then upgrade the website package: ! [% INCLUDE examples/tut_reinstall_seven | indent 2 %] See how it works! --- 1975,1988 ---- C<book/template/search_form.tmpl>: ! 1: [%- OI.page_title( "Search for books" ) -%] ! 2: ! 3: [% PROCESS error_message; ! 4: PROCESS status_message %] Now the standard C<book/package.conf> and C<book/Changes> editing, and then upgrade the website package: ! $ oi2_manage export_package ! $ oi2_manage install_package --package_file=book-0.08.zip See how it works! |