aboutsummaryrefslogtreecommitdiffstats
path: root/developer.html
diff options
context:
space:
mode:
authorTorstein Hernes Dybdahl <torstad@runbox.no>2005-04-17 22:54:18 +0000
committerTorstein Hernes Dybdahl <torstad@runbox.no>2005-04-17 22:54:18 +0000
commit0fa3e4a875575d84f46264670c8b2551be0e39f6 (patch)
tree87cb58d9df3b392ede338dcdacb5eb35f0d9be03 /developer.html
parentd587c667d87b1307e58416f1f449b5d0805f57ab (diff)
downloadhomepage-0fa3e4a875575d84f46264670c8b2551be0e39f6.tar.gz
homepage-0fa3e4a875575d84f46264670c8b2551be0e39f6.tar.bz2
homepage-0fa3e4a875575d84f46264670c8b2551be0e39f6.tar.xz
Added developer information, about spellchecker list building.
Changed homepage to indicate that something is going on.
Diffstat (limited to 'developer.html')
-rw-r--r--developer.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/developer.html b/developer.html
new file mode 100644
index 0000000..6da195c
--- /dev/null
+++ b/developer.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta content="text/html; charset=ISO-8859-1"
+ http-equiv="content-type">
+ <title>Developer information</title>
+</head>
+<body>
+Developer information:<br>
+<br>
+Short information for building the wordlist with cvs checkout.<br>
+<br>
+Steps for building wordlists.<br>
+<br>
+Download ispell.3.2.06<br>
+Untar ispell package<br>
+Patch with ispell patch from cvs<br>
+copy files for cvs into languages/norsk folder inside ispell folder.<br>
+build ispell. (ispell is a bit tricky to build some times, check out
+the Readme file included in the ispell-tarball)<br>
+go to languages/norsk folder<br>
+make -f Makefile.new myspell-dist<br>
+make -f Makefile.new aspell-dist<br>
+the aspell tar.bz2 files are aspell wordlists<br>
+and myspell files are there.<br>
+<br>
+To make the ispell files type<br>
+<br>
+make all<br>
+<br>
+this will make the nynorsk.hash and bokmal.hash ispell files.<br>
+<br>
+More information coming.<br>
+</body>
+</html>