55This is a translatable XML Entity file.
66See doc-base/scripts/text-entities.php for details.
77
8- Each acronym of the manual is defined here as an entity named
9- acronym.expansion.<term>, where <term> is the exact text used
10- inside <acronym> tags.
8+ Everything about acronyms resides in this file, as two kinds of
9+ entities:
10+
11+ - Acronym definitions, entities named after the acronym itself
12+ (for example &php;), which render the term wrapped in an
13+ <acronym> tag;
14+ - Acronym expansions, entities named acronym.expansion.<term>,
15+ where <term> is the exact text used inside <acronym> tags,
16+ holding the expanded meaning of the term.
1117
1218Besides being collected by text-entities.php like any other
1319entity file, this file is also read directly, as a plain XML
@@ -20,19 +26,67 @@ document, by automated tools:
2026
2127Because of these direct uses, some extra restrictions apply:
2228
23- - Entity contents must be plain text: no child XML elements and
24- no references to other entities;
25- - Only acronym.expansion.* entities belong in this file; entities
26- with other names are ignored by the tools above.
29+ - The contents of acronym.expansion.* entities must be plain
30+ text: no child XML elements;
31+ - No entity in this file may contain references to other
32+ entities;
33+ - Entities that are not acronym definitions or expansions do not
34+ belong in this file, and are ignored by the tools above.
2735
28- All acronyms should be listed in alphabetical order.
36+ Both groups should be listed in alphabetical order.
2937
3038-->
3139
3240<entities xmlns = " http://docbook.org/ns/docbook"
3341 xmlns:xlink = " http://www.w3.org/1999/xlink"
3442 translate = " yes" >
3543
44+ <!-- Acronym definitions -->
45+
46+ <entity name =" api" ><acronym >API</acronym ></entity >
47+ <entity name =" ascii" ><acronym >ASCII</acronym ></entity >
48+ <entity name =" ca" ><acronym >CA</acronym ></entity >
49+ <entity name =" cgi" ><acronym >CGI</acronym ></entity >
50+ <entity name =" cli" ><acronym >CLI</acronym ></entity >
51+ <entity name =" cli.sapi" ><acronym >CLI</acronym > <acronym >SAPI</acronym ></entity >
52+ <entity name =" curl" ><acronym >cURL</acronym ></entity >
53+ <entity name =" der" ><acronym >DER</acronym ></entity >
54+ <entity name =" dns" ><acronym >DNS</acronym ></entity >
55+ <entity name =" dom" ><acronym >DOM</acronym ></entity >
56+ <entity name =" fpm" ><acronym >FPM</acronym ></entity >
57+ <entity name =" ftp" ><acronym >FTP</acronym ></entity >
58+ <entity name =" ftps" ><acronym >FTPS</acronym ></entity >
59+ <entity name =" hmac" ><acronym >HMAC</acronym ></entity >
60+ <entity name =" hsts" ><acronym >HSTS</acronym ></entity >
61+ <entity name =" html" ><acronym >HTML</acronym ></entity >
62+ <entity name =" http" ><acronym >HTTP</acronym ></entity >
63+ <entity name =" https" ><acronym >HTTPS</acronym ></entity >
64+ <entity name =" ip" ><acronym >IP</acronym ></entity >
65+ <entity name =" ipv4" ><acronym >IPv4</acronym ></entity >
66+ <entity name =" ipv6" ><acronym >IPv6</acronym ></entity >
67+ <entity name =" json" ><acronym >JSON</acronym ></entity >
68+ <entity name =" ldap" ><acronym >LDAP</acronym ></entity >
69+ <entity name =" pdo" ><acronym >PDO</acronym ></entity >
70+ <entity name =" pem" ><acronym >PEM</acronym ></entity >
71+ <entity name =" phar" ><acronym >Phar</acronym ></entity >
72+ <entity name =" php" ><acronym >PHP</acronym ></entity >
73+ <entity name =" pop3" ><acronym >POP3</acronym ></entity >
74+ <entity name =" rtsp" ><acronym >RTSP</acronym ></entity >
75+ <entity name =" sapi" ><acronym >SAPI</acronym ></entity >
76+ <entity name =" sftp" ><acronym >SFTP</acronym ></entity >
77+ <entity name =" smtp" ><acronym >SMTP</acronym ></entity >
78+ <entity name =" spl" ><acronym >SPL</acronym ></entity >
79+ <entity name =" ssh" ><acronym >SSH</acronym ></entity >
80+ <entity name =" ssl" ><acronym >SSL</acronym ></entity >
81+ <entity name =" tcp" ><acronym >TCP</acronym ></entity >
82+ <entity name =" tls" ><acronym >TLS</acronym ></entity >
83+ <entity name =" udp" ><acronym >UDP</acronym ></entity >
84+ <entity name =" uri" ><acronym >URI</acronym ></entity >
85+ <entity name =" url" ><acronym >URL</acronym ></entity >
86+ <entity name =" xml" ><acronym >XML</acronym ></entity >
87+
88+ <!-- Acronym expansions -->
89+
3690<entity name =" acronym.expansion.AKA" >Also Known As</entity >
3791<entity name =" acronym.expansion.API" >Application Programming Interface</entity >
3892<entity name =" acronym.expansion.ASCII" >American Standard Code for Information Interchange</entity >
0 commit comments