227ae86f54
To migrate common-rst to common, and keep common directory simple as possible, this change move openstack.ent file from common to glossary directory because we use entity file for glossary only. Change-Id: I329589e1fb9427ef28a2503444d04b2f0704c89f
20 lines
915 B
Plaintext
20 lines
915 B
Plaintext
<!-- The master of this file is in openstack-manuals repository, file
|
|
doc/glossary/openstack.ent.
|
|
Any changes to the master file will override changes in other
|
|
repositories. -->
|
|
<!-- Some useful entities borrowed from HTML -->
|
|
<!ENTITY ndash "–">
|
|
<!ENTITY mdash "—">
|
|
<!ENTITY nbsp " ">
|
|
<!ENTITY times "×">
|
|
<!ENTITY hellip "…">
|
|
|
|
<!-- Useful for describing APIs in the User Guide -->
|
|
<!ENTITY COPY '<command xmlns="http://docbook.org/ns/docbook">COPY</command>'>
|
|
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
|
|
<!ENTITY HEAD '<command xmlns="http://docbook.org/ns/docbook">HEAD</command>'>
|
|
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
|
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
|
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
|
|