Fossil SCM
Replace some name=X HTML attributes with id=X so that #X links work.
Commit
904e2457152e85196dfc9805e4d405ca72d88be03689eed1253793824edc7489
Parent
ec592b517ce909a…
1 file changed
+5
-5
+5
-5
| --- www/forum.wiki | ||
| +++ www/forum.wiki | ||
| @@ -408,11 +408,11 @@ | ||
| 408 | 408 | posts. This is intentional, as closing one's own post can be used to |
| 409 | 409 | antagonize other forum users. For example, by posting something |
| 410 | 410 | trollish or highly controversial in nature and closing the post to |
| 411 | 411 | further responses. |
| 412 | 412 | |
| 413 | -<h2 name="status">Setting Post Statuses</h2> | |
| 413 | +<h2 id="status">Setting Post Statuses</h2> | |
| 414 | 414 | |
| 415 | 415 | As of version 2.29 forum posts may be tagged with a status. The |
| 416 | 416 | setting <tt>forum-statuses</tt> controls whether this feature is is |
| 417 | 417 | enabled. If it is not set, is not valid JSON5, or has only a single |
| 418 | 418 | entry, then status are not shown in the forum. |
| @@ -477,11 +477,11 @@ | ||
| 477 | 477 | the <a href='#close-post'>"closed" tag feature</a>, which behaves considerably |
| 478 | 478 | differently and predates that "status" tag support by about three years. The |
| 479 | 479 | "closed" semantics cannot be trivially consolidated with those of "status" |
| 480 | 480 | but we reserve the right to do so at some point. |
| 481 | 481 | |
| 482 | -<h2 name="attachments">Attachments</h2> | |
| 482 | +<h2 id="attachments">Attachments</h2> | |
| 483 | 483 | |
| 484 | 484 | As of version 2.29 users with the [./caps/index.md|'B' capability] may |
| 485 | 485 | attach files to forum posts. Files may not be attached until a forum |
| 486 | 486 | post is saved for the first time, after which an "Attach" button will |
| 487 | 487 | appear in the post when it is selected. Attached files undergo |
| @@ -515,11 +515,11 @@ | ||
| 515 | 515 | admin approves post. |
| 516 | 516 | |
| 517 | 517 | TBD is whether to accept that case or to remove automatic approval of |
| 518 | 518 | attached files. |
| 519 | 519 | |
| 520 | -<h2 name="drafts">Draft Edits</h2> | |
| 520 | +<h2 id="drafts">Draft Edits</h2> | |
| 521 | 521 | |
| 522 | 522 | The forum uses, if available, JavaScript's <code>localStorage</code> |
| 523 | 523 | or <code>sessionStorage</code> to store local drafts of new |
| 524 | 524 | posts, replies, and edits to existing posts. Each time an editor |
| 525 | 525 | input field loses focus, the draft is saved. When viewing a forum |
| @@ -547,11 +547,11 @@ | ||
| 547 | 547 | to use the edit/reply buttons will hold a separate Web Lock for each |
| 548 | 548 | and forbid edit/reply access to the post in other tabs until the |
| 549 | 549 | locking tab is closed. |
| 550 | 550 | |
| 551 | 551 | |
| 552 | -<h2 name="padding">Curious Extra Page Padding</h2> | |
| 552 | +<h2 id="padding">Curious Extra Page Padding</h2> | |
| 553 | 553 | |
| 554 | 554 | Users may notice that the forum pages get a bunch of padding added to |
| 555 | 555 | the bottom of the page when an editor widget is opened. This is not a |
| 556 | 556 | bug, but a workaround to help avoid the UI jumping around when |
| 557 | 557 | rendering a preview wildly resizes the widget. The effect is |
| @@ -558,11 +558,11 @@ | ||
| 558 | 558 | especially helpful when working on posts while the bottom footer of |
| 559 | 559 | the page is in the viewport, as the footer is a hard boundary against |
| 560 | 560 | scrolling. With the extra padding, the editor widget's top edge shifts |
| 561 | 561 | around less when the preview is shown and hidden. |
| 562 | 562 | |
| 563 | -<h2 name="fork">Forked Edits</h2> | |
| 563 | +<h2 id="fork">Forked Edits</h2> | |
| 564 | 564 | |
| 565 | 565 | It is possible to "fork" forum messages, in the same way that any |
| 566 | 566 | given check-in may cause a fork. This can happen when a message is |
| 567 | 567 | edited concurrently from two or more browser tabs or via two or more |
| 568 | 568 | fossil instances which subsequently sync with each other. |
| 569 | 569 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -408,11 +408,11 @@ | |
| 408 | posts. This is intentional, as closing one's own post can be used to |
| 409 | antagonize other forum users. For example, by posting something |
| 410 | trollish or highly controversial in nature and closing the post to |
| 411 | further responses. |
| 412 | |
| 413 | <h2 name="status">Setting Post Statuses</h2> |
| 414 | |
| 415 | As of version 2.29 forum posts may be tagged with a status. The |
| 416 | setting <tt>forum-statuses</tt> controls whether this feature is is |
| 417 | enabled. If it is not set, is not valid JSON5, or has only a single |
| 418 | entry, then status are not shown in the forum. |
| @@ -477,11 +477,11 @@ | |
| 477 | the <a href='#close-post'>"closed" tag feature</a>, which behaves considerably |
| 478 | differently and predates that "status" tag support by about three years. The |
| 479 | "closed" semantics cannot be trivially consolidated with those of "status" |
| 480 | but we reserve the right to do so at some point. |
| 481 | |
| 482 | <h2 name="attachments">Attachments</h2> |
| 483 | |
| 484 | As of version 2.29 users with the [./caps/index.md|'B' capability] may |
| 485 | attach files to forum posts. Files may not be attached until a forum |
| 486 | post is saved for the first time, after which an "Attach" button will |
| 487 | appear in the post when it is selected. Attached files undergo |
| @@ -515,11 +515,11 @@ | |
| 515 | admin approves post. |
| 516 | |
| 517 | TBD is whether to accept that case or to remove automatic approval of |
| 518 | attached files. |
| 519 | |
| 520 | <h2 name="drafts">Draft Edits</h2> |
| 521 | |
| 522 | The forum uses, if available, JavaScript's <code>localStorage</code> |
| 523 | or <code>sessionStorage</code> to store local drafts of new |
| 524 | posts, replies, and edits to existing posts. Each time an editor |
| 525 | input field loses focus, the draft is saved. When viewing a forum |
| @@ -547,11 +547,11 @@ | |
| 547 | to use the edit/reply buttons will hold a separate Web Lock for each |
| 548 | and forbid edit/reply access to the post in other tabs until the |
| 549 | locking tab is closed. |
| 550 | |
| 551 | |
| 552 | <h2 name="padding">Curious Extra Page Padding</h2> |
| 553 | |
| 554 | Users may notice that the forum pages get a bunch of padding added to |
| 555 | the bottom of the page when an editor widget is opened. This is not a |
| 556 | bug, but a workaround to help avoid the UI jumping around when |
| 557 | rendering a preview wildly resizes the widget. The effect is |
| @@ -558,11 +558,11 @@ | |
| 558 | especially helpful when working on posts while the bottom footer of |
| 559 | the page is in the viewport, as the footer is a hard boundary against |
| 560 | scrolling. With the extra padding, the editor widget's top edge shifts |
| 561 | around less when the preview is shown and hidden. |
| 562 | |
| 563 | <h2 name="fork">Forked Edits</h2> |
| 564 | |
| 565 | It is possible to "fork" forum messages, in the same way that any |
| 566 | given check-in may cause a fork. This can happen when a message is |
| 567 | edited concurrently from two or more browser tabs or via two or more |
| 568 | fossil instances which subsequently sync with each other. |
| 569 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -408,11 +408,11 @@ | |
| 408 | posts. This is intentional, as closing one's own post can be used to |
| 409 | antagonize other forum users. For example, by posting something |
| 410 | trollish or highly controversial in nature and closing the post to |
| 411 | further responses. |
| 412 | |
| 413 | <h2 id="status">Setting Post Statuses</h2> |
| 414 | |
| 415 | As of version 2.29 forum posts may be tagged with a status. The |
| 416 | setting <tt>forum-statuses</tt> controls whether this feature is is |
| 417 | enabled. If it is not set, is not valid JSON5, or has only a single |
| 418 | entry, then status are not shown in the forum. |
| @@ -477,11 +477,11 @@ | |
| 477 | the <a href='#close-post'>"closed" tag feature</a>, which behaves considerably |
| 478 | differently and predates that "status" tag support by about three years. The |
| 479 | "closed" semantics cannot be trivially consolidated with those of "status" |
| 480 | but we reserve the right to do so at some point. |
| 481 | |
| 482 | <h2 id="attachments">Attachments</h2> |
| 483 | |
| 484 | As of version 2.29 users with the [./caps/index.md|'B' capability] may |
| 485 | attach files to forum posts. Files may not be attached until a forum |
| 486 | post is saved for the first time, after which an "Attach" button will |
| 487 | appear in the post when it is selected. Attached files undergo |
| @@ -515,11 +515,11 @@ | |
| 515 | admin approves post. |
| 516 | |
| 517 | TBD is whether to accept that case or to remove automatic approval of |
| 518 | attached files. |
| 519 | |
| 520 | <h2 id="drafts">Draft Edits</h2> |
| 521 | |
| 522 | The forum uses, if available, JavaScript's <code>localStorage</code> |
| 523 | or <code>sessionStorage</code> to store local drafts of new |
| 524 | posts, replies, and edits to existing posts. Each time an editor |
| 525 | input field loses focus, the draft is saved. When viewing a forum |
| @@ -547,11 +547,11 @@ | |
| 547 | to use the edit/reply buttons will hold a separate Web Lock for each |
| 548 | and forbid edit/reply access to the post in other tabs until the |
| 549 | locking tab is closed. |
| 550 | |
| 551 | |
| 552 | <h2 id="padding">Curious Extra Page Padding</h2> |
| 553 | |
| 554 | Users may notice that the forum pages get a bunch of padding added to |
| 555 | the bottom of the page when an editor widget is opened. This is not a |
| 556 | bug, but a workaround to help avoid the UI jumping around when |
| 557 | rendering a preview wildly resizes the widget. The effect is |
| @@ -558,11 +558,11 @@ | |
| 558 | especially helpful when working on posts while the bottom footer of |
| 559 | the page is in the viewport, as the footer is a hard boundary against |
| 560 | scrolling. With the extra padding, the editor widget's top edge shifts |
| 561 | around less when the preview is shown and hidden. |
| 562 | |
| 563 | <h2 id="fork">Forked Edits</h2> |
| 564 | |
| 565 | It is possible to "fork" forum messages, in the same way that any |
| 566 | given check-in may cause a fork. This can happen when a message is |
| 567 | edited concurrently from two or more browser tabs or via two or more |
| 568 | fossil instances which subsequently sync with each other. |
| 569 |