goba Sun Feb 24 05:48:08 2002 EDT
Modified files:
/phpdoc/en/faq misc.xml
Log:
Making list an <itemizedlist>, adding Stuffit, WinZip, WinRar and WinCommander
pointers (I have just realized, that Stuffit Expander is free!)
Index: phpdoc/en/faq/misc.xml
diff -u phpdoc/en/faq/misc.xml:1.9 phpdoc/en/faq/misc.xml:1.10
--- phpdoc/en/faq/misc.xml:1.9 Sat Feb 23 10:36:45 2002
+++ phpdoc/en/faq/misc.xml Sun Feb 24 05:48:05 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<chapter id="faq.misc">
<title>Miscellaneous Questions</title>
<titleabbrev>Miscellaneous Questions</titleabbrev>
@@ -50,17 +50,40 @@
</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:
- 1. open a command prompt window.
- 2. cd to the folder where you stored the downloaded php_manual_lang.x.bz2.
- 3. Invoking bzip2 -d php_manual_lang.x.bz2 will extract php_manual_lang.x
- in the same folder. Thats it.
+ 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 many html-files
- the procedure is the same. The only difference is that you got a file
+ 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. Winzip.
+ common archivers on Windows like e.g.
+ <ulink url="&faqurl.winzip;">WinZip</ulink>.
+ </para>
+ <para>
+ If you would not like to use a command line tool, you can try the
+ free <ulink url="&faqurl.stuffit;">Stuffit Expander</ulink> available
+ for any operating system. If you have
+ <ulink url="&faqurl.winrar;">WinRAR</ulink>, you can easily decompress
+ the bz2 files with it. If you use Windows Commander, a bz2 plugin for
+ that program is available freely from the
+ <ulink url="&faqurl.wincmd;">Windows Commander</ulink> site.
</para>
</answer>
</qandaentry>