You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/09/03 17:40:18 UTC

svn commit: r572365 - in /directory/studio/trunk/studio-schemaeditor-help: resources/images/tasks_new-project-wizard-schemas.png resources/images/tasks_new-project-wizard_name.png src/main/resources/0_index.xml

Author: pamarcelot
Date: Mon Sep  3 08:40:17 2007
New Revision: 572365

URL: http://svn.apache.org/viewvc?rev=572365&view=rev
Log:
Added 'Creating a new project' section.

Added:
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-project-wizard-schemas.png   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-project-wizard_name.png   (with props)
Modified:
    directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-project-wizard-schemas.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-project-wizard-schemas.png?rev=572365&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-project-wizard-schemas.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-project-wizard_name.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-project-wizard_name.png?rev=572365&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/tasks_new-project-wizard_name.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml?rev=572365&r1=572364&r2=572365&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml (original)
+++ directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml Mon Sep  3 08:40:17 2007
@@ -850,8 +850,87 @@
 		<!-- CREATING A NEW PROJECT SECTION -->
         <section id="tasks_creating_new_project">
 		    <title>Creating a new project</title>
-		    <para>
+		    <para>To create a new project, in the Projects view toolbar, click on the 
+						<imageobject>
+							<imagedata contentdepth="1em"
+								fileref="images/icons_project-new.gif" format="GIF" />
+						</imageobject>
+						<emphasis role="strong">New Schema Project</emphasis> button.
 		    </para>
+		    <para>
+				The creation of a new Schema Project is a two-step process:
+				<orderedlist numeration="arabic">
+					<listitem>
+						<para>Define the name of the project.</para>
+					</listitem>
+					<listitem>
+						<para>Select the 'core' schema files to import.</para>
+					</listitem>
+				</orderedlist>
+			</para>
+			<simplesect>
+				<title>Page 1</title>
+				<para>
+					The first page allows you to enter a project name.
+				</para>
+				<para>
+					<screenshot>
+						<mediaobject>
+							<imageobject>
+								<imagedata scale="50"
+									fileref="images/tasks_new-project-wizard_name.png" format="PNG" />
+							</imageobject>
+						</mediaobject>
+					</screenshot>
+				</para>
+				<para>
+					<informaltable frame="all">
+						<tgroup cols="3">
+							<colspec colname="Option" colwidth="1*" />
+							<colspec colname="Description" colwidth="2*" />
+							<colspec colname="Default" colwidth="1*" />
+							<thead>
+								<row>
+									<entry>Option</entry>
+									<entry>Description</entry>
+									<entry>Default</entry>
+								</row>
+							</thead>
+							<tbody>
+								<row>
+									<entry>Name</entry>
+									<entry>
+										The name of the project. In the
+										Projects view the project is
+										listed with this name. The name must be
+										unique.
+									</entry>
+									<entry>empty</entry>
+								</row>
+							</tbody>
+						</tgroup>
+					</informaltable>
+				</para>
+			</simplesect>
+			<simplesect>
+				<title>Page 2</title>
+				<para>
+					The second page allows you to select the 'core' schema files to import.
+				</para>
+				<para>
+					<screenshot>
+						<mediaobject>
+							<imageobject>
+								<imagedata scale="50"
+									fileref="images/tasks_new-project-wizard-schemas.png" format="PNG" />
+							</imageobject>
+						</mediaobject>
+					</screenshot>
+				</para>
+				<para>
+					Check the 'core' schema files you want to import.
+				</para>
+			</simplesect>
 	    </section>
 		
 		<!-- IMPORTING PROJECTS SECTION -->