Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2008 19:58:37 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 148429 for review
Message-ID:  <200808251958.m7PJwbNi080051@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=148429

Change 148429 by rwatson@rwatson_fledge on 2008/08/25 19:57:39

	Add specific pages for extended attributes / UFS2, GEOM, and
	OpenPAM, rather than just documenting them on the components
	page.

Affected files ...

.. //depot/projects/trustedbsd/www/Makefile#12 edit
.. //depot/projects/trustedbsd/www/extattr.page#1 add
.. //depot/projects/trustedbsd/www/geom.page#1 add
.. //depot/projects/trustedbsd/www/heading.xsl#7 edit
.. //depot/projects/trustedbsd/www/news-selected.png#1 add
.. //depot/projects/trustedbsd/www/news.page#13 edit
.. //depot/projects/trustedbsd/www/news.png#1 add
.. //depot/projects/trustedbsd/www/openpam.page#1 add
.. //depot/projects/trustedbsd/www/sidebar.xml#12 edit

Differences ...

==== //depot/projects/trustedbsd/www/Makefile#12 (text+ko) ====

@@ -28,7 +28,7 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 # 
-# $P4: //depot/projects/trustedbsd/www/Makefile#11 $
+# $P4: //depot/projects/trustedbsd/www/Makefile#12 $
 
 STYLESHEET=	page.xsl
 
@@ -37,11 +37,14 @@
 SRCS+=		legal.page
 SRCS+=		beastie.page
 SRCS+=		developers.page
+SRCS+=		extattr.page
+SRCS+=		geom.page
 SRCS+=		mailinglists.page
 SRCS+=		components.page
 SRCS+=		docs.page
 SRCS+=		mac.page
 SRCS+=		openbsm.page
+SRCS+=		openpam.page
 SRCS+=		sebsd.page
 SRCS+=		sedarwin.page
 SRCS+=		audit.page
@@ -61,7 +64,9 @@
 IMGS+=		horizontalbar1.gif
 IMGS+=		mac.png mac-selected.png
 IMGS+=		mailinglists.png mailinglists-selected.png
-IMGS+=		minipemaquidlight.jpg pemaquidlight.jpg powerlogo.gif
+IMGS+=		minipemaquidlight.jpg
+IMGS+=		news.png news-selected.png
+IMGS+=		pemaquidlight.jpg powerlogo.gif
 IMGS+=		openbsm.png openbsm-selected.png
 IMGS+=		openpam.png openpam-selected.png
 IMGS+=		privileges.png privileges-selected.png

==== //depot/projects/trustedbsd/www/heading.xsl#7 (text+ko) ====

@@ -113,9 +113,9 @@
 	    </xsl:call-template>
 
             <xsl:call-template name="image-tab">
-	      <xsl:with-param name="type" select="'components'" />
+	      <xsl:with-param name="type" select="'news'" />
 	      <xsl:with-param name="role" select="$role" />
-	      <xsl:with-param name="description" select="'Components'" />
+	      <xsl:with-param name="description" select="'News'" />
 	      <xsl:with-param name="width" select="100" />
 	      <xsl:with-param name="height" select="22" />
 	    </xsl:call-template>

==== //depot/projects/trustedbsd/www/news.page#13 (text+ko) ====

@@ -36,7 +36,7 @@
 
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $P4: //depot/projects/trustedbsd/www/news.page#12 $
+      $P4: //depot/projects/trustedbsd/www/news.page#13 $
     </cvs:keyword>
   </cvs:keywords>
 

==== //depot/projects/trustedbsd/www/sidebar.xml#12 (text+ko) ====

@@ -1,5 +1,5 @@
 <sidebar>
-
+<!--
   <section match="home">
     <p><center><a href="news.html">TrustedBSD News</a></center></p>
     <ul>
@@ -36,6 +36,7 @@
 
   <section match="developers">
   </section>
+-->
 
   <section match="docs">
     <ul>



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