Fossil SCM
Minor fixes to wording of the TH1 hooks docs.
Commit
38fabd495001abd1aa805ebb082e8078805899d0199a423af28efd7c7527bd50
Parent
b82bdff78918e6f…
1 file changed
+5
-5
+5
-5
| --- www/th1-hooks.md | ||
| +++ www/th1-hooks.md | ||
| @@ -33,11 +33,11 @@ | ||
| 33 | 33 | |
| 34 | 34 | TH1 Hook Related Variables for Web Pages |
| 35 | 35 | ---------------------------------------- |
| 36 | 36 | |
| 37 | 37 | * web\_name -- _Name of web page being rendered._ |
| 38 | - * web\_args -- _Current command line arguments._ | |
| 38 | + * web\_args -- _Current weg page arguments._ | |
| 39 | 39 | * web\_flags -- _Bitmask of CMDFLAG values for the web page being rendered._ |
| 40 | 40 | |
| 41 | 41 | <a name="cmdReturnCodes"></a>TH1 Hook Related Return Codes for Commands |
| 42 | 42 | ----------------------------------------------------------------------- |
| 43 | 43 | |
| @@ -85,11 +85,11 @@ | ||
| 85 | 85 | This user-defined procedure, if present, is called just before the |
| 86 | 86 | execution of a command. The name of the command being executed will |
| 87 | 87 | be stored in the "cmd\_name" global variable. The arguments to the |
| 88 | 88 | command being executed will be stored in the "cmd\_args" global variable. |
| 89 | 89 | The associated CMDFLAG value will be stored in the "cmd\_flags" global |
| 90 | -variable. The procedure should cause one of the available return the | |
| 90 | +variable. Before exiting, the procedure should trigger the return | |
| 91 | 91 | <a href="#cmdReturnCodes">code</a> that corresponds to the desired action |
| 92 | 92 | to take next. |
| 93 | 93 | |
| 94 | 94 | <a name="command_notify"></a>TH1 command_notify Procedure |
| 95 | 95 | --------------------------------------------------------- |
| @@ -99,11 +99,11 @@ | ||
| 99 | 99 | This user-defined procedure, if present, is called just after the |
| 100 | 100 | execution of a command. The name of the command being executed will |
| 101 | 101 | be stored in the "cmd\_name" global variable. The arguments to the |
| 102 | 102 | command being executed will be stored in the "cmd\_args" global variable. |
| 103 | 103 | The associated CMDFLAG value will be stored in the "cmd\_flags" global |
| 104 | -variable. The procedure should cause one of the available return the | |
| 104 | +variable. Before exiting, the procedure should trigger the return | |
| 105 | 105 | <a href="#cmdReturnCodes">code</a> that corresponds to the desired action |
| 106 | 106 | to take next. |
| 107 | 107 | |
| 108 | 108 | <a name="webpage_hook"></a>TH1 webpage_hook Procedure |
| 109 | 109 | ----------------------------------------------------- |
| @@ -113,11 +113,11 @@ | ||
| 113 | 113 | This user-defined procedure, if present, is called just before the |
| 114 | 114 | rendering of a web page. The name of the web page being rendered will |
| 115 | 115 | be stored in the "web\_name" global variable. The arguments to the |
| 116 | 116 | web page being rendered will be stored in the "web\_args" global variable. |
| 117 | 117 | The associated CMDFLAG value will be stored in the "web\_flags" global |
| 118 | -variable. The procedure should cause one of the available return the | |
| 118 | +variable. Before exiting, the procedure should trigger the return | |
| 119 | 119 | <a href="#webReturnCodes">code</a> that corresponds to the desired action |
| 120 | 120 | to take next. |
| 121 | 121 | |
| 122 | 122 | <a name="webpage_notify"></a>TH1 webpage_notify Procedure |
| 123 | 123 | --------------------------------------------------------- |
| @@ -127,8 +127,8 @@ | ||
| 127 | 127 | This user-defined procedure, if present, is called just after the |
| 128 | 128 | rendering of a web page. The name of the web page being rendered will |
| 129 | 129 | be stored in the "web\_name" global variable. The arguments to the |
| 130 | 130 | web page being rendered will be stored in the "web\_args" global variable. |
| 131 | 131 | The associated CMDFLAG value will be stored in the "web\_flags" global |
| 132 | -variable. The procedure should cause one of the available return the | |
| 132 | +variable. Before exiting, the procedure should trigger the return | |
| 133 | 133 | <a href="#webReturnCodes">code</a> that corresponds to the desired action |
| 134 | 134 | to take next. |
| 135 | 135 |
| --- www/th1-hooks.md | |
| +++ www/th1-hooks.md | |
| @@ -33,11 +33,11 @@ | |
| 33 | |
| 34 | TH1 Hook Related Variables for Web Pages |
| 35 | ---------------------------------------- |
| 36 | |
| 37 | * web\_name -- _Name of web page being rendered._ |
| 38 | * web\_args -- _Current command line arguments._ |
| 39 | * web\_flags -- _Bitmask of CMDFLAG values for the web page being rendered._ |
| 40 | |
| 41 | <a name="cmdReturnCodes"></a>TH1 Hook Related Return Codes for Commands |
| 42 | ----------------------------------------------------------------------- |
| 43 | |
| @@ -85,11 +85,11 @@ | |
| 85 | This user-defined procedure, if present, is called just before the |
| 86 | execution of a command. The name of the command being executed will |
| 87 | be stored in the "cmd\_name" global variable. The arguments to the |
| 88 | command being executed will be stored in the "cmd\_args" global variable. |
| 89 | The associated CMDFLAG value will be stored in the "cmd\_flags" global |
| 90 | variable. The procedure should cause one of the available return the |
| 91 | <a href="#cmdReturnCodes">code</a> that corresponds to the desired action |
| 92 | to take next. |
| 93 | |
| 94 | <a name="command_notify"></a>TH1 command_notify Procedure |
| 95 | --------------------------------------------------------- |
| @@ -99,11 +99,11 @@ | |
| 99 | This user-defined procedure, if present, is called just after the |
| 100 | execution of a command. The name of the command being executed will |
| 101 | be stored in the "cmd\_name" global variable. The arguments to the |
| 102 | command being executed will be stored in the "cmd\_args" global variable. |
| 103 | The associated CMDFLAG value will be stored in the "cmd\_flags" global |
| 104 | variable. The procedure should cause one of the available return the |
| 105 | <a href="#cmdReturnCodes">code</a> that corresponds to the desired action |
| 106 | to take next. |
| 107 | |
| 108 | <a name="webpage_hook"></a>TH1 webpage_hook Procedure |
| 109 | ----------------------------------------------------- |
| @@ -113,11 +113,11 @@ | |
| 113 | This user-defined procedure, if present, is called just before the |
| 114 | rendering of a web page. The name of the web page being rendered will |
| 115 | be stored in the "web\_name" global variable. The arguments to the |
| 116 | web page being rendered will be stored in the "web\_args" global variable. |
| 117 | The associated CMDFLAG value will be stored in the "web\_flags" global |
| 118 | variable. The procedure should cause one of the available return the |
| 119 | <a href="#webReturnCodes">code</a> that corresponds to the desired action |
| 120 | to take next. |
| 121 | |
| 122 | <a name="webpage_notify"></a>TH1 webpage_notify Procedure |
| 123 | --------------------------------------------------------- |
| @@ -127,8 +127,8 @@ | |
| 127 | This user-defined procedure, if present, is called just after the |
| 128 | rendering of a web page. The name of the web page being rendered will |
| 129 | be stored in the "web\_name" global variable. The arguments to the |
| 130 | web page being rendered will be stored in the "web\_args" global variable. |
| 131 | The associated CMDFLAG value will be stored in the "web\_flags" global |
| 132 | variable. The procedure should cause one of the available return the |
| 133 | <a href="#webReturnCodes">code</a> that corresponds to the desired action |
| 134 | to take next. |
| 135 |
| --- www/th1-hooks.md | |
| +++ www/th1-hooks.md | |
| @@ -33,11 +33,11 @@ | |
| 33 | |
| 34 | TH1 Hook Related Variables for Web Pages |
| 35 | ---------------------------------------- |
| 36 | |
| 37 | * web\_name -- _Name of web page being rendered._ |
| 38 | * web\_args -- _Current weg page arguments._ |
| 39 | * web\_flags -- _Bitmask of CMDFLAG values for the web page being rendered._ |
| 40 | |
| 41 | <a name="cmdReturnCodes"></a>TH1 Hook Related Return Codes for Commands |
| 42 | ----------------------------------------------------------------------- |
| 43 | |
| @@ -85,11 +85,11 @@ | |
| 85 | This user-defined procedure, if present, is called just before the |
| 86 | execution of a command. The name of the command being executed will |
| 87 | be stored in the "cmd\_name" global variable. The arguments to the |
| 88 | command being executed will be stored in the "cmd\_args" global variable. |
| 89 | The associated CMDFLAG value will be stored in the "cmd\_flags" global |
| 90 | variable. Before exiting, the procedure should trigger the return |
| 91 | <a href="#cmdReturnCodes">code</a> that corresponds to the desired action |
| 92 | to take next. |
| 93 | |
| 94 | <a name="command_notify"></a>TH1 command_notify Procedure |
| 95 | --------------------------------------------------------- |
| @@ -99,11 +99,11 @@ | |
| 99 | This user-defined procedure, if present, is called just after the |
| 100 | execution of a command. The name of the command being executed will |
| 101 | be stored in the "cmd\_name" global variable. The arguments to the |
| 102 | command being executed will be stored in the "cmd\_args" global variable. |
| 103 | The associated CMDFLAG value will be stored in the "cmd\_flags" global |
| 104 | variable. Before exiting, the procedure should trigger the return |
| 105 | <a href="#cmdReturnCodes">code</a> that corresponds to the desired action |
| 106 | to take next. |
| 107 | |
| 108 | <a name="webpage_hook"></a>TH1 webpage_hook Procedure |
| 109 | ----------------------------------------------------- |
| @@ -113,11 +113,11 @@ | |
| 113 | This user-defined procedure, if present, is called just before the |
| 114 | rendering of a web page. The name of the web page being rendered will |
| 115 | be stored in the "web\_name" global variable. The arguments to the |
| 116 | web page being rendered will be stored in the "web\_args" global variable. |
| 117 | The associated CMDFLAG value will be stored in the "web\_flags" global |
| 118 | variable. Before exiting, the procedure should trigger the return |
| 119 | <a href="#webReturnCodes">code</a> that corresponds to the desired action |
| 120 | to take next. |
| 121 | |
| 122 | <a name="webpage_notify"></a>TH1 webpage_notify Procedure |
| 123 | --------------------------------------------------------- |
| @@ -127,8 +127,8 @@ | |
| 127 | This user-defined procedure, if present, is called just after the |
| 128 | rendering of a web page. The name of the web page being rendered will |
| 129 | be stored in the "web\_name" global variable. The arguments to the |
| 130 | web page being rendered will be stored in the "web\_args" global variable. |
| 131 | The associated CMDFLAG value will be stored in the "web\_flags" global |
| 132 | variable. Before exiting, the procedure should trigger the return |
| 133 | <a href="#webReturnCodes">code</a> that corresponds to the desired action |
| 134 | to take next. |
| 135 |