Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148297759
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/en/gnome/index.xsl b/en/gnome/index.xsl
index 56882ae618..4cf522789d 100644
--- a/en/gnome/index.xsl
+++ b/en/gnome/index.xsl
@@ -1,181 +1,182 @@
-<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.80 2005/12/29 07:31:58 adamw Exp $ -->
+<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.81 2005/12/29 07:34:46 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.navgnome.xsl"/>
<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.80 2005/12/29 07:31:58 adamw Exp $'"/>
+ <xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.81 2005/12/29 07:34:46 marcus Exp $'"/>
<xsl:variable name="section" select="'gnome'"/>
<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 xsl:use-attribute-sets="att.body">
<div id="containerwrap">
<div id="container">
<xsl:copy-of select="$header2"/>
<div id="content">
<xsl:copy-of select="$gnome_sidenav"/>
<div id="contentwrap">
<div id="rightwrap">
<div class="rightnav">
<h2>FreeBSD GNOME News</h2>
<p>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"/></p>
<ul>
<!-- Pull in the 10 most recent news items -->
<xsl:for-each select="descendant::event[position() <= 10]">
<li><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></li>
</xsl:for-each>
<li><a href="newsflash.html">More...</a></li>
</ul>
</div> <!-- rightnav -->
<br />
<div class="rightnav">
<h2>GNOME Project News</h2>
<ul>
<xsl:for-each select="document('http://gnomedesktop.org/backend.php')/rss/channel/*[name() = 'item'][position() < 10]">
<li><a>
<xsl:attribute name="href">
<xsl:value-of select="link"/>
</xsl:attribute>
<xsl:value-of select="title"/><br/>
</a></li>
</xsl:for-each>
<li><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></li>
</ul>
</div> <!-- rightnav -->
</div> <!-- rightwrap -->
<xsl:copy-of select="$header3"/>
<h2>What is GNOME?</h2>
<img src="{$base}/gnome/images/gnome.png" align="right"
border="0" alt="GNOME Logo"/>
<p>GNOME is a complete desktop environment, and a
comprehensive suite of applications. In GNOME,
everything is easy-to-use, attractive, powerful,
and works the way you expect it to.</p>
<p>The major components of GNOME are the
<a href="http://www.gnome.org">GNOME desktop</a>, an
easy-to-use window-based desktop environment, and the
<a href="http://developer.gnome.org">GNOME development
platform</a>, a collection of application-development
tools and libraries.</p>
<p>The FreeBSD GNOME Project is a team of devoted
committers and users that manage the integration
of GNOME and FreeBSD.</p>
<h2>Upgrading to GNOME 2.12?</h2>
<p>If you are upgrading from GNOME 2.10 to GNOME 2.12, read the
<a href="docs/faq212.html">Upgrade FAQ</a> for upgrade
instructions, and be sure to use the
<a href="gnome_upgrade.sh">upgrade script</a>!</p>
<h2>State of the port</h2>
<p>GNOME for FreeBSD is currently supported on
- 5.3, 5.4, 6.0, 5-STABLE, 6-STABLE, and 7-CURRENT.
+ 5-STABLE, 6-STABLE, 7-CURRENT,
+ 5.3, 5.4, and 6.0.
Most of GNOME has been ported to FreeBSD, but there is still
<a href="docs/volunteer.html">plenty left to be done</a>!</p>
<h2>Simple solutions to build problems - quickly!</h2>
<p>GNOME is simple and easy to build using the FreeBSD ports system, but
sometimes things simply go wrong. If GNOME -- or anything that uses
GNOME libraries -- is not building the way it should, simply run the
<a href="/gnome/gnomelogalyzer.sh">gnomelogalyzer.sh</a>
tool from the directory of the failed port, and let the gnomelogalyzer
figure out what's wrong and how to fix it!</p>
<h2>Resources</h2>
<ul>
<li><a href="http://www.gnome.org/">GNOME Project</a></li>
<li><a href="http://gnomedesktop.org">FootNotes</a></li>
<li><a href="http://www.gnomejournal.org">GNOME Journal</a></li>
<li><a
href="http://www.gnomefiles.org">GNOME
Files</a></li>
<li><a href="http://gnu-darwin.sourceforge.net/GNOME/">GNOME on GNU/Darwin</a></li>
</ul>
<h2>Related Projects</h2>
<ul>
<li><a href="http://www.kde.org/">KDE Project</a></li>
<li><a href="http://freebsd.kde.org/">KDE on FreeBSD</a></li>
<li><a href="http://www.opengroup.org/desktop/">CDE (commercial)</a></li>
</ul>
<form action="http://lists.FreeBSD.org/htcgi/htsearch" method="post">
<p>Search the freebsd-gnome mailing list archives:</p>
<input type="text" name="words" size="25"/>
<input type="hidden" name="config"
value="htdig-mailman/freebsd-gnome"/>
<input type="hidden" name="restrict"
value=""/>
<input type="hidden" name="exclude"
value=""/>
<input type="submit" value="Search"/>
</form>
</div> <!-- contentwrap -->
<br class="clearboth" />
</div> <!-- content -->
<xsl:copy-of select="$footer"/>
</div> <!-- container -->
</div> <!-- containerwrap -->
</body>
</html>
</xsl:template>
</xsl:stylesheet>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 9, 12:27 PM (4 h, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29371286
Default Alt Text
(6 KB)
Attached To
Mode
R9 FreeBSD doc repository
Attached
Detach File
Event Timeline
Log In to Comment