This is an automated email from the ASF dual-hosted git repository. tilmannz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
The following commit(s) were added to refs/heads/master by this push: new 1946b9a Create README.md 1946b9a is described below commit 1946b9a96986bc9dcbdc20b29042030fc6501fc9 Author: Tilmann <tilma...@apache.org> AuthorDate: Sat Nov 23 18:01:49 2019 +0100 Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f95ff7 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# db-jdo-site +Sources for the Apache DB JDO web site + +While under construction, the website can be found under [https://tzaeschke.github.io/test-jdo-asciidoc/](https://tzaeschke.github.io/test-jdo-asciidoc/) + +This repository contains the JDO website source. + + * The ASCIIDOC sources can be found in src/main/asciidoc + * The website menu is defined in src/main/template + * The website can be build with `mvn clean build`. This generates html files in `target/site`. These need to be copied manually into the docs `folder` where they should be immediately visible on the website (you may have to refresh the browser). + * The converter for migrating the old html files to asciidoc can be found in src/main/java + + +