crossley | 1 Nov 2006 04:14
Picon
Favicon

svn commit: r469764 - /forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml

Author: crossley
Date: Tue Oct 31 19:14:13 2006
New Revision: 469764

URL: http://svn.apache.org/viewvc?view=rev&rev=469764
Log:
Add phrase "reserved words" to "claimed_patterns" FAQ. Assist with "Find in page".

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

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?view=diff&rev=469764&r1=469763&r2=469764
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Tue Oct 31 19:14:13 2006
 <at>  <at>  -695,7 +695,7  <at>  <at> 
     <faq id="claimed_patterns">
       <question>Some of my files are not being processed because they use common filenames. </question>
       <answer>
-        <p> Certain patterns are claimed by the default sitemaps for special processing. These
+        <p> Certain patterns are claimed by the default sitemaps for special processing. These reserved words
           include: <code>site, changes, todo, faq, images, my-images, skinconf, community,
           howto</code>
         </p>

gmcdonald | 3 Nov 2006 00:13
Picon
Favicon

svn commit: r470589 - /forrest/trunk/main/webapp/skins/pelt/css/basic.css

Author: gmcdonald
Date: Thu Nov  2 15:13:12 2006
New Revision: 470589

URL: http://svn.apache.org/viewvc?view=rev&rev=470589
Log:
Fix last remaining CSS warning for basic.css, others still to do

Modified:
    forrest/trunk/main/webapp/skins/pelt/css/basic.css

Modified: forrest/trunk/main/webapp/skins/pelt/css/basic.css
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/pelt/css/basic.css?view=diff&rev=470589&r1=470588&r2=470589
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/css/basic.css (original)
+++ forrest/trunk/main/webapp/skins/pelt/css/basic.css Thu Nov  2 15:13:12 2006
 <at>  <at>  -71,6 +71,7  <at>  <at> 
 }
 .fixme .label {
   background: #C6C600;
+  color: black;
   font-weight: bold;
   padding: 5px 10px;
 }

gmcdonald | 4 Nov 2006 04:37
Picon
Favicon

svn commit: r471107 - /forrest/trunk/main/webapp/skins/pelt/css/print.css

Author: gmcdonald
Date: Fri Nov  3 19:37:08 2006
New Revision: 471107

URL: http://svn.apache.org/viewvc?view=rev&rev=471107
Log:
Fix last remaining CSS warning for print.css. screen.css and profile.css still to do. changed
transparent value to inherit, transparent although legit does not pass CSS warnings, inherit in this
case does not pose a problem. 

Modified:
    forrest/trunk/main/webapp/skins/pelt/css/print.css

Modified: forrest/trunk/main/webapp/skins/pelt/css/print.css
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/pelt/css/print.css?view=diff&rev=471107&r1=471106&r2=471107
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/css/print.css (original)
+++ forrest/trunk/main/webapp/skins/pelt/css/print.css Fri Nov  3 19:37:08 2006
 <at>  <at>  -31,12 +31,12  <at>  <at> 
   padding: 0;
   float: none !important;
   color: black;
