-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyled.xml
More file actions
80 lines (71 loc) · 2.53 KB
/
styled.xml
File metadata and controls
80 lines (71 loc) · 2.53 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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="Styled elements">
<section title="Interaction elements">
<p>Elements that are for interaction between the user and the system.</p>
<p>
<list>
<item><p>User input: <userinput>I typed this</userinput></p></item>
<item><p>System output: <systemoutput>The system responded with this</systemoutput></p></item>
<item><p>Menu option: <menuoption>File</menuoption> <menuoption>Info</menuoption></p></item>
<item><p>Action button: <actionbutton>Continue</actionbutton></p></item>
</list>
</p>
</section>
<section title="Environmental elements">
<p>Elements that describe parts of the system.</p>
<p>
<list>
<item><p>Filename: <filename>ADFS::HardDisc4.$.Apps.!Paint</filename></p></item>
<item><p>Filename (Windows): <filename type='windows'>C:\Program Files\</filename></p></item>
<item><p>Filename (Unix): <filename type='unix'>/etc/hosts</filename></p></item>
<item><p>Filename (URI): <filename type='uri'>http://example.com/</filename></p></item>
<item><p>System Variable: <sysvar>CLI$Prompt</sysvar></p></item>
</list>
</p>
</section>
<section title="Internal elements">
<p>Elements that describe implementation of the system.</p>
<p>
<list>
<item><p>Variable: <variable>errno</variable></p></item>
<item><p>Command: <command>Help</command></p></item>
<item><p>Function: <function>printf</function></p></item>
</list>
</p>
</section>
<section title="Presentational elements">
<p>Elements that are presentational only.</p>
<p>
<list>
<item><p>Strong: <strong>I really mean this</strong></p></item>
<item><p>Emphasis: <em>I also mean this</em></p></item>
<item><p>Superscript: 2<sup>log2bpp</sup></p></item>
<item><p>Subscript: idlen<sub>1</sub></p></item>
<item><p>Line break: Text<br/>More text</p></item>
</list>
</p>
</section>
</chapter>
<!-- MetaData -->
<meta>
<maintainer>
<email name="Gerph" address="gerph@gerph.org" />
</maintainer>
<disclaimer>
<p>
© Gerph, 2021-23.
</p>
</disclaimer>
<history>
<revision number="1" author="Gerph" date="15 Sep 2021" title="Initial version">
<change>Some examples of different types of styled elements.</change>
</revision>
<revision number="2" author="Gerph" date="19 Aug 2023" title="Added <p> elements">
<change>List items which aren't simple need to have 'p' elements around them.</change>
</revision>
</history>
</meta>
</riscos-prm>