[Midnightbsd-cvs] www [526] trunk/notes: use newer formatting

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 12 08:33:27 EDT 2013


Revision: 526
          http://svnweb.midnightbsd.org/www/?rev=526
Author:   laffer1
Date:     2013-09-12 08:33:26 -0400 (Thu, 12 Sep 2013)
Log Message:
-----------
use newer formatting

Modified Paths:
--------------
    trunk/notes/0.1/index.html
    trunk/notes/0.3/index.html

Modified: trunk/notes/0.1/index.html
===================================================================
--- trunk/notes/0.1/index.html	2013-09-12 12:27:07 UTC (rev 525)
+++ trunk/notes/0.1/index.html	2013-09-12 12:33:26 UTC (rev 526)
@@ -1,53 +1,36 @@
 <!DOCTYPE html>
 <html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>MidnightBSD :: Documentation :: 0.1-RELEASE</title>
-<link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
-<!-- $MidnightBSD: www/notes/0.1/index.html,v 1.1 2009/04/05 17:47:03 laffer1 Exp $ -->
-</head>
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+		<title>MidnightBSD Release Notes - 0.1-RELEASE</title>
+		<style type="text/css" media="all">
+			@import url("../../css/essence.css");
+			#text ul li { font-size: 11pt; margin-bottom: 5px; }
+			.note { font-size: 80%; color: #aaa; padding: 15px; margin-top: 15px; }
+			.update h4 { color: #15a9ed; text-align: center; padding-top: 0.4em; margin-bottom: 0; display: block; }
+			.update { background: #f2fbff; border: 2px solid #dff2fb; font-size: 80%; width: 40%; float: left; margin-right: 2.4em; color: #555; }
+			.ast { color: #1373ce; }
+			#list ul { margin-left: 2em; padding-left: 1em; list-style-position: inside; }
+		</style>
+	</head>
 
 <body>
+	<div id="globe">
+			<div id="header"><h1 title="MidnightBSD Home"><a href="../../" title="MidnightBSD Home">MidnightBSD: The BSD For Everyone</a></h1></div>
+		<!--#include virtual="/menu.html"-->
+					<div class="clear"></div>
+			<div id="text">
+				<h2 class="icon"><img src="../../images/oxygen/notes32.png" alt="" /> MidnightBSD Release Notes</h2>
 
-<!--#include virtual="/header.html" -->
+		<h3>0.1-RELEASE</h3>
 
-<div id="content">
-
-<div id="rnav">
-        <ul>
-            <li><a href="/index.html" title="Home">Home</a></li>
-            <li><a href="/about/index.html" title="About">About</a></li>
-            <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
-            <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
-            <li><a href="/community/index.html" title="Community">Community</a></li>
-            <li><a href="/developer/index.html" title="Developers">Developers</a></li>
-            <li><a href="/support/index.html" title="Support">Support</a></li>
-            <li><a href="/wiki" title="MidnightBSD Wiki">Wiki</a></li>
-        </ul>
-
-	<p>
-	    <a href="/de/index.html" title="German">DE</a> 
-	    <a href="/index.html" title="English">EN</a> 
-        <a href="/ru/index.html" title="Russian">RU</a>
-    </p>
-
-	<p style="border-top: thin dashed silver; padding-top: 10px;"><img src="/images/feed.gif" alt="RSS Feed" /> 
-	<a href="http://www.justjournal.com/users/mbsd/rss">Developer Blog</a></p>
-</div>
-
-<h2>0.1-RELEASE</h2>
-
-<p>Our first release based on a FreeBSD 6.1 beta.</p>
+		<p>Our first release based on a FreeBSD 6.1 beta.</p>
  
-<ul>
-    <li><a href="notes.html">Release Notes</a></li>
-    <li><a href="errata.html">Errata</a></li>
-</ul>
- 
-</div>
-<!-- END CONTENT -->
-
+		<ul>
+    		<li><a href="notes.html">Release Notes</a></li>
+    		<li><a href="errata.html">Errata</a></li>
+		</ul>
+	</div>
 <!--#include virtual="/footer.html" -->
-
 </body>
 </html>

Modified: trunk/notes/0.3/index.html
===================================================================
--- trunk/notes/0.3/index.html	2013-09-12 12:27:07 UTC (rev 525)
+++ trunk/notes/0.3/index.html	2013-09-12 12:33:26 UTC (rev 526)
@@ -2,7 +2,7 @@
 <html>
 	<head>
 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-		<title>MidnightBSD Release Notes</title>
+		<title>MidnightBSD Release Notes - 0.3-RELEASE/title>
 		<link rel="shortcut icon" href="/favicon.ico" />
 		<style type="text/css" media="all">
 			@import url("../../css/essence.css");



More information about the Midnightbsd-cvs mailing list