-  background: transparent;
+  background: inherit;
 }

 a:link, a:visited {
   color: #336699;
-  background: transparent;
+  background: inherit;
(Continue reading)

crossley | 9 Nov 2006 00:25
Picon
Favicon

svn commit: r472698 - /forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml

Author: crossley
Date: Wed Nov  8 15:25:33 2006
New Revision: 472698

URL: http://svn.apache.org/viewvc?view=rev&rev=472698
Log:
Link to overview of how the plugin installation system works.
Add fixme about FOR-537 out-of-date examples.

Modified:
    forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml

Modified: forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml?view=diff&rev=472698&r1=472697&r2=472698
==============================================================================
---
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml (original)
+++
forrest/trunk/site-author/content/xdocs/pluginDocs/plugins_0_80/pluginInfrastructure.xml
Wed Nov  8 15:25:33 2006
 <at>  <at>  -248,6 +248,16  <at>  <at> 

   <section>
     <title>How does Installation work?</title>
+    <p>
+      See the 
+      <a href="site:plugins/using">Using Plugins</a>
+      for an overview of how the plugin installation system works and the places and order
+      that will be searched.
+    </p>
(Continue reading)

crossley | 10 Nov 2006 02:22
Picon
Favicon

svn commit: r473155 - in /forrest/site: ./ docs_0_80/ pluginDocs/plugins_0_70/ pluginDocs/plugins_0_80/ skin/

Author: crossley
Date: Thu Nov  9 17:22:04 2006
New Revision: 473155

URL: http://svn.apache.org/viewvc?view=rev&rev=473155
Log:
Automatic publish from forrestbot

Modified:
    forrest/site/docs_0_80/faq.html
    forrest/site/docs_0_80/faq.pdf
    forrest/site/docs_0_80/faq.xml
    forrest/site/forrest-issues.html
    forrest/site/forrest-issues.pdf
    forrest/site/pluginDocs/plugins_0_70/index.html
    forrest/site/pluginDocs/plugins_0_70/index.pdf
    forrest/site/pluginDocs/plugins_0_80/index.html
    forrest/site/pluginDocs/plugins_0_80/index.pdf
    forrest/site/pluginDocs/plugins_0_80/pluginInfrastructure.html
    forrest/site/pluginDocs/plugins_0_80/pluginInfrastructure.pdf
    forrest/site/skin/basic.css
    forrest/site/skin/print.css

Modified: forrest/site/docs_0_80/faq.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/faq.html?view=diff&rev=473155&r1=473154&r2=473155
==============================================================================
--- forrest/site/docs_0_80/faq.html (original)
+++ forrest/site/docs_0_80/faq.html Thu Nov  9 17:22:04 2006
 <at>  <at>  -1313,7 +1313,7  <at>  <at> 
 <a href="#claimed_patterns-menu">^</a>
(Continue reading)

crossley | 10 Nov 2006 03:20
Picon
Favicon

svn commit: r473169 - in /forrest/site: ./ pluginDocs/plugins_0_70/ pluginDocs/plugins_0_80/ skin/images/

Author: crossley
Date: Thu Nov  9 18:20:14 2006
New Revision: 473169

URL: http://svn.apache.org/viewvc?view=rev&rev=473169
Log:
Youch, my local plugins descriptor had a work-in-progress

Modified:
    forrest/site/committed-1.png
    forrest/site/pluginDocs/plugins_0_70/index.html
    forrest/site/pluginDocs/plugins_0_70/index.pdf
    forrest/site/pluginDocs/plugins_0_80/index.html
    forrest/site/pluginDocs/plugins_0_80/index.pdf
    forrest/site/skin/images/rc-b-l-15-1body-2menu-3menu.png
    forrest/site/skin/images/rc-b-r-15-1body-2menu-3menu.png
    forrest/site/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png
    forrest/site/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png
    forrest/site/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png
    forrest/site/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png
    forrest/site/skin/images/rc-t-r-15-1body-2menu-3menu.png
    forrest/site/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png
    forrest/site/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png
    forrest/site/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png
    forrest/site/skin/images/rc-t-r-50-1body-2menu-3menu.png
    forrest/site/skin/images/rc-t-r-50-1body-2menu-3menu.test.png

Modified: forrest/site/committed-1.png
URL: http://svn.apache.org/viewvc/forrest/site/committed-1.png?view=diff&rev=473169&r1=473168&r2=473169
==============================================================================
(Continue reading)

twilliams | 14 Nov 2006 05:17
Picon
Favicon

svn commit: r474646 - in /forrest/trunk/main: java/org/apache/forrest/locationmap/LocationMapModule.java webapp/WEB-INF/xconf/forrest-core.xconf

Author: twilliams
Date: Mon Nov 13 20:17:18 2006
New Revision: 474646

URL: http://svn.apache.org/viewvc?view=rev&rev=474646
Log:
Establish a simple TTL for the LM cache.  Re: FOR-711

Modified:
    forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
    forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf

Modified: forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
URL: http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java?view=diff&rev=474646&r1=474645&r2=474646
==============================================================================
--- forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java (original)
+++ forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java Mon Nov 13
20:17:18 2006
 <at>  <at>  -18,6 +18,7  <at>  <at> 

 import java.io.IOException;
 import java.util.Collections;
+import java.util.Date;
 import java.util.Iterator;
 import java.util.Map;
 import java.util.HashMap;
 <at>  <at>  -55,6 +56,8  <at>  <at> 
     private SourceValidity m_srcVal;
     private LocationMap m_lm;
     private boolean m_cacheAll;
(Continue reading)

crossley | 14 Nov 2006 07:50
Picon
Favicon

svn commit: r474677 - in /forrest/trunk/site-author/content/xdocs: docs_0_70/build.xml docs_0_80/build.xml mirrors.html site.xml

Author: crossley
Date: Mon Nov 13 22:50:48 2006
New Revision: 474677

URL: http://svn.apache.org/viewvc?view=rev&rev=474677
Log:
Follow the release policy: http://apache.org/dev/release.html#what
Only people following the dev list should know about downloadable packagaes
that are not releases.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_70/build.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/build.xml
    forrest/trunk/site-author/content/xdocs/mirrors.html
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_70/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_70/build.xml?view=diff&rev=474677&r1=474676&r2=474677
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_70/build.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_70/build.xml Mon Nov 13 22:50:48 2006
 <at>  <at>  -47,14 +47,6  <at>  <at> 
           <link href="http://svnbook.red-bean.com/">Version Control with Subversion</link> - the opensource
SVN book.
         </p>
       </section> 
-
-      <section id="snapshot">
-        <title>Using source snapshots</title>
-        <p>It is preferable to use SVN, but if you cannot for some reason, then
(Continue reading)

rgardler | 18 Nov 2006 01:12
Picon
Favicon
Gravatar

svn commit: r476384 [2/3] - in /forrest/trunk/whiteboard/forrest2: ./ .settings/ core/ core/org/ core/org/apache/ core/org/apache/forrest/ core/org/apache/forrest/cli/ core/org/apache/forrest/core/ core/org/apache/forrest/core/document/ core/org/apache...

Added: forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/plugin/XSLTInputPlugin.java
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/plugin/XSLTInputPlugin.java?view=auto&rev=476384
==============================================================================
--- forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/plugin/XSLTInputPlugin.java (added)
+++ forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/plugin/XSLTInputPlugin.java Fri Nov 17 16:12:01 2006
 <at>  <at>  -0,0 +1,108  <at>  <at> 
+/*
+ * 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
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.forrest.core.plugin;
+
+import java.io.ByteArrayOutputStream;
+import java.io.File;
+import java.io.IOException;
+import java.io.StringReader;
+import java.net.MalformedURLException;
+import java.net.URI;
(Continue reading)

rgardler | 18 Nov 2006 01:12
Picon
Favicon
Gravatar

svn commit: r476384 [1/3] - in /forrest/trunk/whiteboard/forrest2: ./ .settings/ core/ core/org/ core/org/apache/ core/org/apache/forrest/ core/org/apache/forrest/cli/ core/org/apache/forrest/core/ core/org/apache/forrest/core/document/ core/org/apache...

Author: rgardler
Date: Fri Nov 17 16:12:01 2006
New Revision: 476384

URL: http://svn.apache.org/viewvc?view=rev&rev=476384
Log:
First stab at an eperimental implementation of Forrest2. Please
see src/docs/readme.html

Added:
    forrest/trunk/whiteboard/forrest2/   (with props)
    forrest/trunk/whiteboard/forrest2/.classpath   (with props)
    forrest/trunk/whiteboard/forrest2/.project   (with props)
    forrest/trunk/whiteboard/forrest2/.settings/
    forrest/trunk/whiteboard/forrest2/.settings/org.jayasoft.ivyde.eclipse.prefs
    forrest/trunk/whiteboard/forrest2/.springBeans
    forrest/trunk/whiteboard/forrest2/core/
    forrest/trunk/whiteboard/forrest2/core/org/
    forrest/trunk/whiteboard/forrest2/core/org/apache/
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/cli/
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/cli/CLI.java   (with props)
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/Controller.java   (with props)
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/document/
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/document/AbstractDocument.java   (with props)
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/document/AbstractOutputDocument.java   (with props)
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/document/AbstractSourceDocument.java   (with props)
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/document/AggregateInteralDocument.java   (with props)
    forrest/trunk/whiteboard/forrest2/core/org/apache/forrest/core/document/DefaultOutputDocument.java   (with props)
(Continue reading)


Gmane