diff --git a/src/floaty/README.md b/src/floaty/README.md index 1de05de..fc1c6c4 100644 --- a/src/floaty/README.md +++ b/src/floaty/README.md @@ -22,7 +22,7 @@ In the global section, set Floaty to run before request header processing. In any of the server blocks, use the `floaty` directive to prepare the respective rolling random IDs. The syntax is as follows. ```sh -floaty [poolName] [{ +floaty [length [rollDuration]] [{ [fieldId [length [rollDuration]]] }] ``` @@ -31,7 +31,7 @@ Whenever Floaty is initialized, the placeholder `http.floaty` would become avail When not defined, pool names are generated randomly upon server block provisioning. Floaty pools with the same pool name share the same set of pools. If two Floaty pools with the same name differ on field settings, when trying to modify settings of an existing field, Caddy will error out. -Generated ID lengths can be any valid positive signed 8-bit integer (`1`~`127`). By default, length is set to `12`. Any out-of-bound value will result in an error being thrown. Longer IDs may cause unwanted CPU consumption. +Generated ID lengths can be any value between `4` and `96`, and out-of-bound values will be clamped into this range. By default, length is set to `8`. Longer IDs may cause unwanted CPU consumption. Roll duration can be set to any value above 10 seconds with millisecond precision, if supported by the [Go duration syntax](https://pkg.go.dev/time#ParseDuration). It's set to 15 minutes by default. A lower rolling duration may cause unwanted CPU consumption. @@ -73,18 +73,4 @@ http://:8080 { } ... } -``` - -Sharing the same pool among multiple server blocks: -```sh -http://:8080 { - ... - floaty sharedPool - ... -} -http://:8081 { - ... - floaty sharedPool - ... -} ``` \ No newline at end of file diff --git a/src/lavender/panel.md b/src/lavender/panel.md index a3b25fb..dc77603 100644 --- a/src/lavender/panel.md +++ b/src/lavender/panel.md @@ -18,7 +18,7 @@ Best of Fedi Pones has been directly integrated into the Fediverse since issue 1 Submissions will be denied if they match at least one of criteria listed below. * Is not SFW. -* Is generated by neural networks. Inspired or assisted with NN doesn't count. +* Is generated by neural networks. Inspired by or assisted with NN doesn't count. * Not posted by the artist themself. * Violates LTGC AUP. * Was posted for longer than 14 days to the deadline of the target issue. @@ -30,4 +30,4 @@ Each eligible voter can part one ⭐️(`:star:`) emoji to give a submission an Voting of each issue generally begins at 12:00 UTC +0 on every Saturday, and ends at 18:00 UTC +0 on the next day. The dataset should be available shortly after the voting ends, and any organizer can release the issue with the dataset. -To prevent accusations of theft, except for the cover art, all submission images must be hotlinked from source. Cover art is selected among the submission with the top 60% vote count, entirely by the organizer posting the issue with their own preferences. However, it's advised to avoid featuring the same artist within the span of 9 issues, and artists new to the Fediverse are advised to be preferred. \ No newline at end of file +To prevent accusations of theft, except for the cover art, all submission images must be hotlinked from source. Cover art is generally selected among the submission with the top 60% vote count, entirely by the organizer posting the issue with their own preferences. However, it's advised to avoid featuring the same artist within the span of 9 issues, and artists new to the Fediverse are advised to be preferred. \ No newline at end of file