This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 192059e Improvement: Help link using asciidoc files via generated
html (OFBIZ-11693)
192059e is described below
commit 192059e3da6f31684cfcdb96f1bc7a6d55a30473
Author: holivier <[email protected]>
AuthorDate: Thu Jun 4 17:56:54 2020 +0200
Improvement: Help link using asciidoc files via generated html
(OFBIZ-11693)
Change release for all asciidoc files, now there area 3 publish site,
one per release
* site/trunk
* site/next currently for the 18.12
* site/stable currently for the 17.12
---
applications/datamodel/DATAMODEL_CHANGES.adoc | 2 +-
applications/datamodel/README.adoc | 2 +-
docs/asciidoc/developer-manual.adoc | 2 +-
docs/asciidoc/documentation_guidelines.adoc | 2 +-
docs/asciidoc/user-manual.adoc | 2 +-
framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc | 2 +-
framework/security/src/docs/asciidoc/_include/sy-CSRF-defense.adoc | 2 +-
framework/security/src/docs/asciidoc/_include/sy-impersonation.adoc | 2 +-
framework/security/src/docs/asciidoc/_include/sy-password-and-JWT.adoc | 2 +-
themes/README.adoc | 2 +-
themes/docs/themes.adoc | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/applications/datamodel/DATAMODEL_CHANGES.adoc
b/applications/datamodel/DATAMODEL_CHANGES.adoc
index 44e017f..bdb52b4 100644
--- a/applications/datamodel/DATAMODEL_CHANGES.adoc
+++ b/applications/datamodel/DATAMODEL_CHANGES.adoc
@@ -18,7 +18,7 @@ under the License.
////
= Data Model Changes
The Apache OFBiz® Project
-Release 17.12
+Release trunk
Apache OFBiz follows *The Universal Data Model* by **Len Silverston**, with a
grain of salt.
diff --git a/applications/datamodel/README.adoc
b/applications/datamodel/README.adoc
index 7d37a7d..01b0654 100644
--- a/applications/datamodel/README.adoc
+++ b/applications/datamodel/README.adoc
@@ -18,7 +18,7 @@ under the License.
////
= Datamodel component
The Apache OFBiz® Project
-Release 17.12
+Release trunk
This OFBiz component contains all entity definitions used in the various
components in the base and plugins stack.
diff --git a/docs/asciidoc/developer-manual.adoc
b/docs/asciidoc/developer-manual.adoc
index 56118ef..6895acd 100644
--- a/docs/asciidoc/developer-manual.adoc
+++ b/docs/asciidoc/developer-manual.adoc
@@ -18,7 +18,7 @@ under the License.
////
= Apache OFBiz Developer Manual
The Apache OFBiz Project
-Release 17.12
+Release trunk
:imagesdir: ./images
ifdef::backend-pdf[]
:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in,
align=center]
diff --git a/docs/asciidoc/documentation_guidelines.adoc
b/docs/asciidoc/documentation_guidelines.adoc
index 785663a..011b59b 100644
--- a/docs/asciidoc/documentation_guidelines.adoc
+++ b/docs/asciidoc/documentation_guidelines.adoc
@@ -18,7 +18,7 @@ under the License.
////
= Apache OFBiz Documentation Guidelines
The Apache OFBiz Project
-Release 17.12
+Release trunk
:imagesdir: ./images
ifdef::backend-pdf[]
:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in,
align=center]
diff --git a/docs/asciidoc/user-manual.adoc b/docs/asciidoc/user-manual.adoc
index ad0a7e1..1b4e964 100644
--- a/docs/asciidoc/user-manual.adoc
+++ b/docs/asciidoc/user-manual.adoc
@@ -18,7 +18,7 @@ under the License.
////
= Apache OFBiz User Manual
The Apache OFBiz Project
-Release 17.12
+Release trunk
:imagesdir: ./images
ifdef::backend-pdf[]
:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in,
align=center]
diff --git a/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc
b/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc
index 8b44a23..4bac536 100644
--- a/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc
+++ b/framework/entityext/src/doc/asciidoc/EntitySync-manual.adoc
@@ -19,7 +19,7 @@ under the License.
= What is Entity Synchronization (EntitySync) and how to use it?
The Apache OFBiz Project
-Release 17.12
+Release trunk
:imagesdir: ./images
ifdef::backend-pdf[]
:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in,
align=center]
diff --git a/framework/security/src/docs/asciidoc/_include/sy-CSRF-defense.adoc
b/framework/security/src/docs/asciidoc/_include/sy-CSRF-defense.adoc
index 889c960..8139aea 100644
--- a/framework/security/src/docs/asciidoc/_include/sy-CSRF-defense.adoc
+++ b/framework/security/src/docs/asciidoc/_include/sy-CSRF-defense.adoc
@@ -20,7 +20,7 @@ under the License.
= CSRF defense
== How is done the CSRF defense in Apache OFBiz and how to adapt it if needed
The Apache OFBiz Project
-Release 17.12
+Release trunk
:imagesdir: ../../themes/common-theme/webapp/images/img/
ifdef::backend-pdf[]
diff --git
a/framework/security/src/docs/asciidoc/_include/sy-impersonation.adoc
b/framework/security/src/docs/asciidoc/_include/sy-impersonation.adoc
index e0b1bb4..6956278 100644
--- a/framework/security/src/docs/asciidoc/_include/sy-impersonation.adoc
+++ b/framework/security/src/docs/asciidoc/_include/sy-impersonation.adoc
@@ -20,7 +20,7 @@ under the License.
= Impersonation
== What is Impersonation in Apache OFBiz
The Apache OFBiz Project
-Release 17.12
+Release trunk
:imagesdir: ../../themes/common-theme/webapp/images/img/
ifdef::backend-pdf[]
diff --git
a/framework/security/src/docs/asciidoc/_include/sy-password-and-JWT.adoc
b/framework/security/src/docs/asciidoc/_include/sy-password-and-JWT.adoc
index 684a3f9..62770ec 100644
--- a/framework/security/src/docs/asciidoc/_include/sy-password-and-JWT.adoc
+++ b/framework/security/src/docs/asciidoc/_include/sy-password-and-JWT.adoc
@@ -20,7 +20,7 @@ under the License.
= Passwords and JWT (JSON Web Tokens) usage
== How are set and used passwords and JWT in Apache OFBiz
The Apache OFBiz Project
-Release 17.12
+Release trunk
:imagesdir: ../../themes/common-theme/webapp/images/img/
ifdef::backend-pdf[]
diff --git a/themes/README.adoc b/themes/README.adoc
index e159ee3..2c026b5 100644
--- a/themes/README.adoc
+++ b/themes/README.adoc
@@ -18,7 +18,7 @@ under the License.
////
= Apache OFBiz Themes
The Apache OFBiz® Project
-Release 17.12
+Release trunk
This OFBiz component contains all elements needed to manage theming in OFBiz.
diff --git a/themes/docs/themes.adoc b/themes/docs/themes.adoc
index a9242a6..1e313e7 100644
--- a/themes/docs/themes.adoc
+++ b/themes/docs/themes.adoc
@@ -18,7 +18,7 @@ under the License.
////
= Apache OFBiz Themes
The Apache OFBiz Project
-Release 17.12
+Release trunk
== What is a theme
A Theme is an ofbiz component that defines all elements necessary to render
all information generated by the screen engine through