summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-05-31 12:33:28 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:52 -0500
commitcfbd5c45f6f55995f91f3a9b39bfa8a833570735 (patch)
tree43dbac7d73789d4100107c2658e44b5a7ee26121
parent21d7340236ab8bb281179e057834b607820651f6 (diff)
downloadsamba-cfbd5c45f6f55995f91f3a9b39bfa8a833570735.tar.gz
samba-cfbd5c45f6f55995f91f3a9b39bfa8a833570735.tar.bz2
samba-cfbd5c45f6f55995f91f3a9b39bfa8a833570735.zip
Add index page for HTML documentation.
From Lars Mueller <lmuelle@SuSE.de> (This used to be commit c774abf1a6114a1d0d8630b55605b9f520d3c205)
-rw-r--r--docs/Makefile.in5
-rw-r--r--docs/htmldocs.html25
2 files changed, 29 insertions, 1 deletions
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 @@
+<html>
+<head><title>Samba documentation collection</title>
+</head>
+<body>
+<table>
+ <td valign="top">SAMBA <a href="devel/index.html">Developers</a> Guide</td>
+ <td valign="top">This 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.</td>
+</tr>
+<tr>
+ <td valign="top">Samba-3 by <a href="guide/index.html">Example</a></td>
+ <td valign="top">Practical Exercises in Successful Samba Deployment.</td>
+</tr>
+<tr>
+ <td valign="top">The Official Samba-3 <a href="howto/index.html">HOWTO</a> and Reference Guide</td>
+ <td valign="top">This 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.</td>
+</tr>
+<tr>
+ <td valign="top"><a href="using_samba/toc.html">Using Samba</a>, 2nd Edition</td>
+ <td valign="top"><i>Using Samba</i>, 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.</td>
+</tr>
+<tr>
+ <td valign="top"><a href="manpages.html">Man pages</a></td>
+ <td valign="top">The Samba man pages in HTML.</td>
+</tr>
+</table></body></html>