Fossil SCM
Spelling corrections caught by Debian's automated tools, thanks to Barak A. Pearlmutter.
Commit
9993c43b5cc37e1feb9391387f7395542299cb08a6d50cfa5d6889c182239668
Parent
84f25d7eb10c071…
6 files changed
+1
-1
+1
-1
+2
-2
+1
-1
+1
-1
+4
-4
+1
-1
| --- extsrc/shell.c | ||
| +++ extsrc/shell.c | ||
| @@ -1401,11 +1401,11 @@ | ||
| 1401 | 1401 | ** sha3_query(Y,SIZE) |
| 1402 | 1402 | ** |
| 1403 | 1403 | ** The sha3(X) function computes the SHA3 hash of the input X, or NULL if |
| 1404 | 1404 | ** X is NULL. |
| 1405 | 1405 | ** |
| 1406 | -** The sha3_query(Y) function evalutes all queries in the SQL statements of Y | |
| 1406 | +** The sha3_query(Y) function evaluates all queries in the SQL statements of Y | |
| 1407 | 1407 | ** and returns a hash of their results. |
| 1408 | 1408 | ** |
| 1409 | 1409 | ** The SIZE argument is optional. If omitted, the SHA3-256 hash algorithm |
| 1410 | 1410 | ** is used. If SIZE is included it must be one of the integers 224, 256, |
| 1411 | 1411 | ** 384, or 512, to determine SHA3 hash variant that is computed. |
| 1412 | 1412 |
| --- extsrc/shell.c | |
| +++ extsrc/shell.c | |
| @@ -1401,11 +1401,11 @@ | |
| 1401 | ** sha3_query(Y,SIZE) |
| 1402 | ** |
| 1403 | ** The sha3(X) function computes the SHA3 hash of the input X, or NULL if |
| 1404 | ** X is NULL. |
| 1405 | ** |
| 1406 | ** The sha3_query(Y) function evalutes all queries in the SQL statements of Y |
| 1407 | ** and returns a hash of their results. |
| 1408 | ** |
| 1409 | ** The SIZE argument is optional. If omitted, the SHA3-256 hash algorithm |
| 1410 | ** is used. If SIZE is included it must be one of the integers 224, 256, |
| 1411 | ** 384, or 512, to determine SHA3 hash variant that is computed. |
| 1412 |
| --- extsrc/shell.c | |
| +++ extsrc/shell.c | |
| @@ -1401,11 +1401,11 @@ | |
| 1401 | ** sha3_query(Y,SIZE) |
| 1402 | ** |
| 1403 | ** The sha3(X) function computes the SHA3 hash of the input X, or NULL if |
| 1404 | ** X is NULL. |
| 1405 | ** |
| 1406 | ** The sha3_query(Y) function evaluates all queries in the SQL statements of Y |
| 1407 | ** and returns a hash of their results. |
| 1408 | ** |
| 1409 | ** The SIZE argument is optional. If omitted, the SHA3-256 hash algorithm |
| 1410 | ** is used. If SIZE is included it must be one of the integers 224, 256, |
| 1411 | ** 384, or 512, to determine SHA3 hash variant that is computed. |
| 1412 |
+1
-1
| --- extsrc/sqlite3.c | ||
| +++ extsrc/sqlite3.c | ||
| @@ -136794,11 +136794,11 @@ | ||
| 136794 | 136794 | ** (3) There is no ORDER BY clause |
| 136795 | 136795 | ** |
| 136796 | 136796 | ** The "LIMIT of exactly 1" case of condition (1) comes about when a VALUES |
| 136797 | 136797 | ** clause occurs within scalar expression (ex: "SELECT (VALUES(1),(2),(3))"). |
| 136798 | 136798 | ** The sqlite3CodeSubselect will have added the LIMIT 1 clause in tht case. |
| 136799 | -** Since the limit is exactly 1, we only need to evalutes the left-most VALUES. | |
| 136799 | +** Since the limit is exactly 1, we only need to evaluate the left-most VALUES. | |
| 136800 | 136800 | */ |
| 136801 | 136801 | static int multiSelectValues( |
| 136802 | 136802 | Parse *pParse, /* Parsing context */ |
| 136803 | 136803 | Select *p, /* The right-most of SELECTs to be coded */ |
| 136804 | 136804 | SelectDest *pDest /* What to do with query results */ |
| 136805 | 136805 |
| --- extsrc/sqlite3.c | |
| +++ extsrc/sqlite3.c | |
| @@ -136794,11 +136794,11 @@ | |
| 136794 | ** (3) There is no ORDER BY clause |
| 136795 | ** |
| 136796 | ** The "LIMIT of exactly 1" case of condition (1) comes about when a VALUES |
| 136797 | ** clause occurs within scalar expression (ex: "SELECT (VALUES(1),(2),(3))"). |
| 136798 | ** The sqlite3CodeSubselect will have added the LIMIT 1 clause in tht case. |
| 136799 | ** Since the limit is exactly 1, we only need to evalutes the left-most VALUES. |
| 136800 | */ |
| 136801 | static int multiSelectValues( |
| 136802 | Parse *pParse, /* Parsing context */ |
| 136803 | Select *p, /* The right-most of SELECTs to be coded */ |
| 136804 | SelectDest *pDest /* What to do with query results */ |
| 136805 |
| --- extsrc/sqlite3.c | |
| +++ extsrc/sqlite3.c | |
| @@ -136794,11 +136794,11 @@ | |
| 136794 | ** (3) There is no ORDER BY clause |
| 136795 | ** |
| 136796 | ** The "LIMIT of exactly 1" case of condition (1) comes about when a VALUES |
| 136797 | ** clause occurs within scalar expression (ex: "SELECT (VALUES(1),(2),(3))"). |
| 136798 | ** The sqlite3CodeSubselect will have added the LIMIT 1 clause in tht case. |
| 136799 | ** Since the limit is exactly 1, we only need to evaluate the left-most VALUES. |
| 136800 | */ |
| 136801 | static int multiSelectValues( |
| 136802 | Parse *pParse, /* Parsing context */ |
| 136803 | Select *p, /* The right-most of SELECTs to be coded */ |
| 136804 | SelectDest *pDest /* What to do with query results */ |
| 136805 |
+2
-2
| --- src/alerts.c | ||
| +++ src/alerts.c | ||
| @@ -314,11 +314,11 @@ | ||
| 314 | 314 | entry_attribute("Pipe Email Text Into This Command", 60, "email-send-command", |
| 315 | 315 | "ecmd", "sendmail -ti", 0); |
| 316 | 316 | @ <p>When the send method is "pipe to a command", this is the command |
| 317 | 317 | @ that is run. Email messages are piped into the standard input of this |
| 318 | 318 | @ command. The command is expected to extract the sender address, |
| 319 | - @ recepient addresses, and subject from the header of the piped email | |
| 319 | + @ recipient addresses, and subject from the header of the piped email | |
| 320 | 320 | @ text. (Property: "email-send-command")</p> |
| 321 | 321 | |
| 322 | 322 | entry_attribute("Store Emails In This Database", 60, "email-send-db", |
| 323 | 323 | "esdb", "", 0); |
| 324 | 324 | @ <p>When the send method is "store in a database", each email message is |
| @@ -816,11 +816,11 @@ | ||
| 816 | 816 | } |
| 817 | 817 | |
| 818 | 818 | /* |
| 819 | 819 | ** Send a single email message. |
| 820 | 820 | ** |
| 821 | -** The recepient(s) must be specified using "To:" or "Cc:" or "Bcc:" fields | |
| 821 | +** The recipient(s) must be specified using "To:" or "Cc:" or "Bcc:" fields | |
| 822 | 822 | ** in the header. Likewise, the header must contains a "Subject:" line. |
| 823 | 823 | ** The header might also include fields like "Message-Id:" or |
| 824 | 824 | ** "In-Reply-To:". |
| 825 | 825 | ** |
| 826 | 826 | ** This routine will add fields to the header as follows: |
| 827 | 827 |
| --- src/alerts.c | |
| +++ src/alerts.c | |
| @@ -314,11 +314,11 @@ | |
| 314 | entry_attribute("Pipe Email Text Into This Command", 60, "email-send-command", |
| 315 | "ecmd", "sendmail -ti", 0); |
| 316 | @ <p>When the send method is "pipe to a command", this is the command |
| 317 | @ that is run. Email messages are piped into the standard input of this |
| 318 | @ command. The command is expected to extract the sender address, |
| 319 | @ recepient addresses, and subject from the header of the piped email |
| 320 | @ text. (Property: "email-send-command")</p> |
| 321 | |
| 322 | entry_attribute("Store Emails In This Database", 60, "email-send-db", |
| 323 | "esdb", "", 0); |
| 324 | @ <p>When the send method is "store in a database", each email message is |
| @@ -816,11 +816,11 @@ | |
| 816 | } |
| 817 | |
| 818 | /* |
| 819 | ** Send a single email message. |
| 820 | ** |
| 821 | ** The recepient(s) must be specified using "To:" or "Cc:" or "Bcc:" fields |
| 822 | ** in the header. Likewise, the header must contains a "Subject:" line. |
| 823 | ** The header might also include fields like "Message-Id:" or |
| 824 | ** "In-Reply-To:". |
| 825 | ** |
| 826 | ** This routine will add fields to the header as follows: |
| 827 |
| --- src/alerts.c | |
| +++ src/alerts.c | |
| @@ -314,11 +314,11 @@ | |
| 314 | entry_attribute("Pipe Email Text Into This Command", 60, "email-send-command", |
| 315 | "ecmd", "sendmail -ti", 0); |
| 316 | @ <p>When the send method is "pipe to a command", this is the command |
| 317 | @ that is run. Email messages are piped into the standard input of this |
| 318 | @ command. The command is expected to extract the sender address, |
| 319 | @ recipient addresses, and subject from the header of the piped email |
| 320 | @ text. (Property: "email-send-command")</p> |
| 321 | |
| 322 | entry_attribute("Store Emails In This Database", 60, "email-send-db", |
| 323 | "esdb", "", 0); |
| 324 | @ <p>When the send method is "store in a database", each email message is |
| @@ -816,11 +816,11 @@ | |
| 816 | } |
| 817 | |
| 818 | /* |
| 819 | ** Send a single email message. |
| 820 | ** |
| 821 | ** The recipient(s) must be specified using "To:" or "Cc:" or "Bcc:" fields |
| 822 | ** in the header. Likewise, the header must contains a "Subject:" line. |
| 823 | ** The header might also include fields like "Message-Id:" or |
| 824 | ** "In-Reply-To:". |
| 825 | ** |
| 826 | ** This routine will add fields to the header as follows: |
| 827 |
+1
-1
| --- src/capabilities.c | ||
| +++ src/capabilities.c | ||
| @@ -275,11 +275,11 @@ | ||
| 275 | 275 | { 'q', CAPCLASS_TKT|CAPCLASS_SUPER, 0, |
| 276 | 276 | "Mod-Tkt", "Moderate tickets" }, |
| 277 | 277 | { 'r', CAPCLASS_TKT, 0, |
| 278 | 278 | "Read-Tkt", "View tickets" }, |
| 279 | 279 | { 's', CAPCLASS_SUPER, 0, |
| 280 | - "Superuser", "Setup and configure the respository" }, | |
| 280 | + "Superuser", "Setup and configure the repository" }, | |
| 281 | 281 | { 't', CAPCLASS_TKT, 0, |
| 282 | 282 | "Reports", "Create new ticket report formats" }, |
| 283 | 283 | { 'u', CAPCLASS_OTHER, 0, |
| 284 | 284 | "Reader", "Inherit all the capabilities of the \"reader\" user" }, |
| 285 | 285 | { 'v', CAPCLASS_OTHER, 0, |
| 286 | 286 |
| --- src/capabilities.c | |
| +++ src/capabilities.c | |
| @@ -275,11 +275,11 @@ | |
| 275 | { 'q', CAPCLASS_TKT|CAPCLASS_SUPER, 0, |
| 276 | "Mod-Tkt", "Moderate tickets" }, |
| 277 | { 'r', CAPCLASS_TKT, 0, |
| 278 | "Read-Tkt", "View tickets" }, |
| 279 | { 's', CAPCLASS_SUPER, 0, |
| 280 | "Superuser", "Setup and configure the respository" }, |
| 281 | { 't', CAPCLASS_TKT, 0, |
| 282 | "Reports", "Create new ticket report formats" }, |
| 283 | { 'u', CAPCLASS_OTHER, 0, |
| 284 | "Reader", "Inherit all the capabilities of the \"reader\" user" }, |
| 285 | { 'v', CAPCLASS_OTHER, 0, |
| 286 |
| --- src/capabilities.c | |
| +++ src/capabilities.c | |
| @@ -275,11 +275,11 @@ | |
| 275 | { 'q', CAPCLASS_TKT|CAPCLASS_SUPER, 0, |
| 276 | "Mod-Tkt", "Moderate tickets" }, |
| 277 | { 'r', CAPCLASS_TKT, 0, |
| 278 | "Read-Tkt", "View tickets" }, |
| 279 | { 's', CAPCLASS_SUPER, 0, |
| 280 | "Superuser", "Setup and configure the repository" }, |
| 281 | { 't', CAPCLASS_TKT, 0, |
| 282 | "Reports", "Create new ticket report formats" }, |
| 283 | { 'u', CAPCLASS_OTHER, 0, |
| 284 | "Reader", "Inherit all the capabilities of the \"reader\" user" }, |
| 285 | { 'v', CAPCLASS_OTHER, 0, |
| 286 |
+1
-1
| --- src/security_audit.c | ||
| +++ src/security_audit.c | ||
| @@ -525,11 +525,11 @@ | ||
| 525 | 525 | /* Logging should be turned on |
| 526 | 526 | */ |
| 527 | 527 | if( db_get_boolean("access-log",0)==0 ){ |
| 528 | 528 | @ <li><p> |
| 529 | 529 | @ The <a href="access_log">User Log</a> is disabled. The user log |
| 530 | - @ keeps a record of successful and unsucessful login attempts and is | |
| 530 | + @ keeps a record of successful and unsuccessful login attempts and is | |
| 531 | 531 | @ useful for security monitoring. |
| 532 | 532 | } |
| 533 | 533 | if( db_get_boolean("admin-log",0)==0 ){ |
| 534 | 534 | @ <li><p> |
| 535 | 535 | @ The <a href="admin_log">Administrative Log</a> is disabled. |
| 536 | 536 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -525,11 +525,11 @@ | |
| 525 | /* Logging should be turned on |
| 526 | */ |
| 527 | if( db_get_boolean("access-log",0)==0 ){ |
| 528 | @ <li><p> |
| 529 | @ The <a href="access_log">User Log</a> is disabled. The user log |
| 530 | @ keeps a record of successful and unsucessful login attempts and is |
| 531 | @ useful for security monitoring. |
| 532 | } |
| 533 | if( db_get_boolean("admin-log",0)==0 ){ |
| 534 | @ <li><p> |
| 535 | @ The <a href="admin_log">Administrative Log</a> is disabled. |
| 536 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -525,11 +525,11 @@ | |
| 525 | /* Logging should be turned on |
| 526 | */ |
| 527 | if( db_get_boolean("access-log",0)==0 ){ |
| 528 | @ <li><p> |
| 529 | @ The <a href="access_log">User Log</a> is disabled. The user log |
| 530 | @ keeps a record of successful and unsuccessful login attempts and is |
| 531 | @ useful for security monitoring. |
| 532 | } |
| 533 | if( db_get_boolean("admin-log",0)==0 ){ |
| 534 | @ <li><p> |
| 535 | @ The <a href="admin_log">Administrative Log</a> is disabled. |
| 536 |
+4
-4
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1031,11 +1031,11 @@ | ||
| 1031 | 1031 | ** * The second term is a hyperlink to take when a user clicks on the |
| 1032 | 1032 | ** entry. Hyperlinks that start with "/" are relative to the |
| 1033 | 1033 | ** repository root. |
| 1034 | 1034 | ** |
| 1035 | 1035 | ** * The third term is an argument to the TH1 "capexpr" command. |
| 1036 | -** If capexpr evalutes to true, then the entry is shown. If not, | |
| 1036 | +** If capexpr evaluates to true, then the entry is shown. If not, | |
| 1037 | 1037 | ** the entry is omitted. "*" is always true. "{}" is never true. |
| 1038 | 1038 | ** |
| 1039 | 1039 | ** * The fourth term is a list of extra class names to apply to the |
| 1040 | 1040 | ** new menu entry. Some skins use classes "desktoponly" and |
| 1041 | 1041 | ** "wideonly" to only show the entries when the web browser |
| @@ -1062,11 +1062,11 @@ | ||
| 1062 | 1062 | ** * The second term is a hyperlink to take when a user clicks on the |
| 1063 | 1063 | ** entry. Hyperlinks that start with "/" are relative to the |
| 1064 | 1064 | ** repository root. |
| 1065 | 1065 | ** |
| 1066 | 1066 | ** * The third term is an argument to the TH1 "capexpr" command. |
| 1067 | -** If capexpr evalutes to true, then the entry is shown. If not, | |
| 1067 | +** If capexpr evaluates to true, then the entry is shown. If not, | |
| 1068 | 1068 | ** the entry is omitted. "*" is always true. |
| 1069 | 1069 | ** |
| 1070 | 1070 | ** The default value is blank, meaning no added entries. |
| 1071 | 1071 | */ |
| 1072 | 1072 | |
| @@ -1162,11 +1162,11 @@ | ||
| 1162 | 1162 | @ <li> The first term is text that appears on the menu. |
| 1163 | 1163 | @ <li> The second term is a hyperlink to take when a user clicks on the |
| 1164 | 1164 | @ entry. Hyperlinks that start with "/" are relative to the |
| 1165 | 1165 | @ repository root. |
| 1166 | 1166 | @ <li> The third term is an argument to the TH1 "capexpr" command. |
| 1167 | - @ If capexpr evalutes to true, then the entry is shown. If not, | |
| 1167 | + @ If capexpr evaluates to true, then the entry is shown. If not, | |
| 1168 | 1168 | @ the entry is omitted. "*" is always true. "{}" is never true. |
| 1169 | 1169 | @ <li> The fourth term is a list of extra class names to apply to the new |
| 1170 | 1170 | @ menu entry. Some skins use classes "desktoponly" and "wideonly" |
| 1171 | 1171 | @ to only show the entries when the web browser screen is wide or |
| 1172 | 1172 | @ very wide, respectively. |
| @@ -1200,11 +1200,11 @@ | ||
| 1200 | 1200 | @ <li> The first term is the display name of the /sitemap entry |
| 1201 | 1201 | @ <li> The second term is a hyperlink to take when a user clicks on the |
| 1202 | 1202 | @ entry. Hyperlinks that start with "/" are relative to the |
| 1203 | 1203 | @ repository root. |
| 1204 | 1204 | @ <li> The third term is an argument to the TH1 "capexpr" command. |
| 1205 | - @ If capexpr evalutes to true, then the entry is shown. If not, | |
| 1205 | + @ If capexpr evaluates to true, then the entry is shown. If not, | |
| 1206 | 1206 | @ the entry is omitted. "*" is always true. |
| 1207 | 1207 | @ </ol> |
| 1208 | 1208 | @ |
| 1209 | 1209 | @ <p>The default value is blank, meaning no added entries. |
| 1210 | 1210 | @ (Property: sitemap-extra) |
| 1211 | 1211 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1031,11 +1031,11 @@ | |
| 1031 | ** * The second term is a hyperlink to take when a user clicks on the |
| 1032 | ** entry. Hyperlinks that start with "/" are relative to the |
| 1033 | ** repository root. |
| 1034 | ** |
| 1035 | ** * The third term is an argument to the TH1 "capexpr" command. |
| 1036 | ** If capexpr evalutes to true, then the entry is shown. If not, |
| 1037 | ** the entry is omitted. "*" is always true. "{}" is never true. |
| 1038 | ** |
| 1039 | ** * The fourth term is a list of extra class names to apply to the |
| 1040 | ** new menu entry. Some skins use classes "desktoponly" and |
| 1041 | ** "wideonly" to only show the entries when the web browser |
| @@ -1062,11 +1062,11 @@ | |
| 1062 | ** * The second term is a hyperlink to take when a user clicks on the |
| 1063 | ** entry. Hyperlinks that start with "/" are relative to the |
| 1064 | ** repository root. |
| 1065 | ** |
| 1066 | ** * The third term is an argument to the TH1 "capexpr" command. |
| 1067 | ** If capexpr evalutes to true, then the entry is shown. If not, |
| 1068 | ** the entry is omitted. "*" is always true. |
| 1069 | ** |
| 1070 | ** The default value is blank, meaning no added entries. |
| 1071 | */ |
| 1072 | |
| @@ -1162,11 +1162,11 @@ | |
| 1162 | @ <li> The first term is text that appears on the menu. |
| 1163 | @ <li> The second term is a hyperlink to take when a user clicks on the |
| 1164 | @ entry. Hyperlinks that start with "/" are relative to the |
| 1165 | @ repository root. |
| 1166 | @ <li> The third term is an argument to the TH1 "capexpr" command. |
| 1167 | @ If capexpr evalutes to true, then the entry is shown. If not, |
| 1168 | @ the entry is omitted. "*" is always true. "{}" is never true. |
| 1169 | @ <li> The fourth term is a list of extra class names to apply to the new |
| 1170 | @ menu entry. Some skins use classes "desktoponly" and "wideonly" |
| 1171 | @ to only show the entries when the web browser screen is wide or |
| 1172 | @ very wide, respectively. |
| @@ -1200,11 +1200,11 @@ | |
| 1200 | @ <li> The first term is the display name of the /sitemap entry |
| 1201 | @ <li> The second term is a hyperlink to take when a user clicks on the |
| 1202 | @ entry. Hyperlinks that start with "/" are relative to the |
| 1203 | @ repository root. |
| 1204 | @ <li> The third term is an argument to the TH1 "capexpr" command. |
| 1205 | @ If capexpr evalutes to true, then the entry is shown. If not, |
| 1206 | @ the entry is omitted. "*" is always true. |
| 1207 | @ </ol> |
| 1208 | @ |
| 1209 | @ <p>The default value is blank, meaning no added entries. |
| 1210 | @ (Property: sitemap-extra) |
| 1211 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1031,11 +1031,11 @@ | |
| 1031 | ** * The second term is a hyperlink to take when a user clicks on the |
| 1032 | ** entry. Hyperlinks that start with "/" are relative to the |
| 1033 | ** repository root. |
| 1034 | ** |
| 1035 | ** * The third term is an argument to the TH1 "capexpr" command. |
| 1036 | ** If capexpr evaluates to true, then the entry is shown. If not, |
| 1037 | ** the entry is omitted. "*" is always true. "{}" is never true. |
| 1038 | ** |
| 1039 | ** * The fourth term is a list of extra class names to apply to the |
| 1040 | ** new menu entry. Some skins use classes "desktoponly" and |
| 1041 | ** "wideonly" to only show the entries when the web browser |
| @@ -1062,11 +1062,11 @@ | |
| 1062 | ** * The second term is a hyperlink to take when a user clicks on the |
| 1063 | ** entry. Hyperlinks that start with "/" are relative to the |
| 1064 | ** repository root. |
| 1065 | ** |
| 1066 | ** * The third term is an argument to the TH1 "capexpr" command. |
| 1067 | ** If capexpr evaluates to true, then the entry is shown. If not, |
| 1068 | ** the entry is omitted. "*" is always true. |
| 1069 | ** |
| 1070 | ** The default value is blank, meaning no added entries. |
| 1071 | */ |
| 1072 | |
| @@ -1162,11 +1162,11 @@ | |
| 1162 | @ <li> The first term is text that appears on the menu. |
| 1163 | @ <li> The second term is a hyperlink to take when a user clicks on the |
| 1164 | @ entry. Hyperlinks that start with "/" are relative to the |
| 1165 | @ repository root. |
| 1166 | @ <li> The third term is an argument to the TH1 "capexpr" command. |
| 1167 | @ If capexpr evaluates to true, then the entry is shown. If not, |
| 1168 | @ the entry is omitted. "*" is always true. "{}" is never true. |
| 1169 | @ <li> The fourth term is a list of extra class names to apply to the new |
| 1170 | @ menu entry. Some skins use classes "desktoponly" and "wideonly" |
| 1171 | @ to only show the entries when the web browser screen is wide or |
| 1172 | @ very wide, respectively. |
| @@ -1200,11 +1200,11 @@ | |
| 1200 | @ <li> The first term is the display name of the /sitemap entry |
| 1201 | @ <li> The second term is a hyperlink to take when a user clicks on the |
| 1202 | @ entry. Hyperlinks that start with "/" are relative to the |
| 1203 | @ repository root. |
| 1204 | @ <li> The third term is an argument to the TH1 "capexpr" command. |
| 1205 | @ If capexpr evaluates to true, then the entry is shown. If not, |
| 1206 | @ the entry is omitted. "*" is always true. |
| 1207 | @ </ol> |
| 1208 | @ |
| 1209 | @ <p>The default value is blank, meaning no added entries. |
| 1210 | @ (Property: sitemap-extra) |
| 1211 |