@@ -54,22 +54,22 @@ For listing the full set of available options, run
54
54
```
55
55
without further command line arguments.
56
56
57
- ## Building RR
57
+ # Building RR
58
58
For building RR, JDK 11 (or higher) must be available. In the
59
59
project folder, run this command to build the distribution .zip file:
60
60
61
61
``` bash
62
62
gradlew
63
63
```
64
64
65
- ## RR on Maven Central
65
+ # RR on Maven Central
66
66
67
67
RR is available on Maven Central with groupId ` de.bottlecaps.rr ` and artifactIds
68
68
69
69
- [ ` rr-webapp ` ] [ rr-webapp ] for ` rr.war ` ,
70
70
- [ ` rr-lib ` ] [ rr-lib ] for ` rr.jar ` , which can be added to other projects as a dependency.
71
71
72
- ## Thanks
72
+ # Thanks
73
73
74
74
This project makes use of
75
75
* [ Saxon-HE] [ SAXON ] ,
@@ -83,12 +83,10 @@ This project makes use of
83
83
84
84
Copyright (c) 2010-2025 Gunther Rademacher. RR is provided under the [ Apache 2 License] [ ASL ] .
85
85
86
- ## Links
86
+ # Links
87
87
88
88
The official website for RR is < https://www.bottlecaps.de/rr/ui > .
89
89
90
- Thanks to [ Vinay Sajip] [ VINAY ] , RR also runs on < https://rr.red-dove.com/ui > .
91
-
92
90
[ ASL ] : http://www.apache.org/licenses/LICENSE-2.0
93
91
[ PYTHON ] : https://docs.python.org/3/reference/grammar.html
94
92
[ W3C-EBNF ] : http://www.w3.org/TR/2010/REC-xquery-20101214/#EBNFNotation
@@ -100,6 +98,5 @@ Thanks to [Vinay Sajip][VINAY], RR also runs on <https://rr.red-dove.com/ui>.
100
98
[ ACE ] : https://ace.c9.io/
101
99
[ GRADLE ] : https://gradle.org/
102
100
[ GRADLE-LICENSE-REPORT ] : https://github.com/jk1/Gradle-License-Report
103
- [ VINAY ] : https://github.com/vsajip
104
101
[ rr-webapp ] : https://central.sonatype.com/artifact/de.bottlecaps.rr/rr-webapp
105
102
[ rr-lib ] : https://central.sonatype.com/artifact/de.bottlecaps.rr/rr-lib
0 commit comments