Antonizoon
Antonizoon
How about a SQLite database at the root of the `archive/4chan/` folder that keeps track of this kind of thing? Simple and elegant, and easily exportable.
To implement something like thread name, username, subject searching requires, well, implementing searching. I'll put that on our list, but it's pretty tough. You can do it by working with...
If you do manage to get an archiver site working, want to make it public, or want some tips, drop by #bibanon at irc.rizon.net or our discord for assistance. There's...
The folder structure is set up the way it is for a reason, so it can be parsed and hosted in an automated and standardized manner, the 4chan.arc standard. I...
Alright, in the 4chan.arc standard, we should specify that slugs are allowed in folder names and any parsers should ignore any text after the thread ID. 2015/10/01 18:15 "HASJ" [email protected]:...
So there will probably be three functions that build this thread listing: - **Jinja2 Template** - Just insert data from `index.json` into a template to create `index.html`, a viewable thread...
Ok, so we can have a cut down Futaba CSS theme as a `` block. Because we have Python + Jinja at our fingertips, we can just insert data into...
Since I am also working on making a World4ch viewer (displaying archived databases from dis.4chan.org), how I did it there was to create a large table listing all threads, and...
We are also considering using a different hash for the thumb, because hash collision protection is no longer as much of a problem with thumbs, and sha256sum is rather long...
I would like to try to help with such a fork whenever we're ready to start, having this base app even with just description edit is already most of the...