doc/ru/java/dists/index.sgml
Hiroki Sato 5305bb945d www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/navibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>/share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:26:51 +00:00

72 lines
2.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
The FreeBSD Russian Documentation Project
$FreeBSDru: frdp/www/ru/java/dists/index.sgml,v 1.7 2004/09/21 07:31:08 den Exp $
Original revision: 1.7
-->
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/ru/java/dists/index.sgml,v 1.7 2005/10/05 20:59:54 simon Exp $">
<!ENTITY title "Проект FreeBSD &java;: Дистрибутивы">
<!ENTITY % navinclude.developers "INCLUDE">
]>
<html>
&header;
<table border="0">
<tr>
<td>
<table width="100%" border="0">
<tr>
<td>Это официальный порт пакета &java; development Kit фирмы Sun на
платформу FreeBSD. На данный момент не известно ни о каких
существенных ошибках, однако нет никаких гарантий, что пакет готов к
использованию. Это, однако, не мешает многим коммерческим компаниям
полагаться на этот порт, так что всё должно работать нормально.</td>
<td><A HREF="http://java.sun.com"> <IMG SRC="&enbase;/java/j2j.gif"
HSPACE=10 border="0" ALT="Jump to Java"></A></td>
</tr>
</table>
<H2>Поддерживаемые</H2>
<H3>&jdk; 1.1.x</H3>
<P>В настоящий момент нами поддерживается <A HREF="11.html">JDK 1.1.8</A>
для FreeBSD 2.2.x, 3.x и 4-CURRENT. Сюда включена поддержка систем с
X и без X в виде двух вариантов бинарных файлов.
<H3>JDK 1.2.x</H3>
<P><A HREF="12.html">JDK2 (известный как 1.2)</A> будет поддерживаться
в ближайшем будущем.
<H3>JDK 1.3.x</H3>
<P><A HREF="13.html">JDK 1.3</A> будет поддерживаться в ближайшем будущем
(после JDK 1.2).
<H3>JDK 1.4.x</H3>
<P><A HREF="14.html">JDK 1.4</A> будет поддерживаться в ближайшем будущем
(после JDK 1.3).
<H2>Не поддерживаемые</H2>
<H3>JDK 1.0.x</H3>
<P>Имеется старый порт <A HREF="10.html">JDK 1.0.2</A>. Он имеет формат
a.out и будет работать на старых системах FreeBSD (2.1.x и 2.2.x).
<B>Этот порт не поддерживается</B>
<P>Все версии FreeBSD до 2.2 (такие, как FreeBSD 2.1.7.1) не
поддерживаются ни в JDK 1.1.8, ни в JDK 1.2.
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>