Start adding a skeleton page for WorldIPv6Launch.org given the webserver
is signed up pointing to /ipv6/ for IPv6 specific information. Do not provide the Logo for now until the license details can be sorted.
This commit is contained in:
parent
27b9127cb2
commit
1d3c169d8f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38387
3 changed files with 63 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/ipv6/Makefile,v 1.3 2011/06/07 21:33:10 simon Exp $
|
||||
# $FreeBSD: www/en/ipv6/Makefile,v 1.4 2011/06/10 11:46:31 bz Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -10,6 +10,7 @@
|
|||
DOCS+= index.sgml
|
||||
DOCS+= ipv6only.sgml
|
||||
DOCS+= w6d.sgml
|
||||
DOCS+= w6l.sgml
|
||||
DOCS+= w6d-www-stats.sgml
|
||||
|
||||
DATA+= IPv6-badge-blue-256-trans.png \
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: www/en/ipv6/ipv6.ent,v 1.1 2011/06/06 09:49:52 bz Exp $
|
||||
$FreeBSD: www/en/ipv6/ipv6.ent,v 1.2 2011/06/10 11:46:31 bz Exp $
|
||||
-->
|
||||
|
||||
<!ENTITY % catnav.ipv6 "IGNORE">
|
||||
|
@ -35,7 +35,8 @@
|
|||
<h4>Category Navigation</h4>
|
||||
<ul>
|
||||
<li><a href="&base;/ipv6/">IPv6 in FreeBSD</a></li>
|
||||
<li><a href="&base;/ipv6/ipv6only.html">IPv6-only</a></li>
|
||||
<li><a href="&base;/ipv6/ipv6only.html">No-IPv4 support (IPv6-only)</a></li>
|
||||
<li><a href="&base;/ipv6/w6l.html">World IPv6 Launch</a>
|
||||
<li><a href="&base;/ipv6/w6d.html">World IPv6 Day</a>
|
||||
<ul>
|
||||
<li><a href="&base;/ipv6/w6d-www-stats.html">www stats</a>
|
||||
|
|
58
en/ipv6/w6l.sgml
Normal file
58
en/ipv6/w6l.sgml
Normal file
|
@ -0,0 +1,58 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!-- Copyright (c) 2012 Bjoern A. Zeeb
|
||||
All rights reserved.
|
||||
|
||||
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 and World IPv6 Launch">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
<!ENTITY % catnav.ipv6 "INCLUDE">
|
||||
<!ENTITY % catnav SYSTEM "ipv6.ent"> %catnav;
|
||||
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
&catnav;
|
||||
<!-- img src="World_IPv6_launch_badge_256.png"
|
||||
alt="ISOC World IPv6 Launch Badge"
|
||||
style="float:right; border-style:none; margin-left:30px;" -->
|
||||
|
||||
<h2>&os; on World IPv6 Launch</h2>
|
||||
|
||||
<p>&os; supported World IPv6 Day in 2011 and we continue to help to
|
||||
spread the word about IPv6 with World IPv6 Launch on 6 June 2012.</p>
|
||||
|
||||
<p>Stay tuned for more news.</p>
|
||||
|
||||
<p>
|
||||
Meanwhile you can find more information about World IPv6 Launch on
|
||||
The Internet Society's web page
|
||||
<a href="http://www.worldipv6launch.org/">www.worldipv6launch.org</a>.
|
||||
</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue