crossley | 1 Oct 2010 05:57
Picon
Favicon

svn commit: r1003379 - /forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml

Author: crossley
Date: Fri Oct  1 03:57:13 2010
New Revision: 1003379

URL: http://svn.apache.org/viewvc?rev=1003379&view=rev
Log:
Use the most recent DTD.
Reported by: Bryce Alcock

Modified:
    forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml

Modified: forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml?rev=1003379&r1=1003378&r2=1003379&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/template-sites/business/src/documentation/skinconf.xml Fri Oct  1
03:57:13 2010
 <at>  <at>  -19,7 +19,7  <at>  <at> 
 Skin configuration file. This file contains details of your project,
 which will be used to configure the chosen Forrest skin.
 -->
-<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-1//EN" "http://forrest.apache.org/dtd/skinconfig-v08-1.dtd">
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.8-2//EN" "http://forrest.apache.org/dtd/skinconfig-v08-2.dtd">
 <skinconfig>
 <!-- To enable lucene search add provider="lucene" (default is google).
     Add box-location="alt" to move the search box to an alternate location

thorsten | 5 Oct 2010 14:41
Picon
Favicon
Gravatar

svn commit: r1004623 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes: common/html/ pelt/html/

Author: thorsten
Date: Tue Oct  5 12:41:49 2010
New Revision: 1004623

URL: http://svn.apache.org/viewvc?rev=1004623&view=rev
Log:
Adding more social network contracts and updating google one to the newest version

Added:

forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/facebook-like.contract.xml
  (with props)

forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/twitter.contract.xml
  (with props)
Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/google-analytics.contract.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/pelt/html/search-input-provider-search-lucene.contract.xml

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/facebook-like.contract.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/facebook-like.contract.xml?rev=1004623&view=auto
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/facebook-like.contract.xml (added)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer/themes/common/html/facebook-like.contract.xml
Tue Oct  5 12:41:49 2010
 <at>  <at>  -0,0 +1,58  <at>  <at> 
+<?xml version="1.0" encoding="utf-8"?>
+<!--
(Continue reading)

crossley | 16 Oct 2010 06:02
Picon
Favicon

svn commit: r1023171 - in /forrest/trunk/site-author: content/xdocs/docs_0_90/faq.xml content/xdocs/site.xml status.xml

Author: crossley
Date: Sat Oct 16 04:02:00 2010
New Revision: 1023171

URL: http://svn.apache.org/viewvc?rev=1023171&view=rev
Log:
Added FAQ. On Java 6 fails validate-sitemap task. Missing the RELAX NG datatype library.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml
    forrest/trunk/site-author/content/xdocs/site.xml
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml?rev=1023171&r1=1023170&r2=1023171&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml Sat Oct 16 04:02:00 2010
 <at>  <at>  -183,6 +183,33  <at>  <at>  forrest -Dproject.start-uri=live-sites.h
         </p>
       </answer>
     </faq>
+    <faq id="oldjing">
+      <question>On Java 6 fails validate-sitemap task. Missing the RELAX NG datatype library.</question>
+      <answer>
+        <source>
+<![CDATA[validate-sitemap:
+apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:72:31:
+error: datatype library "http://www.w3.org/2001/XMLSchema-datatypes" not recognized
+]]></source>
(Continue reading)

crossley | 18 Oct 2010 04:58
Picon
Favicon

svn commit: r1023639 - in /forrest/trunk: etc/ site-author/ whiteboard/plugins/ whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/ whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/conf/ whiteboard/plugins/org.apache.forrest.plugi...

Author: crossley
Date: Mon Oct 18 02:58:34 2010
New Revision: 1023639

URL: http://svn.apache.org/viewvc?rev=1023639&view=rev
Log:
Add initial "Markdown" output plugin to Whiteboard.

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/LICENSE.txt   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/NOTICE.txt   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/build.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/conf/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/forrest.properties   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/input.xmap   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/lib/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/lib/readme.txt   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/locationmap.xml   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/output.xmap   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/stylesheets/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/stylesheets/document-to-anakia.xsl   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/stylesheets/linkmap-to-markdownmap.xsl   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/src/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/src/documentation/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/src/documentation/classes/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/src/documentation/classes/CatalogManager.properties   (with props)
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/src/documentation/content/
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/src/documentation/content/xdocs/
(Continue reading)

