15 Commits

Author SHA1 Message Date
mossroy
638d2f8815 First usable version of article searching
Removed possibility to list all articles (much too slow)
Added the removal of diacritics (accents etc) in the user-typed prefix
2012-12-28 21:48:46 +01:00
mossroy
c598de1ac5 Preliminary implementation of a binary search in the titles file.
It currently only finds the closest index of the search string, and is probably still buggy
2012-12-28 20:31:14 +01:00
mossroy
c3c677a66f Improve comments, and remove dead code 2012-12-25 19:32:39 +01:00
mossroy
59b3c9916e Move HTML header so that the encoding is in the first 1024 bytes 2012-12-25 19:21:09 +01:00
mossroy
48ce203088 Implement multiple archive files
Add GPL v3 License header
2012-12-25 19:03:50 +01:00
mossroy
2701f47a87 Fix UTF-8 encoding of article titles 2012-12-25 14:13:25 +01:00
mossroy
68a2f6a5f3 Add .gitignore 2012-12-25 13:27:14 +01:00
mossroy
afbfabac85 Fix offset and length handling for reading an article from the dump 2012-12-25 13:25:20 +01:00
mossroy
199e44756c Merge branch 'gh-pages'
Conflicts:
	evopedia-html5/WebContent/evopedia.html
	evopedia-html5/WebContent/evopedia.js
2012-12-09 23:39:58 +01:00
mossroy
a2cc7312b4 Quick and dirty implementation of reading the title list 2012-12-09 23:28:40 +01:00
mossroy
8c59dbe365 Commit to GitHub Pages 2012-12-08 21:09:32 +01:00
mossroy
31b4fbf8b7 Merge branch 'master' of ssh://github.com/mossroy/evopedia-html5 2012-12-08 20:38:46 +01:00
mossroy
d770179818 Initial tests, inside an Eclipse project (just to use its HTML/JS
editor)
2012-12-08 20:32:11 +01:00
mossroy
f66dca41d6 Update README.md 2012-12-08 20:30:08 +01:00
mossroy
f09b07b1d2 Initial commit 2012-12-08 10:34:41 -08:00