From 0525cdb2ee980371ee3e1b13c581ad036d527aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B6ger?= Date: Fri, 5 Aug 2016 13:43:43 +0200 Subject: [PATCH 1/2] test adoc --- README.adoc | 6 ++++++ README.md | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 README.adoc delete mode 100644 README.md diff --git a/README.adoc b/README.adoc new file mode 100644 index 000000000..86d731984 --- /dev/null +++ b/README.adoc @@ -0,0 +1,6 @@ += The Open Application Standard Platform for Java + +*Build status* +stable: image:https://travis-ci.org/oasp/oasp4j.svg?branch=master["Build Status",link="https://travis-ci.org/oasp/oasp4j"] + +snapshot: image:https://travis-ci.org/oasp/oasp4j.svg?branch=develop["Build Status",link="https://travis-ci.org/oasp/oasp4j"] diff --git a/README.md b/README.md deleted file mode 100644 index fe396b747..000000000 --- a/README.md +++ /dev/null @@ -1,9 +0,0 @@ -The Open Application Standard Platform for Java -========= - -#####Build status -stable: -[![Build Status](https://travis-ci.org/oasp/oasp4j.svg?branch=master)](https://travis-ci.org/oasp/oasp4j) - -snapshot: -[![Build Status](https://travis-ci.org/oasp/oasp4j.svg?branch=develop)](https://travis-ci.org/oasp/oasp4j) From 5aaa0e3ab3df92ecfc579c8365466e5164e43e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B6ger?= Date: Fri, 5 Aug 2016 13:54:14 +0200 Subject: [PATCH 2/2] changed markdown to asciidoc --- CONTRIBUTING.adoc | 9 +++++++++ CONTRIBUTING.md | 9 --------- README.adoc | 1 + 3 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 CONTRIBUTING.adoc delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc new file mode 100644 index 000000000..2ae60f7dc --- /dev/null +++ b/CONTRIBUTING.adoc @@ -0,0 +1,9 @@ += CONTRIBUTING + +To create or resove issues or to contribute code or documentation, please visit the following WIKI pages: + +* for https://github.com/oasp-forge/oasp4j-wiki/wiki/oasp-issue-work[Issue creation and resolution] +* for https://github.com/oasp-forge/oasp4j-wiki/wiki/oasp-code-contributions[Contributions of code] +* for https://github.com/oasp-forge/oasp4j-wiki/wiki/oasp-documentation[Contributions to documentation] + +Thanks for your contribution! diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 857e70c5f..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,9 +0,0 @@ -# CONTRIBUTING - -To create or resove issues or to contribute code or documentation, please visit the following WIKI pages: - -* for [Issue creation and resolution] (https://github.com/oasp-forge/oasp4j-wiki/wiki/oasp-issue-work) -* for [Contributions of code] (https://github.com/oasp-forge/oasp4j-wiki/wiki/oasp-code-contributions) -* for [Contributions to documentation] (https://github.com/oasp-forge/oasp4j-wiki/wiki/oasp-documentation) - -Thanks for your contribution! diff --git a/README.adoc b/README.adoc index 86d731984..6758cae9b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,7 @@ = The Open Application Standard Platform for Java *Build status* + stable: image:https://travis-ci.org/oasp/oasp4j.svg?branch=master["Build Status",link="https://travis-ci.org/oasp/oasp4j"] snapshot: image:https://travis-ci.org/oasp/oasp4j.svg?branch=develop["Build Status",link="https://travis-ci.org/oasp/oasp4j"]