diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-22 19:24:31 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-22 19:24:31 +0200 |
commit | b26854f76b2fa8d44937bdae0664b1a24b2c7e78 (patch) | |
tree | 0d46962f5a06c6a9bf484d3778eeb7959e1385d7 /doc/docsrc_common | |
download | el_releases-networking-b26854f76b2fa8d44937bdae0664b1a24b2c7e78.tar.gz |
Initial commit
Diffstat (limited to 'doc/docsrc_common')
-rw-r--r-- | doc/docsrc_common/pardoc-distro.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/docsrc_common/pardoc-distro.xml b/doc/docsrc_common/pardoc-distro.xml new file mode 100644 index 0000000..ad16c98 --- /dev/null +++ b/doc/docsrc_common/pardoc-distro.xml | |||
@@ -0,0 +1,44 @@ | |||
1 | <?xml version="1.0" encoding="ISO-8859-1"?> | ||
2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ | ||
4 | <!-- Version and name entities | ||
5 | ============================== | ||
6 | --> | ||
7 | <!-- Distribution and release --> | ||
8 | <!ENTITY ENEA_LINUX_REL_VER "MAJOR.MINOR"> <!-- TEMPLATE LINE, IS PATCHED by Makefile with values from enea.conf in poky/ --> | ||
9 | <!ENTITY % common_poky_entities SYSTEM "../s_targets/p2041rdb/poky/documentation/poky.ent"> | ||
10 | %common_poky_entities; | ||
11 | ]> | ||
12 | |||
13 | <!-- Declarations to inherit by xi:include | ||
14 | ========================================== --> | ||
15 | <section id="pardoc_names"> | ||
16 | <title>Enea Linux DocBook XML Based UserDoc Names and Parameters</title> | ||
17 | |||
18 | <para>NOTE: DO NOT EDIT THIS FILE IN xmlmind but you can open it to see any errors, don't save!!!!</para> | ||
19 | |||
20 | <para>NOTE: Use xi:include to include parameters into a docbook XML file. | ||
21 | Note: Only full elements can be included and the included element must | ||
22 | be allowed in that place. Example: For ulink, entire ulink elements | ||
23 | must be included, not just parts of them.</para> | ||
24 | |||
25 | <para>**** The phrase elements below can be used as variables in several | ||
26 | places in XML files ****</para> | ||
27 | |||
28 | <para>You can add more elements using ENTITY lines in poky.ent, e.g. like Poky_VER below</para> | ||
29 | |||
30 | <!-- Distribution and release --> | ||
31 | <para id="EneaLinux_REL_VER"><phrase>&ENEA_LINUX_REL_VER;</phrase></para> | ||
32 | <para id="ULINK_ENEA_LINUX_URL"><ulink url='https://linux.enea.com/&ENEA_LINUX_REL_VER;'>https://linux.enea.com/&ENEA_LINUX_REL_VER;</ulink></para> | ||
33 | <para id="Poky_VER"><phrase>&POKYVERSION;</phrase></para> | ||
34 | <para id="Yocto_VER"><phrase>&DISTRO;</phrase></para> | ||
35 | <para id="Yocto_NAME"><phrase>&DISTRO_NAME_NO_CAP;</phrase></para> | ||
36 | <para id="ULINK_YOCTO_RELEASE_NOTES"><ulink url='&YOCTO_RELEASE_NOTES;'>&YOCTO_RELEASE_NOTES;</ulink></para> | ||
37 | |||
38 | <!-- | ||
39 | The parameter 'prev_baseline' is intentionally undefined here since this | ||
40 | is the first release of the networking profile. | ||
41 | --> | ||
42 | <para id="prev_lic_file"><phrase>doc/book-enea-linux-open-source/doc/licenses.xml</phrase></para> | ||
43 | <para id="new_lic_file"><phrase>doc/book-enea-linux-open-source/doc/licenses.xml</phrase></para> | ||
44 | </section> | ||