php-doc-en/faq/misc.xml
Gabor Hojtsy 4362b32b99 Making list an <itemizedlist>, adding Stuffit, WinZip, WinRar and WinCommander
pointers (I have just realized, that Stuffit Expander is free!)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70841 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-24 10:48:05 +00:00

112 lines
3.6 KiB
XML
Executable file

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<chapter id="faq.misc">
<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 id="faq.misc.popup">
<question>
<para>
Where did the pop-ups go on the website?
Can I have the code for that?
</para>
</question>
<answer>
<para>
The yellow pop-up windows on the old site were pretty cool, but
were very difficult to maintain (since some companies seem to
enjoy changing the way their browsers work with every new release).
</para>
<para>
All the code for previous versions of the website is still available
through CVS. Specifically, the last version of shared.inc (that had
all the Javascript and DHTML to do the popups) is available
<ulink url="&faqurl.popup;">here</ulink>.
</para>
</answer>
</qandaentry>
<qandaentry 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
<ulink url="&faqurl.bz2;">download</ulink> the commandline tool
from Redhat. 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.
<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>
</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:"../../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
-->