crossley | 18 Oct 2010 05:04
Picon
Favicon

svn commit: r1023640 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown: resources/stylesheets/anakia-to-markdown.xsl status.xml

Author: crossley
Date: Mon Oct 18 03:04:10 2010
New Revision: 1023640

URL: http://svn.apache.org/viewvc?rev=1023640&view=rev
Log:
Add inital anakia-to-markdown.xsl (copied from r777924 2010-09-24)

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/stylesheets/anakia-to-markdown.xsl
Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/status.xml

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/stylesheets/anakia-to-markdown.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/stylesheets/anakia-to-markdown.xsl?rev=1023640&view=auto
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/stylesheets/anakia-to-markdown.xsl (added)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Markdown/resources/stylesheets/anakia-to-markdown.xsl
Mon Oct 18 03:04:10 2010
 <at>  <at>  -0,0 +1,301  <at>  <at> 
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
(Continue reading)

crossley | 19 Oct 2010 04:16
Picon
Favicon

svn commit: r1024091 - /forrest/trunk/LICENSE.txt

Author: crossley
Date: Tue Oct 19 02:16:54 2010
New Revision: 1024091

URL: http://svn.apache.org/viewvc?rev=1024091&view=rev
Log:
Rename some license files to ease license matching.
Issue: FOR-855 FOR-857

Modified:
    forrest/trunk/LICENSE.txt

Modified: forrest/trunk/LICENSE.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/LICENSE.txt?rev=1024091&r1=1024090&r2=1024091&view=diff
==============================================================================
--- forrest/trunk/LICENSE.txt (original)
+++ forrest/trunk/LICENSE.txt Tue Oct 19 02:16:54 2010
 <at>  <at>  -213,7 +213,7  <at>  <at>  license: lib/core/avalon-logkit-2.1.jar.
 license: lib/core/batik-all-1.6.jar.license.txt
 license: lib/core/cocoon.license.txt
 license: lib/core/commons-cli.license.txt
-license: lib/core/commons-collections-3.2.jar.license.txt
+license: lib/core/commons-collections.license.txt
 license: lib/core/commons-httpclient-2.0.2.jar.license.txt
 license: lib/core/commons-io.LICENSE.txt
 license: lib/core/commons-jci-r306555.jar.license.txt

crossley | 19 Oct 2010 04:23
Picon
Favicon

svn commit: r1024092 - /forrest/trunk/LICENSE.txt

Author: crossley
Date: Tue Oct 19 02:23:26 2010
New Revision: 1024092

URL: http://svn.apache.org/viewvc?rev=1024092&view=rev
Log:
Add license entry for slf4j-api as MIT.
Issue: FOR-857

Modified:
    forrest/trunk/LICENSE.txt

Modified: forrest/trunk/LICENSE.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/LICENSE.txt?rev=1024092&r1=1024091&r2=1024092&view=diff
==============================================================================
--- forrest/trunk/LICENSE.txt (original)
+++ forrest/trunk/LICENSE.txt Tue Oct 19 02:23:26 2010
 <at>  <at>  -345,6 +345,7  <at>  <at>  license: tools/eclipse/plugins/org.apach

 ----------------
 These supporting products are licensed: The MIT License
+license: lib/core/slf4j-api-1.5.11.jar.license.txt
 license: lib/core/slf4j-log4j12-1.5.11.jar.license.txt

 ----------------

crossley | 21 Oct 2010 07:31
Picon
Favicon

svn commit: r1025833 - in /forrest/trunk: ./ plugins/org.apache.forrest.plugin.output.pdf/lib/

Author: crossley
Date: Thu Oct 21 05:31:50 2010
New Revision: 1025833

URL: http://svn.apache.org/viewvc?rev=1025833&view=rev
Log:
Match up the FOP license files etc.
Issue: FOR-855 FOR-857

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/lib/cocoon.license.txt   (with props)
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/lib/fop.license.txt
      - copied unchanged from r1023163, forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/lib/fop-0.95.LICENSE.txt
