This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[kai/samba.git] / swat / help / welcome.html
index 15335891dc64e5bc3f4acab250fc4837269d384a..1c23d35a27c104d642031dc027e433cfce5af42c 100644 (file)
@@ -1,61 +1,68 @@
-Welcome to SWAT!<p>
+<h3>Welcome to SWAT!</h3>
 
-This is a online demonstration of the current version of the Samba Web
-Administration Tool. This tool is still being written so you'll find
-it looks very rough at this stage.<p>
+Please choose a configuration action using one of the above buttons
 
-Normally this opening page would contain the (as yet unwritten) welcome
-blurb for SWAT, giving basic instructions on how to use it. I've put
-this bit of waffle in its place for the moment. <p>
-
-Also note that SWAT normally demands authentication before showing you
-this page, otherwise anyone could modify your smb.conf! I've disabled
-that for this demo.<p>
-
-<H2>Features</H2>
-
-Here are some of the features we want to eventually incorporate.<p>
-
-<ul>
-<li> manage smbpasswd (add/delete users, change passwords etc)
-<li> be able to run the disgnosis steps from DIAGNOSIS.txt
-<li> be able to kill off individual connections
-<li> wizard style config building
-</ul>
-
-There are also some obvious flaws with what has already been done:
-
-<ul>
-<li> help is ghastly
-<li> ordering of parameters needs to be looked at
-<li> images are just doodles 
-</ul>
-
-On the positive side, here are some good features of SWAT:
+<h3><a href="/swat/help/samba.7.html" target="docs">Samba</a> Documentation</h3>
 
 <ul>
-<li> built in mini web server so you don't need a web server installed to
-manage a Samba server, you just need a browser
-<li> links to loadparm.c so it automatically makes available new
-parameters as they are added to Samba.
-<li> it's quite small (around 500 lines of code currently) 
-<li> layout and dialog building is done automatically based on the type 
-fields in loadparm.c
+ <li><b>Daemons</b>
+   <ul>
+    <li><a href="/swat/help/smbd.8.html" target="docs">smbd</a> - the SMB daemon
+    <li><a href="/swat/help/nmbd.8.html" target="docs">nmbd</a> - the NetBIOS nameserver
+    <li><a href="/swat/help/winbindd.8.html" target="docs">winbindd</a> - the winbind daemon
+   </ul>
+ <li><b>Configuration Files</b>
+   <ul>
+    <li><a href="/swat/help/smb.conf.5.html" target="docs">smb.conf</a> - the main Samba configuration file
+    <li><a href="/swat/help/lmhosts.5.html" target="docs">lmhosts</a> - NetBIOS hosts file
+    <li><a href="/swat/help/smbpasswd.5.html" target="docs">smbpasswd</a> - SMB password file
+   </ul>
+ <li><b>Administrative Utilities</b>
+   <ul>
+    <li><a href="/swat/help/smbcontrol.1.html" target="docs">smbcontrol</a> - send control messages to Samba daemons
+    <li><a href="/swat/help/smbpasswd.8.html" target="docs">smbpasswd</a> - managing SMB passwords
+    <li><a href="/swat/help/swat.8.html" target="docs">SWAT</a> - web configuration tool
+    <li><a href="/swat/help/make_smbcodepage.1.html" target="docs">make_smbcodepage</a> - codepage creation
+    <li><a href="/swat/help/make_unicodemap.1.html" target="docs">make_unicodemap</a> - unicode map file creation
+    <li><a href="/swat/help/smbrun.1.html" target="docs">smbrun</a> - internal smbd utility
+   </ul>
+ <li><b>Client Tools</b>
+   <ul>
+    <li><a href="/swat/help/rpcclient.1.html" target="docs">rpcclient</a> - command line MS-RPC client
+    <li><a href="/swat/help/smbtar.1.html" target="docs">smbtar</a> - SMB backup tool
+    <li><a href="/swat/help/smbclient.1.html" target="docs">smbclient</a> - command line SMB client
+    <li><a href="/swat/help/smbmnt.8.html"  target="docs">smbmnt</a> - helper utility for mounting SMB filesystems on Linux hosts
+    <li><a href="/swat/help/smbmount.8.html"  target="docs">smbmount</a> - user space tool for mounting SMB filesystems under Linux
+    <li><a href="/swat/help/smbspool.8.html"  target="docs">smbspool</a> - command line SMB print client
+    <li><a href="/swat/help/smbumount.8.html"  target="docs">smbumount</a> - user space tool for umounting SMB filesystems under Linux
+   </ul>
+ <li><b>Diagnostic Utilities</b>
+   <ul>
+    <li><a href="/swat/help/smbstatus.1.html" target="docs">smbstatus</a> - monitoring Samba
+    <li><a href="/swat/help/testparm.1.html" target="docs">testparm</a> - validating your config file
+    <li><a href="/swat/help/testprns.1.html" target="docs">testprns</a> - testing printer configuration
+    <li><a href="/swat/help/nmblookup.1.html" target="docs">nmblookup</a> - NetBIOS name query tool
+   </ul>
+ <li><b>Books</b>
+   <ul>
+    <li><a href="/swat/using_samba/index.html" target="docs">Using Samba</a> - by Robert Eckstein, David Collier-Brown and Peter Kelly
+   </ul>
+ <li><b>Samba HOWTO Collection</b></li>
+   <ul>
+     <li><a href="/swat/help/Samba-HOWTO-Collection.html">Entire Collection (one file)</a>
+     <li><a href="/swat/help/DOMAIN_MEMBER.html">security = domain in Samba 2.x</a>
+     <li><a href="/swat/help/winbind.html">Unified Logons between Windows NT and UNIX Using Winbind</a>
+     <li><a href="/swat/help/msdfs_setup.html">Setting Samba as an MS-DFS server</a>
+     <li><a href="/swat/help/NT_Security.html">UNIX Permission Bits and Samba 2.x</a>
+     <li><a href="/swat/help/OS2-Client-HOWTO.html">OS/2 Clients and Samba</a>
+     <li><a href="/swat/help/printer_driver2.html">Printing under Samba 2.2.x</a>
+     <li><a href="/swat/help/UNIX_INSTALL.html">HOWTO Install and Test Samba</a>
+     <li><a href="/swat/help/Integrating-with-Windows.html">Integrating Name Resolution and Authentication Services</a>
+     <li><a href="/swat/help/CVS-Access.html">CVS Access to Samba code</a>
+   </ul>
 </ul>
+ <h3>Feedback</h3>
 
-<A HREF="mailto:mtippett@linuxsa.org.au">Matthew Tippett</A> is the
-main one doing SWAT work besides myself. He is especially looking at
-the layout and GUI design of the system which is something I am
-terrible with :-)<p>
-
--- <p>
-<A HREF="http://samba.anu.edu.au/~tridge">Andrew Tridgell</A>
-
-
-
-
-
-
-
-
-
+ Please join the <A HREF="http://lists.samba.org/">samba</A> mailing
+ list if you want to discuss issues with this release of SWAT.