convert manual.html to docbook
This commit is contained in:
parent
ac26e0e3a8
commit
6c181127a8
6 changed files with 2226 additions and 1076 deletions
3
Changes
3
Changes
|
|
@ -1,8 +1,9 @@
|
||||||
* Fri Apr 28 2006 Brendan O'Dea <bod@optus.net> 2.2.0
|
* Wed May 24 2006 Brendan O'Dea <bod@optus.net> 2.2.0
|
||||||
- Only poll clifd if successfully bound.
|
- Only poll clifd if successfully bound.
|
||||||
- Add "Practical VPNs" document from Liran Tal as Docs/vpn .
|
- Add "Practical VPNs" document from Liran Tal as Docs/vpn .
|
||||||
- Add Multilink support from Khaled Al Hamwi.
|
- Add Multilink support from Khaled Al Hamwi.
|
||||||
- Remove non-working setuid option.
|
- Remove non-working setuid option.
|
||||||
|
- Convert manual.html to Docbook.
|
||||||
|
|
||||||
* Tue Apr 18 2006 Brendan O'Dea <bod@optus.net> 2.1.18
|
* Tue Apr 18 2006 Brendan O'Dea <bod@optus.net> 2.1.18
|
||||||
- Don't shutdown on TerminateReq, wait for CDN.
|
- Don't shutdown on TerminateReq, wait for CDN.
|
||||||
|
|
|
||||||
4
Docs/common/config.xml
Normal file
4
Docs/common/config.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version='1.0'?>
|
||||||
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
<xsl:param name="html.stylesheet" select="'../common/docbook.css'"/>
|
||||||
|
</xsl:stylesheet>
|
||||||
69
Docs/common/docbook.css
Normal file
69
Docs/common/docbook.css
Normal file
|
|
@ -0,0 +1,69 @@
|
||||||
|
div.article > div.titlepage {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.abstract {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-weight: bolder;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sect2, .sect2, .sect3, .sect4 {
|
||||||
|
margin-left: 2%;
|
||||||
|
margin-right: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sect2 .title, .sect2 .title, .sect3 .title, .sect4 .title {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.synopsis, .screen, .programlisting {
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 1em;
|
||||||
|
display: block;
|
||||||
|
padding: 10px;
|
||||||
|
border: 1px solid #bbb;
|
||||||
|
background-color: #eee;
|
||||||
|
color: #000;
|
||||||
|
overflow: auto;
|
||||||
|
border-radius: 2.5px;
|
||||||
|
-moz-border-radius: 2.5px;
|
||||||
|
margin: 0.5em 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.programlisting em {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hanging-indent {
|
||||||
|
margin-left: 4em;
|
||||||
|
text-indent: -2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin: 0.5em 2em;
|
||||||
|
border: 1px solid #bbb;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
td table {
|
||||||
|
margin: 0;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
border: 1px solid #bbb;
|
||||||
|
}
|
||||||
1074
Docs/manual.html
1074
Docs/manual.html
File diff suppressed because it is too large
Load diff
2150
Docs/manual/manual.xml
Normal file
2150
Docs/manual/manual.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -43,5 +43,5 @@ rm -rf %{buildroot}
|
||||||
%attr(644,root,root) /usr/share/man/man[58]/*
|
%attr(644,root,root) /usr/share/man/man[58]/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 28 2006 Brendan O'Dea <bod@optus.net> 2.2.0-1
|
* Wed May 24 2006 Brendan O'Dea <bod@optus.net> 2.2.0-1
|
||||||
- 2.2.0 release, see /usr/share/doc/l2tpns-2.2.0/Changes
|
- 2.2.0 release, see /usr/share/doc/l2tpns-2.2.0/Changes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue