217 lines
		
	
	
	
		
			9.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			217 lines
		
	
	
	
		
			9.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!-- $FreeBSD: www/en/gnome/index.xsl,v 1.50 2004/04/08 04:09:48 marcus Exp $ -->
 | |
| 
 | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 | |
| 		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | |
| 		xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
 | |
| 		exclude-result-prefixes="rdf rdf1" version="1.0">
 | |
| 
 | |
|   <xsl:import href="../includes.xsl"/>
 | |
|   <xsl:import href="includes.xsl"/>
 | |
| 
 | |
|   <xsl:variable name="base" select="'..'"/>
 | |
|   <xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.50 2004/04/08 04:09:48 marcus Exp $'"/>
 | |
|   <xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
 | |
| 
 | |
|   <xsl:output type="html" encoding="iso-8859-1"
 | |
|               doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
 | |
| 
 | |
|   <xsl:template match="/">
 | |
|     <html>
 | |
|       <xsl:copy-of select="$header1"/>
 | |
| 
 | |
|       <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
 | |
|             alink="#0000FF">
 | |
| 
 | |
|         <xsl:copy-of select="$header2"/>
 | |
| 
 | |
|         <table border="0" cellspacing="0" cellpadding="2">
 | |
|           <tr>
 | |
|             <td valign="top"> <!-- width="10%" -->
 | |
|               <table border="0" cellspacing="0" cellpadding="1"
 | |
|                      bgcolor="#000000" width="100%">
 | |
|                 <tr>
 | |
|                   <td>
 | |
|                     <table cellpadding="4" cellspacing="0" border="0"
 | |
|                            bgcolor="#ffcc66" width="100%">
 | |
|                       <tr>
 | |
|                         <td>
 | |
| 
 | |
|                           <p><font size="+1" color="#990000"><b>GNOME on FreeBSD</b></font>
 | |
|                             <small><br/>
 | |
|                               · <a href="http://www.FreeBSD.org/gnome/">GNOME on FreeBSD Home</a><br/>
 | |
|                               · <a href="docs/faq2.html#q1">Installation Instructions</a><br/>
 | |
|                               · <a href="docs/faq26.html#q2">Upgrade Instructions</a><br/>
 | |
|                               · <a href="../ports/gnome.html">Available Applications</a><br/>
 | |
|                               · <a href="docs/volunteer.html">How to Help</a><br/>
 | |
|                               · <a href="docs/bugging.html">Reporting a Bug</a><br/>
 | |
|                               · <a href="screenshots.html">Screenshots</a><br/>
 | |
|                               · <a href="contact.html">Contact Us</a><br/>
 | |
|                             </small></p>
 | |
| 
 | |
|                           <p><font size="+1" color="#990000"><b>Documentation</b></font>
 | |
|                             <small><br/>
 | |
|                               · <a href="docs/faq2.html">FAQ</a><br/>
 | |
| 							  · <a href="docs/faq26.html">2.4 to 2.6 Upgrade FAQ</a><br/>
 | |
|                               · <a href="docs/porting.html">Creating Ports</a><br/>
 | |
| 			      · <a href="docs/faq26.html#q5">Known Issues</a><br/>
 | |
|                             </small></p>
 | |
| 
 | |
|                           <p><font size="+1" color="#990000"><b>Resources</b></font>
 | |
|                             <small><br/>
 | |
|                               · <a href="http://www.gnome.org/">GNOME Project</a><br/>
 | |
|                               · <a href="http://www.gnome.org/gnome-office/">GNOME Office</a><br/>
 | |
|                               · <a href="http://gnu-darwin.sourceforge.net/GNOME/">GNOME on GNU/Darwin</a><br/>
 | |
|                             </small></p>
 | |
| 
 | |
|                           <p><font size="+1" color="#990000"><b>Related Projects</b></font>
 | |
|                             <small><br/>
 | |
|                               · <a href="http://www.kde.org/">KDE Project</a><br/>
 | |
|                               · <a href="http://freebsd.kde.org/">KDE on FreeBSD</a><br/>
 | |
|                               · <a href="http://www.opengroup.org/desktop/">CDE (commercial)</a><br/>
 | |
|                             </small></p>
 | |
| 
 | |
|                           <form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
 | |
|                             <small>Search the freebsd-gnome mailing list archives:<br/>
 | |
|                               <input type="text" name="words" size="10"/>
 | |
|                               <input type="hidden" name="max" value="25"/>
 | |
|                               <input type="hidden" name="source" value="freebsd-gnome"/>
 | |
|                               <input type="submit" value="Go"/>
 | |
|                             </small>
 | |
|                           </form>
 | |
| 
 | |
|                         </td>
 | |
|                       </tr>
 | |
|                     </table>
 | |
|                   </td>
 | |
|                 </tr>
 | |
|               </table>
 | |
|             </td>
 | |
| 
 | |
|             <td></td>
 | |
| 
 | |
|             <!-- Main body column -->
 | |
| 
 | |
|             <td align="left" valign="top" rowspan="2">
 | |
| 			  <h2><font color="#990000">GNOME 2.6 Released!</font></h2>
 | |
| 
 | |
| 			  <p>GNOME 2.6 has hit the ports tree!  Read the
 | |
| 				<a href="docs/faq26.html">Upgrade FAQ</a> for upgrade
 | |
| 				instructions, and be sure to use the
 | |
| 				<a href="gnome_upgrade.sh">upgrade script</a>!</p>
 | |
| 
 | |
|               <h2><font color="#990000">What is GNOME?</font></h2>
 | |
|               <img src="{$base}/gnome/images/gnome.png" align="right"
 | |
