Convert the console-server article to DocBook.
This is based on work by both keramida and Josef El-Rayes <j.el-rayes@daemon.li>
This commit is contained in:
parent
cad2d915cd
commit
de4414741e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18820
5 changed files with 1438 additions and 1225 deletions
en_US.ISO8859-1/articles/console-server
share/sgml
|
@ -2,15 +2,14 @@
|
|||
|
||||
DOC?= article
|
||||
|
||||
DOCFORMAT= html
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
WITH_ARTICLE_TOC?=YES
|
||||
|
||||
SRCS= article.sgml
|
||||
CSS_SHEET= itgastyle.css
|
||||
IMAGES_EN= tk0231-9-1.png
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,223 +0,0 @@
|
|||
body {
|
||||
background-color: rgb(255,255,255)
|
||||
}
|
||||
|
||||
H1.itgadoc {
|
||||
color: black;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
H2.itgadoc {
|
||||
color: black;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
H3.itgadoc {
|
||||
color: black;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
TD.itghead1 {
|
||||
color: black;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
TD.itghead2 {
|
||||
color: black;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
H3.std {
|
||||
color: "#2131ce";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
H2.std {
|
||||
color: "#2131ce";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
caption.std {
|
||||
color: "#2131ce";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
caption.outline {
|
||||
color: "#2131ce";
|
||||
background-color: #ebebeb;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
th.std {
|
||||
color: "#2131ce";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
th.outline {
|
||||
color: "#2131ce";
|
||||
background-color: #ebebeb;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 10pt;
|
||||
}
|
||||
td.std {
|
||||
color: "#2131ce";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
caption.news {
|
||||
color: rgb(255,255,255);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
big.news {
|
||||
color: rgb(194,194,194);
|
||||
font-size: 20pt;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table.news {
|
||||
background-color: rgb(204,255,204);
|
||||
color: rgb(194,194,194);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
tr.alt {
|
||||
background-color: lavender;
|
||||
}
|
||||
|
||||
tr.header {
|
||||
background-color: rgb(245,222,179);
|
||||
color: rgb(194,194,194);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
tr.tablerow {
|
||||
background-color: rgb(204,255,204);
|
||||
color: rgb(194,194,194);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
td.header {
|
||||
background-color: rgb(245,222,179);
|
||||
color: rgb(0,0,255);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
td.tablerow {
|
||||
background-color: rgb(204,255,204);
|
||||
color: rgb(0,0,255);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
UL.std {
|
||||
color: rgb(194,194,194);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
UL.small {
|
||||
color: rgb(194,194,194);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 10pt;
|
||||
}
|
||||
UL.big {
|
||||
color: rgb(111,221,0);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
span.std {
|
||||
color: "#2131ce";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.itgadoc {
|
||||
color: "black";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
span.outline {
|
||||
color: "#2131ce";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
div.tty-example {
|
||||
width: 100%;
|
||||
border: none;
|
||||
padding: 10px;
|
||||
font-family: "Lucida Typewriter", lucidatypewriter, monospace;
|
||||
background-color-color: rgb(230,230,250);
|
||||
}
|
||||
|
||||
span.error {
|
||||
font: bold 18pt helvetica;
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
tr.email {
|
||||
background-color: rgb(255,250,250);
|
||||
}
|
||||
|
||||
table.outline {
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
table.std {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
td.input {
|
||||
background-color: #ebebeb;
|
||||
color: "#2131ce";
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
p.head {
|
||||
background-color: lavender;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
p.std {
|
||||
background-color: white;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
|
@ -3530,6 +3530,7 @@
|
|||
<!ENTITY man.bootparams.5 "<citerefentry/<refentrytitle/bootparams/<manvolnum/5//">
|
||||
<!ENTITY man.bootptab.5 "<citerefentry/<refentrytitle/bootptab/<manvolnum/5//">
|
||||
<!ENTITY man.config.5 "<citerefentry/<refentrytitle/config/<manvolnum/5//">
|
||||
<!ENTITY man.conserver.cf.5 "<citerefentry vendor='ports'/<refentrytitle/conserver.cf/<manvolnum/5//">
|
||||
<!ENTITY man.core.5 "<citerefentry/<refentrytitle/core/<manvolnum/5//">
|
||||
<!ENTITY man.crontab.5 "<citerefentry/<refentrytitle/crontab/<manvolnum/5//">
|
||||
<!ENTITY man.ctm.5 "<citerefentry/<refentrytitle/ctm/<manvolnum/5//">
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
contains entities for common products with proper trademark
|
||||
symbols.
|
||||
|
||||
Please keep this file sorted.
|
||||
Please keep this file sorted and in sync with
|
||||
www/en/copyright/trademarks.sgml.
|
||||
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
@ -75,6 +76,12 @@
|
|||
VPN-1 are trademarks of Check Point Software Technologies
|
||||
Ltd..</para>">
|
||||
|
||||
<!ENTITY tm-attrib.cisco "<para>Cisco, Catalyst, and IOS are
|
||||
registered trademarks of Cisco Systems, Inc. and/or its affiliates
|
||||
in the United States and certain other countries.">
|
||||
<!ENTITY catalyst "<trademark class='registered'>Catalyst</trademark>">
|
||||
<!ENTITY ios "<trademark class='registered'>IOS</trademark>">
|
||||
|
||||
<!ENTITY tm-attrib.corel "<para>Corel and WordPerfect are trademarks
|
||||
or registered trademarks of Corel Corporation and/or its
|
||||
subsidiaries in Canada, the United States and/or other
|
||||
|
@ -143,6 +150,10 @@
|
|||
<!ENTITY iomegazip "<trademark class='registered'>Zip</trademark>">
|
||||
<!ENTITY jaz "<trademark class='registered'>Jaz</trademark>">
|
||||
|
||||
<!ENTITY tm-attrib.lantronix "<para>Lantronix and EasyIO are
|
||||
trademarks of Lantronix Corporation.</para>">
|
||||
<!ENTITY easyio "<trademark>EasyIO</trademark>">
|
||||
|
||||
<!ENTITY tm-attrib.linux "<para>Linux is a registered trademark of
|
||||
Linus Torvalds in the United States.</para>">
|
||||
|
||||
|
|
Loading…
Reference in a new issue