blob: 87b3bce60375a7dfc362c69965ba22976f3d7f30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This module contains OpenLDAP guides in Simple Document Format (SDF).
SDF is a freely available documentation system. Based on a
simple, readable markup language, SDF generates high quality
output in multiple formats.
cd admin # OpenLDAP Administrator's Guide
sdf -2topics index.sdf # generate HTML for WWW publishing
sdf -2html guide.sdf # generate HTML for release
sdf -2txt guide.sdf # generate TXT for release
More information about STF can be obtained from the CPAN at:
http://search.cpan.org/src/IANC/sdf-2.001/doc/catalog.html
SDF itself can be obtained at:
http://search.cpan.org/~ianc/sdf-2.001/
|