Fossil SCM
rss help text tweaks from the ML.
Commit
9a7a82f64e3f994c41486c7905592f627652c5dc
Parent
5ce85eb6f84350d…
1 file changed
+7
-2
+7
-2
| --- src/rss.c | ||
| +++ src/rss.c | ||
| @@ -27,11 +27,13 @@ | ||
| 27 | 27 | ** URL: /timeline.rss?y=TYPE&n=LIMIT&tkt=UUID&tag=TAG&wiki=NAME&name=FILENAME |
| 28 | 28 | ** |
| 29 | 29 | ** Produce an RSS feed of the timeline. |
| 30 | 30 | ** |
| 31 | 31 | ** TYPE may be: all, ci (show checkins only), t (show tickets only), |
| 32 | -** w (show wiki only). LIMIT is the number of items to show. | |
| 32 | +** w (show wiki only). | |
| 33 | +** | |
| 34 | +** LIMIT is the number of items to show. | |
| 33 | 35 | ** |
| 34 | 36 | ** tkt=UUID filters for only those events for the specified ticket. tag=TAG |
| 35 | 37 | ** filters for a tag, and wiki=NAME for a wiki page. Only one may be used. |
| 36 | 38 | ** |
| 37 | 39 | ** In addition, name=FILENAME filters for a specific file. This may be |
| @@ -212,11 +214,14 @@ | ||
| 212 | 214 | ** The CLI variant of the /timeline.rss page, this produces an RSS |
| 213 | 215 | ** feed of the timeline to stdout. Options: |
| 214 | 216 | ** |
| 215 | 217 | ** -type|y FLAG |
| 216 | 218 | ** may be: all (default), ci (show checkins only), t (show tickets only), |
| 217 | -** w (show wiki only). LIMIT is the number of items to show. | |
| 219 | +** w (show wiki only). | |
| 220 | +** | |
| 221 | +** -limit|n LIMIT | |
| 222 | +** The maximum number of items to show. | |
| 218 | 223 | ** |
| 219 | 224 | ** -tkt UUID |
| 220 | 225 | ** Filters for only those events for the specified ticket. |
| 221 | 226 | ** |
| 222 | 227 | ** -tag TAG |
| 223 | 228 |
| --- src/rss.c | |
| +++ src/rss.c | |
| @@ -27,11 +27,13 @@ | |
| 27 | ** URL: /timeline.rss?y=TYPE&n=LIMIT&tkt=UUID&tag=TAG&wiki=NAME&name=FILENAME |
| 28 | ** |
| 29 | ** Produce an RSS feed of the timeline. |
| 30 | ** |
| 31 | ** TYPE may be: all, ci (show checkins only), t (show tickets only), |
| 32 | ** w (show wiki only). LIMIT is the number of items to show. |
| 33 | ** |
| 34 | ** tkt=UUID filters for only those events for the specified ticket. tag=TAG |
| 35 | ** filters for a tag, and wiki=NAME for a wiki page. Only one may be used. |
| 36 | ** |
| 37 | ** In addition, name=FILENAME filters for a specific file. This may be |
| @@ -212,11 +214,14 @@ | |
| 212 | ** The CLI variant of the /timeline.rss page, this produces an RSS |
| 213 | ** feed of the timeline to stdout. Options: |
| 214 | ** |
| 215 | ** -type|y FLAG |
| 216 | ** may be: all (default), ci (show checkins only), t (show tickets only), |
| 217 | ** w (show wiki only). LIMIT is the number of items to show. |
| 218 | ** |
| 219 | ** -tkt UUID |
| 220 | ** Filters for only those events for the specified ticket. |
| 221 | ** |
| 222 | ** -tag TAG |
| 223 |
| --- src/rss.c | |
| +++ src/rss.c | |
| @@ -27,11 +27,13 @@ | |
| 27 | ** URL: /timeline.rss?y=TYPE&n=LIMIT&tkt=UUID&tag=TAG&wiki=NAME&name=FILENAME |
| 28 | ** |
| 29 | ** Produce an RSS feed of the timeline. |
| 30 | ** |
| 31 | ** TYPE may be: all, ci (show checkins only), t (show tickets only), |
| 32 | ** w (show wiki only). |
| 33 | ** |
| 34 | ** LIMIT is the number of items to show. |
| 35 | ** |
| 36 | ** tkt=UUID filters for only those events for the specified ticket. tag=TAG |
| 37 | ** filters for a tag, and wiki=NAME for a wiki page. Only one may be used. |
| 38 | ** |
| 39 | ** In addition, name=FILENAME filters for a specific file. This may be |
| @@ -212,11 +214,14 @@ | |
| 214 | ** The CLI variant of the /timeline.rss page, this produces an RSS |
| 215 | ** feed of the timeline to stdout. Options: |
| 216 | ** |
| 217 | ** -type|y FLAG |
| 218 | ** may be: all (default), ci (show checkins only), t (show tickets only), |
| 219 | ** w (show wiki only). |
| 220 | ** |
| 221 | ** -limit|n LIMIT |
| 222 | ** The maximum number of items to show. |
| 223 | ** |
| 224 | ** -tkt UUID |
| 225 | ** Filters for only those events for the specified ticket. |
| 226 | ** |
| 227 | ** -tag TAG |
| 228 |