Author: atsebro
Date: 2009-01-12 07:37:04 -0500 (Mon, 12 Jan 2009)
New Revision: 12209
Removed:
trunk/docs/realworld_app_guide/en/src/main/docbook/included/
trunk/docs/realworld_app_guide/en/src/main/docbook/modules/req.xml
trunk/docs/realworld_app_guide/en/src/main/docbook/modules/scope.xml
Modified:
trunk/docs/realworld_app_guide/en/src/main/docbook/master.xml
trunk/docs/realworld_app_guide/en/src/main/docbook/modules/rw_itself.xml
Log:
RF-4494: Tutorial about developing this sample application
Modified: trunk/docs/realworld_app_guide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/realworld_app_guide/en/src/main/docbook/master.xml 2009-01-12 11:46:11 UTC
(rev 12208)
+++ trunk/docs/realworld_app_guide/en/src/main/docbook/master.xml 2009-01-12 12:37:04 UTC
(rev 12209)
@@ -22,12 +22,12 @@
<holder>Red Hat</holder>
</copyright>
- <abstract>
+ <!--<abstract>
<title/>
<para>
<ulink
url="http://www.jboss.org/file-access/default/members/jbossrichfaces...
version</ulink>
</para>
- </abstract>
+ </abstract> -->
</bookinfo>
<toc/>
Deleted: trunk/docs/realworld_app_guide/en/src/main/docbook/modules/req.xml
===================================================================
--- trunk/docs/realworld_app_guide/en/src/main/docbook/modules/req.xml 2009-01-12 11:46:11
UTC (rev 12208)
+++ trunk/docs/realworld_app_guide/en/src/main/docbook/modules/req.xml 2009-01-12 12:37:04
UTC (rev 12209)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="rw_itself" xreflabel="rw_itself">
- <?dbhtml filename="requirements.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>RichFaces</keyword>
-
- </keywordset>
- </chapterinfo>
-
- <title>The Real World as it is</title>
- <para>
-
- </para>
-
-</chapter>
-
Modified: trunk/docs/realworld_app_guide/en/src/main/docbook/modules/rw_itself.xml
===================================================================
--- trunk/docs/realworld_app_guide/en/src/main/docbook/modules/rw_itself.xml 2009-01-12
11:46:11 UTC (rev 12208)
+++ trunk/docs/realworld_app_guide/en/src/main/docbook/modules/rw_itself.xml 2009-01-12
12:37:04 UTC (rev 12209)
@@ -8,7 +8,7 @@
</keywordset>
</chapterinfo>
- <title>The Real World as it is</title>
+ <title>The Real World main features</title>
<para>The "Photo Album" is a desktop-like online photo
manager that provides social service with pictures uploading, preview, storage, management
and sharing features.
It allows to create own albums, upload photos there, share the albums with other users,
search albums.
For newcomers the system allows "Anonymous regime" that may be used to
search and view others albums, but no personal albums, no possibility to mark favorite
photos and friends albums are available.
@@ -139,12 +139,48 @@
</tbody>
</tgroup>
</table>
+ <para>Not registered users should proceed with registration. The registration
requires following fields:
+ <itemizedlist>
+ <listitem><para>First name</para></listitem>
+ <listitem><para>Second name</para></listitem>
+ <listitem><para>Login</para></listitem>
+ <listitem><para>Password</para></listitem>
+ <listitem><para>Confirm</para></listitem>
+ <listitem><para>Email</para></listitem>
+ <listitem><para>Birth Date</para></listitem>
+ <listitem><para>Avatar</para></listitem>
+
+
+ </itemizedlist>
+
+ </para>
- <para>After loging in the user gets to his personal page. The interface of the
"cabinet" consists of menu bar, albums panels and working area.
+ <para>After loging in the user gets to his personal page. It interface consists
of menu bar, albums panels and working area.
</para>
+ <figure>
+ <title>Personal page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rw_its_pers.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The system "Message" service:
+ </para>
+ <figure>
+ <title>Personal page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rw_its_mess.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
-
+ <note>
+ <title>Note:</title>
+ <para>The work on "Photo Album is in progress". The guide
will be augumented with inforamtion.</para>
+ </note>
</section>
Deleted: trunk/docs/realworld_app_guide/en/src/main/docbook/modules/scope.xml
===================================================================
--- trunk/docs/realworld_app_guide/en/src/main/docbook/modules/scope.xml 2009-01-12
11:46:11 UTC (rev 12208)
+++ trunk/docs/realworld_app_guide/en/src/main/docbook/modules/scope.xml 2009-01-12
12:37:04 UTC (rev 12209)
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="scope" xreflabel="scope">
- <?dbhtml filename="scope.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>RichFaces</keyword>
- <keyword>Migration Guide</keyword>
- <keyword>scope</keyword>
- </keywordset>
- </chapterinfo>
-
- <title>Scope of the document</title>
-
- <itemizedlist>
- <listitem>
- <para>
- This document should not be used as a tutorial for
<property>RichFaces</property> framework
- since it is created to describe the issues caused by migration process
- </para>
- </listitem>
- <listitem>
- <para>
- It is assumed that you are familiar with basic tenets of
<property>RichFaces</property> framework.
- If you are newbie in <property>RichFaces</property> you can
find
- <property>RichFaces</property> documentation <ulink
url="http://www.jboss.org/jbossrichfaces/docs/index.html">he...;.
- </para>
- </listitem>
- <listitem>
- <para>
- Concepts related to Web or application servers configuration, JSF, JSF
implementations are beyond the scope of this document
- </para>
- </listitem>
- </itemizedlist>
-
-</chapter>