Repository: syncope Updated Branches: refs/heads/master 10f0bd5d8 -> 2080b51c5
Upgrading asciidoctor deps, minor refactoring + dynamic project version in .adoc Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2080b51c Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2080b51c Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2080b51c Branch: refs/heads/master Commit: 2080b51c515d17eb1b7c5c9d6ddf875e2952550e Parents: 10f0bd5 Author: Francesco Chicchiriccò <ilgro...@apache.org> Authored: Fri Dec 4 13:49:54 2015 +0100 Committer: Francesco Chicchiriccò <ilgro...@apache.org> Committed: Fri Dec 4 13:49:54 2015 +0100 ---------------------------------------------------------------------- pom.xml | 7 ++++++- src/main/asciidoc/cli/cli.adoc | 1 - src/main/asciidoc/cli/installation.adoc | 8 ++++---- src/main/asciidoc/docinfo-footer.html | 10 ++++++---- src/main/asciidoc/obtain.adoc | 2 +- src/main/asciidoc/reference-guide.adoc | 2 ++ src/main/asciidoc/restfulservices/client-library.adoc | 4 ++-- src/main/asciidoc/restfulservices/restful-services.adoc | 1 - 8 files changed, 21 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/2080b51c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3261b33..60194cd 100644 --- a/pom.xml +++ b/pom.xml @@ -1625,7 +1625,12 @@ under the License. <dependency> <groupId>org.asciidoctor</groupId> <artifactId>asciidoctorj-pdf</artifactId> - <version>1.5.0-alpha.9</version> + <version>1.5.0-alpha.10.1</version> + </dependency> + <dependency> + <groupId>org.asciidoctor</groupId> + <artifactId>asciidoctorj</artifactId> + <version>1.5.3.2</version> </dependency> </dependencies> <configuration> http://git-wip-us.apache.org/repos/asf/syncope/blob/2080b51c/src/main/asciidoc/cli/cli.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/cli/cli.adoc b/src/main/asciidoc/cli/cli.adoc index b97345c..2e0376f 100644 --- a/src/main/asciidoc/cli/cli.adoc +++ b/src/main/asciidoc/cli/cli.adoc @@ -16,7 +16,6 @@ // specific language governing permissions and limitations // under the License. // -=== CLI include::introduction.adoc[] http://git-wip-us.apache.org/repos/asf/syncope/blob/2080b51c/src/main/asciidoc/cli/installation.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/cli/installation.adoc b/src/main/asciidoc/cli/installation.adoc index 6d828fd..fb7e693 100644 --- a/src/main/asciidoc/cli/installation.adoc +++ b/src/main/asciidoc/cli/installation.adoc @@ -64,7 +64,7 @@ $ ./syncopeadm.sh install --setup -- A successful result will be: -[source,bash] +[source,bash,subs="verbatim,attributes"] ---- You are running: install --setup @@ -84,7 +84,7 @@ Syncope server port [e.g. 8080]: 9080 Syncope server rest context [e.g. /syncope/rest/]: /syncope/rest Syncope admin user: admin Syncope admin password: password -Installation parameters checked on Syncope core version: 2.0.0-SNAPSHOT +Installation parameters checked on Syncope core version: {docVersion} ############################################### # # @@ -154,7 +154,7 @@ It enough to run the script with the --setup-debug option -- $ ./syncopeadm.sh install --setup-debug -- -[source,bash] +[source,bash,subs="verbatim,attributes"] ---- You are running: install --setup-debug @@ -168,7 +168,7 @@ You are running: install --setup-debug Path to config files of Syncope CLI client will be: ./ - File system permission checked -Installation parameters checked on Syncope core version: 2.0.0-SNAPSHOT +Installation parameters checked on Syncope core version: {docVersion} ############################################### # # http://git-wip-us.apache.org/repos/asf/syncope/blob/2080b51c/src/main/asciidoc/docinfo-footer.html ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/docinfo-footer.html b/src/main/asciidoc/docinfo-footer.html index 6fdbd5f..34b37d2 100644 --- a/src/main/asciidoc/docinfo-footer.html +++ b/src/main/asciidoc/docinfo-footer.html @@ -16,8 +16,10 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<div id="footer-text"> - <small>Copyright © 2010â{year} <a href="http://www.apache.org/">The Apache Software Foundation</a>. - All rights reserved. - </small> +<div id="footer" style="padding-top: 0px; padding-bottom: 0px;"> + <div id="footer-text"> + <small>Copyright © 2010â{year} <a href="http://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + </small> + </div> </div> http://git-wip-us.apache.org/repos/asf/syncope/blob/2080b51c/src/main/asciidoc/obtain.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/obtain.adoc b/src/main/asciidoc/obtain.adoc index 1fe2c40..6dfffcd 100644 --- a/src/main/asciidoc/obtain.adoc +++ b/src/main/asciidoc/obtain.adoc @@ -377,7 +377,7 @@ mvn -P embedded ===== Paths and Components -[cols="1,2a"] +[cols="1,2"] |=== | Log files http://git-wip-us.apache.org/repos/asf/syncope/blob/2080b51c/src/main/asciidoc/reference-guide.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/reference-guide.adoc b/src/main/asciidoc/reference-guide.adoc index a29b88c..9ec0635 100644 --- a/src/main/asciidoc/reference-guide.adoc +++ b/src/main/asciidoc/reference-guide.adoc @@ -120,8 +120,10 @@ provisioning, and compliance. === Using the Admin Console +=== CLI include::cli/cli.adoc[] +=== RESTful services include::restfulservices/restful-services.adoc[] === Customization http://git-wip-us.apache.org/repos/asf/syncope/blob/2080b51c/src/main/asciidoc/restfulservices/client-library.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/restfulservices/client-library.adoc b/src/main/asciidoc/restfulservices/client-library.adoc index 9831b2e..018027e 100644 --- a/src/main/asciidoc/restfulservices/client-library.adoc +++ b/src/main/asciidoc/restfulservices/client-library.adoc @@ -21,12 +21,12 @@ The Apache Syncope client library, as suggested, is a Java client to work with the Apache Syncope core. ===== Maven dependency -[source,xml] +[source,xml,subs="verbatim,attributes"] ---- <dependency> <groupId>org.apache.syncope.client</groupId> <artifactId>syncope-client-lib</artifactId> - <version>${project.version}</version> + <version>{docVersion}</version> </dependency> ---- http://git-wip-us.apache.org/repos/asf/syncope/blob/2080b51c/src/main/asciidoc/restfulservices/restful-services.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/restfulservices/restful-services.adoc b/src/main/asciidoc/restfulservices/restful-services.adoc index 758bb74..3ebd519 100644 --- a/src/main/asciidoc/restfulservices/restful-services.adoc +++ b/src/main/asciidoc/restfulservices/restful-services.adoc @@ -16,7 +16,6 @@ // specific language governing permissions and limitations // under the License. // -=== RESTful services The RESTful services is the way how the Syncope core web application receives the input from the clients. This layer, developed in http://cxf.apache.org/docs/jax-rs.html[Apache CXF 2.0], is usually reachable under the root context of the deployment.