[jboss-svn-commits] JBoss PortletSwap SVN: r115 - in docs: . referenceGuide referenceGuide/en referenceGuide/en/modules
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Aug 7 12:58:03 EDT 2006
Author: roy.russo at jboss.com
Date: 2006-08-07 12:58:01 -0400 (Mon, 07 Aug 2006)
New Revision: 115
Added:
docs/referenceGuide/
docs/referenceGuide/build.xml
docs/referenceGuide/en/
docs/referenceGuide/en/images/
docs/referenceGuide/en/master.xml
docs/referenceGuide/en/modules/
docs/referenceGuide/en/modules/acknowledgements.xml
docs/referenceGuide/en/modules/hosting.xml
docs/referenceGuide/en/modules/overview.xml
docs/referenceGuide/en/modules/portlets.xml
docs/referenceGuide/en/modules/site.xml
docs/referenceGuide/en/modules/target.xml
Log:
Property changes on: docs/referenceGuide
___________________________________________________________________
Name: svn:ignore
+ build
Added: docs/referenceGuide/build.xml
===================================================================
--- docs/referenceGuide/build.xml 2006-08-07 16:28:32 UTC (rev 114)
+++ docs/referenceGuide/build.xml 2006-08-07 16:58:01 UTC (rev 115)
@@ -0,0 +1,20 @@
+<project name="PortletSwap User Documentation" default="all.doc" basedir=".">
+
+ <!-- Set the following property to generate the doco in the output folder -->
+ <!--property name="build.dir" value="${basedir}/../../output/docs/guide"/-->
+
+ <property name="pdf.name" value="PortletSwapUserGuide.pdf" />
+ <import file="../docbook-support/support.xml" />
+
+ <target name="all.doc" depends="clean">
+ <antcall target="lang.all"><param name="lang" value="en"/></antcall>
+ </target>
+
+ <!-- Use this alternate target to enable uptodate checking, i.e.
+ don't generate docs if nothing has changed
+ <target name="all.doc">
+ <antcall target="lang.all.run"><param name="lang" value="en"/></antcall>
+ </target>
+ -->
+
+</project>
Added: docs/referenceGuide/en/master.xml
===================================================================
--- docs/referenceGuide/en/master.xml 2006-08-07 16:28:32 UTC (rev 114)
+++ docs/referenceGuide/en/master.xml 2006-08-07 16:58:01 UTC (rev 115)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
+ "../../docbook-support/support/docbook-dtd/docbookx.dtd" [
+ <!ENTITY overview SYSTEM "modules/overview.xml">
+ <!ENTITY target SYSTEM "modules/target.xml">
+ <!ENTITY acknowledgements SYSTEM "modules/acknowledgements.xml">
+ <!ENTITY site SYSTEM "modules/site.xml">
+ <!ENTITY portlets SYSTEM "modules/portlets.xml">
+ <!ENTITY hosting SYSTEM "modules/hosting.xml">
+ ]>
+<book lang="en">
+ <bookinfo>
+ <title>PortletSwap 2.0</title>
+ <subtitle>User Guide</subtitle>
+ <releaseinfo>August 2006</releaseinfo>
+ <author>
+ <firstname>Roy</firstname>
+ <surname>Russo</surname>
+ <email>roy at jboss.org</email>
+ </author>
+ </bookinfo>
+ <toc/>
+ <!-- portletswap overview - marketing stuff --> &overview;
+ <!-- target audience of this document --> ⌖
+ <!-- thanks for all the fish --> &acknowledgements;
+ <!-- the site --> &site;
+ <!-- getting the portlets --> &portlets;
+ <!-- hosting --> &hosting;
+</book>
Added: docs/referenceGuide/en/modules/acknowledgements.xml
===================================================================
--- docs/referenceGuide/en/modules/acknowledgements.xml 2006-08-07 16:28:32 UTC (rev 114)
+++ docs/referenceGuide/en/modules/acknowledgements.xml 2006-08-07 16:58:01 UTC (rev 115)
@@ -0,0 +1,38 @@
+<preface id="acknowledgements">
+ <title>Acknowledgements</title>
+ <para>We would like to thank
+ <emphasis role="bold">all</emphasis>
+ the developers that participate
+ in the JBoss Portal project effort.
+ </para>
+ <para>Specifically,</para>
+ <para>
+ <orderedlist>
+ <listitem>Thomas Heute, for his help on the first-ever version of JBoss Portal and the corresponding
+ documentation. ;-)</listitem>
+ <listitem>
+ Remy for his help with Tomcat configuration.
+ </listitem>
+ <listitem>
+ Mark Fernandes and Paul Tamaro from Novell, for their hard work in supplying the
+ portal project with usable and attractive themes and layouts.
+ </listitem>
+ <listitem>
+ Kev "kevs3d" Roast for supplying us with two working portlets that integrate existing
+ frameworks in to the portal: Sun JSF-RI and Spring MVC Portlet.
+ </listitem>
+ <listitem>
+ Swarn "sdhaliwal" Dhaliwal for supplying us with the Struts-Bridge, that will allow
+ for existing struts applications to work with the Portal.
+ </listitem>
+ <listitem>Julien Viet for creating a scalable and flexible architecture... and putting up with all of my crazy
+ ideas.</listitem>
+ </orderedlist>
+ </para>
+ <para>Contributions of any kind are always welcome, you can contribute by providing ideas,
+ filling bug reports, producing some code, designing a theme, writing some documentation,
+ etc... To report a bug please use our
+ <ulink url="http://jira.jboss.com/jira/browse/JBPORTAL">Jira system</ulink>
+ .
+ </para>
+</preface>
\ No newline at end of file
Added: docs/referenceGuide/en/modules/hosting.xml
===================================================================
--- docs/referenceGuide/en/modules/hosting.xml 2006-08-07 16:28:32 UTC (rev 114)
+++ docs/referenceGuide/en/modules/hosting.xml 2006-08-07 16:58:01 UTC (rev 115)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="hosting">
+ <chapterinfo>
+ <author>
+ <firstname>Roy</firstname>
+ <surname>Russo</surname>
+ <email>roy at jboss.org</email>
+ </author>
+ </chapterinfo>
+ <title>Portlet Project Hosting Services</title>
+ <sect1>
+ <title>...</title>
+ <para>...
+ </para>
+ </sect1>
+</chapter>
Added: docs/referenceGuide/en/modules/overview.xml
===================================================================
--- docs/referenceGuide/en/modules/overview.xml 2006-08-07 16:28:32 UTC (rev 114)
+++ docs/referenceGuide/en/modules/overview.xml 2006-08-07 16:58:01 UTC (rev 115)
@@ -0,0 +1,82 @@
+<preface id="overview">
+ <title>JBoss Portal - Overview</title>
+ <para>
+ <imageobject>
+ <imagedata fileref="images/setup/default_ss.gif" format="gif" align="center"
+ valign="middle"/>
+ </imageobject>
+ </para>
+ <para>Many IT organizations look to achieve a competitive advantage for the enterprise by
+ improving business productivity and reducing costs. Today's top enterprises are realizing this
+ goal by deploying enterprise portals within their IT infrastructure. Enterprise portals
+ simplify access to information by providing a single source of interaction with corporate
+ information. Although today?s packaged portal frameworks help enterprises launch portals more
+ quickly, only JBoss Portal can deliver the benefits of a zero-cost open source license
+ combined with a flexible and scalable underlying platform.</para>
+ <para>JBoss Portal provides an open source and standards-based environment for hosting and
+ serving a portal's Web interface, publishing and managing its content, and customizing its
+ experience. It is entirely standards-based and supports the JSR-168 portlet specification,
+ which allows you to easily plug-in standards-compliant portlets to meet your specific portal
+ needs. JBoss Portal is available through the business-friendly
+ <ulink
+ url="http://www.jboss.com/company/aboutopensource">LGPL</ulink>
+ open source license and is
+ supported by
+ <ulink url="http://www.jboss.com/services/index">JBoss Inc. Professional Support
+ and Consulting</ulink>
+ . JBoss support services are available to assist you in designing,
+ developing, deploying, and ultimately managing your portal environment. JBoss Portal is
+ currently developed by JBoss, Inc. developers, Novell developers, and community contributors.
+ </para>
+ <para>The JBoss Portal framework and architecture includes the portal container and supports a
+ wide range of features including standard portlets, single sign-on, clustering and
+ internationalization. Portal themes and layouts are configurable. Fine-grained security
+ administration down to portlet permissions rounds out the security model. JBoss Portal
+ includes a rich content management system and message board support.</para>
+ <para>
+ <emphasis role="bold">JBoss Portal Resources:</emphasis>
+ <orderedlist>
+ <listitem>
+ <para>
+ <ulink url="http://www.jboss.org/products/jbossportal">JBoss Portal Home Page</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>Forums:
+ <ulink
+ url="http://www.jboss.org/index.html?module=bb&op=viewforum&f=215"
+ >User</ulink>
+ |
+ <ulink
+ url="http://www.jboss.org/index.html?module=bb&op=viewforum&f=205"
+ >Developer</ulink>
+ |
+ <ulink url="http://jboss.org/index.html?module=bb&op=viewforum&f=232">WSRP</ulink>
+ |
+ <ulink url="http://jboss.org/index.html?module=bb&op=viewforum&f=239">Eclipse Portlet
+ Plugin</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.jboss.com/wiki/Wiki.jsp?page=JBossPortal">Wiki</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.portletswap.com">PortletSwap.com portlet exchange</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
+ url="http://jira.jboss.com/jira/browse/JBPORTAL?report=com.atlassian.jira.plugin.system.project:roadmap-panel"
+ >Our Roadmap</ulink>
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
+ <para>The JBoss Portal team encourages you to use this guide to install and configure JBoss
+ Portal. If you encounter any configuration issues or simply want to take part in our
+ community, we would love to hear from you in our forums.</para>
+</preface>
Added: docs/referenceGuide/en/modules/portlets.xml
===================================================================
--- docs/referenceGuide/en/modules/portlets.xml 2006-08-07 16:28:32 UTC (rev 114)
+++ docs/referenceGuide/en/modules/portlets.xml 2006-08-07 16:58:01 UTC (rev 115)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="portlets">
+ <chapterinfo>
+ <author>
+ <firstname>Roy</firstname>
+ <surname>Russo</surname>
+ <email>roy at jboss.org</email>
+ </author>
+ </chapterinfo>
+ <title>Getting/Installing Portlets</title>
+ <sect1>
+ <title>...</title>
+ <para>...
+ </para>
+ </sect1>
+</chapter>
Added: docs/referenceGuide/en/modules/site.xml
===================================================================
--- docs/referenceGuide/en/modules/site.xml 2006-08-07 16:28:32 UTC (rev 114)
+++ docs/referenceGuide/en/modules/site.xml 2006-08-07 16:58:01 UTC (rev 115)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="site">
+ <chapterinfo>
+ <author>
+ <firstname>Roy</firstname>
+ <surname>Russo</surname>
+ <email>roy at jboss.org</email>
+ </author>
+ </chapterinfo>
+ <title>Using PortletSwap.com</title>
+ <sect1>
+ <title>...</title>
+ <para>...
+ </para>
+ </sect1>
+</chapter>
Added: docs/referenceGuide/en/modules/target.xml
===================================================================
--- docs/referenceGuide/en/modules/target.xml 2006-08-07 16:28:32 UTC (rev 114)
+++ docs/referenceGuide/en/modules/target.xml 2006-08-07 16:58:01 UTC (rev 115)
@@ -0,0 +1,10 @@
+<preface id="target" revision="1">
+ <title>Target Audience</title>
+
+ <para>Portlet developers, Portal administrators, and those wishing to implement/extend the JBoss
+ Portal framework.</para>
+ <para>For end-user documentation, please download our User Guide from our
+ <ulink url="http://labs.jboss.com/portal/jbossportal/docs/index.html">documentation page</ulink>
+ .
+ </para>
+</preface>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list