On Thu, 25 May 2017, Gaelan Steele wrote:
> How does the current CFJ database work? Is it plain HTML, or generated
> somehow? If you already have the files used for that, then you could just go
> with that.
Each case log is stored in an individual file (a single directory):
https://faculty.washington.edu/kerim/nomic/cases/[N]
I have a script for scraping the case logs and generating the index page.
But it takes too long to do it on-the-fly, so I run it once whenever I update
the
text files, so the index is fixed during general use.
(Even when I only update the index after I do my duties each time, it takes
annoyingly long
to generate the full index, so I don't scan cases<3000, index for those was
just generated
once).