Fossil SCM
Improve description of technotes as per https://fossil-scm.org/forum/forumpost/225b049220
Commit
ae70df75505e0ccd5ceef50fcf0b0912667b47c15081004742ac99f1575795cc
Parent
e11efff8e4de0ae…
1 file changed
+10
-6
+10
-6
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -1928,11 +1928,11 @@ | ||
| 1928 | 1928 | ** <html><body>...</body></html>. |
| 1929 | 1929 | ** -p|--pre If -h|-H is used and the page or technote has |
| 1930 | 1930 | ** the text/plain mimetype, its HTML-escaped output |
| 1931 | 1931 | ** will be wrapped in <pre>...</pre>. |
| 1932 | 1932 | ** |
| 1933 | -** > fossil wiki (create|commit) PAGENAME ?FILE? ?OPTIONS? | |
| 1933 | +** > fossil wiki (create|commit) (PAGENAME | TECHNOTE-NAME) ?FILE? ?OPTIONS? | |
| 1934 | 1934 | ** |
| 1935 | 1935 | ** Create a new or commit changes to an existing wiki page or |
| 1936 | 1936 | ** technote from FILE or from standard input. PAGENAME is the |
| 1937 | 1937 | ** name of the wiki entry or the timeline comment of the |
| 1938 | 1938 | ** technote. |
| @@ -1946,16 +1946,20 @@ | ||
| 1946 | 1946 | ** text/x-markdown and text/plain. fossil, |
| 1947 | 1947 | ** markdown or plain can be specified as |
| 1948 | 1948 | ** synonyms of these values. |
| 1949 | 1949 | ** -t|--technote DATETIME Specifies the timestamp of |
| 1950 | 1950 | ** the technote to be created or |
| 1951 | -** updated. When updating a tech note | |
| 1952 | -** the most recently modified tech note | |
| 1953 | -** with the specified timestamp will be | |
| 1954 | -** updated. | |
| 1951 | +** updated. The timestamp specifies when | |
| 1952 | +** this technote appears in the timeline | |
| 1953 | +** and is its permanent handle although | |
| 1954 | +** it may not be unique. When updating | |
| 1955 | +** a technote the most recently modified | |
| 1956 | +** tech note with the specified timestamp | |
| 1957 | +** will be updated. | |
| 1955 | 1958 | ** -t|--technote TECHNOTE-ID Specifies the technote to be |
| 1956 | -** updated by its technote id. | |
| 1959 | +** updated by its technote id, which is | |
| 1960 | +** its UUID. | |
| 1957 | 1961 | ** --technote-tags TAGS The set of tags for a technote. |
| 1958 | 1962 | ** --technote-bgcolor COLOR The color used for the technote |
| 1959 | 1963 | ** on the timeline. |
| 1960 | 1964 | ** |
| 1961 | 1965 | ** > fossil wiki list ?OPTIONS? |
| 1962 | 1966 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -1928,11 +1928,11 @@ | |
| 1928 | ** <html><body>...</body></html>. |
| 1929 | ** -p|--pre If -h|-H is used and the page or technote has |
| 1930 | ** the text/plain mimetype, its HTML-escaped output |
| 1931 | ** will be wrapped in <pre>...</pre>. |
| 1932 | ** |
| 1933 | ** > fossil wiki (create|commit) PAGENAME ?FILE? ?OPTIONS? |
| 1934 | ** |
| 1935 | ** Create a new or commit changes to an existing wiki page or |
| 1936 | ** technote from FILE or from standard input. PAGENAME is the |
| 1937 | ** name of the wiki entry or the timeline comment of the |
| 1938 | ** technote. |
| @@ -1946,16 +1946,20 @@ | |
| 1946 | ** text/x-markdown and text/plain. fossil, |
| 1947 | ** markdown or plain can be specified as |
| 1948 | ** synonyms of these values. |
| 1949 | ** -t|--technote DATETIME Specifies the timestamp of |
| 1950 | ** the technote to be created or |
| 1951 | ** updated. When updating a tech note |
| 1952 | ** the most recently modified tech note |
| 1953 | ** with the specified timestamp will be |
| 1954 | ** updated. |
| 1955 | ** -t|--technote TECHNOTE-ID Specifies the technote to be |
| 1956 | ** updated by its technote id. |
| 1957 | ** --technote-tags TAGS The set of tags for a technote. |
| 1958 | ** --technote-bgcolor COLOR The color used for the technote |
| 1959 | ** on the timeline. |
| 1960 | ** |
| 1961 | ** > fossil wiki list ?OPTIONS? |
| 1962 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -1928,11 +1928,11 @@ | |
| 1928 | ** <html><body>...</body></html>. |
| 1929 | ** -p|--pre If -h|-H is used and the page or technote has |
| 1930 | ** the text/plain mimetype, its HTML-escaped output |
| 1931 | ** will be wrapped in <pre>...</pre>. |
| 1932 | ** |
| 1933 | ** > fossil wiki (create|commit) (PAGENAME | TECHNOTE-NAME) ?FILE? ?OPTIONS? |
| 1934 | ** |
| 1935 | ** Create a new or commit changes to an existing wiki page or |
| 1936 | ** technote from FILE or from standard input. PAGENAME is the |
| 1937 | ** name of the wiki entry or the timeline comment of the |
| 1938 | ** technote. |
| @@ -1946,16 +1946,20 @@ | |
| 1946 | ** text/x-markdown and text/plain. fossil, |
| 1947 | ** markdown or plain can be specified as |
| 1948 | ** synonyms of these values. |
| 1949 | ** -t|--technote DATETIME Specifies the timestamp of |
| 1950 | ** the technote to be created or |
| 1951 | ** updated. The timestamp specifies when |
| 1952 | ** this technote appears in the timeline |
| 1953 | ** and is its permanent handle although |
| 1954 | ** it may not be unique. When updating |
| 1955 | ** a technote the most recently modified |
| 1956 | ** tech note with the specified timestamp |
| 1957 | ** will be updated. |
| 1958 | ** -t|--technote TECHNOTE-ID Specifies the technote to be |
| 1959 | ** updated by its technote id, which is |
| 1960 | ** its UUID. |
| 1961 | ** --technote-tags TAGS The set of tags for a technote. |
| 1962 | ** --technote-bgcolor COLOR The color used for the technote |
| 1963 | ** on the timeline. |
| 1964 | ** |
| 1965 | ** > fossil wiki list ?OPTIONS? |
| 1966 |