mass rename/edit
[grml.org.git] / zsh / index.html.tt2
diff --git a/zsh/index.html.tt2 b/zsh/index.html.tt2
new file mode 100644 (file)
index 0000000..0305dfa
--- /dev/null
@@ -0,0 +1,184 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>grml.org - Zsh</title>
+<meta name="Title" content="grml.org - Zsh" />
+<meta name="Author" content="the grml team [www.grml.org/team/]" />
+<meta name="Keywords" content="grml.org, grml" />
+<meta name="Description" content="Zsh of grml.org" />
+<meta name="Abstract" content="grml, just another linux-distribution" />
+<meta name="fdse-index-as" content="http://www.grml.org/zsh/" />
+<meta name="Robots" content="index,follow" />
+<meta name="Language" content="english" />
+<meta name="identifier-url" content="http://www.grml.org/" />
+<meta name="MSSmartTagsPreventParsing" content="true" />
+<meta http-equiv="imagetoolbar" content="no" />
+<link rel="home" href="/" title="grml.org" />
+<link rel="help" href="/features/" title="About" />
+<link rel="author" href="/team/" title="Team" />
+<link rel="icon" href="/favicon.png" type="image/png" />
+<link rel="stylesheet" href="/style.css" type="text/css" />
+</head>
+
+<body>
+[% INCLUDE static.inc %]
+
+      <div class="content">
+
+       <p><img style="float: right" src="/img/zsh_lover.png" alt="*" /></p>
+
+       <h1>Zsh</h1>
+
+       <p><a href="#intro">Introduction</a> / <a
+       href="#grmlzshrefcard">grml-zsh-refcard</a> / <a
+       href="#grmlzshrc">grmlzshrc(5)</a> / <a
+       href="#grmlzshconfig">grml-zsh-config</a> / <a
+       href="#zshlovers">zsh-lovers</a> / <a
+       href="#resources">Resources</a></p>
+
+      <h2><a name="intro"></a>Introduction</h2>
+
+      <p>One of the main features of the grml system is the <a
+      href="http://zsh.sourceforge.net/">zsh</a> (Z shell). The zsh is the default
+      <em>interactive</em> shell of the grml system. On this webpage you will
+      find information regarding the zsh on grml.</p>
+
+      <h2><a name="grmlzshrefcard"></a>grml-zsh-refcard</h2>
+
+      <p>The grml-zsh-refcard provides a short overview of defined aliases,
+      functions and settings of zsh on the grml system. Download it, print it
+      and improve your zsh skills!</p>
+
+      <ul>
+        <li><a href="grml-zsh-refcard.pdf">grml-zsh-refcard.pdf</a> (~108kB)</li>
+      </ul>
+
+      <h2><a name="grmlzshrc"></a>grmlzshrc(5)</h2>
+
+      <p>grmlzshrc(5) is a manpage providing detailled information about grml's
+      zsh configuration. On the grml system it is available offline via 'man
+      grmlzshrc'. An online version is available as well:</p>
+
+      <ul>
+        <li><a href="grmlzshrc.html">grmlzshrc.html</a> (~50kB)</li>
+      </ul>
+
+      <h2><a name="grmlzshconfig"></a>grml-zsh-config</h2>
+
+      <p>You do not have to use grml/Debian to use grml's zsh configuration.
+      Just retrieve and install the configuration files in your home directory
+      via executing for example:</p>
+
+<pre class="rahmen">
+# IMPORTANT: please note that you might override an existing
+# configuration file in the current working directory! =>
+wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
+
+# Optionally also grab the user configration:
+# wget -O .zshrc.local  http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc
+</pre>
+
+      <p>Tip: for <a href="https://www.archlinux.org/">Archlinux</a> linux users
+      exists <a
+      href="https://www.archlinux.de/?page=PackageDetails;repo=extra;arch=i686;pkgname=grml-zsh-config">an
+      official grml-zsh-config package</a>.</p>
+
+      <h2><a name="zshlovers"></a>zsh-lovers</h2>
+
+      <p>zsh-lovers is a small project which tries to collect tips, tricks and
+      examples for the Z shell. Authors of the zsh-lovers manual page are <a
+      href="http://www.strcat.de/">Christian 'strcat' Schneider</a>, <a
+      href="/team/">Matthias Kopfermann</a> and <a href="/team/">Michael
+      Prokop</a>.</p>
+
+      <p>Main part of zsh-lovers is the manual page which is available in
+      several formats:</p>
+
+      <ul>
+        <li><a href="zsh-lovers.1">zsh-lovers.1</a> (manual page) </li>
+        <li><a href="zsh-lovers.pdf">zsh-lovers.pdf</a></li>
+        <li><a href="zsh-lovers.html">zsh-lovers.html</a></li>
+      </ul>
+
+      <p>The zsh-lovers archive includes the zsh-lovers manual page and several
+      zsh configuration files. Get it from <a
+      href="http://deb.grml.org/pool/main/z/zsh-lovers/">the zsh-lovers
+      directory</a> at <a href="http://deb.grml.org/">the grml repository</a>.
+
+      <p>Notice: If you would like to have zsh-lovers on your Debian system add
+      the following line to /etc/apt/sources.list (run 'apt-get update
+      &amp;&amp; apt-get install zsh-lovers'):</p>
+
+<pre class="rahmen">
+# grml-repository
+  deb     http://deb.grml.org/ grml-stable  main</pre>
+
+      <p>If you find any bugs or suggestions please <a
+        href="mailto:zsh-lover@michael-prokop.at">mail us</a>! Feedback is
+      welcome - help us to improve it!</p>
+
+      <h2><a name="resources"></a>Resources</h2>
+
+      <h3>General/Useful:</h3>
+
+      <ul>
+        <li><a href="http://www.zsh.org/">zsh.org</a>: zsh-homepage
+        <li><a href="http://zsh.sourceforge.net/">zsh.sourceforge.net/</a> - <em>main</em> zsh-homepage
+        <li><a href="http://sourceforge.net/projects/zsh/">zsh.sf.net</a> - zsh-projectpage
+        <li><a href="http://zsh.sourceforge.net/FAQ/">Z-Shell FAQs</a>
+        <li><a href="http://www.zshwiki.org/">Zsh Wikiweb</a>
+        <li><a href="http://www.zsh.org/mla/">Zsh - mailing list archive</a>
+        <li><a href="http://www.bash2zsh.com/">From Bash to Z Shell: Conquering the
+        Command Line</a>
+        <li><a href="http://www.bash2zsh.com/zsh_refcard/refcard.pdf">Zsh reference-card (PDF)</a>
+        <li><a href="http://www.opengroup.org/onlinepubs/007908799/xcu/shellix.html">The Single UNIX ® Specification, Version 2 - Shell Command Language Index</a></li>
+        <li><a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=zsh">Debian bug reports for zsh</a>
+        <li><a href="http://www.strcat.de/zsh/">Zsh-Webpage</a> by Christian Schneider
+        <li><a href="http://adamspiers.org/computing/shells/">Adam's UNIX shells page</a>
+        <li><a href="http://developer.berlios.de/projects/netzworkk/">kwtools</a> - a
+        big zsh-scriptcollection (based on <a
+        href="http://packages.debian.org/unstable/misc/dialog">dialog</a>) by Kai Wilke for
+        often used apps
+        <li><a href="http://www.rayninfo.co.uk/tips/zshtips.html">Zzappers Best of ZSH tips</a> by David Rayner
+        <li><a href="http://zsh.sourceforge.net/links.html">more links on zsh-homepage</a>
+        <!--
+        <li><a href="http://www.int.gu.edu.au/courses/2010int/nscp_shells.html">NCSP - Unix Shells</a>
+        -->
+      </ul>
+
+      <h3>Articles:</h3>
+
+      <ul>
+        <li><a href="http://zsh.sourceforge.net/Guide/zshguide.html">A User's Guide to the Z-Shell</a> by Peter Stephenson (1999) </li>
+        <li><a href="http://www.ibm.com/developerworks/linux/library/l-z.html?dwzone=linux">Curtains up: introducing the Z shell</a> by IBM Developerworks (2001)</li>
+    <!--
+        <li><a href="http://www-106.ibm.com/developerworks/linux/library/l-z.html?dwzone=linux">Introducing the Z-Shell</a> by IBM Developerworks (1.2.2001)</li>
+        <li><a href="http://ezine.daemonnews.org/199910/zsh.html">Artikel in BSD-News</a> by Dominic Mitchell (October 1999)</li>
+        <li><a href="http://www.linux-mag.com/cgi-bin/printer.pl?issue=2002-05&amp;article=power">Making the Transition to Zsh</a> by John Beppu (May 2002)</li>
+        <li>Writing Zsh Completion Functions (July 2002): <a
+        href="http://www.linux-mag.com/2002-07/power_01.html">part 1</a> und <a
+        href="http://www.linux-mag.com/2002-07/power_02.html">part 2</a></li>
+    -->
+        <li><a href="http://www.acm.uiuc.edu/workshops/zsh/toc.html">Zsh Workshop</a> by Larry P. Schrof
+      </ul>
+
+      <h3>Zsh configuration files:</h3>
+
+      <ul>
+        <li><a href="http://www.strcat.de/dotfiles/">zsh-config of Christian Schneider</a>
+        <li><a href="http://zshwiki.org/home/links/configs">zsh-configuration-files @ zshwiki.org </a></li>
+        <!--
+        <li><a href="http://www.dotfiles.com/index.php?app_id=4">zshrcs @ dotfiles.com</a></li>
+        -->
+      </ul>
+
+      <h3>German information:</h3>
+
+      <ul>
+        <li><a href="http://www.michael-prokop.at/computer/tools_zsh.html">www.michael-prokop.at/computer/tools_zsh.html</a> - zsh-Seite von Michael Prokop</li>
+        <li><a href="http://www.michael-prokop.at/computer/tools_zsh_liebhaber.html">Zsh-Liebhaber-Seite</a> von Michael Prokop und Matthias Kopfermann</li>
+      </ul>
+
+      </div>
+
+[% INCLUDE static_bottom.inc %]