Jelajahi Sumber

Change header and pages so each page has its own title.

Rob Landley 12 tahun lalu
induk
melakukan
349ff5297b
10 mengubah file dengan 9 tambahan dan 3 penghapusan
  1. 1 0
      www/about.html
  2. 1 0
      www/cleanup.html
  3. 1 0
      www/code.html
  4. 1 0
      www/design.html
  5. 0 3
      www/header.html
  6. 1 0
      www/license.html
  7. 1 0
      www/news.html
  8. 1 0
      www/oldnews.html
  9. 1 0
      www/roadmap.html
  10. 1 0
      www/status.html

+ 1 - 0
www/about.html

@@ -1,3 +1,4 @@
+<html><head><title>What is toybox?</title>
 <!--#include file="header.html" -->
 
 <h2><a name="what" />What is ToyBox?</h2>

+ 1 - 0
www/cleanup.html

@@ -1,3 +1,4 @@
+<html><head><title>toybox cleanup</title></head>
 <!--#include file="header.html" -->
 
 <h1>Index</h1>

+ 1 - 0
www/code.html

@@ -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>

+ 1 - 0
www/design.html

@@ -1,3 +1,4 @@
+<html><head><title>The design of toybox</title></head>
 <!--#include file="header.html" -->
 
 <b><h2>Design goals</h2></b>

+ 0 - 3
www/header.html

@@ -1,6 +1,3 @@
-<html>
-<head>
-<title>toybox</title>
 </head>
 <!-- body style="background: url(toycans.png) repeat;" -->
 <table border=0 cellpadding=0 cellspacing=10>

+ 1 - 0
www/license.html

@@ -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>

+ 1 - 0
www/news.html

@@ -1,3 +1,4 @@
+<html><head><title>toybox news</title>
 <!--#include file="header.html" -->
 
 <p>Toybox combines common Linux command line utilities together

+ 1 - 0
www/oldnews.html

@@ -1,3 +1,4 @@
+<html><head><title>toybox: old news</title>
 <!--#include file="header.html" -->
 
 <h2>Old News</h2>

+ 1 - 0
www/roadmap.html

@@ -1,3 +1,4 @@
+<html><head><title>toybox roadmap</title>
 <!--#include file="header.html" -->
 <title>Toybox Roadmap</title>
 

+ 1 - 0
www/status.html

@@ -1,3 +1,4 @@
+<html><head><title>toybox current status</title>
 <!--#include file="header.html" -->
 <title>Toybox Status</title>