You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/02/27 17:24:16 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial index_de.xml index_en.xml

gregor      2004/02/27 08:24:16

  Modified:    src/webapp/lenya/pubs/default/content/authoring/tutorial
                        index_de.xml index_en.xml
  Log:
  remove outdated information
  
  Revision  Changes    Path
  1.7       +40 -21    cocoon-lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial/index_de.xml
  
  Index: index_de.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial/index_de.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index_de.xml	14 Jan 2004 19:30:01 -0000	1.6
  +++ index_de.xml	27 Feb 2004 16:24:16 -0000	1.7
  @@ -10,7 +10,7 @@
   
       <!-- the root element indicates the doctype -->
       <lenya:meta>
  -        <dc:title>Lenya Tutorial</dc:title>
  +        <dc:title>DC Title</dc:title>
           <dc:creator>Christian Egli</dc:creator>
           <dc:subject>DC Subject</dc:subject>
           <dc:description>Abstract that can be used on an overview page</dc:description>
  @@ -67,14 +67,14 @@
       editors:</p>
   
       <ul>
  -      <li>Xopus: This is a good choice for users of IE.</li>
  +      <li>HTML Forms: This is a good choice for users of Mosaic ;-)</li>
         <li>Bitflux: This is a good choice for users of Mozilla.</li>
  -      <li>Midas: is a good choice for editing xhtml under Mozilla.</li>
  +      <li>One Form: For the power user who needs all the control</li>
       </ul>
   
       <p>Pick your choice of editor (based on your platform) and start
       editing the newly created document by selecting the
  -    <code>File->Edit with Bitflux</code>. The Lenya menu will
  +    <code>Edit->Edit with BXE</code> menu button. The Lenya menu will
       disappear and the Bitflux toolbar will appear instead. You can use
       the left mouse button to get a context sensitive menu from where
       you can copy, cut and paste. You're also able to insert new
  @@ -86,27 +86,46 @@
       <h2>Publishing a document</h2>
   
       <p>Once you are satisfied with the content of the document you
  -    want to publish it to make it visible in the live area. Simply
  -    press <code>File->Publish</code> to publish the current
  -    document. You will get a confirmation screen where you confirm
  -    your intention to publish the document "Foo" by pressing
  -    <code>Publish Now</code>. You might have to publish the parent
  -    document ("Tutorial") first, as the "Foo" document will not be
  -    published if the parent document is not in the live area yet.</p>
  -    <p>To check how the "Foo" document looks like in the live site
  -    click on the <code>live</code> tab in the Lenya menu. This will
  -    open a new browser window showing you the live site.</p>
  +    want to publish it to make it visible in the live area.</p> 
  +
  +    <h3>Workflow</h3>
  +
  +    <p>The default publication has a simple workflow configured which
  +    involves an author and a reviewer. The author creates and edits a
  +    new document and submits it for approval. The reviewer (obviously
  +    :-)) reviews the document and publishes it so that it will appear
  +    on the live site.
  +
  +    The user lenya (which you are probably currently logged in as) has
  +    the role author, i.e. he can create new documents and submit them
  +    for approval (with <code>Workflow->Submit for review</code>). The
  +    user Alice has the role reviewer which allows her to approve,
  +    i.e. publish documents.</p>
  +
  +    <p>In order to publish your newly created document simply press
  +    <code>Workflow->Sumbit</code> (as user lenya) to submit the
  +    current document for approval. Now log out
  +    (<code>File->Logout</code>), log back in as alice (use the same
  +    password as for user lenya) and publish the current document by
  +    selecting <code>Workflow->Publish</code>. You will get a
  +    confirmation screen where you confirm your intention to publish
  +    the document "Foo" by pressing <code>Publish Now</code>. You might
  +    have to publish the parent document ("Tutorial") first, as the
  +    "Foo" document will not be published if the parent document is not
  +    in the live area yet.</p> <p>To check how the "Foo" document looks
  +    like in the live site click on the <code>live</code> tab in the
  +    Lenya menu. This will open a new browser window showing you the
  +    live site.</p>
       
       <h2>Scheduling</h2>
       
       <p>Apache Lenya allows you to publish a document at a specific
  -    date. To do this select the <code>File->Publish</code> menu
  -    entry. Now instead of pressing <code>Publish Now</code>, specify
  -    the date and the time at which you wish to publish the document
  -    and press <code>Publish Later</code>. Your document will be
  -    published at the specified date. Use the
  -    <code>Tools->Scheduler</code> menu entry to see the pending tasks
  -    and their status.</p>
  +    date. To do this select the <code>Workflow->Publish</code> menu
  +    entry. Now instead of pressing <code>Publish</code>, specify the
  +    date and the time at which you wish to publish the document and
  +    press <code>Schedule</code>. Your document will be published at
  +    the specified date. Use the <code>Scheduler</code> tab in the site
  +    area to see the pending tasks and their status.</p>
   
       <h2>Revision Control</h2>
   
  
  
  
  1.12      +0 -4      cocoon-lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial/index_en.xml
  
  Index: index_en.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/content/authoring/tutorial/index_en.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index_en.xml	14 Jan 2004 19:30:01 -0000	1.11
  +++ index_en.xml	27 Feb 2004 16:24:16 -0000	1.12
  @@ -70,10 +70,6 @@
         <li>HTML Forms: This is a good choice for users of Mosaic ;-)</li>
         <li>Bitflux: This is a good choice for users of Mozilla.</li>
         <li>One Form: For the power user who needs all the control</li>
  -<!--
  -      <li>Xopus: This is a good choice for users of IE.</li>
  -      <li>Midas: is a good choice for editing xhtml under Mozilla.</li>
  --->
       </ul>
   
       <p>Pick your choice of editor (based on your platform) and start
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org