1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/docs-xml
Christian Ambach 2a9987e62a s3-docs: fix a typo in rpcclient manpage
Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Thu Jul 14 20:10:12 CEST 2011 on sn-devel-104
2011-07-14 20:10:12 +02:00
..
archives s3/docs: Fix several typos. 2009-02-20 09:20:16 +01:00
build docs: use abs_top_builddir instead of BUILDDIR to let configure create correct catalog file 2010-09-23 03:05:48 +02:00
manpages-3 s3-docs: fix a typo in rpcclient manpage 2011-07-14 20:10:12 +02:00
registry docs: Fix Bug 6922: Add Registry patchfile for Win7 domain join. 2009-11-24 11:38:14 +01:00
Samba3-ByExample Bug fix thanks to vjbangis viray 2009-09-24 19:18:33 -05:00
Samba3-Developers-Guide Fix a couple of invalid DocBook XML usages in the Samba3 Developers Guide. 2009-05-01 22:49:14 +02:00
Samba3-HOWTO Remove broken link. 2011-04-16 14:59:15 +02:00
Samba4-HOWTO Fix syntax errors (title is mandator for chapters) in Samba4-HOWTO. 2009-05-01 22:49:08 +02:00
scripts find_unused_doc: Strip spaces in configuration names, just like the parser does. 2009-05-01 22:58:39 +02:00
smbdotconf docs: fix some whitespace 2011-06-30 12:08:25 +02:00
templates Moving docs tree to docs-xml to make room for generated docs in the release tarball. 2008-04-23 08:47:48 -05:00
test Move test image to test/images/, consistent with the other books. 2009-05-01 22:49:10 +02:00
using_samba param: Remove remaining references to announce as and announce version 2011-06-24 13:08:04 +10:00
xslt docs: Remove template "itemizedlist/listitem" from man.xsl 2011-01-18 14:08:38 +01:00
.gitignore Ignore intermediary documentation files in git 2008-04-24 23:41:35 +04:00
aclocal.m4 Fix 'make undocumented' (by hardcoding the source path, now that the docs 2009-05-01 13:10:13 +02:00
configure.ac Revert "s3/docs: Fix build." 2009-05-27 16:18:34 +02:00
gpl-3.0.xml Moving docs tree to docs-xml to make room for generated docs in the release tarball. 2008-04-23 08:47:48 -05:00
htmldocs.html docs: Fix TOC of generated HTML docs. 2008-12-17 09:17:26 +01:00
Makefile docs: fix the missing parameter description section in the smb.conf manpage 2011-04-06 01:22:00 +02:00
Makefile.settings.in Remove rules for unused epstopdf. 2009-05-02 01:15:26 +02:00
README Trim the requirements for building the docs, remove outdated instructions 2009-05-01 22:49:10 +02:00
Samba-EventLog-HOWTO.txt Moving docs tree to docs-xml to make room for generated docs in the release tarball. 2008-04-23 08:47:48 -05:00
Samba.desktop Moving docs tree to docs-xml to make room for generated docs in the release tarball. 2008-04-23 08:47:48 -05:00
structure.svg Moving docs tree to docs-xml to make room for generated docs in the release tarball. 2008-04-23 08:47:48 -05:00

!==
!== docbook.txt for Samba 3.0
!==
!== Author:	David Bannon, D.Bannon@latrobe.edu.au  November, 2000
!== Updates:	Gerald (Jerry) Carter, jerry@samba.org, Feb. 2001
!== Updates:	Jelmer Vernooij, jelmer@samba.org,		Aug, 2002
!== Updates:	Jelmer Vernooij, jelmer@samba.org,		Jun, 2003
!== Updates: 	Jelmer Vernooij, jelmer@samba.org,		May, 2004
!== Updates:    Jelmer Vernooij, jelmer@samba.org,              May, 2005

Quick start
-----------

Run:

$ make all

or to see what is possible:

$ make help

What are DocBook documents doing in the Samba Distribution ?
-----------------------------------------------------------

We have converted all samba docs to XML/DocBook V4.2
in order to make them easier to maintain and produce a nicer looking
product.

This short note (strange isn't it how it always starts out as a short note
and becomes a long one ?) will explain very briefly how and why we have
done this.


The format
----------

If you are new to xml, regard an xml file as 'source code'. You don't
read it directly, but use it to create other formats (like the txt and html
included in ../txtdocs and ../htmldocs).

Docbook is a particular XML style, particularly suited to producing
technical manuals. 

For more information on DocBook tags and format, see "DocBook: The 
Definitive Guide" by Walsh and Muellner, (c) O'Reilly Publishing.
This book covers DocBook V4.2 and is available on-line
at http://www.docbook.org/

The Output
----------
The current Samba Subversion tree contains the XML/DocBook source files.

A regularly generated version can be found at http://samba.org/samba/docs/.

The Tools
---------

To generate the docs, you need to have the following packages installed:

 * GNU Make
 * GNU autoconf
 * xsltproc
 * inkscape

For generating PDF and PostScript (thru LaTeX):
 * dblatex (from http://dblatex.sf.net/)

For generating PDF (thru FO):
 * fop (http://xml.apache.org/fop/)

For generating ASCII:
 * html2text

For generating Palm-viewable docs:
 * plucker-build

For generating texi files:
 * docbook2x-texi
 * makeinfo

For validating:
 * xmllint

This directory now contains a ./configure script and Makefile to 
support the automated building of man pages (including HTML versions), and 
the building of the Samba-HOWTO-Collection and the 
Samba Developers Guide (HTML,TeX,PDF,PS,Text versions).

The configure script detects which of the required utilities are installed 
and builds as much docs as it can using these tools.

Help! Building the docs generates a lot of HTTP traffic...
----------------------------------------------------------

To be able to build the docs without an internet connection (or faster with 
a slow internet connection), you need to set up "catalogs".

For the Pearson DTD, add something like:

  <public publicId="-//Pearson//DTD Books//DE" uri="file:///home/jelmer/Xml_dtd_1.1/pearson.dtd"/>

For the Samba DTD's, add something like:
  <rewriteURI uriStartString="http://www.samba.org/samba/DTD" rewritePrefix="file:///home/jelmer/samba-web/DTD"/>

catalog entries for the other DTD's and XSL scripts should be present on your 
system already.

Windows Help files
----------

http://htmlhelp.berlios.de/howto/mshh4wine.php