svn commit: r1827939 - in /ofbiz/ofbiz-framework/trunk: README.adoc docs/asciidoc/user-manual.adoc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1827939 - in /ofbiz/ofbiz-framework/trunk: README.adoc docs/asciidoc/user-manual.adoc

mbrohl
Author: mbrohl
Date: Wed Mar 28 18:04:52 2018
New Revision: 1827939

URL: http://svn.apache.org/viewvc?rev=1827939&view=rev
Log:
Improved: Added additional configuration to the user manual
(remove chapter label, activate experimental features), included
the quick start section of README.adoc to the user manual.

The further reading link was moved to make it work.

Modified:
    ofbiz/ofbiz-framework/trunk/README.adoc
    ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc

Modified: ofbiz/ofbiz-framework/trunk/README.adoc
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.adoc?rev=1827939&r1=1827938&r2=1827939&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.adoc (original)
+++ ofbiz/ofbiz-framework/trunk/README.adoc Wed Mar 28 18:04:52 2018
@@ -61,12 +61,11 @@ environment variable.
 http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK download]
 
 [[quick-start]]
+// tag::quickstart[]
 == Quick start
 
 To quickly install and fire-up OFBiz, please follow the below instructions from
-the command line at the OFBiz top level directory (folder)
-
-In case of problems visit our link:#further-reading[Further reading section]
+the command line at the OFBiz top level directory (folder).
 
 [[prepare-ofbiz]]
 === Prepare OFBiz:
@@ -104,6 +103,11 @@ https://localhost:8443/webtools[Administ
 
 You can log in with the user *admin* and password *ofbiz*.
 
+// end::quickstart[]
+
+[NOTE]
+In case of problems visit our link:#further-reading[Further reading section].
+
 [[security]]
 == Security
 

Modified: ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc?rev=1827939&r1=1827938&r2=1827939&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc (original)
+++ ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc Wed Mar 28 18:04:52 2018
@@ -20,8 +20,10 @@ under the License.
 The Apache OFBiz Project
 Release 17.12
 :doctype: book
+:experimental:
 :icons: font
 :sectnums:
+:chapter-label:
 :toc:
 :toclevels: 5
 :imagesdir: ./images
@@ -140,6 +142,8 @@ to the core applications in design and s
 OFBiz by default. Thus to install a plugin a user must add it to the framework
 first.
 
+include::../../README.adoc[tags=quickstart]
+
 == Core Business Applications
 
 Most businesses share universal needs. They require accounting functionality,