From svn-return-5682-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Thu Jun 08 23:35:04 2006 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 96158 invoked from network); 8 Jun 2006 23:35:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2006 23:35:04 -0000 Received: (qmail 43694 invoked by uid 500); 8 Jun 2006 23:35:00 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 43340 invoked by uid 500); 8 Jun 2006 23:35:00 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 43301 invoked by uid 99); 8 Jun 2006 23:34:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 16:34:58 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2006 16:34:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8030A1A983A; Thu, 8 Jun 2006 16:34:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r412883 - /forrest/trunk/site-author/status.xml Date: Thu, 08 Jun 2006 23:34:37 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060608233437.8030A1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: thorsten Date: Thu Jun 8 16:34:36 2006 New Revision: 412883 URL: http://svn.apache.org/viewvc?rev=412883&view=rev Log: Adding status entries of various changes I committed. Modified: forrest/trunk/site-author/status.xml Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=412883&r1=412882&r2=412883&view=diff ============================================================================== --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Thu Jun 8 16:34:36 2006 @@ -185,11 +185,6 @@ backward-compatible, so existing users need to move original images from the old "big" directory and remove the "preview" and "small" directories. - - New protocol / source factory - that is contacting the locationmap module to look up the source. Use it - like lm://resolve.contract.html.content-main for source resolving. - Added first implementation of the dispatcher. Including contract bean implementation and interface; @@ -204,6 +199,17 @@ New skinconf parameter "disable-copyright-footer" (default=false) to not show the copyright notice in html page footer. + + + + Added lenya.zone + site to the dispatcher section in the live sites. + + + Added www.krabbelkaefer.de to live sites. + @@ -240,6 +246,34 @@ and the Cocoon logs). Doing 'forrest clean' will remove both sections. + + Added + LocationmapSourceFactory.java. With this it is possible to request + locationmap source via lm://my-location which makes it easier to use it + without contacting a input module in java and any other files. Diff + + + Added variable.helper.xsl + to the core, should be enhanced by matching the + default.forrest.properties.xml. This xsl will produce all variables we + use in skins to the new property system. Moved pathutils.xsl to the + core from the skins. Diff + + + Patch for FOR-768. Documentation enhancement from + paul bolger. Diff + + + Added helper + stylesheets to locationmap and core stylesheets. generateId.xsl (will + generate a unique id) and replaceCharsInString.xsl (will find and + replace character in a string) Diff + @@ -292,6 +326,28 @@ See dispatcher development and follow to the quickstart howto. + + Added basic instructions to + deploy and install the forrestbar from the source as readme.txtDiff + + + Removed + the project.theme-dir property by adding it to the lm like suggest by + Ross. Diff + + + Changed the 'local + forrest' caption to host:port format. Added localhost as option. added + structurer xml view to devs. Diff + + + Allowed as well + localhost as local address for jetty for the forrestbar. Diff + Clarify the FAQ about using raw HTML