rgraham | 1 Sep 2005 04:49
Picon
Favicon

svn commit: r265634 - in /cocoon/gsoc/rgraham/refdoc: README.TXT STATUS samples/index.html slop block with doktor comments.zip

Author: rgraham
Date: Wed Aug 31 19:49:03 2005
New Revision: 265634

URL: http://svn.apache.org/viewcvs?rev=265634&view=rev
Log:
Wrote the README and STATUS files.

Added the slop block zip that has it with its commented version that may be worth looking at. Though the
comments in it do not necessarily reflect the direction the system took.

Updated index.html to have info about Lucene indexing and configuration as well as links to the published docs.

Added:
    cocoon/gsoc/rgraham/refdoc/STATUS
    cocoon/gsoc/rgraham/refdoc/slop block with doktor comments.zip   (with props)
Modified:
    cocoon/gsoc/rgraham/refdoc/README.TXT
    cocoon/gsoc/rgraham/refdoc/samples/index.html

Modified: cocoon/gsoc/rgraham/refdoc/README.TXT
URL: http://svn.apache.org/viewcvs/cocoon/gsoc/rgraham/refdoc/README.TXT?rev=265634&r1=265633&r2=265634&view=diff
==============================================================================
--- cocoon/gsoc/rgraham/refdoc/README.TXT (original)
+++ cocoon/gsoc/rgraham/refdoc/README.TXT Wed Aug 31 19:49:03 2005
 <at>  <at>  -1,3 +1,14  <at>  <at> 
+This is a short readme because almost everything is explained by visting

+the index.html for <Cocoon>/samples/blocks/refdoc/

(Continue reading)

cziegeler | 1 Sep 2005 09:00
Picon
Favicon

svn commit: r265664 - in /cocoon/blocks: poi/trunk/WEB-INF/sitemap-additions/ poi/trunk/conf/ profiler/trunk/WEB-INF/sitemap-additions/ profiler/trunk/conf/ proxy/trunk/WEB-INF/sitemap-additions/ proxy/trunk/conf/ scratchpad/trunk/WEB-INF/sitemap-addit...

Author: cziegeler
Date: Wed Aug 31 23:59:57 2005
New Revision: 265664

URL: http://svn.apache.org/viewcvs?rev=265664&view=rev
Log:
No more patching for sitemap components

Added:
    cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/poi/trunk/WEB-INF/sitemap-additions/cocoon-poi.xconf   (with props)
    cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/profiler/trunk/WEB-INF/sitemap-additions/cocoon-profiler.xconf   (with props)
    cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/proxy/trunk/WEB-INF/sitemap-additions/cocoon-proxy.xconf   (with props)
    cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/scratchpad/trunk/WEB-INF/sitemap-additions/cocoon-scratchpad.xconf   (with props)
    cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/serializers/trunk/WEB-INF/sitemap-additions/cocoon-serializers.xconf   (with props)
    cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/session-fw/trunk/WEB-INF/sitemap-additions/cocoon-session-fw.xconf   (with props)
    cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/slop/trunk/WEB-INF/sitemap-additions/cocoon-slop.xconf   (with props)
    cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/stx/trunk/WEB-INF/sitemap-additions/cocoon-stx.xconf   (with props)
    cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/template/trunk/WEB-INF/sitemap-additions/cocoon-template.xconf   (with props)
    cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/
    cocoon/blocks/velocity/trunk/WEB-INF/sitemap-additions/cocoon-velocity.xconf   (with props)
    cocoon/blocks/webdav/trunk/WEB-INF/sitemap-additions/
(Continue reading)

cziegeler | 1 Sep 2005 11:07
Picon
Favicon

svn commit: r265678 - /cocoon/blocks/portal-sample/

Author: cziegeler
Date: Thu Sep  1 02:07:26 2005
New Revision: 265678

URL: http://svn.apache.org/viewcvs?rev=265678&view=rev
Log:
Initial import.

Added:
    cocoon/blocks/portal-sample/

cziegeler | 1 Sep 2005 11:10
Picon
Favicon

svn commit: r265679 [4/12] - in /cocoon/blocks/portal-sample/trunk: ./ WEB-INF/ WEB-INF/xconf/ conf/ java/ java/org/ java/org/apache/ java/org/apache/cocoon/ java/org/apache/cocoon/portal/ java/org/apache/cocoon/portal/coplets/ java/org/apache/cocoon/p...

