meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
search_engine_ranker:script_manual [2020-11-12 11:57] – [Script Manual] sven | search_engine_ranker:script_manual [2021-06-02 07:52] – [The STEP Section] sven | ||
---|---|---|---|
Line 101: | Line 101: | ||
|encode post data|1 = encode the data in a proper way as used in POST protocol\\ 2 = encode it using multipart \\ 0 = take the data as it is without encoding anything\\ 3 = encode it using json syntax| | |encode post data|1 = encode the data in a proper way as used in POST protocol\\ 2 = encode it using multipart \\ 0 = take the data as it is without encoding anything\\ 3 = encode it using json syntax| | ||
|variable must be used|A form is only submitted if certain variables have been used in that form.\\ \\ //Example: variable must be used=url, | |variable must be used|A form is only submitted if certain variables have been used in that form.\\ \\ //Example: variable must be used=url, | ||
- | |add fixed data add fixed data condition\\ \\ \\ \\ //remove fixed data//\\ \\ //remove fixed data condition// | + | |add fixed data\\ add fixed data condition\\ \\ \\ \\ //remove fixed data//\\ \\ //remove fixed data condition// |
|set unknown variable\\ \\ set unknown variable condition|If a form field is unknown as we didn't define how to fill it in our engine, we could still fill it by something you define here. The submission aborts if this is not defined and something is unable to get filled. The "set unknown variable condition" | |set unknown variable\\ \\ set unknown variable condition|If a form field is unknown as we didn't define how to fill it in our engine, we could still fill it by something you define here. The submission aborts if this is not defined and something is unable to get filled. The "set unknown variable condition" | ||
|match by option label|1 = A form with a select or radio field is filled by checking the variable content against the option labels (the one you see on the browser).\\ 0 = We will not check for a matching label\\ \\ //Example: match by option label=1//| | |match by option label|1 = A form with a select or radio field is filled by checking the variable content against the option labels (the one you see on the browser).\\ 0 = We will not check for a matching label\\ \\ //Example: match by option label=1//| | ||
Line 199: | Line 199: | ||
|html to markdown|1 = Convert html code to markdown code\\ 0 = Do not convert it\\ < | |html to markdown|1 = Convert html code to markdown code\\ 0 = Do not convert it\\ < | ||
|html to custom link format\\ custom link format|1 = convert html code to a custom format\\ 0 = Do not convert it.\\ < | |html to custom link format\\ custom link format|1 = convert html code to a custom format\\ 0 = Do not convert it.\\ < | ||
+ | |basic html only|1 = keep just basic html tags (default if custom link format is used)\\ 0 = keep html as it is| | ||
|html line break\\ \\ html line break format|Converts a normal line break to some html line break (default < | |html line break\\ \\ html line break format|Converts a normal line break to some html line break (default < | ||
|custom img format|If set, it will try to locate the html syntax for images and replace it with that new syntax.\\ \\ // | |custom img format|If set, it will try to locate the html syntax for images and replace it with that new syntax.\\ \\ // |