website rev 175

en: Add vim and emacs to Hdbk
author Paul Issott <paul@slitaz.org>
date Mon Oct 13 22:21:38 2008 +0000 (2008-10-13)
parents 4f1d29a3dd8a
children 5e44cfe79756
files en/doc/handbook/system-admin.html
line diff
     1.1 --- a/en/doc/handbook/system-admin.html	Thu Oct 02 20:56:33 2008 +0000
     1.2 +++ b/en/doc/handbook/system-admin.html	Mon Oct 13 22:21:38 2008 +0000
     1.3 @@ -35,6 +35,7 @@
     1.4      <li><a href="#users-admin">Users, groups and passwords.</a></li>
     1.5      <li><a href="#locale">Language and keyboard.</a></li>
     1.6      <li><a href="#bash">Install the Bash shell.</a></li> 
     1.7 +    <li><a href="#editors">Text editors.</a></li>
     1.8      <li><a href="#time">Set the system time.</a></li>
     1.9      <li><a href="#cron">Execute scheduled commands.</a></li>
    1.10      <li><a href="#local.sh">Add commands at boot time.</a></li>
    1.11 @@ -146,6 +147,20 @@
    1.12  by typing <code>env</code> in the command line.
    1.13  </p>
    1.14  
    1.15 +<a name="editors"></a>
    1.16 +<h3>Editors</h3>
    1.17 +<p>
    1.18 +Busybox supplies a clone of vi for normal text editing, but it does have its limitations. 
    1.19 +You can install the full vim editor with the command:
    1.20 +</p>
    1.21 +<pre> # tazpkg get-install vim
    1.22 +</pre>
    1.23 +<p>
    1.24 +Or alternatively if you prefer emacs, SliTaz offers a tiny version:
    1.25 +</p>
    1.26 +<pre> # tazpkg get-install emacs
    1.27 +</pre>
    1.28 +
    1.29  <a name="time"></a>
    1.30  <h3>System Time</h3>
    1.31  <p>