Revision: 75966
http://sourceforge.net/p/brlcad/code/75966
Author: starseeker
Date: 2020-05-28 18:58:04 +0000 (Thu, 28 May 2020)
Log Message:
-----------
Try running some of the HTML pages through tidy
Modified Paths:
--------------
brlcad/trunk/doc/html/manuals/mged/contents.html
brlcad/trunk/doc/html/manuals/mged/index.html
brlcad/trunk/doc/html/manuals/mged/preface.html
Modified: brlcad/trunk/doc/html/manuals/mged/contents.html
===================================================================
--- brlcad/trunk/doc/html/manuals/mged/contents.html 2020-05-28 18:13:11 UTC
(rev 75965)
+++ brlcad/trunk/doc/html/manuals/mged/contents.html 2020-05-28 18:58:04 UTC
(rev 75966)
@@ -1,28 +1,80 @@
-<HEAD></HEAD>
-<BODY BGCOLOR="#E0D8c8" TEXT="#000000">
-<center><h1><font color="#000080">Table of Contents</font></h1></center>
-
-<font size=-1>
-<dl>
-<a href="VolumeII-Introduction_to_MGED.pdf"> <dt>PDF Mged tutorial</a>
-<a href="preface.html" target="doc"> <dt>Preface</a>
-<a href="mged.html#csg" target="doc"> <dt>Modeling_with_CSG</a>
-<a href="mged.html#starting" target="doc"> <dt>Starting MGED</a>
-<a href="mged.html#coord" target="doc"> <dt>Screen
Coordinates</a>
-<a href="mged.html#create" target="doc"> <dt>Creating Geometry: The
Cup</a>
-<dt><br>
-<a href="mged2.html#solidedit" target="doc"> <dt>Editing Solids</a>
-<a href="mged2.html#handle" target="doc"> <dt>Fixing the Handle</a>
-<a href="mged2.html#base" target="doc"> <dt>Adding a Base</a>
-<a href="mged2.html#fillet" target="doc"> <dt>Adding a Fillet</a>
-<dt><br>
-<a href="mged_gui.html" target="doc"> <dt>MGED's New GUI</a>
-<a href="cmd_line_ed.html" target="doc"> <dt>Command Line Editing</a>
-<a href="mged_cmd_index.html" target="doc"> <dt>MGED Commands</a>
-<a href="mged_tcl_vars.html" target="doc"> <dt>MGED Tcl Variables</a>
-<a href="mged_env_vars.html" target="doc"> <dt>MGED Environment
Variables</a>
-<a href="mged_callbacks.html" target="doc"> <dt>MGED Callbacks</a>
-<a href="brlcad_glossary.html" target="doc"> <dt>Glossary</a>
-</dl>
-</font>
-</BODY>
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Table of Contents</title>
+ <style type="text/css">
+ body {
+ background-color: #E0D8C8;
+ color: #000000;
+ }
+ div.c2 {text-align: center}
+ h1.c1 {color: #000080}
+ </style>
+</head>
+<body>
+ <div class="c2">
+ <h1 class="c1">Table of Contents</h1>
+ </div>
+ <dl>
+ <dt>
+ <a href="preface.html" target="doc">
+ <dl>
+ <dt>Preface</dt>
+ </dl></a> <a href="mged.html#csg" target="doc">
+ <dl>
+ <dt>Modeling_with_CSG</dt>
+ </dl></a> <a href="mged.html#starting" target="doc">
+ <dl>
+ <dt>Starting MGED</dt>
+ </dl></a> <a href="mged.html#coord" target="doc">
+ <dl>
+ <dt>Screen Coordinates</dt>
+ </dl></a> <a href="mged.html#create" target="doc">
+ <dl>
+ <dt>Creating Geometry: The Cup</dt>
+ </dl></a>
+ </dt>
+ <dt>
+ <br>
+ <a href="mged2.html#solidedit" target="doc">
+ <dl>
+ <dt>Editing Solids</dt>
+ </dl></a> <a href="mged2.html#handle" target="doc">
+ <dl>
+ <dt>Fixing the Handle</dt>
+ </dl></a> <a href="mged2.html#base" target="doc">
+ <dl>
+ <dt>Adding a Base</dt>
+ </dl></a> <a href="mged2.html#fillet" target="doc">
+ <dl>
+ <dt>Adding a Fillet</dt>
+ </dl></a>
+ </dt>
+ <dt>
+ <br>
+ <a href="mged_gui.html" target="doc">
+ <dl>
+ <dt>MGED's New GUI</dt>
+ </dl></a> <a href="cmd_line_ed.html" target="doc">
+ <dl>
+ <dt>Command Line Editing</dt>
+ </dl></a> <a href="mged_cmd_index.html" target="doc">
+ <dl>
+ <dt>MGED Commands</dt>
+ </dl></a> <a href="mged_tcl_vars.html" target="doc">
+ <dl>
+ <dt>MGED Tcl Variables</dt>
+ </dl></a> <a href="mged_env_vars.html" target="doc">
+ <dl>
+ <dt>MGED Environment Variables</dt>
+ </dl></a> <a href="mged_callbacks.html" target="doc">
+ <dl>
+ <dt>MGED Callbacks</dt>
+ </dl></a> <a href="brlcad_glossary.html" target="doc">
+ <dl>
+ <dt>Glossary</dt>
+ </dl></a>
+ </dt>
+ </dl>
+</body>
+</html>
Modified: brlcad/trunk/doc/html/manuals/mged/index.html
===================================================================
--- brlcad/trunk/doc/html/manuals/mged/index.html 2020-05-28 18:13:11 UTC
(rev 75965)
+++ brlcad/trunk/doc/html/manuals/mged/index.html 2020-05-28 18:58:04 UTC
(rev 75966)
@@ -1,14 +1,19 @@
-<HTML><HEAD><TITLE>Frames</TITLE></HEAD>
+<!DOCTYPE html>
+<html>
+<head>
+ <title>MGED Overview</title>
+</head>
<!-- Target names:
- _blank (new, unnamed window)
- _self (same frame as element that refers to target)
- _parent
- _top (Full, original window)
+ _blank (new, unnamed window)
+ _self (same frame as element that refers to target)
+ _parent
+ _top (Full, original window)
-->
-<FRAMESET cols="23%, 77%">
- <FRAME name="toc" src="contents.html">
- <FRAME name="doc" src="preface.html" >
- <NOFRAMES>
-<!--#include file="mged.html" -->
- </NOFRAMES>
-</FRAMESET>
+<frameset cols="23%, 77%">
+ <frame name="toc" src="contents.html">
+ <frame name="doc" src="preface.html">
+ <noframes>
+ <!--#include file="mged.html" -->
+ </noframes>
+</frameset>
+</html>
Modified: brlcad/trunk/doc/html/manuals/mged/preface.html
===================================================================
--- brlcad/trunk/doc/html/manuals/mged/preface.html 2020-05-28 18:13:11 UTC
(rev 75965)
+++ brlcad/trunk/doc/html/manuals/mged/preface.html 2020-05-28 18:58:04 UTC
(rev 75966)
@@ -1,14 +1,22 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD>
-<TITLE>Mged User's Manual</TITLE>
-</HEAD><BODY BGCOLOR="#E0D8c8" Text="#000000">
-<h1 align=center><font size="+3" color="#4040ff">User's Manual</font></h1>
-<p>
-<h1>Preface</h1>
-<p>This manual is designed to get the user familiar with BRL-CAD and
-the facilities available for creating and using geometry. To accomplish
-this, we start with an introduction to the geometry editor, <em>MGED</em>.
-<br>
-<a href="mged.html">Next-></a>
-</BODY>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html>
+<head>
+ <title>Mged User's Manual</title>
+ <style type="text/css">
+ body {
+ background-color: #E0D8C8;
+ color: #000000;
+ }
+ h1.c1 {color: #4040FF; font-size: 172%; text-align: center}
+ </style>
+</head>
+<body>
+ <h1 class="c1">User's Manual</h1>
+ <h1>Preface</h1>
+ <p>This manual is designed to get the user familiar with BRL-CAD
+ and the facilities available for creating and using geometry. To
+ accomplish this, we start with an introduction to the geometry
+ editor, <em>MGED</em>.<br>
+ <a href="mged.html">Next-></a></p>
+</body>
+</html>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits