Remove redundant parameter fd from SMB_VFS_LSEEK().
[ira/wip.git] / swat / help / welcome.html
index 507a028d133f438cdb6fe2588aefd0ee6ad30b0f..bf045806fe36e12fc1ddde543d08e80487c5b2e2 100644 (file)
@@ -1,76 +1,66 @@
-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:
+<h3><a href="/swat/help/manpages/samba.7.html" target="docs">Samba</a> Documentation</h3>
 
 <ul>
-<li> help is ghastly
-<li> ordering of parameters needs to be looked at
-<li> images are just doodles 
+ <li><b>Daemons</b>
+   <ul>
+    <li><a href="/swat/help/manpages/smbd.8.html" target="docs">smbd</a> - the SMB daemon
+    <li><a href="/swat/help/manpages/nmbd.8.html" target="docs">nmbd</a> - the NetBIOS nameserver
+    <li><a href="/swat/help/manpages/winbindd.8.html" target="docs">winbindd</a> - the winbind daemon
+   </ul>
+ <li><b>Configuration Files</b>
+   <ul>
+    <li><a href="/swat/help/manpages/smb.conf.5.html" target="docs">smb.conf</a> - the main Samba configuration file
+    <li><a href="/swat/help/manpages/lmhosts.5.html" target="docs">lmhosts</a> - NetBIOS hosts file
+    <li><a href="/swat/help/manpages/smbpasswd.5.html" target="docs">smbpasswd</a> - SMB password file
+   </ul>
+ <li><b>Administrative Utilities</b>
+   <ul>
+    <li><a href="/swat/help/manpages/smbcontrol.1.html" target="docs">smbcontrol</a> - send control messages to Samba daemons
+    <li><a href="/swat/help/manpages/smbpasswd.8.html" target="docs">smbpasswd</a> - managing SMB passwords
+    <li><a href="/swat/help/manpages/swat.8.html" target="docs">SWAT</a> - web configuration tool
+    <li><a href="/swat/help/manpages/net.8.html" target="docs">net</a> - tool for administration of Samba and remote CIFS servers
+    <li><a href="/swat/help/manpages/pdbedit.8.html" target="docs">pdbedit</a> - Samba user account management tool
+    <li><a href="/swat/help/manpages/tdbbackup.8.html" target="docs">tdbbackup</a> - Tool for backing up TDB databases
+   </ul>
+ <li><b>Client Tools</b>
+   <ul>
+    <li><a href="/swat/help/manpages/rpcclient.1.html" target="docs">rpcclient</a> - command line MS-RPC client
+    <li><a href="/swat/help/manpages/smbtar.1.html" target="docs">smbtar</a> - SMB backup tool
+    <li><a href="/swat/help/manpages/smbclient.1.html" target="docs">smbclient</a> - command line SMB client
+    <li><a href="/swat/help/manpages/smbmnt.8.html"  target="docs">smbmnt</a> - helper utility for mounting SMB filesystems on Linux hosts
+    <li><a href="/swat/help/manpages/smbmount.8.html"  target="docs">smbmount</a> - user space tool for mounting SMB filesystems under Linux
+    <li><a href="/swat/help/manpages/smbumount.8.html"  target="docs">smbumount</a> - user space tool for umounting SMB filesystems under Linux
+    <li><a href="/swat/help/manpages/ntlm_auth.1.html" target="docs">ntlm_auth</a> - allow external programs to use NTLM authentication
+    <li><a href="/swat/help/manpages/smbcquotas.1.html" target="docs">smbcquotas</a> - get or set quotas on NTFS 5 shares
+    <li><a href="/swat/help/manpages/smbspool.8.html" target="docs">smbspool</a> - Send a print job to an SMB printer
+    <li><a href="/swat/help/manpages/smbtree.1.html" target="docs">smbtree</a> - Text-based SMB network browsing
+   </ul>
+ <li><b>Diagnostic Utilities</b>
+   <ul>
+    <li><a href="/swat/help/manpages/smbstatus.1.html" target="docs">smbstatus</a> - monitoring Samba
+    <li><a href="/swat/help/manpages/testparm.1.html" target="docs">testparm</a> - validating your config file
+    <li><a href="/swat/help/manpages/nmblookup.1.html" target="docs">nmblookup</a> - NetBIOS name query tool
+    <li><a href="/swat/help/manpages/wbinfo.1.html" target="docs">wbinfo</a> - Tool for getting winbind information
+   </ul>
+ <li><b>Misc. Utilities</b>
+   <ul>
+    <li><a href="/swat/help/manpages/profiles.1.html" target="docs">profiles</a> - migrating profiles from one domain to another
+    <li><a href="/swat/help/manpages/log2pcap.1.html" target="docs">log2pcap</a> - generate pcap files from samba log files
+   </ul>
+ <li><b>Books</b>
+   <ul>
+    <li><a href="/swat/help/using_samba/toc.html" target="docs">Using Samba, 2ed.</a> - by Jay Ts, Robert Eckstein, and David Collier-Brown
+    <li><a href="/swat/help/Samba3-HOWTO/" target="docs">The Official Samba HOWTO and Reference Guide</a>
+    <li><a href="/swat/help/Samba3-ByExample/" target="docs">Samba 3 by Example</a>
+    <li><a href="/swat/help/Samba3-Developers-Guide/" target="docs">The Samba Developer Guide</a>
+   </ul>
 </ul>
+ <h3>Feedback</h3>
 
-On the positive side, here are some good features of SWAT:
-
-<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
-</ul>
-
-
-<H2>Installation</H2>
-
-Before you install SWAT you need to realise that it is still work in
-progress. It does work but don't be totally surprised if you hit
-problems. Also make sure you are prepared to give us some feedback.<p>
-
-If you still want to install it then you will need to fetch the latest
-version of Samba via anonymous CVS. See <A
-HREF="http://samba.anu.edu.au/cvs.html">http://samba.anu.edu.au/cvs.html</A>. Then
-build and install Samba as usual and read the swat/README file that
-comes with the source.
-
-<H2>Feedback</H2>
-
-<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.