|
пре 9 година | |
---|---|---|
img | пре 9 година | |
threads | пре 9 година | |
0ch.css | пре 9 година | |
4x13.css | пре 9 година | |
LICENSE | пре 9 година | |
README.md | пре 9 година | |
ba.gif | пре 9 година | |
create.html | пре 9 година | |
foot.html | пре 9 година | |
index.py3 | пре 9 година | |
mona.ttf | пре 9 година | |
motd.txt | пре 9 година | |
reply.html | пре 9 година | |
style.js | пре 9 година | |
tripcode.py3 | пре 9 година |
Python web board system (textboard, CGI, flatfile)
Inspired by Kareha, Shiichan, Tablecat BBS, and others.
The script iyagi (이야기, "chat") is still in a very early beta, but it currently supports the following features:
Frontpage of 0ch and 4x13 themes
A thread with no comments, showing off the reply window. "Bump" can be unchecked, which preserves the thread's order in the index.
Ascii art, using [aa][/aa] tags
Code, using [code][/code] tags
Quotes & replies, using >quote and >>reply
Spoiler (unspoiled), using [spoiler][/spoiler] and Youtube embed [yt][/yt]
Spoiler (spoiled), using [spoiler][/spoiler] and Youtube embed [yt][/yt]
Thread limit of (default, 100) reached
Locked, stickied, dead threads. Locked threads cannot be posted in, stickied threads always stay at the top of the board, dead threads cannot be bumped.
Installation couldn't be easier. Just download (at least) index.py3 and the .html and .css files in the top-level directory, then make sure your BBS directory and its contents have read/write privileges by the web daemon. Then, open index.py3 with your favorite text editor, and from there, confirm your settings.
Moderation is currently done by managing text files in a directory; the default directory is "./threads/". You need to have at least one valid thread on the board to enable posting; if you need to initialize the board, create a folder called "./threads/" that's readable/writable by the web daemon, and in there, a file called "list.txt" and another called "0.txt".
list.txt contents:
0 >< 0 >< 0 >< 0 >< 0
0.txt contents:
0
0 >< 0 >< 0 >< 0
Then, try posting another thread from the page to confirm that your board works. To get rid of that first thread, remove its entry from list.txt and remove 0.txt from the thread directory. To edit threads/posts, find a thread's filename in your web browser or list.txt, then just modify it in a text editor.
If you want to lock a thread, change the last number in its row, in list.txt, to "1". To sticky, "2". To stickylock, "3". To kill, "4". Then, open the thread (its_unix_time.txt in ./threads/) and added "[<" followed by that same value to the title line. Clunky, but it works for now :)
Here's what I'd like to add to bring iyagi to v1.0:
Possible bonus features: