You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2009/09/24 09:56:28 UTC

Re: svn commit: r818382 - in /ofbiz/trunk: applications/commonext/data/helpdata/HELP_SETUP.xml applications/commonext/documents/ApacheOfbizUser.xml applications/commonext/documents/Setup.xml specialpurpose/cmssite/data/CmsSiteDemoData.xml

Hi Hans,

Is it normal that the setup.xml document is emtpy (not removed but empty) ?

Jacques

> Author: hansbak
> Date: Thu Sep 24 06:58:54 2009
> New Revision: 818382
>
> URL: http://svn.apache.org/viewvc?rev=818382&view=rev
> Log:
> put a littlebit more explanation at the cms demo site, adjusted the setup documents
>
> Modified:
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml
>    ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml
>    ofbiz/trunk/applications/commonext/documents/Setup.xml
>    ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml
>
> 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=818382&r1=818381&r2=818382&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml (original)
> +++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml Thu Sep 24 06:58:54 2009
> @@ -34,4 +34,14 @@
>         the system quickly via The OFBiz Setup Application.
>         </para>
>     </section>
> +    <section>
> +        <title>How to get start</title>
> +        <para>1. Open a new terminal.</para>
> +        <para>2. Go to your ofbiz directory.</para>
> +        <para>3. Clean out all built classes with : ./ant clean-all </para>
> +        <para>4. Load initialisation data with : ant run-install-extseed</para>
> +        <para>5. Create the admin user with : ./ant create-admin-user-login , then enter a user login id that will be created for 
> you (the initial temporary password is "ofbiz")</para>
> +        <para>6. Start ofbiz with : ./startofbiz.sh </para>
> +        <para>7. Connect to the OFBiz Setup application.</para>
> +    </section>
> </section>
> \ No newline at end of file
>
> Modified: ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml
> URL: 
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml?rev=818382&r1=818381&r2=818382&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml (original)
> +++ ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml Thu Sep 24 06:58:54 2009
> @@ -42,7 +42,6 @@
>     <xi:include href="../../../applications/content/documents/Content.xml"/>
>     <xi:include href="../../../applications/marketing/documents/Marketing.xml"/>
>     <xi:include href="../../../specialpurpose/myportal/documents/MyPortal.xml"/>
> -    <xi:include href="../../../applications/commonext/documents/Setup.xml"/>
>
>     <appendix>
>         <title>New features recently added</title>
>
> Modified: ofbiz/trunk/applications/commonext/documents/Setup.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/documents/Setup.xml?rev=818382&r1=818381&r2=818382&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/commonext/documents/Setup.xml (original)
> +++ ofbiz/trunk/applications/commonext/documents/Setup.xml Thu Sep 24 06:58:54 2009
> @@ -1,58 +0,0 @@
> -<?xml version="1.0"?>
> -<!--
> -    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.
> --->
> -<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> -    version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" 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</title>
> -    <section>
> -        <title>The OFBiz Setup Component Introduction</title>
> -        <para>
> -            The OFBiz Setup Component is supporting for immediate setup your organization. For example, product store, web site , 
> facility , product catalog, category
> -            , product, and etc. and then be able to create orders from data that is created.
> -        </para>
> -    </section>
> -    <section>
> -        <title>Why we have OFBiz Setup Application?</title>
> -        <para>
> -            If you are the company and also want to use OFBiz for running your business then you easily be able to setting your 
> information for start running
> -            the system quickly via The OFBiz Setup Application.
> -        </para>
> -    </section>
> -    <section>
> -        <title>How to get start :</title>
> -        <para>1. Open a new terminal.</para>
> -        <para>2. Go to your ofbiz directory.</para>
> -        <para>3. Clean out all built classes with : ./ant clean-all </para>
> -        <para>4. Load initialisation data with : ant run-install-extseed</para>
> -        <para>5. Create the admin user with : ./ant create-admin-user-login , then enter a user login id that will be created for 
> you (the initial temporary password is "ofbiz")</para>
> -        <para>6. Start ofbiz with : ./startofbiz.sh </para>
> -        <para>7. Connect to the OFBiz Setup application.</para>
> -    </section>
> -    <xi:include href="../data/helpdata/HELP_SETUP_initialsetup.xml" />
> -    <xi:include href="../data/helpdata/HELP_SETUP_editFacility.xml" />
> -    <xi:include href="../data/helpdata/HELP_SETUP_editProductStore.xml" />
> -    <xi:include href="../data/helpdata/HELP_SETUP_editWebSite.xml" />
> -    <xi:include href="../data/helpdata/HELP_SETUP_firstcustomer.xml"/>
> -    <xi:include href="../data/helpdata/HELP_SETUP_firstProdCatalog.xml"/>
> -    <xi:include href="../data/helpdata/HELP_SETUP_firstProductCategory.xml" />
> -    <xi:include href="../data/helpdata/HELP_SETUP_firstproduct.xml" />
> -    <xi:include href="../data/helpdata/HELP_SETUP_profileCompany.xml" />
> -</chapter>
> \ No newline at end of file
>
> Modified: ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml
> URL: 
> http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml?rev=818382&r1=818381&r2=818382&view=diff
> ==============================================================================
> --- ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml (original)
> +++ ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml Thu Sep 24 06:58:54 2009
> @@ -73,7 +73,19 @@
>     <ElectronicText dataResourceId="CMSS_DEMO_HOME">
>         <textData><![CDATA[
>             <div>
> -              <h1>Welcome to the Home page.</h1>
> +              <h1>Welcome to the CmsSite Home page.</h1>
> +              <center><table width="350"><tr><td>
> +              <p>
> +              This is a site to demonstrate the CMS capabilities of OFBiz. Its basic function is the editing of website text
> +              inside a browser. If you want to edit the text you are reading now, logon to the backend system, select the content 
> component
> +              click on 'cmssite' in the website list and ten click on the 'cms' button. There you see on the left hand side the 
> tree of this website.
> +              If you click on 'homepage' then you can edit the content of this page at the box in the r
> +              </p>
> +              <p>
> +              This is only the basic function of the CMS which is part of the content component. The content component is 
> actually more than a
> +              CMS it can also handle documents pretty well. An example is the apache OFBiz document you can see when you click on 
> the last option in the list below.
> +              <p>
> +              </td></tr></table></center>
>               <ul>
>                 <li><a href="/cmssite/cms/CMSS_DEMO_PAGE1">Demo Page 1 - Hard Coded Link</a></div>
>                 <li><a href="/cmssite/cms/CMSS_PPOINT/demoPage1">Demo Page 1 - Hard Coded Link using the Sub-Content 
> Pattern</a></li>
>
>