Added: cocoon/blocks/portal-sample/trunk/samples/coplets/basket/xsl/basket-post.xsl
URL: http://svn.apache.org/viewcvs/cocoon/blocks/portal-sample/trunk/samples/coplets/basket/xsl/basket-post.xsl?rev=265679&view=auto
==============================================================================
--- cocoon/blocks/portal-sample/trunk/samples/coplets/basket/xsl/basket-post.xsl (added)
+++ cocoon/blocks/portal-sample/trunk/samples/coplets/basket/xsl/basket-post.xsl Thu Sep  1 02:08:10 2005
 <at>  <at>  -0,0 +1,30  <at>  <at> 
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
+<!-- SVN $Id$ -->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:template match="action">
+  <option value="{ <at> name}">
+    <xsl:if test=" <at> checked">
+      <xsl:attribute name="selected">selected</xsl:attribute>
+    </xsl:if>
(Continue reading)

cziegeler | 1 Sep 2005 11:10
Picon
Favicon

svn commit: r265679 [12/12] - in /cocoon/blocks/portal-sample/trunk: ./ WEB-INF/ WEB-INF/xconf/ conf/ java/ java/org/ java/org/apache/ java/org/apache/cocoon/ java/org/apache/cocoon/portal/ java/org/apache/cocoon/portal/coplets/ java/org/apache/cocoon/...

Propchange: cocoon/blocks/portal-sample/trunk/samples/tools/skins/common/images/up.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cocoon/blocks/portal-sample/trunk/samples/tools/skins/common/styles/function.xsl
URL: http://svn.apache.org/viewcvs/cocoon/blocks/portal-sample/trunk/samples/tools/skins/common/styles/function.xsl?rev=265679&view=auto
==============================================================================
--- cocoon/blocks/portal-sample/trunk/samples/tools/skins/common/styles/function.xsl (added)
+++ cocoon/blocks/portal-sample/trunk/samples/tools/skins/common/styles/function.xsl Thu Sep  1
02:08:10 2005
 <at>  <at>  -0,0 +1,47  <at>  <at> 
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2005 The Apache Software Foundation
+
+  Licensed 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.
+-->
+<xsl:stylesheet version="1.0" 
+                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
(Continue reading)

cziegeler | 1 Sep 2005 11:10
Picon
Favicon

svn commit: r265679 [2/12] - in /cocoon/blocks/portal-sample/trunk: ./ WEB-INF/ WEB-INF/xconf/ conf/ java/ java/org/ java/org/apache/ java/org/apache/cocoon/ java/org/apache/cocoon/portal/ java/org/apache/cocoon/portal/coplets/ java/org/apache/cocoon/p...

Added: cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/BasketGenerator.java
URL: http://svn.apache.org/viewcvs/cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/BasketGenerator.java?rev=265679&view=auto
==============================================================================
--- cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/BasketGenerator.java (added)
+++ cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/BasketGenerator.java Thu Sep  1 02:08:10 2005
 <at>  <at>  -0,0 +1,351  <at>  <at> 
