]> www.wagner.pp.ru Git - sites/home_page.git/blob - software/www/nph-translate.html
Changed all links to 45.free.net to wagner.pp.ru
[sites/home_page.git] / software / www / nph-translate.html
1 <HTML><HEAD>
2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
3 <TITLE>nph-translate: server-side encoding converter </TITLE>
4 <META NAME="description" CONTENT="NPH CGI program which converts web
5 page encoding. Developed for CERN httpd in the ancient times where
6 Russian Apache wasn't yet well developed"> 
7 </HEAD><BODY>
8 <H1>nph-translate</H1>
9
10 <p>
11 nph CGI program which translates requested html page from
12 base encoding to one of seven other. It does secondary request
13 to HTTP server, so have no problems to recode output of CGI script.
14 It also parses HTML, so it can change references to other pages
15 and substitute prefix for encoding.
16 </p>
17 Supported encodings
18 <UL><LI>KOI8-r
19 <LI>cp866 (GOST-alternate)
20 <LI>cp1251 (MS-Windows Cyrillic)
21 <LI>ISO8859-5 
22 <LI>Macintosh cyrillic
23 <LI>Latin transliteration of Russian text
24 <LI>&quot;Mixed&quot; encoding where text body is KOI8-R and values
25 of input fields are cp1251. This encoding was neccessary for early
26 versions of Netscape and MS-Internet explorer.
27 </UL>
28 <P>
29 This program was made obsolete by advances in <A
30 HREF="http://apache.lexa.ru">Russian Apache</A> development
31 But it includes very simple and fast html parser, based on
32 finite state machine, which can be used for some other purpose
33 <P>
34
35 <B>Download</B><A
36 HREF="http://ftp.wagner.pp.ru/pub/oldstuff/nph-translate.tar.gz">Source archive</A>
37 </BODY>
38 </HTML>