tazpkg diff doc/tazpkg.en.html @ rev 633

Add Polish translation (thanks Pawel Pyrczak); merge tazpkg, tazpkg-notify and other *pkg* translations into one; simplify plural translations using $num; normalize name (Tazpkg, TazPKG -> TazPkg); move markup outside translations; re-use categories names in tazpkg and tazpanel; other tiny improvements.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 25 01:47:48 2013 +0300 (2013-07-25)
parents d059a3effb3a
children a73c9918a5de
line diff
     1.1 --- a/doc/tazpkg.en.html	Sun Sep 16 06:37:19 2012 +0100
     1.2 +++ b/doc/tazpkg.en.html	Thu Jul 25 01:47:48 2013 +0300
     1.3 @@ -1,16 +1,16 @@
     1.4  <!DOCTYPE html>
     1.5  <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
     1.6  <head>
     1.7 -	<title>Tazpkg Manual (en)</title>
     1.8  	<meta charset="utf-8" />
     1.9 -	<link rel="shortcut icon" href="favicon.ico" />
    1.10 -	<link rel="stylesheet" type="text/css" href="style.css" />
    1.11 +	<title>TazPkg Manual (en)</title>
    1.12 +	<link rel="stylesheet" type="text/css" href="../slitaz-doc.css" />
    1.13 +	<script type="text/javascript" src="../slitaz-doc.js"></script>
    1.14  </head>
    1.15  <body>
    1.16  
    1.17  <!-- Header -->
    1.18  <div id="header">
    1.19 -	<h1>Tazpkg Manual</h1>
    1.20 +	<h1>TazPkg Manual</h1>
    1.21  </div>
    1.22  
    1.23  <!-- Start content -->
    1.24 @@ -20,27 +20,27 @@
    1.25  <h2>NAME</h2>
    1.26  
    1.27  <p>
    1.28 -	Tazpkg - Tiny autonomous zone package manager
    1.29 +	TazPkg - Tiny autonomous zone package manager
    1.30  </p>
    1.31  
    1.32  
    1.33  <h2>SYNTAX</h2>
    1.34  
    1.35  <pre>
    1.36 - tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]
    1.37 +tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]
    1.38  </pre>
    1.39  
    1.40  
    1.41  <h2>DESCRIPTION</h2>
    1.42  
    1.43  <p>
    1.44 -Tazpkg is an ultralightweight (~ 80KB) package manager to
    1.45 +TazPkg is an ultralightweight (~ 80KB) package manager to
    1.46  install, list, download, update or remove precompiled packages
    1.47 -on a GNU/Linux system. Tazpkg offers commands for searching
    1.48 +on a GNU/Linux system. TazPkg offers commands for searching
    1.49  and creating packages and was created independently for the project.
    1.50  The format of the packages using the *.tazpkg extension is a
    1.51  cpio archive containing a filesystem compressed with gzip,
    1.52 -a receipt and an optional description. Tazpkg also manages
    1.53 +a receipt and an optional description. TazPkg also manages
    1.54  dependencies based on package receipts. Each receipt contains
    1.55  all the information about a package and can also include
    1.56  pre and post installation functions. The same receipt is
    1.57 @@ -48,9 +48,9 @@
    1.58  package.
    1.59  </p>
    1.60  <p>
    1.61 -Tazpkg is entirely built from scratch using SHell script,
    1.62 +TazPkg is entirely built from scratch using SHell script,
    1.63  compatible with Bash; it runs under Ash - part of the Busybox
    1.64 -project. Tazpkg is distributed under the free GNU license GPL V3.
    1.65 +project. TazPkg is distributed under the free GNU license GPL V3.
    1.66  </p>
    1.67  
    1.68  
    1.69 @@ -136,7 +136,8 @@
    1.70  Lists the system configuration files. The <tt>--box</tt> option displays
    1.71  in table format:
    1.72  </p>
    1.73 -<pre># tazpkg list-config
    1.74 +<pre>
    1.75 +# tazpkg list-config
    1.76  # tazpkg list-config --box
    1.77  </pre>
    1.78  
    1.79 @@ -178,7 +179,7 @@
    1.80  a file is present on the system. Example:
    1.81  </p>
    1.82  <pre>
    1.83 - $ tazpkg search-file <em>libnss</em>
    1.84 +$ tazpkg search-file <em>libnss</em>
    1.85  </pre>
    1.86  
    1.87  
    1.88 @@ -207,7 +208,8 @@
    1.89  allows you to (download and) install several packages with a single command
    1.90  and can also be forced:
    1.91  </p>
    1.92 -<pre># tazpkg install-list <em>my-packages.list</em>
    1.93 +<pre>
    1.94 +# tazpkg install-list <em>my-packages.list</em>
    1.95  # tazpkg get-install-list <em>my-packages.list</em> --forced
    1.96  </pre>
    1.97  
    1.98 @@ -391,7 +393,7 @@
    1.99  
   1.100  <p>
   1.101  Remove *.tazpkg packages downloaded to the cache. During
   1.102 -installation, Tazpkg keeps a copy of packages downloaded
   1.103 +installation, TazPkg keeps a copy of packages downloaded
   1.104  from the web. This is done to save bandwidth in case of
   1.105  reinstallation, but you may want to free up space on the hard
   1.106  drive or re-download the packages: