Skip to content

Commit 1010a7b

Browse files
committed
Adding prose on DALIInterface, and a few explanations on the example
capabilities response.
1 parent e2c6148 commit 1010a7b

File tree

4 files changed

+340
-19
lines changed

4 files changed

+340
-19
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ivoatex Makefile. The ivoatex/README for the targets available.
22

3-
SCHEMA_FILE=TAPRegExt-v1.0.xsd
3+
SCHEMA_FILE=TAPRegExt-v1.1.xsd
44

55
# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
66
DOCNAME = TAPRegExt
@@ -30,6 +30,7 @@ VECTORFIGURES =
3030
# Additional files to distribute (e.g., CSS, schema files, examples...)
3131
AUX_FILES = $(SCHEMA_FILE)
3232

33+
-include ivoatex/Makefile
3334

3435
sample.xml: samplegroom.sed Makefile
3536
# this rule only works if there's a (proper) TAP service on
@@ -45,7 +46,6 @@ sample.xml: samplegroom.sed Makefile
4546
sed -f samplegroom.sed $@.tmp > $@
4647
rm $@.tmp
4748

48-
-include ivoatex/Makefile
4949

5050
install:
5151
# local to Markus' setup

TAPRegExt-v1.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://vo.ari.uni-heidelber
157157
An endpoint of a complex interface.
158158
</xs:documentation>
159159
<xs:documentation>
160-
An endpoint is characterised and addrssed by its name;
160+
An endpoint is characterised and addressed by its name;
161161
they can further be defined through RDF triples. This is a
162162
generic extension mechanism for endpoint-specific metadata,
163163
primarily intended for custom, vendor-specific extensions.

0 commit comments

Comments
 (0)