You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/10/25 12:08:42 UTC

svn commit: r829536 - in /ofbiz/trunk: applications/commonext/data/ applications/commonext/data/helpdata/ applications/content/data/ applications/marketing/data/helpdata/ applications/party/data/ applications/party/data/helpdata/ specialpurpose/myporta...

Author: jleroux
Date: Sun Oct 25 11:08:41 2009
New Revision: 829536

URL: http://svn.apache.org/viewvc?rev=829536&view=rev
Log:
Replace component by application in help files

Modified:
    ofbiz/trunk/applications/commonext/data/CommonExtHelpData.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_initialsetup.xml
    ofbiz/trunk/applications/content/data/ContentHelpData.xml
    ofbiz/trunk/applications/marketing/data/helpdata/HELP_MARKETING.xml
    ofbiz/trunk/applications/party/data/PartyHelpData.xml
    ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml
    ofbiz/trunk/specialpurpose/myportal/data/helpdata/HELP_MYPORTAL.xml

Modified: ofbiz/trunk/applications/commonext/data/CommonExtHelpData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/CommonExtHelpData.xml?rev=829536&r1=829535&r2=829536&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/CommonExtHelpData.xml (original)
+++ ofbiz/trunk/applications/commonext/data/CommonExtHelpData.xml Sun Oct 25 11:08:41 2009
@@ -19,7 +19,7 @@
 -->
 <entity-engine-xml>
 
-    <!-- setup component help -->
+    <!-- setup application help -->
     <DataResource dataResourceId="HELP_SETUP" localeString="en" dataResourceTypeId="OFBIZ_FILE" objectInfo="applications/commonext/data/helpdata/HELP_SETUP.xml" dataTemplateTypeId="NONE" statusId="CTNT_IN_PROGRESS" dataResourceName="OFBiz Setup Overview" mimeTypeId="text/xml" isPublic="Y" />
     <Content contentId="HELP_SETUP" contentTypeId="DOCUMENT" localeString="en" contentName="Setup Overview" templateDataResourceId="HELP_TEMPL" dataResourceId="HELP_SETUP" statusId="CTNT_IN_PROGRESS" mimeTypeId="text/html"/>
     <ContentAssoc contentId="HELP_ROOT" contentIdTo="HELP_SETUP" contentAssocTypeId="TREE_CHILD" fromDate="2009-09-09 01:01:01" sequenceNum="000"/>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml?rev=829536&r1=829535&r2=829536&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml Sun Oct 25 11:08:41 2009
@@ -22,9 +22,9 @@
     xmlns:xi="http://www.w3.org/2001/XInclude"
     xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook">
-    <title>The OFBiz Setup Component Overview</title>
+    <title>The OFBiz Setup application Overview</title>
     <para> 
-        The OFBiz Setup Component is supporting for immediate setup your organization. For example, Product Store, WebSite , Facility , product catalog, category 
+        The OFBiz Setup application is supporting for immediate setup your organization. For example, Product Store, WebSite , Facility , product catalog, category 
         , product, and etc. and then be able to create orders from data that is created.
     </para>
     <section>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_initialsetup.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_initialsetup.xml?rev=829536&r1=829535&r2=829536&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_initialsetup.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_initialsetup.xml Sun Oct 25 11:08:41 2009
@@ -23,7 +23,7 @@
     xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook">
     <title>The Main OFBiz Setup Overview</title>
-    <para>The main page on OFBiz Setup component including 2 sections, following this:</para>
+    <para>The main page on OFBiz Setup application including 2 sections, following this:</para>
     <section>
         <title>1. Available Internal Organizations Section</title>
         <para>

Modified: ofbiz/trunk/applications/content/data/ContentHelpData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/ContentHelpData.xml?rev=829536&r1=829535&r2=829536&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/data/ContentHelpData.xml (original)
+++ ofbiz/trunk/applications/content/data/ContentHelpData.xml Sun Oct 25 11:08:41 2009
@@ -20,9 +20,9 @@
 <entity-engine-xml>
 
     <Content contentId="HELP_MYPORTAL"/><!--  portlets are in most components -->
