From: <lan...@us...> - 2002-11-17 16:26:24
|
Update of /cvsroot/webmacro/webmacro/distroot In directory usw-pr-cvs1:/tmp/cvs-serv32240/distroot Modified Files: readme.html Log Message: 1.1b2 updates, additions, documentation Index: readme.html =================================================================== RCS file: /cvsroot/webmacro/webmacro/distroot/readme.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** readme.html 15 Nov 2002 00:24:12 -0000 1.12 --- readme.html 17 Nov 2002 16:26:21 -0000 1.13 *************** *** 1,108 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> ! <HTML> ! <HEAD> ! <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252"> ! <TITLE></TITLE> ! <META NAME="GENERATOR" CONTENT="StarOffice 6.0 (Win32)"> ! <META NAME="CREATED" CONTENT="20021105;18094998"> ! <META NAME="CHANGEDBY" CONTENT="Lane Sharman"> ! <META NAME="CHANGED" CONTENT="20021105;18145718"> ! </HEAD> ! <BODY LANG="en-US" BGCOLOR="#ffffff"> ! <P>Thak you for downloading WebMacro. The latest release can always ! be found <A HREF="http://www.webmacro.org/DownloadWebMacro">on our ! website</A>. ! </P> ! <H3>Manifest</H3> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm">Build Date: 04 - November - 2002 ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm">Release Number: 1.1b1 ! </P> ! </UL> ! <UL> ! <LI><P>Builders: <A HREF="http://www.webmacro.org/BrianGoetz">Brian ! Goetz</A>, <A HREF="http://www.webmacro.org/EricRidge">Eric Ridge</A>, ! <A HREF="http://www.webmacro.org/LaneSharman">Lane Sharman</A>, ! <A HREF="http://www.webmacro.org/KeatsKirsch">Keats Kirsch</A> ! </P> ! </UL> ! <P><B>Abstract: Why a 1.1 Release?</B> ! </P> ! <P>In the spirit of the season, there are several important ! contributions since 1.0. It is the time to place these in a formal ! release. 1.1b is a release candidate leading to 1.1 within a few ! weeks.</P> ! <P>This is the first in a series of Beta releases to give the ! WebMacro community a chance to test, use, and start working with new ! features that have been sitting in CVS for nearly a year. ! </P> ! <P>WebMacro is a stable product and the ancestor of many templating ! projects on the net. This release proves it is a vital part of the ! templating and text rendering platforms. Should you encounter ! problems/bugs, you should submit a bug report to ! <A HREF="http://www.webmacro.org/bugzilla/">http://www.webmacro.org/bugzilla/.</A> ! </P> ! <P>WM is easy to use once you get the hang of it. If you are first ! time user, this release will not be hard to get working. If you've ! been using release 0.97+, you can pretty much replace your ! webmacro.jar with the one in this release. ! </P> ! <P>For complete information on WebMacro, this release, and usage ! questions, please visit the WebMacro Wiki at <A HREF="http://www.webmacro.org/">http://www.webmacro.org</A>.</P> ! <H3>Files, Resources, and Local Content</H3> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="LICENSE">License ! information</A> ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="UPGRADE">Notes on ! upgrading from previous releases</A> ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="setup.html">setup guide</A> ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="tutorial/index.html">WebMacro ! Tutorial</A> ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="examples/index.html">Examples</A> ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="CONFIGURING-EXAMPLES">Notes ! on configuring examples</A> ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="api/index.html">API ! Documentation</A> ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="examples/WebMacro.properties">Example ! WebMacro.properties</A> ! </P> ! </UL> ! <UL> ! <LI><P><A HREF="webmacro-src.jar">WebMacro sources in .jar format</A> ! </P> ! </UL> ! <UL> ! <LI><P STYLE="margin-bottom: 0cm"><A HREF="POLICY">Development ! Policy</A> ! </P> ! </UL> ! <UL> ! <LI><P><A HREF="CREDITS">Credits</A> ! </P> ! </UL> ! </BODY> ! </HTML> \ No newline at end of file --- 1,176 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> ! <html> ! <head> ! ! <meta http-equiv="CONTENT-TYPE" ! content="text/html; charset=windows-1252"> ! <title>WebMacro Distriibution readme.html</title> ! ! <meta name="GENERATOR" content="StarOffice 6.0 (Win32)"> ! ! <meta name="CREATED" content="20021105;18094998"> ! ! <meta name="CHANGEDBY" content="Lane Sharman"> ! ! <meta name="CHANGED" content="20021105;18145718"> ! </head> ! <body lang="en-US" bgcolor="#ffffff"> ! ! <p>Thak you for downloading WebMacro. The latest release can always be found ! <a href="http://www.webmacro.org/DownloadWebMacro">on our website</a>. </p> ! ! <h3>Manifest</h3> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;">Build Date: 20 - November - 2002 </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;">Release Number: 1.1b2</p> ! </li> ! </ul> ! <ul> ! <li>Key, New 1.1 Release Features:</li> ! <ul> ! <li>macro directive allows defining "callable" functions. See <a ! href="http://www.webmacro.org/MacroDirective">http://www.webmacro.org/MacroDirective</a> ! for the docs. See macros/ in this distribution for "standard" wm macros. ! Read macros/README. Browse examples/macros for some example files.</li> ! <li>Standard WM Function Library. In a webmacro script, you now have ! standard functions which can be referenced as in #set $validURL = $HTMLEscape($Form.url). ! See http://www.webmacro.org/ for comlpete documentation.</li> ! <li>Some notable class file additions in addition to the existing API ! wealth index:</li> ! <ul> ! <li>o.w.u.SparseProperties. Extends j.u.properties such every get(key) ! and getProperty(key) has a default and the default value of the default is ! "". This makes it an ideal backing store for showing properties in a wm template ! which may be null and you want to avoid null testing. </li> ! <li>o.w.u.WMEval. A decorator for a WM instance with lifecycle management ! of the WM context.</li> ! </ul> ! </ul> ! <ul> ! <li>Internal improvements, documentation, testing, bug fixes including ! a delegating template provider.<br> ! </li> ! </ul> ! </ul> ! <ul> ! <li> ! <p>Builders: <a href="http://www.webmacro.org/BrianGoetz">Brian Goetz</a>, ! <a href="http://www.webmacro.org/EricRidge">Eric Ridge</a>, <a ! href="http://www.webmacro.org/LaneSharman">Lane Sharman</a>, <a ! href="http://www.webmacro.org/KeatsKirsch">Keats Kirsch</a></p> ! </li> ! </ul> ! ! <p><b>Abstract: Why a 1.1 Release?</b> </p> ! ! <p>In the spirit of the season, there are several important contributions ! since 1.0. It is the time to place these in a formal release. 1.1bx is a ! release candidate leading to 1.1 within a few weeks.</p> ! ! <p>This is the first in a series of Beta releases to give the WebMacro community ! a chance to test, use, and start working with new features that have been ! sitting in CVS for nearly a year. </p> ! ! <p>WebMacro is a stable product and the ancestor of many templating projects ! on the net. This release proves it is a vital part of the templating and ! text rendering platforms. Should you encounter problems/bugs, you should ! submit a bug report to <a href="http://www.webmacro.org/bugzilla/">http://www.webmacro.org/bugzilla/.</a> ! </p> ! ! <p>WM is easy to use once you get the hang of it. If you are first time user, ! this release will not be hard to get working. If you've been using release ! 0.97+, you can pretty much replace your webmacro.jar with the one in this ! release. </p> ! ! <p>For complete information on WebMacro, this release, and usage questions, ! please visit the WebMacro Wiki at <a href="http://www.webmacro.org/">http://www.webmacro.org</a>.</p> ! ! <h3>Files, Resources, and Local Content</h3> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;"><a href="LICENSE">License information</a> ! </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;"><a href="UPGRADE">Notes on upgrading ! from previous releases</a> </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;"><a href="setup.html">setup guide</a> </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;"><a href="tutorial/index.html">WebMacro ! Tutorial</a> <br> ! <br> ! </p> ! </li> ! <li> ! <p style="margin-bottom: 0cm;"><a href="examples/index.html">Examples<br> ! <br> ! </a></p> ! </li> ! <li> ! <p style="margin-bottom: 0cm;"><a href="macros/readme.html">Macros<br> ! </a> </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;"><a href="CONFIGURING-EXAMPLES">Notes on ! configuring examples</a> </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;"><a href="api/index.html">API Documentation</a> ! </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;"><a ! href="examples/WebMacro.properties">Example WebMacro.properties</a> </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p><a href="webmacro-src.jar">WebMacro sources in .jar format</a> </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p style="margin-bottom: 0cm;"><a href="POLICY">Development Policy</a> ! </p> ! </li> ! </ul> ! ! <ul> ! <li> ! <p><a href="CREDITS">Credits</a> </p> ! </li> ! </ul> ! <br> ! </body> ! </html> |