Fossil SCM
(Typos) interwiki.md changes.
Commit
49c48f336cf8eaa38b2f47e1ee2ef804b109d2a29035be566587a447bb028be0
Parent
a6714794f0ad580…
1 file changed
+5
-5
+5
-5
| --- www/interwiki.md | ||
| +++ www/interwiki.md | ||
| @@ -50,11 +50,11 @@ | ||
| 50 | 50 | or is an empty string. |
| 51 | 51 | |
| 52 | 52 | 2. <b>Hash Links</b> → the PageName is a hexadecimal number with |
| 53 | 53 | at least four digits. |
| 54 | 54 | |
| 55 | - 3. <b>Wiki Links</b> → An PageName that is not a Path or Hash. | |
| 55 | + 3. <b>Wiki Links</b> → A PageName that is not a Path or Hash. | |
| 56 | 56 | |
| 57 | 57 | The Intermap defines a base URL for each Tag. Path links are appended |
| 58 | 58 | directly to the URL contained in the Intermap. The Intermap can define |
| 59 | 59 | additional text to put in between the base URL and the PageName for |
| 60 | 60 | Hash and Wiki links, respectively. |
| @@ -62,11 +62,11 @@ | ||
| 62 | 62 | <a id="intermap"></a> |
| 63 | 63 | ## Intermap |
| 64 | 64 | |
| 65 | 65 | The intermap defines a mapping from interwiki Tags to full URLs. The |
| 66 | 66 | Intermap can be viewed and managed using the [fossil interwiki][iwiki] |
| 67 | -command or the [/intermap][imap] webpages. | |
| 67 | +command or the [/intermap][imap] webpage. | |
| 68 | 68 | |
| 69 | 69 | [iwiki]: /help?cmd=interwiki |
| 70 | 70 | [imap]: /intermap |
| 71 | 71 | |
| 72 | 72 | The current intermap for a server is seen on the [/intermap][imap] page |
| @@ -77,19 +77,19 @@ | ||
| 77 | 77 | Each intermap entry stores, at a minimum, the base URL for the remote |
| 78 | 78 | wiki. The intermap entry might also store additional path text that |
| 79 | 79 | is used for Hash and Wiki links. If only the base URL is provided, |
| 80 | 80 | then the intermap will only allow Path style interwiki links. The |
| 81 | 81 | Hash and Wiki style interwiki links are only allowed if the necessary |
| 82 | -extensions for provided in the intermap. | |
| 82 | +extensions are provided in the intermap. | |
| 83 | 83 | |
| 84 | 84 | |
| 85 | 85 | ## Disadvantages and Limitations |
| 86 | 86 | |
| 87 | 87 | * Configuration is required. The intermap must be set up correctly |
| 88 | 88 | before interwiki links will work. This contrasts with ordinary |
| 89 | 89 | links that just work without any configuration. Cloning a repository |
| 90 | - copies the intermap, but normal syncs to not keep the intermap in | |
| 90 | + copies the intermap, but normal syncs do not keep the intermap in | |
| 91 | 91 | sync. Use the "[fossil config pull interwiki][fcfg]" command to |
| 92 | 92 | synchronize the intermap. |
| 93 | 93 | |
| 94 | 94 | * The is no backlink tracking. For ordinary intrawiki links, Fossil keeps |
| 95 | 95 | track of both the source and target, and when displaying targets it |
| @@ -96,11 +96,11 @@ | ||
| 96 | 96 | commonly shows links to that target. For example, if you mention a |
| 97 | 97 | check-in as part of a comment of another check-in, that new check-in |
| 98 | 98 | shows up in the "References" section of the target check-in. |
| 99 | 99 | ([example](31af805348690958). In other words, Fossil tracks not just |
| 100 | 100 | "_source→target_", but it also tracks "_target→source_". |
| 101 | - But backtracking do not work for interwiki links, since the Fossil | |
| 101 | + But backtracking does not work for interwiki links, since the Fossil | |
| 102 | 102 | running on the target has no way of scanning the source text and |
| 103 | 103 | hence has no way of knowing that it is a target of a link from the source. |
| 104 | 104 | |
| 105 | 105 | [fcfg]: /help?cmd=config |
| 106 | 106 | |
| 107 | 107 |
| --- www/interwiki.md | |
| +++ www/interwiki.md | |
| @@ -50,11 +50,11 @@ | |
| 50 | or is an empty string. |
| 51 | |
| 52 | 2. <b>Hash Links</b> → the PageName is a hexadecimal number with |
| 53 | at least four digits. |
| 54 | |
| 55 | 3. <b>Wiki Links</b> → An PageName that is not a Path or Hash. |
| 56 | |
| 57 | The Intermap defines a base URL for each Tag. Path links are appended |
| 58 | directly to the URL contained in the Intermap. The Intermap can define |
| 59 | additional text to put in between the base URL and the PageName for |
| 60 | Hash and Wiki links, respectively. |
| @@ -62,11 +62,11 @@ | |
| 62 | <a id="intermap"></a> |
| 63 | ## Intermap |
| 64 | |
| 65 | The intermap defines a mapping from interwiki Tags to full URLs. The |
| 66 | Intermap can be viewed and managed using the [fossil interwiki][iwiki] |
| 67 | command or the [/intermap][imap] webpages. |
| 68 | |
| 69 | [iwiki]: /help?cmd=interwiki |
| 70 | [imap]: /intermap |
| 71 | |
| 72 | The current intermap for a server is seen on the [/intermap][imap] page |
| @@ -77,19 +77,19 @@ | |
| 77 | Each intermap entry stores, at a minimum, the base URL for the remote |
| 78 | wiki. The intermap entry might also store additional path text that |
| 79 | is used for Hash and Wiki links. If only the base URL is provided, |
| 80 | then the intermap will only allow Path style interwiki links. The |
| 81 | Hash and Wiki style interwiki links are only allowed if the necessary |
| 82 | extensions for provided in the intermap. |
| 83 | |
| 84 | |
| 85 | ## Disadvantages and Limitations |
| 86 | |
| 87 | * Configuration is required. The intermap must be set up correctly |
| 88 | before interwiki links will work. This contrasts with ordinary |
| 89 | links that just work without any configuration. Cloning a repository |
| 90 | copies the intermap, but normal syncs to not keep the intermap in |
| 91 | sync. Use the "[fossil config pull interwiki][fcfg]" command to |
| 92 | synchronize the intermap. |
| 93 | |
| 94 | * The is no backlink tracking. For ordinary intrawiki links, Fossil keeps |
| 95 | track of both the source and target, and when displaying targets it |
| @@ -96,11 +96,11 @@ | |
| 96 | commonly shows links to that target. For example, if you mention a |
| 97 | check-in as part of a comment of another check-in, that new check-in |
| 98 | shows up in the "References" section of the target check-in. |
| 99 | ([example](31af805348690958). In other words, Fossil tracks not just |
| 100 | "_source→target_", but it also tracks "_target→source_". |
| 101 | But backtracking do not work for interwiki links, since the Fossil |
| 102 | running on the target has no way of scanning the source text and |
| 103 | hence has no way of knowing that it is a target of a link from the source. |
| 104 | |
| 105 | [fcfg]: /help?cmd=config |
| 106 | |
| 107 |
| --- www/interwiki.md | |
| +++ www/interwiki.md | |
| @@ -50,11 +50,11 @@ | |
| 50 | or is an empty string. |
| 51 | |
| 52 | 2. <b>Hash Links</b> → the PageName is a hexadecimal number with |
| 53 | at least four digits. |
| 54 | |
| 55 | 3. <b>Wiki Links</b> → A PageName that is not a Path or Hash. |
| 56 | |
| 57 | The Intermap defines a base URL for each Tag. Path links are appended |
| 58 | directly to the URL contained in the Intermap. The Intermap can define |
| 59 | additional text to put in between the base URL and the PageName for |
| 60 | Hash and Wiki links, respectively. |
| @@ -62,11 +62,11 @@ | |
| 62 | <a id="intermap"></a> |
| 63 | ## Intermap |
| 64 | |
| 65 | The intermap defines a mapping from interwiki Tags to full URLs. The |
| 66 | Intermap can be viewed and managed using the [fossil interwiki][iwiki] |
| 67 | command or the [/intermap][imap] webpage. |
| 68 | |
| 69 | [iwiki]: /help?cmd=interwiki |
| 70 | [imap]: /intermap |
| 71 | |
| 72 | The current intermap for a server is seen on the [/intermap][imap] page |
| @@ -77,19 +77,19 @@ | |
| 77 | Each intermap entry stores, at a minimum, the base URL for the remote |
| 78 | wiki. The intermap entry might also store additional path text that |
| 79 | is used for Hash and Wiki links. If only the base URL is provided, |
| 80 | then the intermap will only allow Path style interwiki links. The |
| 81 | Hash and Wiki style interwiki links are only allowed if the necessary |
| 82 | extensions are provided in the intermap. |
| 83 | |
| 84 | |
| 85 | ## Disadvantages and Limitations |
| 86 | |
| 87 | * Configuration is required. The intermap must be set up correctly |
| 88 | before interwiki links will work. This contrasts with ordinary |
| 89 | links that just work without any configuration. Cloning a repository |
| 90 | copies the intermap, but normal syncs do not keep the intermap in |
| 91 | sync. Use the "[fossil config pull interwiki][fcfg]" command to |
| 92 | synchronize the intermap. |
| 93 | |
| 94 | * The is no backlink tracking. For ordinary intrawiki links, Fossil keeps |
| 95 | track of both the source and target, and when displaying targets it |
| @@ -96,11 +96,11 @@ | |
| 96 | commonly shows links to that target. For example, if you mention a |
| 97 | check-in as part of a comment of another check-in, that new check-in |
| 98 | shows up in the "References" section of the target check-in. |
| 99 | ([example](31af805348690958). In other words, Fossil tracks not just |
| 100 | "_source→target_", but it also tracks "_target→source_". |
| 101 | But backtracking does not work for interwiki links, since the Fossil |
| 102 | running on the target has no way of scanning the source text and |
| 103 | hence has no way of knowing that it is a target of a link from the source. |
| 104 | |
| 105 | [fcfg]: /help?cmd=config |
| 106 | |
| 107 |