Fossil SCM

(Typos) interwiki.md changes.

brickviking 2024-10-20 10:46 bv-corrections01
Commit 49c48f336cf8eaa38b2f47e1ee2ef804b109d2a29035be566587a447bb028be0
1 file changed +5 -5
--- www/interwiki.md
+++ www/interwiki.md
@@ -50,11 +50,11 @@
5050
or is an empty string.
5151
5252
2. <b>Hash Links</b> &rarr; the PageName is a hexadecimal number with
5353
at least four digits.
5454
55
- 3. <b>Wiki Links</b> &rarr; An PageName that is not a Path or Hash.
55
+ 3. <b>Wiki Links</b> &rarr; A PageName that is not a Path or Hash.
5656
5757
The Intermap defines a base URL for each Tag. Path links are appended
5858
directly to the URL contained in the Intermap. The Intermap can define
5959
additional text to put in between the base URL and the PageName for
6060
Hash and Wiki links, respectively.
@@ -62,11 +62,11 @@
6262
<a id="intermap"></a>
6363
## Intermap
6464
6565
The intermap defines a mapping from interwiki Tags to full URLs. The
6666
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.
6868
6969
[iwiki]: /help?cmd=interwiki
7070
[imap]: /intermap
7171
7272
The current intermap for a server is seen on the [/intermap][imap] page
@@ -77,19 +77,19 @@
7777
Each intermap entry stores, at a minimum, the base URL for the remote
7878
wiki. The intermap entry might also store additional path text that
7979
is used for Hash and Wiki links. If only the base URL is provided,
8080
then the intermap will only allow Path style interwiki links. The
8181
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.
8383
8484
8585
## Disadvantages and Limitations
8686
8787
* Configuration is required. The intermap must be set up correctly
8888
before interwiki links will work. This contrasts with ordinary
8989
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
9191
sync. Use the "[fossil config pull interwiki][fcfg]" command to
9292
synchronize the intermap.
9393
9494
* The is no backlink tracking. For ordinary intrawiki links, Fossil keeps
9595
track of both the source and target, and when displaying targets it
@@ -96,11 +96,11 @@
9696
commonly shows links to that target. For example, if you mention a
9797
check-in as part of a comment of another check-in, that new check-in
9898
shows up in the "References" section of the target check-in.
9999
([example](31af805348690958). In other words, Fossil tracks not just
100100
"_source&rarr;target_", but it also tracks "_target&rarr;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
102102
running on the target has no way of scanning the source text and
103103
hence has no way of knowing that it is a target of a link from the source.
104104
105105
[fcfg]: /help?cmd=config
106106
107107
--- www/interwiki.md
+++ www/interwiki.md
@@ -50,11 +50,11 @@
50 or is an empty string.
51
52 2. <b>Hash Links</b> &rarr; the PageName is a hexadecimal number with
53 at least four digits.
54
55 3. <b>Wiki Links</b> &rarr; 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&rarr;target_", but it also tracks "_target&rarr;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> &rarr; the PageName is a hexadecimal number with
53 at least four digits.
54
55 3. <b>Wiki Links</b> &rarr; 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&rarr;target_", but it also tracks "_target&rarr;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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button