+/*
+ * Copyright 2004-2005 The Apache Software Foundation.
+ * 
+ * Licensed 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.cocoon.portal.coplets.basket;
+
+import java.io.IOException;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+
+import org.apache.avalon.framework.parameters.Parameters;
+import org.apache.avalon.framework.service.ServiceException;
(Continue reading)

cziegeler | 1 Sep 2005 11:10
Picon
Favicon

svn commit: r265679 [1/12] - in /cocoon/blocks/portal-sample/trunk: ./ WEB-INF/ WEB-INF/xconf/ conf/ java/ java/org/ java/org/apache/ java/org/apache/cocoon/ java/org/apache/cocoon/portal/ java/org/apache/cocoon/portal/coplets/ java/org/apache/cocoon/p...

Author: cziegeler
Date: Thu Sep  1 02:08:10 2005
New Revision: 265679

URL: http://svn.apache.org/viewcvs?rev=265679&view=rev
Log:
Create own block for portal sample

Added:
    cocoon/blocks/portal-sample/trunk/
    cocoon/blocks/portal-sample/trunk/WEB-INF/
    cocoon/blocks/portal-sample/trunk/WEB-INF/portlet.xml   (with props)
    cocoon/blocks/portal-sample/trunk/WEB-INF/xconf/
    cocoon/blocks/portal-sample/trunk/WEB-INF/xconf/cocoon-portal-cowarp.xconf   (with props)
    cocoon/blocks/portal-sample/trunk/WEB-INF/xconf/cocoon-portal-tools.samplesxconf
    cocoon/blocks/portal-sample/trunk/WEB-INF/xconf/cocoon-portal.samplesxconf
    cocoon/blocks/portal-sample/trunk/conf/
    cocoon/blocks/portal-sample/trunk/conf/portal.xsamples
    cocoon/blocks/portal-sample/trunk/java/
    cocoon/blocks/portal-sample/trunk/java/org/
    cocoon/blocks/portal-sample/trunk/java/org/apache/
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/AbstractBasketTransformer.java   (with props)
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/AbstractItem.java   (with props)
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/AddToBasketAspect.java   (with props)
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/Basket.java   (with props)
    cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/BasketContentGenerator.java   (with props)
(Continue reading)

cziegeler | 1 Sep 2005 11:10
Picon
Favicon

svn commit: r265679 [3/12] - in /cocoon/blocks/portal-sample/trunk: ./ WEB-INF/ WEB-INF/xconf/ conf/ java/ java/org/ java/org/apache/ java/org/apache/cocoon/ java/org/apache/cocoon/portal/ java/org/apache/cocoon/portal/coplets/ java/org/apache/cocoon/p...

Added: cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/UserConfiguration.java
URL: http://svn.apache.org/viewcvs/cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/UserConfiguration.java?rev=265679&view=auto
==============================================================================
--- cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/UserConfiguration.java (added)
+++ cocoon/blocks/portal-sample/trunk/java/org/apache/cocoon/portal/coplets/basket/UserConfiguration.java Thu Sep  1 02:08:10 2005
 <at>  <at>  -0,0 +1,84  <at>  <at> 
+/*
+ * Copyright 2004-2005 The Apache Software Foundation.
+ *
+ * Licensed 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.cocoon.portal.coplets.basket;
+
+import java.util.Map;
+
+import org.apache.cocoon.environment.ObjectModelHelper;
+import org.apache.cocoon.environment.Request;
+import org.apache.cocoon.environment.Session;
+import org.apache.cocoon.portal.PortalService;
+import org.apache.cocoon.portal.coplet.CopletInstanceData;
(Continue reading)

cziegeler | 1 Sep 2005 11:10
Picon
Favicon

svn commit: r265679 [7/12] - in /cocoon/blocks/portal-sample/trunk: ./ WEB-INF/ WEB-INF/xconf/ conf/ java/ java/org/ java/org/apache/ java/org/apache/cocoon/ java/org/apache/cocoon/portal/ java/org/apache/cocoon/portal/coplets/ java/org/apache/cocoon/p...

Added: cocoon/blocks/portal-sample/trunk/samples/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/blocks/portal-sample/trunk/samples/sitemap.xmap?rev=265679&view=auto
==============================================================================
--- cocoon/blocks/portal-sample/trunk/samples/sitemap.xmap (added)
+++ cocoon/blocks/portal-sample/trunk/samples/sitemap.xmap Thu Sep  1 02:08:10 2005
 <at>  <at>  -0,0 +1,339  <at>  <at> 
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2005 The Apache Software Foundation
+
+  Licensed 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.
+-->
+<!-- SVN $Id$ -->
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+
+  <!-- ========================= Components ================================ -->
+
+  <map:components>
+    <map:generators default="file">
+      <map:generator name="portal" src="org.apache.cocoon.portal.generation.PortalGenerator"/>
(Continue reading)

cziegeler | 1 Sep 2005 11:10
Picon
Favicon

svn commit: r265679 [11/12] - in /cocoon/blocks/portal-sample/trunk: ./ WEB-INF/ WEB-INF/xconf/ conf/ java/ java/org/ java/org/apache/ java/org/apache/cocoon/ java/org/apache/cocoon/portal/ java/org/apache/cocoon/portal/coplets/ java/org/apache/cocoon/...

Added: cocoon/blocks/portal-sample/trunk/samples/tools/plugins/default/tool.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/portal-sample/trunk/samples/tools/plugins/default/tool.xml?rev=265679&view=auto
==============================================================================
--- cocoon/blocks/portal-sample/trunk/samples/tools/plugins/default/tool.xml (added)
+++ cocoon/blocks/portal-sample/trunk/samples/tools/plugins/default/tool.xml Thu Sep  1 02:08:10 2005
 <at>  <at>  -0,0 +1,22  <at>  <at> 
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2005 The Apache Software Foundation
+
+  Licensed 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.
+-->
+	<tool name="Default" id="default">
+	<i18n>
+		<catalogue id="default" name="default"/>
+		<catalogue id="FormsMessages" name="FormsMessages"/>
+	</i18n>
+</tool>
\ No newline at end of file

(Continue reading)


Gmane