On Tue, 27 May 2003, Moshe Doron wrote:

> momo          Tue May 27 06:43:46 2003 EDT
> 
>   Modified files:              
>     /phpdoc/scripts/rtlpatch  HtmlExtParser.class.php todo.txt 
>   Log:
>   more optimizations

Your patched totally broke the index generation for the CHM HE manual, 
the parser exports in a totally different format and thus the index 
generator doesnt work at all, for example:

en/index.html:

<HTML  ><HEAD  ><TITLE  >PHP Manual</TITLE
><META  NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet 
Version 1.7"><><BODY TOPMARGIN="0" LEFTMARGIN="0"  CLASS="book" 
BGCOLOR="#FFFFFF" TEXT="#00000        WIDTH="100%" BORDER="0" 
CELLPADDING="3" CELLSPACING="0"><TR><TH COLSPAN=        
</DIV></TD></TR><TR><TD><IMG SRC="spacer.gif" WIDTH="10" 
HEIGHT="1"></TD><DIV  CLASS="TITLEPAGE" ><H1  CLASS="title" ><A  
NAME="bookinfo" ></A
>PHP Manual</H1
><DIV  CLASS="author" >Stig Sæther Bakken</DIV

vs.

he/index.html:

<html >
<head >
<title >
 îãøéê PHP 
 </title>
<meta  name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 
1.7">
<link  rel="NEXT" title="ä÷ãîä" href="preface.html">
<meta  http-equiv="Content-type" content="text/html; 
charset=Windows-1255">
 </head>
<body  class="book" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#8400<div  class="BOOK" dir="rtl">
<a  name="manual">
 </a>
<div  class="TITLEPAGE" dir="rtl">
<h1  class="title">
<a  name="bookinfo">
 </a>
 îãøéê PHP 
 </h1>
<div  class="author" dir="rtl">
 Stig S&#230;ther Bakken



Please fix the output of your parser so that the indexer works again.

regards,
Derick

-- 
                                        "my other box is your windows PC"
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------

--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to