You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
703 B
Markdown
21 lines
703 B
Markdown
### Server Settings
|
|
+ no bans
|
|
+ threads might be deleted if they reach maximum storage
|
|
capacity - the least active thread will then be removed.
|
|
+ id's will be attached to every thread and every response
|
|
based on the order of creation.
|
|
+ specific posts will be searchable under the `<thread_id>::<response_id>` uri.
|
|
|
|
### POST usage
|
|
|
|
#### attaching media
|
|
+ if the first line starts with a dollar sign (`$`)
|
|
then the link after the dollar
|
|
sign will be shown next to your post (video, image, gif).
|
|
|
|
#### creating a thread
|
|
+ click the [post](/post) link to create a thread.
|
|
+ the first line or second line of your message
|
|
(depending on if you have media attached)
|
|
will be used as the title of the thread.
|