2001-11-10 21:49:43 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2002-02-23 13:24:08 +00:00
|
|
|
<!-- $Revision: 1.8 $ -->
|
2001-07-20 18:12:03 +00:00
|
|
|
<chapter id="faq.misc">
|
2001-07-21 11:42:27 +00:00
|
|
|
<title>Miscellaneous Questions</title>
|
|
|
|
<titleabbrev>Miscellaneous Questions</titleabbrev>
|
2001-07-20 18:12:03 +00:00
|
|
|
|
|
|
|
<para>
|
2001-07-21 11:42:27 +00:00
|
|
|
There can be some questions we can't put into other
|
|
|
|
categories. Here you can find them.
|
2001-07-20 18:12:03 +00:00
|
|
|
</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>
|
|
|
|
|
2002-02-23 13:24:08 +00:00
|
|
|
<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. x:\windows where x
|
|
|
|
represents your windows installation drive.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
To uncompress the php_manual_x.bz2 follow these simple instructions:
|
|
|
|
1. open a command prompt window.
|
|
|
|
2. cd to the folder where you stored the downloaded php_manual_x.bz2.
|
|
|
|
3. Invoking bzip2 -d php_manual_*.bz will extract php_manual_x in the same folder
|
|
|
|
Thats it.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
In case you downloaded the *.tar.bz2 many html-files the procedure is the same.
|
|
|
|
The only difference is that you got a file php_manual_*.tar. The tar format is known
|
|
|
|
to be treated with most common archivers on Windows like e.g. Winzip.
|
|
|
|
</para>
|
|
|
|
</answer>
|
|
|
|
</qandaentry>
|
2001-07-20 18:12:03 +00:00
|
|
|
</qandaset>
|
|
|
|
</chapter>
|
|
|
|
|
2001-09-21 22:47:49 +00:00
|
|
|
<!-- 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
|
2001-12-12 20:47:43 +00:00
|
|
|
indent-tabs-mode:nil
|
2001-09-21 22:47:49 +00:00
|
|
|
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
|
|
|
|
-->
|