From cfbd5c45f6f55995f91f3a9b39bfa8a833570735 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 May 2004 12:33:28 +0000 Subject: Add index page for HTML documentation. From Lars Mueller (This used to be commit c774abf1a6114a1d0d8630b55605b9f520d3c205) --- docs/Makefile.in | 5 ++++- docs/htmldocs.html | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docs/htmldocs.html diff --git a/docs/Makefile.in b/docs/Makefile.in index 29791cb36f..adbf4f00bc 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -108,7 +108,10 @@ htmlman: $(HTMLDIR) $(MANPAGES_HTML) $(HTMLDIR)/samba.css html-single: $(HTMLDIR) $(HTMLDIR)/samba.css $(HTMLDIR)/Samba-HOWTO-Collection.html $(HTMLDIR)/Samba-Developers-Guide.html $(HTMLDIR)/Samba-Guide.html cp -p $(GUIDEDOC_IMAGES_PNG) $(HOWTODIR_IMAGES_PNG) $(HTMLDIR)/images/ -html: $(HTMLDIR)/howto $(HTMLDIR)/guide $(HTMLDIR)/devel +html: $(HTMLDIR)/howto $(HTMLDIR)/guide $(HTMLDIR)/devel $(HTMLDIR)/index.html + +$(HTMLDIR)/index.html: htmldocs.html $(HTMLDIR) + cp $< $@ $(HTMLDIR)/howto: $(HTMLDIR) $(HTMLDIR)/howto/samba.css Samba-HOWTO-Collection.xml $(XSLTPROC) --stringparam base.dir "$(HTMLDIR)/howto/" xslt/html-chunk.xsl Samba-HOWTO-Collection.xml diff --git a/docs/htmldocs.html b/docs/htmldocs.html new file mode 100644 index 0000000000..fdfc9162c2 --- /dev/null +++ b/docs/htmldocs.html @@ -0,0 +1,25 @@ + +Samba documentation collection + + + + + + + + + + + + + + + + + + + + + + +
SAMBA Developers GuideThis book is a collection of documents that might be useful for people developing samba or those interested in doing so. It's nothing more than a collection of documents written by samba developers about the internals of various parts of samba and the SMB protocol. It's still (and will always be) incomplete.
Samba-3 by ExamplePractical Exercises in Successful Samba Deployment.
The Official Samba-3 HOWTO and Reference GuideThis book provides example configurations, it documents key aspects of Microsoft Windows networking, provides in-depth insight into the important configuration of Samba-3, and helps to put all of these into a useful framework.
Using Samba, 2nd EditionUsing Samba, Second Edition is a comprehensive guide to Samba administration. It covers all versions of Samba from 2.0 to 2.2, including selected features from an alpha version of 3.0, as well as the SWAT graphical configuration tool. Updated for Windows 2000, ME, and XP, the book also explores Samba's new role as a primary domain controller and domain member server, its support for the use of Windows NT/2000/XP authentication and filesystem security on the host Unix system, and accessing shared files and printers from Unix clients.
Man pagesThe Samba man pages in HTML.
-- cgit