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 2005/02/22 03:20:24 UTC

svn commit: r154763 - in lenya/docu/src/documentation: content/xdocs/screenshots.xml content/xdocs/site.xml resources/images/live/apache-lenya-authoring-area.jpg resources/images/live/apache-lenya-editor-bxe.jpg resources/images/live/apache-lenya-site-area.jpg

Author: gregor
Date: Mon Feb 21 18:20:18 2005
New Revision: 154763

URL: http://svn.apache.org/viewcvs?view=rev&rev=154763
Log:
Added screenshots page to the site

Added:
    lenya/docu/src/documentation/content/xdocs/screenshots.xml   (with props)
    lenya/docu/src/documentation/resources/images/live/apache-lenya-authoring-area.jpg   (with props)
    lenya/docu/src/documentation/resources/images/live/apache-lenya-editor-bxe.jpg   (with props)
    lenya/docu/src/documentation/resources/images/live/apache-lenya-site-area.jpg   (with props)
Modified:
    lenya/docu/src/documentation/content/xdocs/site.xml

Added: lenya/docu/src/documentation/content/xdocs/screenshots.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/screenshots.xml?view=auto&rev=154763
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/screenshots.xml (added)
+++ lenya/docu/src/documentation/content/xdocs/screenshots.xml Mon Feb 21 18:20:18 2005
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed 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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
+<document> 
+  <header> 
+    <title>Apache Lenya Screenshots</title> 
+    <authors>
+      <person name="Lenya community" email="dev@lenya.apache.org"/>
+    </authors>
+  </header> 
+  <body> 
+
+<p>
+The following screenshots are meant for the evaluator in a hurry. For a much more complete impression
+of Apache Lenya, download the latest release and try it out yourself.
+</p>
+<ul>
+  <li>
+    The Apache Lenya authoring area is used to edit individual pages. The author browses through the authoring
+    area just like a visitor to the web site would, by using the navigation of the site. The menu at the top of
+    the screen is the only indication that you are inside the authoring environment, everything else is just
+    like it appears on the live site. <br/><br/>
+      <img src="images/live/apache-lenya-authoring-area.jpg" alt="Screenshot of the Apache Lenya authoring area"/>
+      <br/><br/><br/>
+  </li>
+  <li>
+    The Apache Lenya site area is used to perform operations that concern multiple pages, like moving pages
+    around, renaming sections of the site, etc. The site area gives a quick overview of the complete site.
+    Detailed information about each page can be accessed by clicking on the relevant node in the tree
+    structure at left. <br/><br/><img src="images/live/apache-lenya-site-area.jpg" alt="Screenshot of the Apache Lenya site area"/>
+    <br/><br/><br/>
+  </li>
+  <li>
+    Apache Lenya comes with different editors for content editing. One of the more advanced ones is <link href="ext:bxe">BXE</link>. 
+    Using BXE, you can edit arbitrary XML in WYSIWYG and validate your document against an Relax NG
+    schema while it is being edited.
+    BXE uses validation to restrict the editing choices instead of allowing free-form input and then
+    generating validation errors on save (an approach that makes it different from most other editors).
+      <br/><br/><img src="images/live/apache-lenya-editor-bxe.jpg" alt="Screenshot of editing a page with the BXE editor inside Apache Lenya"/>
+    <br/><br/><br/>
+  </li>
+</ul>
+
+  </body>
+</document>

Propchange: lenya/docu/src/documentation/content/xdocs/screenshots.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: lenya/docu/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/site.xml?view=diff&r1=154762&r2=154763
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/site.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/site.xml Mon Feb 21 18:20:18 2005
@@ -23,6 +23,7 @@
         <changes href="changes.html" label="Changes"/>
         <charter href="charter.html" label="Charter"/>
         <history href="history.html" label="History"/>
+        <screenshots href="screenshots.html" label="Screenshots"/>
         <node-d href="roadmap.html" label="Roadmap"/>
         <node-i href="license.html" label="License"/>
         <resolution href="resolution.html" label="Resolution"/>
@@ -193,6 +194,7 @@
         <lenya href="http://lenya.apache.org"/>
         <lenya.dist href="http://www.apache.org/dyn/closer.cgi/lenya"/>
         <cvs.asf href="http://svn.apache.org/"/>
+        <bxe href="http://bxe.oscom.org"/>
         <forrest.apache.org href="http://forrest.apache.org/">
             <forrest.build href="build.html"/>
             <forrest.install href="docs/your-project.html#installing"/>

Added: lenya/docu/src/documentation/resources/images/live/apache-lenya-authoring-area.jpg
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/resources/images/live/apache-lenya-authoring-area.jpg?view=auto&rev=154763
==============================================================================
Binary file - no diff available.

Propchange: lenya/docu/src/documentation/resources/images/live/apache-lenya-authoring-area.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lenya/docu/src/documentation/resources/images/live/apache-lenya-editor-bxe.jpg
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/resources/images/live/apache-lenya-editor-bxe.jpg?view=auto&rev=154763
==============================================================================
Binary file - no diff available.

Propchange: lenya/docu/src/documentation/resources/images/live/apache-lenya-editor-bxe.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lenya/docu/src/documentation/resources/images/live/apache-lenya-site-area.jpg
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/resources/images/live/apache-lenya-site-area.jpg?view=auto&rev=154763
==============================================================================
Binary file - no diff available.

Propchange: lenya/docu/src/documentation/resources/images/live/apache-lenya-site-area.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



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