aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--developer.html29
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&#64;lister&#46;ping&#46;uio&#46;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>