o Techno Centre Logiciels Libres to the consult group [1]
o Flozer to the consult group [2]
o Crucial Servers LLC to the ISP group [3]
PR: www/102763 [1]
PR: www/103212 [2]
PR: www/103239 [3]
Requested by: Jean-luc Henry [1]
Julia Benidini [2]
James Thomas [3]
o Add the BSD Argentina user group.
o And fixup some other entries so that they match the rest
of the entries.
Do note that make lint on the file does not work currently,
I asked hrs to validate this since he is more experienced
with this than I am.
PR: www/102488
Requested by: Gustavo Masuzzo <info at bsdargentina dot com dot ar>
Add Active Venture Pte Ltd to the ISP list [2]
Add PPG Network Solutions to the ISP list [3]
Add Unix Consulting to the Consultancy list [4]
PR: www/101105 [1], www/102061 [2],
www/102699 [3], www/102698 [4].
Submitted by: John Tourloukis <john dot fastpcnet dot net> [1]
Tom Ho <tom at active-venture dot com> [2]
Phil <support at ppgnetworksolutions dot com> [3]
Valdo Alvarez <info at unixconsulting dot info> [4]
An international event about mechanical and mechatronic engineering.
One of this congress papers covers free Mechanical Engineering
applications recently ported to FreeBSD.
Entry added with the help of Pedro F. Giffuni <giffunip@yahoo.com>
(author of the FreeBSD paper) and thomas@.
activate it instead of using a static &base;. Since an .xml database file
(or an .xslt stylesheet file) is used from various directories, the static
&base; no longer works.
PR: www/102331
- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/nabibar.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.