|                    border="0" alt="GNOME Logo"/>
 | |
| 
 | |
| 	   		<p>GNOME is a free, attractive, powerful,
 | |
| 			  fully integrated, and easy-to-use desktop
 | |
| 			  environment, and an associated
 | |
| 			  comprehensive suite of applications.
 | |
| 			  The FreeBSD GNOME Project is a team of
 | |
| 			  committers and users that brings GNOME to
 | |
| 			  FreeBSD.</p>
 | |
| 
 | |
| 			  <p>The major components of GNOME are:</p>
 | |
|               <ul>
 | |
|                 <li>The <a href="http://www.gnome.org">GNOME desktop</a>:  An easy
 | |
|                   to use window-based environment for users.</li>
 | |
|                 <li>The <a href="http://developer.gnome.org">GNOME development
 | |
|                   platform</a>:  A rich collection of tools, libraries,
 | |
|                   and components to develop powerful applications on Unix.</li>
 | |
|                 <li>The <a href="http://www.gnome.org/gnome-office">GNOME
 | |
|                   Office</a>:  A set of office productivity applications.</li>
 | |
|               </ul>
 | |
| 
 | |
| 			  <p>For more information about GNOME, check out
 | |
| 			    the GNOME Project's
 | |
| 			    "<a href="http://www.gnome.org/about/">What is GNOME?</a>"
 | |
| 			    page.</p>
 | |
| 
 | |
|               <h2><font color="#990000">State of the port</font></h2>
 | |
| 
 | |
| 	      <p>GNOME for FreeBSD is currently supported on 4.9, 5.2,
 | |
| 		-STABLE, and -CURRENT.  Most of GNOME has been ported to
 | |
| 		FreeBSD, but there is still
 | |
| 		<a href="docs/volunteer.html">plenty left to be done</a>!</p>
 | |
| 
 | |
|             </td>
 | |
| 
 | |
|             <td></td>
 | |
| 
 | |
|             <!-- Right-most column -->
 | |
|             <td valign="top"> <!-- width="20%" -->
 | |
|               <!-- News table -->
 | |
|               <table border="0" cellspacing="0" cellpadding="1"
 | |
|                      bgcolor="#000000" width="100%">
 | |
|                 <tr>
 | |
|                   <td>
 | |
|                     <table cellpadding="4" cellspacing="0" border="0"
 | |
|                            bgcolor="#ffcc66" width="100%">
 | |
|                       <tr>
 | |
|                         <td valign="top">
 | |
| 
 | |
|                         <p><font size="+1" color="#990000"><b>FreeBSD GNOME News</b></font><br/>
 | |
|                           <font size="-1">
 | |
|                             Latest update:
 | |
|                             <xsl:value-of
 | |
|                               select="descendant::month[position() = 1]/name"/>
 | |
|                             <xsl:text> </xsl:text>
 | |
|                             <xsl:value-of
 | |
|                               select="descendant::day[position() = 1]/name"/>,
 | |
|                             <xsl:text> </xsl:text>
 | |
|                             <xsl:value-of
 | |
|                               select="descendant::year[position() = 1]/name"/>
 | |
|                             <br/>
 | |
|                             <!-- Pull in the 10 most recent news items -->
 | |
|                             <xsl:for-each select="descendant::event[position() <= 10]">
 | |
|                               ·  <a>
 | |
|                                 <xsl:attribute name="href">
 | |
|                                   newsflash.html#<xsl:call-template name="generate-event-anchor"/>
 | |
|                                 </xsl:attribute>
 | |
|                                 <xsl:choose>
 | |
|                                   <xsl:when test="count(child::title)">
 | |
|                                     <xsl:value-of select="title"/><br/>
 | |
|                                   </xsl:when>
 | |
|                                   <xsl:otherwise>
 | |
|                                     <xsl:value-of select="p"/><br/>
 | |
|                                   </xsl:otherwise>
 | |
|                                 </xsl:choose>
 | |
|                               </a>
 | |
|                             </xsl:for-each>
 | |
|                             <a href="newsflash.html">More...</a>
 | |
|                           </font></p>
 | |
| 
 | |
|                           <p><font size="+1" color="#990000"><b>GNOME Project News</b></font><br/>
 | |
|                             <font size="-1">
 | |
|                               <xsl:for-each select="document('http://gnomedesktop.org/backend.php')/rss/channel/*[name() = 'item'][position() < 10]">
 | |
|                                 · <a>
 | |
|                                   <xsl:attribute name="href">
 | |
|                                     <xsl:value-of select="link"/>
 | |
|                                   </xsl:attribute>
 | |
|                                   <xsl:value-of select="title"/><br/>
 | |
|                                 </a>
 | |
|                               </xsl:for-each>
 | |
|                             <a>
 | |
|                               <xsl:for-each select="document('http://gnomedesktop.org/backend.php')/rss/*[name() = 'channel'][position() = 1]">
 | |
|                                 <xsl:attribute name="href">
 | |
|                                   <xsl:value-of select="link"/>
 | |
|                                 </xsl:attribute>More...
 | |
|                               </xsl:for-each>
 | |
|                             </a>
 | |
|                           </font></p>
 | |
| 
 | |
|                         </td>
 | |
|                       </tr>
 | |
|                     </table>
 | |
|                   </td>
 | |
|                 </tr>
 | |
|               </table>
 | |
|             </td>
 | |
| 
 | |
|           </tr>
 | |
|         </table>
 | |
|         <xsl:copy-of select="$footer"/>
 | |
|       </body>
 | |
|     </html>
 | |
|   </xsl:template>
 | |
| </xsl:stylesheet>
 |