Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
search_engine_ranker:script_manual [2021-06-02 07:52] – [The STEP Section] svensearch_engine_ranker:script_manual [2021-08-12 10:35] – [The STEP Section] sven
Line 29: Line 29:
 Everything is not case sensitive so you don't have to care if you write **[SECTION]** or **[Section]**. There are basically two types of engines. Everything is not case sensitive so you don't have to care if you write **[SECTION]** or **[Section]**. There are basically two types of engines.
  
-  * The once that require an account and login.\\ You will have to define at least the following sections:\\ **[SETUP]**, **[REGISTER_STEP*]**, **[LOGIN_STEP*]**, **[STEP*]**+  * The once that require an account and login.\\ You will have to define at least the following sections:\\ **[SETUP]**, **[REGISTER_STEP*]**, **[LOGIN_STEP*]**, **[STEP*]**, (optional **[FIRSTLOGIN_STEP*]**)
   * Those who need no account and no login.\\ You just need the following sections:\\ **[SETUP]**, **[STEP*]**   * Those who need no account and no login.\\ You just need the following sections:\\ **[SETUP]**, **[STEP*]**
  
Line 72: Line 72:
  
   * [REGISTER_STEP*] - used to create an account   * [REGISTER_STEP*] - used to create an account
 +  * [FIRSTLOGIN_STEP*] - used **only ones** to login after account registration is done and first login ever is performes
   * [LOGIN_STEP*] - used to log into the site with the created account   * [LOGIN_STEP*] - used to log into the site with the created account
   * [STEP*] - he actual submission process   * [STEP*] - he actual submission process