parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

Lance 08.05.2002 16:28

вот конфиги:

-------------
.htaccess:
-------------
SetEnv HTTP_PARSER_ROOT_CONFIG c:\web\apache\htdocs\cgi-bin\parser3.conf
AddHandler parsed-html html
Action parsed-html c:\web\apache\htdocs\cgi-bin\parser3.exe
<Files ~ "\.(p|cfg)$">
Order allow,deny
Deny from all
</Files>
CharsetDisable On
----------------

index.html
----------------
^navigation[]
----------------

sections.cfg
----------------
section_id name uri
1 main /
2 news /news
3 contacts /contacts
4 prices /price
5 guestbook /gbook
----------------

auto.p
----------------
@navigation[]
$sections[^table::load[sections.cfg]]
<table width="100%" border="1">
<tr>
^sections.menu{
<td align="middle">
<a href="$sections.uri"><nobr>$sections.name</nobr></a>
</td>
}
</tr>
</table>
----------------

что еще прислать?