diff --git a/doc/www/f.css b/doc/www/f.css index f4d8ba9..9cd660a 100644 --- a/doc/www/f.css +++ b/doc/www/f.css @@ -25,6 +25,16 @@ a:link {color:#f00;} a:visited {color:#f00;} a:hover {border-top: 1px dotted;} +a.text { + color:#000; + font-size:10px; + text-decoration:none; + font-family:verdana, arial, helvetica, sans-serif; + } +a.text:link {color:#000;} +a.text:visited {color:#000;} +a.text:hover {color:#000;} + #headspace { margin:0px 00px 0px 0px; height:89px; diff --git a/doc/www/index.html b/doc/www/index.html index 2100786..c5ca579 100644 --- a/doc/www/index.html +++ b/doc/www/index.html @@ -89,7 +89,9 @@ mechanism. But the framework will support such and other functionalities because of the flexible layer concept.


-

More documentation can be found in the repository and can be enquired (see Contact).

+

More documentation can be found in the repository and can be enquired (see Contact). + Also the dissertation can be + downloaded where the FPGAFS was developed.

Download

FPGAFS keeps its development tree in a Subversion repository. It can be diff --git a/doc/www/var/th2007.pdf b/doc/www/var/th2007.pdf new file mode 100644 index 0000000..e5d2fe0 Binary files /dev/null and b/doc/www/var/th2007.pdf differ