Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@jakarta.apache.org Received: (qmail 33523 invoked by uid 500); 6 Aug 2001 20:43:33 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: struts-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 33514 invoked by uid 500); 6 Aug 2001 20:43:33 -0000 Delivered-To: apmail-jakarta-struts-cvs@apache.org Received: (qmail 33505 invoked from network); 6 Aug 2001 20:43:33 -0000 Received: from h32.sny.collab.net (HELO icarus.apache.org) (64.208.42.42) by h31.sny.collab.net with SMTP; 6 Aug 2001 20:43:33 -0000 Received: (qmail 16354 invoked by uid 1116); 6 Aug 2001 20:42:03 -0000 Date: 6 Aug 2001 20:42:03 -0000 Message-ID: <20010806204203.16353.qmail@icarus.apache.org> From: cedric@apache.org To: jakarta-struts-cvs@apache.org Subject: cvs commit: jakarta-struts/contrib/tiles README X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N cedric 01/08/06 13:42:03 Modified: contrib/tiles README Log: test karma Revision Changes Path 1.2 +9 -20 jakarta-struts/contrib/tiles/README Index: README =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/tiles/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 2001/08/01 14:36:36 1.1 +++ README 2001/08/06 20:42:03 1.2 @@ -1,4 +1,4 @@ -$Id: README,v 1.1 2001/08/01 14:36:36 cedric Exp $ +$Id: README,v 1.2 2001/08/06 20:42:03 cedric Exp $ Tiles ====== @@ -91,38 +91,27 @@ variable used by your Java compiler. -The Tiles Documentation Application ------------------------------------- +The Tiles Documentation and Tutorial Application +------------------------------------------------ Tiles comes with a web application that contains all of the documentation relevant to an application developer who wants to use it, including: * Reference manual for the custom tag library -* API documentation for the Struts classes +* API documentation for the Tiles classes To view this documentation, deploy the file "webapps/tiles-doc.war" into your servlet container, and use a web browser to access a URL like this: http://localhost:8080/tiles-doc -For notes about installing Tiles applications on various servlet containers, -please see the INSTALL document in the same directory as this README file. +This application also contains dynamic examples from the tutorial. You can +browse them from the URL : + http://localhost:8080/tiles-doc/tutorial -The Tiles Tutorial Application ------------------------------- -Tiles comes with an tutorial web application, which was installed into your -servlet container if you followed the steps above. This example is the -beginnings of a portal application. - -This tutorial application comes with a tutorial guide, accessible from the -the documentation directory. This tutorial application contains all the examples -described in guide. - -To run the tutorial application, deploy the file "webapps/tiles-tutorial.war" -into your servlet container, and use a web browser to access a URL like this: - - http://localhost:8080/tiles-tutorial +For notes about installing Tiles applications on various servlet containers, +please see the INSTALL document in the same directory as this README file.