mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
100 lines
3.4 KiB
XML
100 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<chapter xml:id="faq.misc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Miscellaneous Questions</title>
|
|
<titleabbrev>Miscellaneous Questions</titleabbrev>
|
|
|
|
<para>
|
|
There can be some questions we can't put into other
|
|
categories. Here you can find them.
|
|
</para>
|
|
|
|
<qandaset>
|
|
<qandaentry xml:id="faq.misc.bz2">
|
|
<question>
|
|
<para>
|
|
How can I handle the bz2 compressed manuals on Windows?
|
|
</para>
|
|
</question>
|
|
<answer>
|
|
<para>
|
|
If you don't have an archiver-tool to handle bz2 files
|
|
<link xlink:href="&url.bzip2;">download</link> the command line tool
|
|
from Redhat (please find further information below).
|
|
</para>
|
|
<para>
|
|
If you would not like to use a command line tool, you can try free
|
|
tools like <link xlink:href="&url.stuffit;">Stuffit Expander</link>,
|
|
<link xlink:href="&url.ultimatezip;">UltimateZip</link>,
|
|
<link xlink:href="&url.7zip;">7-Zip</link>, or
|
|
<link xlink:href="&url.quickzip;">Quick Zip</link>. If you
|
|
have tools like <link xlink:href="&url.winrar;">WinRAR</link> or
|
|
<link xlink:href="&url.powerarchiver;">Power Archiver</link>, you can
|
|
easily decompress the bz2 files with it. If you use Total Commander
|
|
(formerly Windows Commander),
|
|
a bz2 plugin for that program is available freely from the
|
|
<link xlink:href="&url.wincmd;">Total Commander</link> site.
|
|
</para>
|
|
<para>
|
|
The bzip2 command line tool from Redhat:
|
|
</para>
|
|
<para>
|
|
Win2k Sp2 users grab the latest version 1.0.2, all
|
|
other Windows user should grab version 1.00. After downloading rename
|
|
the executable to bzip2.exe. For convenience put it into a directory in
|
|
your path, e.g. C:\Windows where C represents your Windows installation
|
|
drive.
|
|
</para>
|
|
<para>
|
|
Note: lang stands for your language and x for the desired format, e.g.: pdf.
|
|
To uncompress the php_manual_lang.x.bz2 follow these simple instructions:
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>open a command prompt window</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
cd to the folder where you stored the
|
|
downloaded php_manual_lang.x.bz2
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
invoke bzip2 -d php_manual_lang.x.bz2, extracting
|
|
php_manual_lang.x in the same folder
|
|
</simpara>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</para>
|
|
<para>
|
|
In case you downloaded the php_manual_lang.tar.bz2 with many html-files
|
|
in it, the procedure is the same. The only difference is that you got a file
|
|
php_manual_lang.tar. The tar format is known to be treated with most
|
|
common archivers on Windows like e.g.
|
|
<link xlink:href="&url.winzip;">WinZip</link>.
|
|
</para>
|
|
</answer>
|
|
</qandaentry>
|
|
</qandaset>
|
|
</chapter>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|