-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.xml
More file actions
49 lines (39 loc) · 1.17 KB
/
meta.xml
File metadata and controls
49 lines (39 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>
<!DOCTYPE riscos-prm PUBLIC "-//Gerph//DTD PRM documentation 1.03//EN"
"http://gerph.org/dtd/103/prm.dtd">
<riscos-prm>
<chapter title="Meta element">
<section title="Metadata tests">
</section>
</chapter>
<!-- MetaData -->
<meta>
<maintainer>
<email name="Gerph" address="gerph@gerph.org" />
<email name="Rick" address="rick@sanchez.science" />
</maintainer>
<disclaimer>
<p>
© Gerph, 2021.
</p>
<p>
Second paragraph.
</p>
</disclaimer>
<history>
<revision number="1" author="Gerph" date="26 Aug 2021" title="Initial version">
<change>With one change</change>
</revision>
<revision number="2" author="Gerph" date="26 Aug 2021" title="Two changes">
<change>First change</change>
<change>Seccond change</change>
</revision>
<revision number="3" author="Gerph" date="26 Aug 2021" title="No changes"/>
<revision number="4" author="Gerph" date="26 Aug 2021" title="Also no changes"/>
</history>
<related>
<reference type='link' href='http://gerph.org'/>
<reference type='link' href='http://gerph.org/riscos/' name="Link with name"/>
</related>
</meta>
</riscos-prm>