You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@portals.apache.org by wo...@apache.org on 2014/11/26 02:04:57 UTC

svn commit: r1641742 - in /portals/site/applications/src/site/xdoc/webcontent2: content-rewriter-module.xml portlets-module.xml reverse-proxy-module.xml war-module.xml

Author: woonsan
Date: Wed Nov 26 01:04:56 2014
New Revision: 1641742

URL: http://svn.apache.org/r1641742
Log:
APA-67: adding installation subsections

Modified:
    portals/site/applications/src/site/xdoc/webcontent2/content-rewriter-module.xml
    portals/site/applications/src/site/xdoc/webcontent2/portlets-module.xml
    portals/site/applications/src/site/xdoc/webcontent2/reverse-proxy-module.xml
    portals/site/applications/src/site/xdoc/webcontent2/war-module.xml

Modified: portals/site/applications/src/site/xdoc/webcontent2/content-rewriter-module.xml
URL: http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/webcontent2/content-rewriter-module.xml?rev=1641742&r1=1641741&r2=1641742&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent2/content-rewriter-module.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent2/content-rewriter-module.xml Wed Nov 26 01:04:56 2014
@@ -32,6 +32,22 @@
         as well as simple text-line based content rewriter component.
       </p>
 
+      <subsection name="Installtion">
+        <p>
+          If you use <a href="http://maven.apache.org/" target="_blank">Apache Maven</a> in your project,
+          then you can add the following dependency to use this module in your project.
+        </p>
+        <p>
+          <source><![CDATA[
+    <dependency>
+      <groupId>org.apache.portals.applications</groupId>
+      <artifactId>apa-webcontent2-content-rewriter</artifactId>
+      <version>${webcontent2.version}</version>
+    </dependency>
+          ]]></source>
+        </p>
+      </subsection>
+
       <subsection name="Class Diagram and Descriptions">
 
         <p>Here is a class diagram showing the major interfaces and classes.</p>

Modified: portals/site/applications/src/site/xdoc/webcontent2/portlets-module.xml
URL: http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/webcontent2/portlets-module.xml?rev=1641742&r1=1641741&r2=1641742&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent2/portlets-module.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent2/portlets-module.xml Wed Nov 26 01:04:56 2014
@@ -38,6 +38,22 @@
         servlet inside a portlet window. 
       </p>
 
+      <subsection name="Installtion">
+        <p>
+          If you use <a href="http://maven.apache.org/" target="_blank">Apache Maven</a> in your project,
+          then you can add the following dependency to use this module in your project.
+        </p>
+        <p>
+          <source><![CDATA[
+    <dependency>
+      <groupId>org.apache.portals.applications</groupId>
+      <artifactId>apa-webcontent2-portlets</artifactId>
+      <version>${webcontent2.version}</version>
+    </dependency>
+          ]]></source>
+        </p>
+      </subsection>
+
       <subsection name="IFrameGenericPortlet">
         <p>
           The <code>IFrameGenericPortlet</code> achieves this

Modified: portals/site/applications/src/site/xdoc/webcontent2/reverse-proxy-module.xml
URL: http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/webcontent2/reverse-proxy-module.xml?rev=1641742&r1=1641741&r2=1641742&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent2/reverse-proxy-module.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent2/reverse-proxy-module.xml Wed Nov 26 01:04:56 2014
@@ -37,6 +37,22 @@
         and you can also allow Cross-Domain Scripting for trusted applications.
       </p>
 
+      <subsection name="Installtion">
+        <p>
+          If you use <a href="http://maven.apache.org/" target="_blank">Apache Maven</a> in your project,
+          then you can add the following dependency to use this module in your project.
+        </p>
+        <p>
+          <source><![CDATA[
+    <dependency>
+      <groupId>org.apache.portals.applications</groupId>
+      <artifactId>apa-webcontent2-reverse-proxy</artifactId>
+      <version>${webcontent2.version}</version>
+    </dependency>
+          ]]></source>
+        </p>
+      </subsection>
+
       <subsection name="SimpleReverseProxyServlet">
         <p>
           A simple Reverse Proxy servlet can be configured in the web.xml like the following example:

Modified: portals/site/applications/src/site/xdoc/webcontent2/war-module.xml
URL: http://svn.apache.org/viewvc/portals/site/applications/src/site/xdoc/webcontent2/war-module.xml?rev=1641742&r1=1641741&r2=1641742&view=diff
==============================================================================
--- portals/site/applications/src/site/xdoc/webcontent2/war-module.xml (original)
+++ portals/site/applications/src/site/xdoc/webcontent2/war-module.xml Wed Nov 26 01:04:56 2014
@@ -29,6 +29,24 @@
         The Web Content Application 2 WAR Module packages all the other modules
         with default servlet/filter/portlet configurations and demonstration-purpose examples.
       </p>
+
+      <subsection name="Installtion">
+        <p>
+          If you use <a href="http://maven.apache.org/" target="_blank">Apache Maven</a> in your project,
+          then you can add the following dependency to use this module in your project.
+        </p>
+        <p>
+          <source><![CDATA[
+    <dependency>
+      <groupId>org.apache.portals.applications</groupId>
+      <artifactId>apa-webcontent2-war</artifactId>
+      <type>war</type>
+      <version>${webcontent2.version}</version>
+    </dependency>
+          ]]></source>
+        </p>
+      </subsection>
+
     </section>
 
     <section name="Default Reverse Proxy Servlet/Filter Definition(s)">