mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 22:37:50 +00:00
remove HTML formatting gunk from a lot of the docs
This commit is contained in:
111
doc/lib.htm
111
doc/lib.htm
@@ -1,68 +1,47 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>xLib</TITLE>
|
||||
<!DOCTYPE HTML PUBliC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<title>xLib</title>
|
||||
<link rel="stylesheet" type="text/css" href="./style.css">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<HR SIZE="3">
|
||||
<CENTER>
|
||||
<TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000">
|
||||
<TR>
|
||||
<TD><FONT COLOR="#FFFFFF"><H2>xLib Documentation</H2></FONT></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<HR><H2>Table of Contents<BR></CENTER></H2>
|
||||
<UL>
|
||||
<LI><A HREF="#History"> History</A>
|
||||
<LI><A HREF="#Usage"> Usage</A>
|
||||
<LI><A HREF="#Commands"> The commands</A>
|
||||
</UL>
|
||||
</head>
|
||||
<body>
|
||||
<h1>xLib Documentation</h1>
|
||||
<h2>Table of Contents</h2>
|
||||
<ul>
|
||||
<li><a href="#history"> History</A>
|
||||
<li><a href="#usage"> Usage</A>
|
||||
<li><a href="#commands"> The commands</A>
|
||||
</ul>
|
||||
<hr>
|
||||
<H3 id="History">History</H3>
|
||||
<TABLE BORDER=1>
|
||||
<CAPTION><I>The history of xLib</I></CAPTION>
|
||||
<TR>
|
||||
<TD ALIGN="Center"><B><I>Version</I></B></TD>
|
||||
<TD ALIGN="Center"><B><I>Dated</I></B></TD>
|
||||
<TD><B><I>Release notes</I></B></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD ALIGN="Center">1.0</TD>
|
||||
<TD ALIGN="Center">21 Sep. 1997</TD>
|
||||
<TD>First release</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<BR>
|
||||
<HR>
|
||||
<BR>
|
||||
<H3 id="Usage">Usage</H3>
|
||||
<PRE> xlib library command [module1 module2 ... modulen]</PRE>
|
||||
<HR>
|
||||
<H3 id="Commands">The Commands</H3>
|
||||
<P>The <B>command</B> specified after <B>library</B> on the <A HREF="#Usage">commandline</A> tells xLib what to do.
|
||||
<P>The following commands are available:
|
||||
<TABLE BORDER=1>
|
||||
<TR>
|
||||
<TD>a</TD>
|
||||
<TD>Adds (or replaces if already present) the modules to the library</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>d</TD>
|
||||
<TD>Deletes the modules specified from the library</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>l</TD>
|
||||
<TD>Lists the library contents</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>x</TD>
|
||||
<TD>Extracts the modules from the library</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<HR>
|
||||
<FONT SIZE="-1"><I><P ALIGN=RIGHT>Last updated 21 September 1997 by <A HREF="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</A></P></I></FONT>
|
||||
</BODY>
|
||||
</HTML>
|
||||
<h2 id="history">History</h2>
|
||||
<table>
|
||||
<caption>The history of xLib</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Version</th>
|
||||
<th scope="col">Dated</th>
|
||||
<th scope="col">Release notes</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<td>1.0</td>
|
||||
<td>21 Sep. 1997</td>
|
||||
<td>First release</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 id="usage">Usage</h2>
|
||||
<pre> xlib library command [module1 module2 ... modulen]</pre>
|
||||
<h2 id="commands">The Commands</h2>
|
||||
<p>The <b>command</b> specified after <b>library</b> on the <a href="#Usage">commandline</a> tells xLib what to do.
|
||||
<p>The following commands are available:
|
||||
<ul>
|
||||
<li>a — Adds (or replaces if already present) the modules to the library
|
||||
<li>d — Deletes the modules specified from the library
|
||||
<li>l — Lists the library contents
|
||||
<li>x — Extracts the modules from the library
|
||||
</ul>
|
||||
<hr>
|
||||
<p>Last updated 21 September 1997 by <a href="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user