de3f531874
- 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.
77 lines
3.3 KiB
Text
77 lines
3.3 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-1-1.sgml,v 1.4 2005/10/04 07:56:18 murray Exp $">
|
|
<!ENTITY volume "1">
|
|
<!ENTITY issue "1">
|
|
<!ENTITY month "Jun">
|
|
<!ENTITY year "1998">
|
|
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
|
<!ENTITY qnlnext "qnewsletter-1-2.html">
|
|
<!ENTITY % navinclude.about "INCLUDE">
|
|
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
&qnewsletterheader;
|
|
|
|
<ul>
|
|
<li>
|
|
<B>General News</B>:<Br>
|
|
Jordan Hubbard, Poul-Henning Kamp, Justin Gibbs, Jonathan Bresler,
|
|
David Greenman and other members of the Core Team will be at the
|
|
USENIX technical conference.
|
|
Be Sure to Attend! Information at: <A HREF="http://www.usenix.org/">http://www.usenix.org</A>
|
|
June 15-19, New Orleans, Louisiana</li>
|
|
|
|
<li><b>Download the Published FreeBSD News Letter Volume #2</b>:
|
|
<A HREF="ftp://ftp.freebsd.org/pub/FreeBSD/newsletter/issue2.pdf">ftp://ftp.freebsd.org/pub/FreeBSD/newsletter/issue2.pdf</A></li>
|
|
|
|
<li><b>Web Masters</b>:<br>
|
|
Check out this article on balancing Webserver traffic:
|
|
<a href="http://www.WebTechniques.com/features/1998/05/engelschall/engelschall.shtml">http://www.WebTechniques.com/features/1998/05/engelschall/engelschall.shtml</a></li>
|
|
|
|
<li><b>Filesystem Management</b>:<br>
|
|
An early version of vinum, a FreeBSD volume manager, is available.
|
|
It allows volumes to span disks and spread diskload across multiple disks.
|
|
Check out: <A HREF="http://www.lemis.com/vinum.html">http://www.lemis.com/vinum.html.</A> </li>
|
|
|
|
<li><b>Alpha Porting Project</b>:<br>
|
|
There seems to be quite a bit of recent activity on this project.
|
|
Developers are being actively sought.
|
|
Join the alpha@freebsd.org mailing list.
|
|
PALCode and other Alpha Documentation can be found at:
|
|
<a href="ftp://ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html">ftp://ftp.digital.com/pub/Digital/info/semiconductor/literature/dsc-library.html</a></li>
|
|
|
|
<li><b>X Window System</b>:<br>
|
|
Check out the Enlightenment Desktop:
|
|
/usr/ports/x11/enlightenment
|
|
Check out the Themes you can download for Enlightenment:
|
|
<A HREF="http://www.rasterman.com/themes/printthemes.cgi">http://www.rasterman.com/themes/printthemes.cgi</A></li>
|
|
|
|
<li><b>Graphics/Design</b>:<br>
|
|
Check out the 'Blender' package from Neo-Geo
|
|
<A HREF="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6-RELEASE/commerce/3D/Blender/">ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6-RELEASE/commerce/3D/Blender/</A></li>
|
|
|
|
<li><b>System Administration</b>:<br>
|
|
A Web Based FreeBSD System Administration Tool is available.
|
|
<A HREF="http://ourworld.compuserve.com/homepages/berend/FreEasy.html">http://ourworld.compuserve.com/homepages/berend/FreEasy.html</A><br>
|
|
|
|
A X based FreeBSD System Administration Tool is also available.
|
|
<A HREF="http://cam.grad.kiev.ua/~rssh/admin/admin.html">http://cam.grad.kiev.ua/~rssh/admin/admin.html</A> <br>
|
|
|
|
Both are functional, yet still in developmental stages.</li>
|
|
|
|
<li><b>Installing FreeBSD</b>:<br>
|
|
Here is a newbie-oriented Install tutorial complete with screen shots.
|
|
Check out: <A HREF="http://www.vmunix.com/fbsd-book/install.phtml">http://www.vmunix.com/fbsd-book/install.phtml</A></li>
|
|
</ul>
|
|
|
|
&qnewsletterfooter;
|
|
&newshome;
|
|
&qnewsletterhome;
|
|
| &qnewsletternext;
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|