Removed:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/lib/fop-0.95.LICENSE.txt
Modified:
    forrest/trunk/LICENSE.txt

Modified: forrest/trunk/LICENSE.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/LICENSE.txt?rev=1025833&r1=1025832&r2=1025833&view=diff
==============================================================================
--- forrest/trunk/LICENSE.txt (original)
+++ forrest/trunk/LICENSE.txt Thu Oct 21 05:31:50 2010
 <at>  <at>  -240,6 +240,8  <at>  <at>  license: lib/endorsed/jakarta-regexp-1.5
 license: lib/endorsed/xalan-2.7.1.jar.license.txt
 license: lib/endorsed/xercesImpl-2.9.1.jar.license.txt
 license: lib/endorsed/xml-apis-1.3.04.jar.license.txt
+license: plugins/org.apache.forrest.plugin.output.pdf/lib/cocoon.license.txt
+license: plugins/org.apache.forrest.plugin.output.pdf/lib/fop.license.txt
 license: tools/ant/lib/ant.license.txt
(Continue reading)

crossley | 21 Oct 2010 08:13
Picon
Favicon

svn commit: r1025843 - /forrest/trunk/etc/licer-avoid.txt

Author: crossley
Date: Thu Oct 21 06:13:12 2010
New Revision: 1025843

URL: http://svn.apache.org/viewvc?rev=1025843&view=rev
Log:
Clean up the avoid list a bit.
Issue: FOR-857

Modified:
    forrest/trunk/etc/licer-avoid.txt

Modified: forrest/trunk/etc/licer-avoid.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/etc/licer-avoid.txt?rev=1025843&r1=1025842&r2=1025843&view=diff
==============================================================================
--- forrest/trunk/etc/licer-avoid.txt (original)
+++ forrest/trunk/etc/licer-avoid.txt Thu Oct 21 06:13:12 2010
 <at>  <at>  -1,7 +1,6  <at>  <at> 
 # The "avoid" file for use with licer.pl script. See FOR-857

 lib/optional/jimi-
-lib/core/cocoon-
 subdir/hello.zip
 whiteboard/plugins/rtf-output/WEB-INF/lib/cocoon-
 whiteboard/forrest2/core/tools/ivy/
 <at>  <at>  -16,6 +15,9  <at>  <at>  tools/jetty/jetty-4.2.19
 # has html license file
 whiteboard/dispatcher/lib/junit-4.5

+# These "xml parser apis" licenses have different filenames.
(Continue reading)

crossley | 24 Oct 2010 01:00
Picon
Favicon

svn commit: r1026710 - in /forrest/trunk/lib/core: avalon-logkit-NOTICE.txt commons-cli-NOTICE.txt commons-collections-NOTICE.txt commons-io-NOTICE.txt

Author: crossley
Date: Sat Oct 23 23:00:49 2010
New Revision: 1026710

URL: http://svn.apache.org/viewvc?rev=1026710&view=rev
Log:
Show notice files from supporting products.
Issue: FOR-1204

Added:
    forrest/trunk/lib/core/avalon-logkit-NOTICE.txt   (with props)
    forrest/trunk/lib/core/commons-cli-NOTICE.txt   (with props)
    forrest/trunk/lib/core/commons-collections-NOTICE.txt   (with props)
    forrest/trunk/lib/core/commons-io-NOTICE.txt   (with props)

Added: forrest/trunk/lib/core/avalon-logkit-NOTICE.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/lib/core/avalon-logkit-NOTICE.txt?rev=1026710&view=auto
==============================================================================
--- forrest/trunk/lib/core/avalon-logkit-NOTICE.txt (added)
+++ forrest/trunk/lib/core/avalon-logkit-NOTICE.txt Sat Oct 23 23:00:49 2010
 <at>  <at>  -0,0 +1,3  <at>  <at> 
+   This product includes software developed by
+   The Apache Software Foundation (http://www.apache.org/).
+

Propchange: forrest/trunk/lib/core/avalon-logkit-NOTICE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: forrest/trunk/lib/core/commons-cli-NOTICE.txt
(Continue reading)


Gmane