Fossil SCM
Fix formatting for /help/suggested-downloads.
Commit
df4f6c189af8dc62c2e155ecaf1c4ab6d3d1486b42c8062473a541b6cd9619bb
Parent
081a79af9ef9159…
1 file changed
+5
-5
+5
-5
| --- src/tar.c | ||
| +++ src/tar.c | ||
| @@ -1076,13 +1076,13 @@ | ||
| 1076 | 1076 | ** SETTING: suggested-downloads width=70 block-text |
| 1077 | 1077 | ** |
| 1078 | 1078 | ** This setting controls the suggested tarball/ZIP downloads on the |
| 1079 | 1079 | ** [[/download]] page. The value is a TCL list. Each set of four items |
| 1080 | 1080 | ** defines a set of check-ins to be added to the suggestion list. |
| 1081 | -** The items are: | |
| 1081 | +** The items in each group are: | |
| 1082 | 1082 | ** |
| 1083 | -** COUNT TAG MAX_AGE COMMENT | |
| 1083 | +** | COUNT TAG MAX_AGE COMMENT | |
| 1084 | 1084 | ** |
| 1085 | 1085 | ** COUNT is the number of check-ins to match, starting with the most |
| 1086 | 1086 | ** recent and working bacwards in time. Check-ins match if they contain |
| 1087 | 1087 | ** the tag TAG. If MAX_AGE is not an empty string, then it specifies |
| 1088 | 1088 | ** the maximum age of any matching check-in. COMMENT is an optional |
| @@ -1100,13 +1100,13 @@ | ||
| 1100 | 1100 | ** COMMENT is to explain to the reader why a check-in is a suggested |
| 1101 | 1101 | ** download. |
| 1102 | 1102 | ** |
| 1103 | 1103 | ** Example: |
| 1104 | 1104 | ** |
| 1105 | -** 1 trunk {} {Lastest Trunk Check-in} | |
| 1106 | -** 5 OPEN-LEAF {3 months} {Open Leaf} | |
| 1107 | -** 999 release {1 year} {} | |
| 1105 | +** | 1 trunk {} {Lastest Trunk Check-in} | |
| 1106 | +** | 5 OPEN-LEAF {1 month} {Active Branch} | |
| 1107 | +** | 999 release {1 year} {Official Release} | |
| 1108 | 1108 | ** |
| 1109 | 1109 | ** The value causes the /download page to show the union of the most |
| 1110 | 1110 | ** recent trunk check-in of any age, the three most recent |
| 1111 | 1111 | ** open leaves within the the past three months, and essentually |
| 1112 | 1112 | ** all releases within the past year. If the same check-in matches more |
| 1113 | 1113 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -1076,13 +1076,13 @@ | |
| 1076 | ** SETTING: suggested-downloads width=70 block-text |
| 1077 | ** |
| 1078 | ** This setting controls the suggested tarball/ZIP downloads on the |
| 1079 | ** [[/download]] page. The value is a TCL list. Each set of four items |
| 1080 | ** defines a set of check-ins to be added to the suggestion list. |
| 1081 | ** The items are: |
| 1082 | ** |
| 1083 | ** COUNT TAG MAX_AGE COMMENT |
| 1084 | ** |
| 1085 | ** COUNT is the number of check-ins to match, starting with the most |
| 1086 | ** recent and working bacwards in time. Check-ins match if they contain |
| 1087 | ** the tag TAG. If MAX_AGE is not an empty string, then it specifies |
| 1088 | ** the maximum age of any matching check-in. COMMENT is an optional |
| @@ -1100,13 +1100,13 @@ | |
| 1100 | ** COMMENT is to explain to the reader why a check-in is a suggested |
| 1101 | ** download. |
| 1102 | ** |
| 1103 | ** Example: |
| 1104 | ** |
| 1105 | ** 1 trunk {} {Lastest Trunk Check-in} |
| 1106 | ** 5 OPEN-LEAF {3 months} {Open Leaf} |
| 1107 | ** 999 release {1 year} {} |
| 1108 | ** |
| 1109 | ** The value causes the /download page to show the union of the most |
| 1110 | ** recent trunk check-in of any age, the three most recent |
| 1111 | ** open leaves within the the past three months, and essentually |
| 1112 | ** all releases within the past year. If the same check-in matches more |
| 1113 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -1076,13 +1076,13 @@ | |
| 1076 | ** SETTING: suggested-downloads width=70 block-text |
| 1077 | ** |
| 1078 | ** This setting controls the suggested tarball/ZIP downloads on the |
| 1079 | ** [[/download]] page. The value is a TCL list. Each set of four items |
| 1080 | ** defines a set of check-ins to be added to the suggestion list. |
| 1081 | ** The items in each group are: |
| 1082 | ** |
| 1083 | ** | COUNT TAG MAX_AGE COMMENT |
| 1084 | ** |
| 1085 | ** COUNT is the number of check-ins to match, starting with the most |
| 1086 | ** recent and working bacwards in time. Check-ins match if they contain |
| 1087 | ** the tag TAG. If MAX_AGE is not an empty string, then it specifies |
| 1088 | ** the maximum age of any matching check-in. COMMENT is an optional |
| @@ -1100,13 +1100,13 @@ | |
| 1100 | ** COMMENT is to explain to the reader why a check-in is a suggested |
| 1101 | ** download. |
| 1102 | ** |
| 1103 | ** Example: |
| 1104 | ** |
| 1105 | ** | 1 trunk {} {Lastest Trunk Check-in} |
| 1106 | ** | 5 OPEN-LEAF {1 month} {Active Branch} |
| 1107 | ** | 999 release {1 year} {Official Release} |
| 1108 | ** |
| 1109 | ** The value causes the /download page to show the union of the most |
| 1110 | ** recent trunk check-in of any age, the three most recent |
| 1111 | ** open leaves within the the past three months, and essentually |
| 1112 | ** all releases within the past year. If the same check-in matches more |
| 1113 |