Revised documentation for VL 6.0 is now available online here:
http://vectorlinux.osuosl.org/docs/vl60/Many changes and improvements reflecting new features in VL6.0 are now fully explained. Unfortunately these docs were not ready at the release time of 6.0 Standard or 6.0 Light B2. However, it is relatively easy to have a local version of these docs (if you wish) on your own computer by following the methods below:
For getting a local version of docs on your VL 6.0 Standard computer
==========================================
as root in a terminal:
1) mkdir /usr/doc/VLHelpCenter
2) cd /usr/doc/VLHelpCenter
3) wget -r -np -nH --cut-dirs=2
http://vectorlinux.osuosl.org/docs/vl60/4) exit
5) cd ~
then as your normal login in xfce create an icon link on the desktop:
1) right click on any desktop icon
2) choose "Desktop, Create Launcher"
3) give the launcher a name, e.g. Docs
4) the command will be "opera file:///usr/doc/VLHelpCenter/index.html"
(substitute "opera" for your preferred browser)
For getting a local version of docs on your VL 6.0 Light B2 computer
=========================================
as root in a terminal:
1) rm -r /usr/doc/VLHelpCenter/*
2) cd /usr/doc/VLHelpCenter
3) wget -r -np -nH --cut-dirs=2
http://vectorlinux.osuosl.org/docs/vl60/4) exit
5) cd ~
the already existing desktop icon will now point to the VL6.0 docs and the VL5.9 docs will have been deleted.
I realize not that many people actually read documentation, being as VL is so easy to use these days ;-) , but enjoy nonetheless...
Larry