Connect FreeBSD/GNOME pages to the rest of the site.
This commit is contained in:
parent
d1331f4b79
commit
3bbed68842
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12154
7 changed files with 25 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.76 2001/12/12 11:57:36 phantom Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.77 2001/12/13 19:30:08 phantom Exp $
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
@ -46,6 +46,7 @@ SUBDIR+= platforms
|
|||
SUBDIR+= releases
|
||||
SUBDIR+= smp
|
||||
SUBDIR+= conspectus
|
||||
SUBDIR+= gnome
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR+= ports
|
||||
SUBDIR+= doc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.2 2001/08/16 11:41:21 nik Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.3 2001/09/20 11:43:31 chris Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -51,6 +51,10 @@
|
|||
<a href="{$base}/java/newsflash.html">FreeBSD/Java NewsFlash</a>
|
||||
page.</p>
|
||||
|
||||
<p>For latest news of FreeBSD GNOME Project please visit
|
||||
<a href="{$base}/gnome/newsflash.html">FreeBSD/GNOME NewsFlash</a>
|
||||
page.</p>
|
||||
|
||||
<p>For a detailed description of past, present, and future releases,
|
||||
see the <strong><a href="{$base}/releases/index.html">Release
|
||||
Information</a></strong> page.</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.2 2001/08/16 11:41:21 nik Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.3 2001/09/20 11:43:31 chris Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -51,6 +51,10 @@
|
|||
<a href="{$base}/java/newsflash.html">FreeBSD/Java NewsFlash</a>
|
||||
page.</p>
|
||||
|
||||
<p>For latest news of FreeBSD GNOME Project please visit
|
||||
<a href="{$base}/gnome/newsflash.html">FreeBSD/GNOME NewsFlash</a>
|
||||
page.</p>
|
||||
|
||||
<p>For a detailed description of past, present, and future releases,
|
||||
see the <strong><a href="{$base}/releases/index.html">Release
|
||||
Information</a></strong> page.</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.119 2002/02/08 13:59:40 sobomax Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -186,6 +186,12 @@ FreeBSD, how to install and run it, and a list of java software that
|
|||
you may find interesting. Please note that the JDK is unsupported on
|
||||
versions of FreeBSD prior to 2.2.</li>
|
||||
|
||||
<li><a name="gnome" href="../gnome/index.html">GNOME on FreeBSD</a>
|
||||
This contains information on where to obtain the latest GNOME for
|
||||
FreeBSD, how to install and run it, latest project news and
|
||||
updates, FAQ covering FreeBSD-specific GNOME issues, application
|
||||
porting guidelines and much more.</li>
|
||||
|
||||
<li><a name="multimedia" href="http://people.FreeBSD.org/~faulkner/multimedia/mm.html">MultiMedia</a>
|
||||
A resource of links to information and software pertaining to the world
|
||||
of multimedia in the UNIX world.</li>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/search/index-site.sgml,v 1.20 2001/05/10 03:38:30 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/search/index-site.sgml,v 1.21 2001/07/13 12:52:16 dd Exp $">
|
||||
<!ENTITY title "Site Map and Index of http://www.FreeBSD.org">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY atoz SYSTEM "atoz.sgml">
|
||||
|
@ -17,6 +17,7 @@
|
|||
<ul>
|
||||
<li><a href="../platforms/alpha.html">Alpha</a></li>
|
||||
<li><a href="../java/index.html">Java</a></li>
|
||||
<li><a href="../gnome/index.html">GNOME</a></li>
|
||||
<li><a href="../news/news.html">News</a></li>
|
||||
<li><a href="../docs.html">Documentation</a></li>
|
||||
<li><a href="../FAQ/index.html">FAQ</a></li>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Format: <url> | <description>
|
||||
# An empty url begin a new section
|
||||
#
|
||||
# $FreeBSD: www/en/search/site.map,v 1.16 2001/11/07 14:32:19 dd Exp $
|
||||
# $FreeBSD: www/en/search/site.map,v 1.17 2002/02/09 23:27:51 wosch Exp $
|
||||
|
||||
|Software
|
||||
../availability.html|About FreeBSD
|
||||
|
@ -18,6 +18,7 @@
|
|||
../applications.html|Applications
|
||||
../platforms/alpha.html|About Alpha port
|
||||
../java/index.html|Java
|
||||
../gnome/index.html|GNOME
|
||||
../ports/index.html|Ports
|
||||
../commercial/commercial.html|Commercial Vendors
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# With the format `<titel>|<url>'.
|
||||
# Empty lines or comments are ignored.
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/en/search/web.atoz,v 1.54 2001/11/12 14:37:54 sobomax Exp $
|
||||
|
||||
# ../internal/about.sgml
|
||||
Usage statistics for this server|../internal/about.html
|
||||
|
@ -358,6 +358,7 @@ DEC Alpha|../platforms/alpha.html
|
|||
DIGITAL Alpha|../platforms/alpha.html
|
||||
FreeBSD/Alpha|../projects/projects.html#alpha
|
||||
Java|../java/index.html
|
||||
GNOME|../gnome/index.html
|
||||
PicoBSD|http://www.FreeBSD.org/~picobsd
|
||||
single floppy FreeBSD|http://www.FreeBSD.org/~picobsd
|
||||
Related Operating System Projects|../projects/projects.html#related
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue