Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2011 17:08:44 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 197025 for review
Message-ID:  <201108011708.p71H8i6N011736@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@197025?ac=10

Change 197025 by rene@rene_acer on 2011/08/01 17:07:56

	IFC

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/committers-guide/article.sgml#42 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#35 integrate
.. //depot/projects/docproj_nl/share/sgml/freebsd.ent#23 integrate
.. //depot/projects/docproj_nl/www/en/Makefile#3 integrate
.. //depot/projects/docproj_nl/www/en/donations/donors.sgml#41 integrate
.. //depot/projects/docproj_nl/www/en/privacy.sgml#1 branch
.. //depot/projects/docproj_nl/www/share/sgml/navibar.ent#11 integrate
.. //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#26 integrate

Differences ...

==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/committers-guide/article.sgml#42 (text+ko) ====

@@ -9,7 +9,7 @@
 
     <corpauthor>The &os; Documentation Project</corpauthor>
 
-    <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v 1.301 2011/07/18 12:57:33 gjb Exp $</pubdate>
+    <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v 1.302 2011/08/01 06:51:56 hrs Exp $</pubdate>
 
     <copyright>
       <year>1999</year>
@@ -2186,23 +2186,23 @@
 	mandate:</para>
 
 	<blockquote>
-	  <para>Our 32-bit reference platform is i386, and our 64-bit
-	    reference platform is Sparc64.  Major design work (including
+	  <para>Our 32-bit reference platform is &arch.i386;, and our 64-bit
+	    reference platform is &arch.sparc64;.  Major design work (including
 	    major API and ABI changes) must prove itself on at least one
 	    32-bit and at least one 64-bit platform, preferably the
 	    primary reference platforms, before it may be committed
 	    to the source tree.</para>
 	</blockquote>
 
-      <para>The i386 and Sparc64 platforms were chosen due to being more
+      <para>The &arch.i386; and &arch.sparc64; platforms were chosen due to being more
 	readily available to developers and as representatives of more
 	diverse processor and system designs - big vs little endian,
 	register file vs register stack, different DMA and cache
 	implementations, hardware page tables vs software TLB management
 	etc.</para>
 
-      <para>The ia64 platform has many of the same complications that
-	Sparc64 has, but is still limited in availability to
+      <para>The &arch.ia64; platform has many of the same complications that
+	&arch.sparc64; has, but is still limited in availability to
 	developers.</para>
 
       <para>We will continue to re-evaluate this policy as cost and
@@ -2362,7 +2362,7 @@
         documents.  All relevant integration documentation must also
         be integrated into the tree, or readily available.</para>
 
-      <para>Current Tier 1 platforms are i386, AMD64, and PC98.</para>
+      <para>Current Tier 1 platforms are &arch.i386; and &arch.amd64;.</para>
     </sect2>
 
     <sect2>
@@ -2414,7 +2414,7 @@
         old.  It should be integrated into the FreeBSD
         documentation.</para>
 
-      <para>Current Tier 2 platforms are ARM, PowerPC, ia64, and Sparc64.</para>
+      <para>Current Tier 2 platforms are &arch.arm;, &arch.ia64;, &arch.pc98;, &arch.powerpc;, and &arch.sparc64;.</para>
     </sect2>
 
     <sect2>
@@ -2443,7 +2443,7 @@
         hardware or emulation environment.  This documentation need
         not be integrated into the FreeBSD tree.</para>
 
-      <para>Current Tier 3 platforms are MIPS and &s390;.</para>
+      <para>Current Tier 3 platforms are &arch.mips; and &s390;.</para>
     </sect2>
 
     <sect2>

==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml#35 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Dutch Documentation Project
 
-     $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.29 2011/07/28 21:14:37 rene Exp $
+     $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.30 2011/07/30 10:28:14 rene Exp $
 
      %SOURCE%	en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
      %SRCID%	1.107

==== //depot/projects/docproj_nl/share/sgml/freebsd.ent#23 (text+ko) ====

@@ -1,7 +1,7 @@
 <!-- -*- sgml -*-
      DocBook Miscellaneous FreeBSD Entities.
 
-     $FreeBSD: doc/share/sgml/freebsd.ent,v 1.133 2011/03/17 19:05:11 blackend Exp $
+     $FreeBSD: doc/share/sgml/freebsd.ent,v 1.134 2011/08/01 06:51:56 hrs Exp $
 
 This file is now valid XML as well as SGML.  Please do not add CDATA
 attributes or anything else that will prevent this file from being
@@ -27,6 +27,7 @@
 <!ENTITY arch.arm "arm">
 <!ENTITY arch.i386 "i386">
 <!ENTITY arch.ia64 "ia64">
+<!ENTITY arch.mips "mips">
 <!ENTITY arch.pc98 "pc98">
 <!ENTITY arch.powerpc "powerpc">
 <!ENTITY arch.sparc64 "sparc64">

==== //depot/projects/docproj_nl/www/en/Makefile#3 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: www/en/Makefile,v 1.147 2011/06/03 12:48:52 bz Exp $
+# $FreeBSD: www/en/Makefile,v 1.148 2011/07/31 20:07:25 gjb Exp $
 
 .if exists(Makefile.conf)
 .include "Makefile.conf"
@@ -19,6 +19,7 @@
 DOCS+= internet.sgml
 DOCS+= logo.sgml
 DOCS+= mailto.sgml
+DOCS+= privacy.sgml
 DOCS+= publish.sgml
 DOCS+= relnotes.sgml
 DOCS+= send-pr.sgml

==== //depot/projects/docproj_nl/www/en/donations/donors.sgml#41 (text+ko) ====

@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
 <!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.425 2011/05/15 19:34:14 uqs Exp $">
+<!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.426 2011/08/01 14:12:45 skreuzer Exp $">
 <!ENTITY title "Hardware Donors Page">
 <!ENTITY % navinclude.about "INCLUDE">
 <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@@ -2849,6 +2849,13 @@
     <td> received </td>
   </tr>
 
+  <tr>
+    <td> Eimar Koort &lt;eimar.koort@gmail.com&gt; </td>
+    <td> Sun Microsystems Sun Fire V210 </td>
+    <td> marius </td>
+    <td> received </td>
+  </tr>
+
 </table>
 
 &footer;

==== //depot/projects/docproj_nl/www/share/sgml/navibar.ent#11 (text+ko) ====

@@ -1,4 +1,4 @@
-<!-- $FreeBSD: www/share/sgml/navibar.ent,v 1.33 2011/03/27 11:28:34 joel Exp $ -->
+<!-- $FreeBSD: www/share/sgml/navibar.ent,v 1.34 2011/07/31 20:07:25 gjb Exp $ -->
 
 <!ENTITY % navinclude.about "IGNORE">
 <![ %navinclude.about; [
@@ -22,6 +22,7 @@
     <li><a href="&base;/logo.html">Logo</a></li>
     <li><a href="&base;/donations/">Donations</a></li>
     <li><a href="&base;/copyright/">Legal Notices</a></li>
+    <li><a href="&base;/privacy.html">Privacy Policy</a></li>
   </ul>
 </div> <!-- SIDENAV -->'>
 ]]>

==== //depot/projects/docproj_nl/www/share/sgml/usergroups.xml#26 (text+ko) ====

@@ -5,7 +5,7 @@
 <usergroups>
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $FreeBSD: www/share/sgml/usergroups.xml,v 1.108 2011/07/14 16:52:21 arved Exp $
+      $FreeBSD: www/share/sgml/usergroups.xml,v 1.109 2011/08/01 15:23:11 jkois Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -611,6 +611,17 @@
     </description>
   </entry>
 
+  <entry id="raleighbug">
+    <name>The Raleigh BSD Users Group </name>
+    <url>http://www.raleighbug.org/</url>;
+    <description>The Raleigh BSD Users group welcomes all BSD users
+      of the Raleigh, NC area.  The purpose of the group is to
+      exchange ideas and learn about Unix.  Please visit <a
+      href="http://www.raleighbug.org">our website</a> for
+      more information.
+    </description>
+  </entry>
+
   <entry id="sacblug">
     <name>The Sacramento BSD and Linux Users Group (SacBLUG)</name>
     <url>http://sacblug.org/</url>;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108011708.p71H8i6N011736>