git-svn-id: http://svn.code.sf.net/p/netboot65/code@58 93682198-c243-4bdb-bd91-e943c89aac3b

This commit is contained in:
jonnosan 2009-03-26 04:05:19 +00:00
parent ffe7a77b72
commit e9492e78f3
2 changed files with 58 additions and 3 deletions

55
doc/ca65-doc-style.css Normal file
View File

@ -0,0 +1,55 @@
body { background-color: #cde; color: #333; }
body, p, ol, ul, td, th {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9pt;
/* line-height: 12pt;*/
}
pre {
background-color: #eee;
padding: 10px;
font-size: 16px;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
td,th {
background-color: #eee;
vertical-align: text-top;
/* padding-left: 3px;
padding-right: 3px;
*/
}
tr.header {
background-color: #aaf;
}
p.footer {
font-size: 12px;
line-height: 16px;
}
h2 {
background-color: #bcd;
}
h3 {
background-color: #bcd;
}
img {
border: 0px;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

View File

@ -153,7 +153,7 @@ IP65 is a TCP/IP stack for 6502 based computers.
<pre>
Release Maintainer Changes
------- ---------- -------
2009-03-15 Jonno Downes Added technical reference documentation
2009-03-21 Jonno Downes Added technical reference documentation
2009-03-15 Jonno Downes Added DHCP, DNS & TFTP
2009-01-22 Per Olofsson Added copymem fix from Jonno Downes. Added MPL license.
2008-09-27 Per Olofsson Added timeout fix for ineth_tx from David Schmidt.
@ -206,8 +206,8 @@ copy:
<h2>Links</h2>
<a href="http://www.cling.gu.se/~cl3polof/ipconfig/">A Standard for C64 TCP/IP Configuration</a>
<a href="http://www.a2retrosystems.com/">a2RetroSystems - home of the Uthernet Ethernet card for the Apple ][ </a>
<a href=http://www.vesalia.de/e_rrnet.htm>Vesilia - distributor for the RR-NET network adapter</a>
<h2>License</h2>