1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Add index page for HTML documentation.

From Lars Mueller <lmuelle@SuSE.de>
This commit is contained in:
Jelmer Vernooij 2004-05-31 12:33:28 +00:00 committed by Gerald W. Carter
parent da9b66e0e3
commit c774abf1a6
2 changed files with 29 additions and 1 deletions

View File

@ -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

25
docs/htmldocs.html Normal file
View File

@ -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>