mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-06 08:31:19 +00:00
git-svn-id: http://svn.code.sf.net/p/netboot65/code@127 93682198-c243-4bdb-bd91-e943c89aac3b
This commit is contained in:
parent
6af3f250f4
commit
03e86a2bd3
110
doc/netboot65.html
Normal file
110
doc/netboot65.html
Normal file
@ -0,0 +1,110 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>NETBOOT65 - network booting for 6502 computers</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: white;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
background-color: #000000;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 10px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
width: 10em;
|
||||||
|
background-color: #ccccff;
|
||||||
|
padding: 4px;
|
||||||
|
text-align: center;
|
||||||
|
padding-right: 4px;
|
||||||
|
# border: solid 2px black;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 6em;
|
||||||
|
padding: 4px;
|
||||||
|
text-align: center;
|
||||||
|
# border: solid 2px black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.done {
|
||||||
|
background-color: #99ff99;
|
||||||
|
}
|
||||||
|
|
||||||
|
.partial {
|
||||||
|
background-color: #ffff99;
|
||||||
|
}
|
||||||
|
|
||||||
|
.unimp {
|
||||||
|
background-color: #ff9999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.legend {
|
||||||
|
background-color: #ffffff;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.red {
|
||||||
|
color: #ff6666;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.yellow {
|
||||||
|
color: #ffcc00;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.green {
|
||||||
|
color: #33cc33;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.history_entry {
|
||||||
|
background-color: #ffffff;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<h1>netboot65</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
netboot65 is a project to support network booting C64 and Apple ][computers. It is based on the <a href=http://ip65.sourceforge.net/>IP65 TCP/IP stack</a> .
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h2>Status</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Documentation</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href=README.C64.html>C64 documentation</a>
|
||||||
|
<li><a href=README.Apple2.html>Apple ][ documentation</a>
|
||||||
|
<li><a href="http://netboot65.svn.sourceforge.net/viewvc/netboot65/doc/nb65_api_technical_reference.doc">NB65 API Technical Reference (word doc)</a>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Download</h2>
|
||||||
|
|
||||||
|
<a href="https://sourceforge.net/project/showfiles.php?group_id=250168">Latest release</a> (sourceforge.net)<p>
|
||||||
|
<h2>License</h2>
|
||||||
|
|
||||||
|
This project is released under the Mozilla Public License Version 1.1.
|
||||||
|
For details, please visit <a href="http://www.mozilla.org/MPL/">http://www.mozilla.org/MPL/</a>.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="http://sourceforge.net/">
|
||||||
|
Project Web Hosted by <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=250168&type=3" alt="SourceForge.net" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user