diff options
author | Petter Reinholdtsen <pere@debian.org> | 2006-02-25 11:13:58 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@debian.org> | 2006-02-25 11:13:58 +0000 |
commit | f7a53de4deed1b4e6ce5d79fe71e35ead5d8f051 (patch) | |
tree | 2c49b06eed0a932a18c609044693379b66e154b0 /developer.html | |
parent | 1ea8d09ff84bc69f33b1a1cd6e0763cc7d396389 (diff) | |
download | homepage-f7a53de4deed1b4e6ce5d79fe71e35ead5d8f051.tar.gz homepage-f7a53de4deed1b4e6ce5d79fe71e35ead5d8f051.tar.bz2 homepage-f7a53de4deed1b4e6ce5d79fe71e35ead5d8f051.tar.xz |
Puss opp siden litt.
Diffstat (limited to 'developer.html')
-rw-r--r-- | developer.html | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/developer.html b/developer.html index bea52be..0ca4e38 100644 --- a/developer.html +++ b/developer.html @@ -1,12 +1,28 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> + <html> <head> - <meta content="text/html; charset=ISO-8859-1" - http-equiv="content-type"> - <title>Information for developers of the norwegian spellchecking system</title> + <title>For developers of the norwegian spellchecking system</title> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> + <link rev="made" href="mailto:i18n-no@lister.ping.uio.no"> + <link rel="top" href="http://www.speling.org/"> + <meta name="Language" content="en"> + <meta name="Author" + content="Petter Reinholdtsen,Torstein Dybvad"> + <link rel="stylesheet" href="http://developer.skolelinux.no/skl-ren_css.css" type="text/css"> </head> + <body> -<h1>Information for developers of the norwegian spellchecking system</h1> + + <div class="hbar"></div> + + <div class="menu"> + </div> + + <div class="body"> + + <h1>Information for developers of the norwegian spellchecking system</h1> <br> Short information for building the wordlist with cvs checkout.<br> @@ -32,5 +48,8 @@ make all<br> this will make the nynorsk.hash and bokmal.hash ispell files.<br> <br> More information coming.<br> + </div> + + <div class="hbar"></div> </body> </html> |