Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 47554 invoked from network); 27 Jun 2002 16:57:42 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 27 Jun 2002 16:57:42 -0000 Received: (qmail 23945 invoked by uid 97); 27 Jun 2002 16:57:35 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 23861 invoked by uid 97); 27 Jun 2002 16:57:34 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 23805 invoked by uid 97); 27 Jun 2002 16:57:34 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 27 Jun 2002 16:57:18 -0000 Message-ID: <20020627165718.85100.qmail@icarus.apache.org> From: leosimons@apache.org To: jakarta-avalon-excalibur-cvs@apache.org Subject: cvs commit: jakarta-avalon-excalibur/tweety/src/xdocs avalon-container-howto.xml avalon-for-beginners.xml book.xml index.xml X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N leosimons 2002/06/27 09:57:18 Modified: tweety README.txt tweety/src/xdocs book.xml index.xml Added: tweety/src/xdocs avalon-container-howto.xml avalon-for-beginners.xml Log: start on a little better documentation for Tweety. Not checked if it builds as it didn't before. Work in progress. Revision Changes Path 1.2 +2 -3 jakarta-avalon-excalibur/tweety/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/tweety/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.txt 22 Jun 2002 15:18:12 -0000 1.1 +++ README.txt 27 Jun 2002 16:57:18 -0000 1.2 @@ -9,8 +9,8 @@ has worked there: "Want to learn how to program unix? Start with it's tiny brother - minix." -I think it'd be a good idea if we provide a minimalist container -explicitly designed around educational value. +Tweety is a minimalist container explicitly designed for educational +purposes. Goals ----- @@ -42,4 +42,3 @@ and source then it is recomended you look over the documentation in docs/index.html - and then look into the examples/ directory for examples of the component in action. - 1.2 +9 -2 jakarta-avalon-excalibur/tweety/src/xdocs/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/tweety/src/xdocs/book.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- book.xml 22 Jun 2002 15:18:13 -0000 1.1 +++ book.xml 27 Jun 2002 16:57:18 -0000 1.2 @@ -1,7 +1,7 @@ - @@ -15,6 +15,13 @@ + + + + + + + 1.2 +45 -6 jakarta-avalon-excalibur/tweety/src/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/tweety/src/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 22 Jun 2002 15:18:13 -0000 1.1 +++ index.xml 27 Jun 2002 16:57:18 -0000 1.2 @@ -2,17 +2,56 @@
- Excalibur ??? - Overview + Avalon Excalibur's Tweety - Overview - +
-

- Blah Blah -

+

Tweety is a minimalist container explicitly designed for educational purposes, and + educational purposes only.

+ +

In other words, if you want to learn the concepts behind avalon, and see some examples + of how to apply them, tweety is your starting point. If you need to actually write really + cool components for a production environment, look elsewhere.

+ +

Tweety is currently in an alpha stage (though it works just fine!). You can only get + it from CVS at this point. Expect downloadables in two weeks or so.

+ + We can use a lot of help with tweety, especially in the form of simple tweetified + components and documentation patches. Chirp!
+ + + +

TBD

+
+ +

All of the Tweety code has complete javadocs. If you're an experienced java + programmer, you can probably figure out everything that happens when you invoke tweety + just by looking at the code.

+ +

The javadocs aren't available online just yet, but are easily built from the sources, + and can also be found in the binary release (once we create one).

+
+ + +

This is a hands-on, example-based tutorial for people that are new to avalon. It + will eventually migrate to the main avalon site. It introduces avalon framework and its + concepts, using Tweety for the example code.

+ +

Start the tutorial

+
+ + +

This is a tutorial for the advanced avalon user who wants to write his own container. + It is assumed you are familiar with all the avalon framework definitions, interfaces, + and contracts.

+ +

Start the tutorial

+
+