diff options
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/download.html | 3 | ||||
-rw-r--r-- | doc/html/index.html | 11 | ||||
-rw-r--r-- | doc/html/lists.html | 1 | ||||
-rw-r--r-- | doc/html/news.html | 73 |
4 files changed, 86 insertions, 2 deletions
diff --git a/doc/html/download.html b/doc/html/download.html index 62b0946..39f1e4c 100644 --- a/doc/html/download.html +++ b/doc/html/download.html @@ -22,6 +22,7 @@ <tr> <td bgcolor="#909090" valign="top"> <br> + <a href="news.html">News</a><br> <a href="index.html">MDK home</a><br> <a href="mdk.html">Documentation</a><br> <a href="lists.html">Mailing lists</a><br> @@ -39,7 +40,7 @@ <p align="right"><font color="#000069" size="+1"> Download </font></p> - <p>The latest version (0.1) source tarball is available for + <p>The latest version (0.1.1) source tarball is available for download <a href="http://sourceforge.net/project/showfiles.php?group_id=13897"> diff --git a/doc/html/index.html b/doc/html/index.html index 429eb2d..e0b7230 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -22,6 +22,7 @@ <tr> <td bgcolor="#909090" valign="top"> <br> + <a href="news.html">News</a><br> <a href="download.html">Download</a><br> <a href="mdk.html">Documentation</a><br> <a href="lists.html">Mailing lists</a><br> @@ -37,6 +38,15 @@ </td> <td > <p align="right"><font color="#000069" size="+1"> + Latest news + </font></p> + <ul> + <li>(18/11/00) + <i>MDK 0.1.1 release. </i> + New version of MDK. + <a href="news.html#new1">Read more...</a> + </ul> + <p align="right"><font color="#000069" size="+1"> What is the MIX? </font></p> <b>MIX</b> is Donald Knuth's mythical computer as described @@ -93,7 +103,6 @@ <li> include execution timing statistics, <li> ncurses based frontend, <li> GTK++/GNOME support, - <li> MMIX support </ul> Please, <a href="mailto:jaortega@acm.org">let me know</a> which of these features would you like better. diff --git a/doc/html/lists.html b/doc/html/lists.html index ad5a881..b9975f7 100644 --- a/doc/html/lists.html +++ b/doc/html/lists.html @@ -22,6 +22,7 @@ <tr> <td bgcolor="#909090" valign="top"> <br> + <a href="news.html">News</a><br> <a href="index.html">MDK home</a><br> <a href="download.html">Download</a><br> <a href="mdk.html">Documentation</a><br> diff --git a/doc/html/news.html b/doc/html/news.html new file mode 100644 index 0000000..5bc9f99 --- /dev/null +++ b/doc/html/news.html @@ -0,0 +1,73 @@ +<!-- -*-html-*- --> +<html> + + <head> + <title>MDK News</title> + </head> + + <body bgcolor="white" link="#ff0000" vlink="#a00000"> + <a name="top"></a> + <table cellspacing="0" cellpadding="5" border="0" align="center"> + <tr> + <td width="100" bgcolor="#696969"> </td> + <td bgcolor="#696969" width="600" align="center"> + <font color="white"><b>MDK News</b></font> + </td> + <td bgcolor="#696969" width="10"> </td> + </tr> + <tr> + <td colspan="2"> </td> + <td bgcolor="#696969" > </td> + </tr> + <tr> + <td bgcolor="#909090" valign="top"> + <br> + <a href="index.html">MDK home</a><br> + <a href="download.html">Download</a><br> + <a href="mdk.html">Documentation</a><br> + <a href="lists.html">Mailing lists</a><br> + <a href="http://sourceforge.net/projects/mdk"> + MDK at SourceForge</a><br> + <a href="http://sourceforge.net/cvs/?group_id=13897"> + CVS repository</a><br><br> + <p align="center">Thanks to<br> + <A href="http://sourceforge.net"> + <IMG src="http://sourceforge.net/sflogo.php?group_id=13897&type=1" + width="88" height="31" border="0" + alt="SourceForge Logo"> </A> + </td> + <td > + <table> + <tr valign="top"> + <td><a label="new1">18/11/00</a></td> + <td><i>MDK 0.1.1 release</i></td> + <td> + New version of MDK. This is a bug-fix release which + makes MDK fully compliant with Knuth's specification. + In particular, local symbols are now properly handled + in special cases such as + <pre> 3H ORIG 3B </pre> + instructions. See the <a href="ChangeLog">the change log</a> + for details. + </td> + </tr> + </table> + </td> + <td bgcolor="#696969" > </td> + </tr> + <tr> + <td bgcolor="#909090"> </td> + <td colspan="2"> </td> + </tr> + <tr> + <td bgcolor="#909090"> </td> + <td colspan="2" bgcolor="#909090" align="right"> + + </td> + </tr> + </table> + + </body> +</html> + + |