-    <Content contentId="HELP_ROOT"/><!-- should be in the first component loaded -->
+    <Content contentId="HELP_ROOT"/><!-- should be in the first application loaded -->
     <PortletCategory portletCategoryId="REPORT" description="Reports"/>
-    <DataResource dataResourceId="HELP_TEMPL"/><!--  further defined in the content component -->
+    <DataResource dataResourceId="HELP_TEMPL"/><!--  further defined in the content application -->
 
     <Content contentId="DOCUMENTS" contentTypeId="DOCUMENT" contentName="Documents"/>
     <ContentAssoc contentId="TREE_ROOT" contentIdTo="DOCUMENTS" contentAssocTypeId="TREE_CHILD" fromDate="2006-01-12 01:01:01" sequenceNum=""/>

Modified: ofbiz/trunk/applications/marketing/data/helpdata/HELP_MARKETING.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/data/helpdata/HELP_MARKETING.xml?rev=829536&r1=829535&r2=829536&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/data/helpdata/HELP_MARKETING.xml (original)
+++ ofbiz/trunk/applications/marketing/data/helpdata/HELP_MARKETING.xml Sun Oct 25 11:08:41 2009
@@ -24,20 +24,20 @@
     xmlns="http://docbook.org/ns/docbook">
         <title>Marketing overview</title>
         <para>
-            The overall purpose of the Marketing component is the support to select
+            The overall purpose of the Marketing application is the support to select
             leads from parties obtained from a certain source or marketing
             segment
             to convert to opportunities by contacting these parties via a
             contact-list related to a marketing campaign.
         </para>
         <para>
-            The first option of the marketing component is the definition of a
+            The first option of the marketing application is the definition of a
             datasource [DataSource], and connecting or loading party information
-            to it [PartyDataSource]. In the party component a data source Id can
+            to it [PartyDataSource]. In the party application a data source Id can
             be added to the party.
         </para>
         <para>
-            A second input to the marketing component is the Segment group and
+            A second input to the marketing application is the Segment group and
             classification which again can be allocated to parties in the party
             component.
         </para>

Modified: ofbiz/trunk/applications/party/data/PartyHelpData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/PartyHelpData.xml?rev=829536&r1=829535&r2=829536&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/data/PartyHelpData.xml (original)
+++ ofbiz/trunk/applications/party/data/PartyHelpData.xml Sun Oct 25 11:08:41 2009
@@ -18,5 +18,5 @@
 under the License.
 -->
 <entity-engine-xml>
-    <!-- please check the PartyHelpData in the content component data directory -->
+    <!-- please check the PartyHelpData in the content application data directory -->
 </entity-engine-xml>

Modified: ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml?rev=829536&r1=829535&r2=829536&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml (original)
+++ ofbiz/trunk/applications/party/data/helpdata/HELP_PARTY_findparty.xml Sun Oct 25 11:08:41 2009
@@ -30,6 +30,6 @@
     <para>
         The &quot;Main Roletype&quot; need a little more explanation. In here the role is listed which is a child of the &quot;Main role"&quot;
         roletype. It is currently set to &quot;Organisation&amp; and &quot;SFA Role&quot;. The later to be prepared to use he party in he SFA component.
-        See the marketing component for more information
+        See the marketing application for more information
     </para>
 </section>
\ No newline at end of file

Modified: ofbiz/trunk/specialpurpose/myportal/data/helpdata/HELP_MYPORTAL.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/data/helpdata/HELP_MYPORTAL.xml?rev=829536&r1=829535&r2=829536&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/data/helpdata/HELP_MYPORTAL.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/data/helpdata/HELP_MYPORTAL.xml Sun Oct 25 11:08:41 2009
@@ -24,9 +24,9 @@
     xmlns="http://docbook.org/ns/docbook">
 
     
-    <title>The My portal Component introduction.</title>
+    <title>The My portal application introduction.</title>
     <para>                
-        Within the 'my portal' component it is possible to create a collection of screens for a specific type of user of the system. 
+        Within the 'my portal' application it is possible to create a collection of screens for a specific type of user of the system. 
         Examples are a general employee, an account manager, a customer, a supplier etc... 
         The system makes use of special portlets which can be arranged and selected/hidden by the logged on user.
     </para>