changeset 1180:94eb7b9127d2 draft

Change header and pages so each page has its own title.
author Rob Landley <rob@landley.net>
date Sat, 04 Jan 2014 13:09:42 -0600
parents 260cce6c3e35
children a2f80613be36
files www/about.html www/cleanup.html www/code.html www/design.html www/header.html www/license.html www/news.html www/oldnews.html www/roadmap.html www/status.html
diffstat 10 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/www/about.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/about.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>What is toybox?</title>
 <!--#include file="header.html" -->
 
 <h2><a name="what" />What is ToyBox?</h2>
--- a/www/cleanup.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/cleanup.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>toybox cleanup</title></head>
 <!--#include file="header.html" -->
 
 <h1>Index</h1>
--- a/www/code.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/code.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>toybox source code walkthrough</title></head>
 <!--#include file="header.html" -->
 
 <p><h1><a name="style" /><a href="#style">Code style</a></h1></p>
--- a/www/design.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/design.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>The design of toybox</title></head>
 <!--#include file="header.html" -->
 
 <b><h2>Design goals</h2></b>
--- a/www/header.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/header.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,6 +1,3 @@
-<html>
-<head>
-<title>toybox</title>
 </head>
 <!-- body style="background: url(toycans.png) repeat;" -->
 <table border=0 cellpadding=0 cellspacing=10>
--- a/www/license.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/license.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>Toybox License</title>
 <!--#include file="header.html" -->
 
 <h2>Toybox is licensed under a simple 2-clause MIT/BSD style license:</h2>
--- a/www/news.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/news.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>toybox news</title>
 <!--#include file="header.html" -->
 
 <p>Toybox combines common Linux command line utilities together
--- a/www/oldnews.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/oldnews.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>toybox: old news</title>
 <!--#include file="header.html" -->
 
 <h2>Old News</h2>
--- a/www/roadmap.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/roadmap.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>toybox roadmap</title>
 <!--#include file="header.html" -->
 <title>Toybox Roadmap</title>
 
--- a/www/status.html	Fri Jan 03 18:23:09 2014 -0600
+++ b/www/status.html	Sat Jan 04 13:09:42 2014 -0600
@@ -1,3 +1,4 @@
+<html><head><title>toybox current status</title>
 <!--#include file="header.html" -->
 <title>Toybox Status</title>