Add an ipv6 subpage to be filled with life on Monday.
Approved by: simon Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems
This commit is contained in:
parent
bee9b665c3
commit
ad3d4a1849
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37329
4 changed files with 61 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.145 2008/04/21 01:41:45 murray Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.146 2008/06/13 08:52:47 remko Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -60,6 +60,7 @@ SUBDIR+= events
|
|||
SUBDIR+= gnome
|
||||
SUBDIR+= handbook
|
||||
SUBDIR+= internal
|
||||
SUBDIR+= ipv6
|
||||
SUBDIR+= java
|
||||
SUBDIR+= kse
|
||||
SUBDIR+= marketing
|
||||
|
|
12
en/ipv6/Makefile
Normal file
12
en/ipv6/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS?= index.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
4
en/ipv6/Makefile.inc
Normal file
4
en/ipv6/Makefile.inc
Normal file
|
@ -0,0 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/ipv6
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
43
en/ipv6/index.sgml
Normal file
43
en/ipv6/index.sgml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!-- Copyright (c) 2011 The FreeBSD Foundation
|
||||
All rights reserved.
|
||||
|
||||
This documentation was written by Bjoern Zeeb under sponsorship from
|
||||
the FreeBSD Foundation.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
$FreeBSD$
|
||||
-->
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD IPv6 Support">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
<h2>Information coming Monday, June 6th 2011.</h2>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue