diff --git a/comedi.css b/comedi.css new file mode 100644 index 0000000..cd9702c --- /dev/null +++ b/comedi.css @@ -0,0 +1,30 @@ +h1 { + color: #333333; + text-decoration: none; + font-size:1.6em; + font-family: "Arial Narrow", "Arial", sans-serif; +} + +h2 { + color: #333333; + text-decoration: none; + font-size: 1.2em; + font-family: "Arial Narrow", "Arial", sans-serif; +} + +h3 { + color: #333333; + text-decoration: none; + font-size: 1em; + font-family: "Arial Narrow", "Arial", sans-serif; +} + +a:link { color: #0000FF; text-decoration: none; } +a:visited { color: #6666CC; text-decoration: none; } +a:hover { color: #FF3333; text-decoration: underline; } + +a.gstnavside:link { color: #000000; text-decoration: none; font-family: "Arial", sans-serif; } +a.gstnavside:visited { color: #000000; text-decoration: none; font-family: "Arial", sans-serif; } +a.gstnavside:hover { color: #3333CC; text-decoration: none; font-family: "Arial", sans-serif; } + +.right { text-align: right; } \ No newline at end of file diff --git a/comedi_logo.gif b/comedi_logo.gif deleted file mode 100644 index 2c8147d..0000000 Binary files a/comedi_logo.gif and /dev/null differ diff --git a/documentation-x.html b/documentation.php similarity index 62% rename from documentation-x.html rename to documentation.php index 659421d..bfda8c3 100644 --- a/documentation-x.html +++ b/documentation.php @@ -1,4 +1,7 @@ - +

Documentation

@@ -9,3 +12,7 @@ Comedi and Comedilib.

Comedilib Reference + + diff --git a/download-x.html b/download.php similarity index 81% rename from download-x.html rename to download.php index a3f5697..9021d1f 100644 --- a/download-x.html +++ b/download.php @@ -1,4 +1,8 @@ +

Download

@@ -9,3 +13,6 @@
  • Current Comedilib CVS snapshot + diff --git a/hardware-x.html b/hardware.php similarity index 99% rename from hardware-x.html rename to hardware.php index 0babc45..0fb5f51 100644 --- a/hardware-x.html +++ b/hardware.php @@ -1,4 +1,8 @@ +

    Supported Hardware

    @@ -259,3 +263,6 @@ SSV Embedded Systems DIL/Net-PC 1486 ssv_dnp.o dnp-1486 + diff --git a/images/comedi_logo.png b/images/comedi_logo.png new file mode 100644 index 0000000..3a9cdeb Binary files /dev/null and b/images/comedi_logo.png differ diff --git a/comedi_logo.xcf b/images/comedi_logo.xcf similarity index 100% rename from comedi_logo.xcf rename to images/comedi_logo.xcf diff --git a/intro-x.html b/index.php similarity index 91% rename from intro-x.html rename to index.php index a46a603..5fbd072 100644 --- a/intro-x.html +++ b/index.php @@ -1,3 +1,8 @@ + +

    Introduction

    @@ -39,8 +44,8 @@ for using Comedi from real-time tasks. (probably not accurate!)

    @@ -58,3 +63,6 @@ David Schleef

    ds@schleef.org
    Much of Comedi has been developed by others, suggesting the need for a contributors list. + diff --git a/frame.html b/lib/template.php similarity index 62% rename from frame.html rename to lib/template.php index 2310643..f240ed7 100644 --- a/frame.html +++ b/lib/template.php @@ -1,3 +1,15 @@ +$title\n"; + + $ret = << @@ -30,13 +42,13 @@ Index -
    Introduction -
    Download +
    Introduction +
    Download
    CVS -
    Documentation -
    Mailing list -
    Supported
    hardware
    -
    Manufacturers +
    Documentation +
    Mailing list +
    Supported
    hardware
    +
    Manufacturers

    @@ -54,16 +66,25 @@ Links +EOF; + return $ret; + } -CONTENT - - - - - - + function get_footer() { + global $local_prefix, $clean; + $prefix = $local_prefix; + + if ($clean==1) + return "\n"; + + $ret = << +EOF; + return $ret; + } + +?> diff --git a/links-x.html b/links.php similarity index 87% rename from links-x.html rename to links.php index e98a566..4823c26 100644 --- a/links-x.html +++ b/links.php @@ -1,3 +1,7 @@ +

    Manufacturer Links

    @@ -15,3 +19,6 @@
  • Quanser Consulting + diff --git a/mailinglist-x.html b/mailinglist.php similarity index 85% rename from mailinglist-x.html rename to mailinglist.php index 5417707..2c45fe9 100644 --- a/mailinglist-x.html +++ b/mailinglist.php @@ -1,3 +1,7 @@ +

    Mailing List

    @@ -18,3 +22,6 @@ interface below.

    Mailing list archive before May 2000 is not currently available +