From 983caa1dd2bdd1eda59cb155a5f835d8e7fe642a Mon Sep 17 00:00:00 2001 From: Felisp Date: Fri, 22 Dec 2023 18:32:36 +0100 Subject: [PATCH] Add more url params to README --- README.org | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index c438af8..0611af5 100644 --- a/README.org +++ b/README.org @@ -20,12 +20,15 @@ Right now there is no automated way to generate your feed url but making one by **** URL parameters -| Param name | Default value | Can have multiple? | Mandatory? | Description | -|------------+---------------+--------------------+-----------------+-----------------------------------------------------------------| -| board | "mlp" | No | No | Which board to generate feed for *ONLY* ​/mlp​/ is supported | -| q | "" | Yes | Yes (1 or more) | This string is used to filter threads according to their titles | -| recreate | ~bool~ | Not implemented | Not implemented | Whether to notify when thread is detected for the first time | +| Param name | Default value | Can have multiple? | Mandatory? | Short description | +|------------+---------------+--------------------+-----------------+--------------------------------------------------------------------------------------------------| +| board | "mlp" | No | No | Which board to generate feed for *ONLY* ​/mlp​/ is supported | +| q | "" | Yes | Yes (1 or more) | This string is used to filter threads according to their titles | +| chod | 94 | No | No | CHanceOfDeath - will include thread in the feed if it's chance to death i > chod | +| repeat | ~false~ | No | No | Whether to make new notification on every server update even when thread doesnt have higher chod | +| recreate | ~bool~ | Not implemented | Not implemented | Whether to notify when thread is detected for the first time | +**** How to create URL *** Generating URL interactively