Author: cziegeler
Date: Wed Apr 15 13:45:25 2009
New Revision: 765197
URL: http://svn.apache.org/viewvc?rev=765197&view=rev
Log:
PLUTO-548 - Add maven project for site generation.
Added:
portals/portlet-spec/pom.xml (with props)
portals/portlet-spec/src/site/resources/css/
portals/portlet-spec/src/site/resources/css/site.css (props changed)
- copied unchanged from r764684,
portals/pluto/trunk/src/site/resources/css/site.css
portals/portlet-spec/src/site/site.xml (with props)
portals/portlet-spec/src/site/xdoc/
portals/portlet-spec/src/site/xdoc/index.xml (with props)
Modified:
portals/portlet-spec/ (props changed)
Propchange: portals/portlet-spec/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Apr 15 13:45:25 2009
@@ -3,3 +3,5 @@
.classpath
.project
+
+target
Added: portals/portlet-spec/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/pom.xml?rev=765197&view=auto
==============================================================================
--- portals/portlet-spec/pom.xml (added)
+++ portals/portlet-spec/pom.xml Wed Apr 15 13:45:25 2009
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>3</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.portals</groupId>
+ <artifactId>portlet-spec-site</artifactId>
+ <packaging>pom</packaging>
+ <name>Portlet Specifications</name>
+ <version>1.0.0-SNAPSHOT</version>
+ <url>http://portals.apache.org/portlet-spec</url>
+
+ <distributionManagement>
+ <site>
+ <id>website</id>
+
<url>scp://people.apache.org/www/portals.apache.org/portlet-spec</url>
+ </site>
+
+ </distributionManagement>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Propchange: portals/portlet-spec/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: portals/portlet-spec/pom.xml
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: portals/portlet-spec/pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Propchange: portals/portlet-spec/src/site/resources/css/site.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: portals/portlet-spec/src/site/resources/css/site.css
------------------------------------------------------------------------------
svn:mergeinfo =
Propchange: portals/portlet-spec/src/site/resources/css/site.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: portals/portlet-spec/src/site/site.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/src/site/site.xml?rev=765197&view=auto
==============================================================================
--- portals/portlet-spec/src/site/site.xml (added)
+++ portals/portlet-spec/src/site/site.xml Wed Apr 15 13:45:25 2009
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+<project name="Portlet Specs">
+
+ <bannerLeft>
+ <name>Portlet Specs</name>
+ <src>http://portals.apache.org/pluto/images/apache-portals.gif</src>
+ <href>http://portals.apache.org/portlet-spec/</href>
+ </bannerLeft>
+ <publishDate position="left" format="MM-dd-yy hh:mm zz"/>
+ <skin>
+ <groupId>org.apache.pluto</groupId>
+ <artifactId>pluto-site-skin</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ </skin>
+
+ <body>
+ <breadcrumbs>
+ <item name="Home" href="http://portals.apache.org/portals-spec"/>
+ </breadcrumbs>
+
+ <links>
+ <item name="JSR 168 (Portlet 1.0)"
href="http://jcp.org/en/jsr/detail?id=168"/>
+ <item name="Portlet 1.0 API (Javadoc)"
href="http://portals.apache.org/portlet-spec/javadoc/portlet-1.0-apidocs"/>
+ <item name="JSR 286 (Portlet 2.0)"
href="http://jcp.org/en/jsr/detail?id=286"/>
+ <item name="Portlet 2.0 API (Javadoc)"
href="http://portals.apache.org/portlet-spec/javadoc/portlet-2.0-apidocs"/>
+ </links>
+
+ <menu name="Portals Spec">
+ <item name="About" href="/index.html"/>
+ </menu>
+ </body>
+</project>
Propchange: portals/portlet-spec/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: portals/portlet-spec/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: portals/portlet-spec/src/site/site.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: portals/portlet-spec/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/src/site/xdoc/index.xml?rev=765197&view=auto
==============================================================================
--- portals/portlet-spec/src/site/xdoc/index.xml (added)
+++ portals/portlet-spec/src/site/xdoc/index.xml Wed Apr 15 13:45:25 2009
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+<document>
+
+ <properties>
+ <title>Portlet Specifications</title>
+ </properties>
+
+ <body>
+
+ <section name="Welcome to the Portlet Specificcations">
+
+ <p>
+ Portlets are designed to run in the context of a portal. They are
+ written to the Portlet API which are similar to the Servlet API.
+ </p>
+ <p>
+ In contrast to servlets, portlets may not do things like sending
+ redirects or errors to browsers directly, forwarding requests or
writing
+ arbitrary markup to the output stream to assure that they don't
distract
+ the portal web application which uses them. Another difference compared
+ to servlets is that portlets rely on portal specific infrastructure
+ functions such as access to user profile information, standard
interface
+ for storing/retrieving persistent settings, getting client information,
+ etc. Generally, portlets are administrated more dynamically than
+ servlets.
+ </p>
+ </section>
+
+ </body>
+
+</document>
+
Propchange: portals/portlet-spec/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: portals/portlet-spec/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: portals/portlet-spec/src/site/xdoc/index.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain