Fossil SCM

capitalise 'Windows' throughout WWW-docs

michai 2015-02-26 21:38 ml-jb-doc-typos
Commit b2f6c4b7ea216d7d95cfc81f284e8127426c6ef9
--- www/adding_code.wiki
+++ www/adding_code.wiki
@@ -150,11 +150,11 @@
150150
"<i>commandname</i><b>_cmd</b>", as is done in the example.
151151
152152
You could also use "printf()" instead of "fossil_print()" to generate
153153
the output text, if desired. But "fossil_print()" is recommended as
154154
it has extra logic to insert \r characters at the right times on
155
-windows systems.
155
+Windows systems.
156156
157157
Once you have the command running, you can then start adding code to
158158
make it do useful things. There are lots of utility functions in
159159
Fossil for parsing command-line options and for
160160
opening and accessing and manipulating the repository and
161161
--- www/adding_code.wiki
+++ www/adding_code.wiki
@@ -150,11 +150,11 @@
150 "<i>commandname</i><b>_cmd</b>", as is done in the example.
151
152 You could also use "printf()" instead of "fossil_print()" to generate
153 the output text, if desired. But "fossil_print()" is recommended as
154 it has extra logic to insert \r characters at the right times on
155 windows systems.
156
157 Once you have the command running, you can then start adding code to
158 make it do useful things. There are lots of utility functions in
159 Fossil for parsing command-line options and for
160 opening and accessing and manipulating the repository and
161
--- www/adding_code.wiki
+++ www/adding_code.wiki
@@ -150,11 +150,11 @@
150 "<i>commandname</i><b>_cmd</b>", as is done in the example.
151
152 You could also use "printf()" instead of "fossil_print()" to generate
153 the output text, if desired. But "fossil_print()" is recommended as
154 it has extra logic to insert \r characters at the right times on
155 Windows systems.
156
157 Once you have the command running, you can then start adding code to
158 make it do useful things. There are lots of utility functions in
159 Fossil for parsing command-line options and for
160 opening and accessing and manipulating the repository and
161
--- www/antibot.wiki
+++ www/antibot.wiki
@@ -59,11 +59,11 @@
5959
<li> Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
6060
<li> Wget/1.12 (openbsd4.9)
6161
</ul>
6262
6363
The first two UserAgent strings above identify Firefox 19 and
64
-Internet Explorer 8.0, both running on windows NT. The third
64
+Internet Explorer 8.0, both running on Windows NT. The third
6565
example is the spider used by Google to index the internet.
6666
The fourth example is the "wget" utility running on OpenBSD.
6767
Thus the first two UserAgent strings above identify the requestor
6868
as human whereas the second two identify the requestor as a spider.
6969
Note that the UserAgent string is completely under the control
7070
--- www/antibot.wiki
+++ www/antibot.wiki
@@ -59,11 +59,11 @@
59 <li> Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
60 <li> Wget/1.12 (openbsd4.9)
61 </ul>
62
63 The first two UserAgent strings above identify Firefox 19 and
64 Internet Explorer 8.0, both running on windows NT. The third
65 example is the spider used by Google to index the internet.
66 The fourth example is the "wget" utility running on OpenBSD.
67 Thus the first two UserAgent strings above identify the requestor
68 as human whereas the second two identify the requestor as a spider.
69 Note that the UserAgent string is completely under the control
70
--- www/antibot.wiki
+++ www/antibot.wiki
@@ -59,11 +59,11 @@
59 <li> Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
60 <li> Wget/1.12 (openbsd4.9)
61 </ul>
62
63 The first two UserAgent strings above identify Firefox 19 and
64 Internet Explorer 8.0, both running on Windows NT. The third
65 example is the spider used by Google to index the internet.
66 The fourth example is the "wget" utility running on OpenBSD.
67 Thus the first two UserAgent strings above identify the requestor
68 as human whereas the second two identify the requestor as a spider.
69 Note that the UserAgent string is completely under the control
70
+1 -1
--- www/build.wiki
+++ www/build.wiki
@@ -143,11 +143,11 @@
143143
144144
<h2>3.0 Installing</h2>
145145
146146
<ol>
147147
<li value="8">
148
-<p>The finished binary is named "fossil" (or "fossil.exe" on windows).
148
+<p>The finished binary is named "fossil" (or "fossil.exe" on Windows).
149149
Put this binary in a
150150
directory that is somewhere on your PATH environment variable.
151151
It does not matter where.</p>
152152
153153
<li>
154154
--- www/build.wiki
+++ www/build.wiki
@@ -143,11 +143,11 @@
143
144 <h2>3.0 Installing</h2>
145
146 <ol>
147 <li value="8">
148 <p>The finished binary is named "fossil" (or "fossil.exe" on windows).
149 Put this binary in a
150 directory that is somewhere on your PATH environment variable.
151 It does not matter where.</p>
152
153 <li>
154
--- www/build.wiki
+++ www/build.wiki
@@ -143,11 +143,11 @@
143
144 <h2>3.0 Installing</h2>
145
146 <ol>
147 <li value="8">
148 <p>The finished binary is named "fossil" (or "fossil.exe" on Windows).
149 Put this binary in a
150 directory that is somewhere on your PATH environment variable.
151 It does not matter where.</p>
152
153 <li>
154
--- www/changes.wiki
+++ www/changes.wiki
@@ -95,11 +95,11 @@
9595
and [/help?cmd=/artifact|/artifact] pages.
9696
* Most commands now issue errors rather than silently ignoring unrecognized
9797
command-line options.
9898
* Use full 40-character SHA1 hashes (instead of abbreviations) in most
9999
internal URLs.
100
- * The "ssh:" sync method on windows now uses "plink.exe" instead of "ssh" as
100
+ * The "ssh:" sync method on Windows now uses "plink.exe" instead of "ssh" as
101101
the secure-shell client program.
102102
* Prevent a partial clone when the connection is lost.
103103
* Make the distinction between 301 and 302 redirects.
104104
* Allow commits against a closed check-in as long as the commit goes onto
105105
a different branch.
@@ -328,11 +328,11 @@
328328
sorts by the indicated column.
329329
* Add the "fossil cat" command which is basically an alias for
330330
"fossil finfo -p".
331331
* Hyperlinks with the class "button" are rendered as submenu buttons
332332
on embedded documentation.
333
- * The check-in comment editor on windows now defaults to NotePad.exe.
333
+ * The check-in comment editor on Windows now defaults to NotePad.exe.
334334
* Correctly deal with BOMs in check-in comments. Also attempt to convert
335335
check-in comments to UTF8 from other encodings.
336336
* Allow the deletion of multiple stash entries using multiple arguments
337337
to the "fossil stash rm" command.
338338
* Enhance the "fossil server DIRECTORY" command to serve static content
@@ -382,11 +382,11 @@
382382
* Disallow invalid UTF8 characters (such as characters in the surrogate
383383
pair range) in filenames.
384384
* Judge the UserAgent strings issued by the NetSurf webbrowser to be
385385
coming from a human, not from a bot.
386386
* Add the zlib sources to the Fossil source tree (under compat/zlib) and
387
- use those sources when compiling on (windows) systems that do not have
387
+ use those sources when compiling on (Windows) systems that do not have
388388
a zlib library installed by default.
389389
* Prompt the user with the option to convert non-UTF8 files into UTF8
390390
when committing.
391391
* Allow the characters <nowiki>*[]?</nowiki> in filenames.
392392
* Allow the --context option on diff commands to have a value of 0.
@@ -402,11 +402,11 @@
402402
* Allow style= attribute to occur in HTML markup on wiki pages.
403403
* Added the --tk option to the "fossi diff" and "fossil stash diff"
404404
commands, causing color-coded diff output to be displayed in a Tcl/Tk
405405
GUI window. This option only works if Tcl/Tk is installed on the
406406
host.
407
- * On windows, make the "gdiff" command default to use WinDiff.exe.
407
+ * On Windows, make the "gdiff" command default to use WinDiff.exe.
408408
* Update the "fossil stash" command so that it always prompts for a
409409
comment if the -m option is omitted.
410410
* Enhance the timeline webpages so that a=, b=, c=, d=, p=, and dp=
411411
query parameters (and others) can all accept any valid checkin name
412412
(such as branch names or labels) instead of just SHA1 hashes.
@@ -587,11 +587,11 @@
587587
* Update the built-in SQLite to version 3.7.9 beta.
588588
589589
<h2>Changes For Version 1.19 (2011-09-02)</h2>
590590
* Added a ./configure script based on autosetup.
591591
* Added the "[/help/winsrv | fossil winsrv]" command
592
- for creating a Fossil service on windows systems.
592
+ for creating a Fossil service on Windows systems.
593593
* Added "versionable settings" where settings that affect
594594
the local tree can be stored in versioned files in the
595595
.fossil-settings directory.
596596
* Background colors for branches are chosen automatically if no
597597
color is specified by the user.
@@ -606,11 +606,11 @@
606606
* Added support for client-side SSL certificates with "ssl-identity"
607607
setting and --ssl-identity option.
608608
* Added "ssl-ca-location" setting to specify trusted root
609609
SSL certificates.
610610
* Added the --case-sensitive BOOLEAN command-line option to many commands.
611
- Default to true for Unix and false for windows.
611
+ Default to true for Unix and false for Windows.
612612
* Added the "Color-Test" submenu button on the branch list web page.
613613
* Compatibility improvements to the git-export feature.
614614
* Performance improvements on SHA1 checksums
615615
* Update to the latest SQLite version 3.7.8 alpha.
616616
* Fix the tarball generator to work with very log pathnames
617617
--- www/changes.wiki
+++ www/changes.wiki
@@ -95,11 +95,11 @@
95 and [/help?cmd=/artifact|/artifact] pages.
96 * Most commands now issue errors rather than silently ignoring unrecognized
97 command-line options.
98 * Use full 40-character SHA1 hashes (instead of abbreviations) in most
99 internal URLs.
100 * The "ssh:" sync method on windows now uses "plink.exe" instead of "ssh" as
101 the secure-shell client program.
102 * Prevent a partial clone when the connection is lost.
103 * Make the distinction between 301 and 302 redirects.
104 * Allow commits against a closed check-in as long as the commit goes onto
105 a different branch.
@@ -328,11 +328,11 @@
328 sorts by the indicated column.
329 * Add the "fossil cat" command which is basically an alias for
330 "fossil finfo -p".
331 * Hyperlinks with the class "button" are rendered as submenu buttons
332 on embedded documentation.
333 * The check-in comment editor on windows now defaults to NotePad.exe.
334 * Correctly deal with BOMs in check-in comments. Also attempt to convert
335 check-in comments to UTF8 from other encodings.
336 * Allow the deletion of multiple stash entries using multiple arguments
337 to the "fossil stash rm" command.
338 * Enhance the "fossil server DIRECTORY" command to serve static content
@@ -382,11 +382,11 @@
382 * Disallow invalid UTF8 characters (such as characters in the surrogate
383 pair range) in filenames.
384 * Judge the UserAgent strings issued by the NetSurf webbrowser to be
385 coming from a human, not from a bot.
386 * Add the zlib sources to the Fossil source tree (under compat/zlib) and
387 use those sources when compiling on (windows) systems that do not have
388 a zlib library installed by default.
389 * Prompt the user with the option to convert non-UTF8 files into UTF8
390 when committing.
391 * Allow the characters <nowiki>*[]?</nowiki> in filenames.
392 * Allow the --context option on diff commands to have a value of 0.
@@ -402,11 +402,11 @@
402 * Allow style= attribute to occur in HTML markup on wiki pages.
403 * Added the --tk option to the "fossi diff" and "fossil stash diff"
404 commands, causing color-coded diff output to be displayed in a Tcl/Tk
405 GUI window. This option only works if Tcl/Tk is installed on the
406 host.
407 * On windows, make the "gdiff" command default to use WinDiff.exe.
408 * Update the "fossil stash" command so that it always prompts for a
409 comment if the -m option is omitted.
410 * Enhance the timeline webpages so that a=, b=, c=, d=, p=, and dp=
411 query parameters (and others) can all accept any valid checkin name
412 (such as branch names or labels) instead of just SHA1 hashes.
@@ -587,11 +587,11 @@
587 * Update the built-in SQLite to version 3.7.9 beta.
588
589 <h2>Changes For Version 1.19 (2011-09-02)</h2>
590 * Added a ./configure script based on autosetup.
591 * Added the "[/help/winsrv | fossil winsrv]" command
592 for creating a Fossil service on windows systems.
593 * Added "versionable settings" where settings that affect
594 the local tree can be stored in versioned files in the
595 .fossil-settings directory.
596 * Background colors for branches are chosen automatically if no
597 color is specified by the user.
@@ -606,11 +606,11 @@
606 * Added support for client-side SSL certificates with "ssl-identity"
607 setting and --ssl-identity option.
608 * Added "ssl-ca-location" setting to specify trusted root
609 SSL certificates.
610 * Added the --case-sensitive BOOLEAN command-line option to many commands.
611 Default to true for Unix and false for windows.
612 * Added the "Color-Test" submenu button on the branch list web page.
613 * Compatibility improvements to the git-export feature.
614 * Performance improvements on SHA1 checksums
615 * Update to the latest SQLite version 3.7.8 alpha.
616 * Fix the tarball generator to work with very log pathnames
617
--- www/changes.wiki
+++ www/changes.wiki
@@ -95,11 +95,11 @@
95 and [/help?cmd=/artifact|/artifact] pages.
96 * Most commands now issue errors rather than silently ignoring unrecognized
97 command-line options.
98 * Use full 40-character SHA1 hashes (instead of abbreviations) in most
99 internal URLs.
100 * The "ssh:" sync method on Windows now uses "plink.exe" instead of "ssh" as
101 the secure-shell client program.
102 * Prevent a partial clone when the connection is lost.
103 * Make the distinction between 301 and 302 redirects.
104 * Allow commits against a closed check-in as long as the commit goes onto
105 a different branch.
@@ -328,11 +328,11 @@
328 sorts by the indicated column.
329 * Add the "fossil cat" command which is basically an alias for
330 "fossil finfo -p".
331 * Hyperlinks with the class "button" are rendered as submenu buttons
332 on embedded documentation.
333 * The check-in comment editor on Windows now defaults to NotePad.exe.
334 * Correctly deal with BOMs in check-in comments. Also attempt to convert
335 check-in comments to UTF8 from other encodings.
336 * Allow the deletion of multiple stash entries using multiple arguments
337 to the "fossil stash rm" command.
338 * Enhance the "fossil server DIRECTORY" command to serve static content
@@ -382,11 +382,11 @@
382 * Disallow invalid UTF8 characters (such as characters in the surrogate
383 pair range) in filenames.
384 * Judge the UserAgent strings issued by the NetSurf webbrowser to be
385 coming from a human, not from a bot.
386 * Add the zlib sources to the Fossil source tree (under compat/zlib) and
387 use those sources when compiling on (Windows) systems that do not have
388 a zlib library installed by default.
389 * Prompt the user with the option to convert non-UTF8 files into UTF8
390 when committing.
391 * Allow the characters <nowiki>*[]?</nowiki> in filenames.
392 * Allow the --context option on diff commands to have a value of 0.
@@ -402,11 +402,11 @@
402 * Allow style= attribute to occur in HTML markup on wiki pages.
403 * Added the --tk option to the "fossi diff" and "fossil stash diff"
404 commands, causing color-coded diff output to be displayed in a Tcl/Tk
405 GUI window. This option only works if Tcl/Tk is installed on the
406 host.
407 * On Windows, make the "gdiff" command default to use WinDiff.exe.
408 * Update the "fossil stash" command so that it always prompts for a
409 comment if the -m option is omitted.
410 * Enhance the timeline webpages so that a=, b=, c=, d=, p=, and dp=
411 query parameters (and others) can all accept any valid checkin name
412 (such as branch names or labels) instead of just SHA1 hashes.
@@ -587,11 +587,11 @@
587 * Update the built-in SQLite to version 3.7.9 beta.
588
589 <h2>Changes For Version 1.19 (2011-09-02)</h2>
590 * Added a ./configure script based on autosetup.
591 * Added the "[/help/winsrv | fossil winsrv]" command
592 for creating a Fossil service on Windows systems.
593 * Added "versionable settings" where settings that affect
594 the local tree can be stored in versioned files in the
595 .fossil-settings directory.
596 * Background colors for branches are chosen automatically if no
597 color is specified by the user.
@@ -606,11 +606,11 @@
606 * Added support for client-side SSL certificates with "ssl-identity"
607 setting and --ssl-identity option.
608 * Added "ssl-ca-location" setting to specify trusted root
609 SSL certificates.
610 * Added the --case-sensitive BOOLEAN command-line option to many commands.
611 Default to true for Unix and false for Windows.
612 * Added the "Color-Test" submenu button on the branch list web page.
613 * Compatibility improvements to the git-export feature.
614 * Performance improvements on SHA1 checksums
615 * Update to the latest SQLite version 3.7.8 alpha.
616 * Fix the tarball generator to work with very log pathnames
617
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -178,11 +178,11 @@
178178
</ul>
179179
180180
<h2>3.0 Fossil - The Program</h2>
181181
182182
Fossil is software. The implementation of fossil is in the form
183
-of a single executable named "fossil" (or "fossil.exe" on windows).
183
+of a single executable named "fossil" (or "fossil.exe" on Windows).
184184
To install fossil on your system,
185185
all you have to do is obtain a copy of this one executable file (either
186186
by downloading a
187187
<a href="http://www.fossil-scm.org/download.html">pre-compiled version</a>
188188
or [./build.wiki | compiling it yourself]) and then
189189
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -178,11 +178,11 @@
178 </ul>
179
180 <h2>3.0 Fossil - The Program</h2>
181
182 Fossil is software. The implementation of fossil is in the form
183 of a single executable named "fossil" (or "fossil.exe" on windows).
184 To install fossil on your system,
185 all you have to do is obtain a copy of this one executable file (either
186 by downloading a
187 <a href="http://www.fossil-scm.org/download.html">pre-compiled version</a>
188 or [./build.wiki | compiling it yourself]) and then
189
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -178,11 +178,11 @@
178 </ul>
179
180 <h2>3.0 Fossil - The Program</h2>
181
182 Fossil is software. The implementation of fossil is in the form
183 of a single executable named "fossil" (or "fossil.exe" on Windows).
184 To install fossil on your system,
185 all you have to do is obtain a copy of this one executable file (either
186 by downloading a
187 <a href="http://www.fossil-scm.org/download.html">pre-compiled version</a>
188 or [./build.wiki | compiling it yourself]) and then
189
+1 -1
--- www/style.wiki
+++ www/style.wiki
@@ -23,11 +23,11 @@
2323
16. All C-code conforms to ANSI C-89.
2424
2525
17. All comments and identifiers are in English.
2626
2727
18. The program is single-threaded. Do not use threads.
28
- (One exception to this is the HTTP server implementation for windows,
28
+ (One exception to this is the HTTP server implementation for Windows,
2929
which we do not know how to implement without the use of threads.)
3030
3131
3232
<b>C preprocessor macros</b>:
3333
3434
--- www/style.wiki
+++ www/style.wiki
@@ -23,11 +23,11 @@
23 16. All C-code conforms to ANSI C-89.
24
25 17. All comments and identifiers are in English.
26
27 18. The program is single-threaded. Do not use threads.
28 (One exception to this is the HTTP server implementation for windows,
29 which we do not know how to implement without the use of threads.)
30
31
32 <b>C preprocessor macros</b>:
33
34
--- www/style.wiki
+++ www/style.wiki
@@ -23,11 +23,11 @@
23 16. All C-code conforms to ANSI C-89.
24
25 17. All comments and identifiers are in English.
26
27 18. The program is single-threaded. Do not use threads.
28 (One exception to this is the HTTP server implementation for Windows,
29 which we do not know how to implement without the use of threads.)
30
31
32 <b>C preprocessor macros</b>:
33
34
--- www/tech_overview.wiki
+++ www/tech_overview.wiki
@@ -125,11 +125,11 @@
125125
The configuration database also maintains a list of repositories. This
126126
list is used by the [/help/all | fossil all] command in order to run various
127127
operations such as "sync" or "rebuild" on all repositories managed by a user.
128128
129129
On Unix systems, the configuration database is named ".fossil" and is
130
-located in the user's home directory. On windows, the configuration
130
+located in the user's home directory. On Windows, the configuration
131131
database is named "_fossil" (using an underscore as the first character
132132
instead of a dot) and is located in the directory specified by the
133133
LOCALAPPDATA, APPDATA, or HOMEPATH environment variables, in that order.
134134
135135
<h3>2.2 Repository Databases</h3>
136136
--- www/tech_overview.wiki
+++ www/tech_overview.wiki
@@ -125,11 +125,11 @@
125 The configuration database also maintains a list of repositories. This
126 list is used by the [/help/all | fossil all] command in order to run various
127 operations such as "sync" or "rebuild" on all repositories managed by a user.
128
129 On Unix systems, the configuration database is named ".fossil" and is
130 located in the user's home directory. On windows, the configuration
131 database is named "_fossil" (using an underscore as the first character
132 instead of a dot) and is located in the directory specified by the
133 LOCALAPPDATA, APPDATA, or HOMEPATH environment variables, in that order.
134
135 <h3>2.2 Repository Databases</h3>
136
--- www/tech_overview.wiki
+++ www/tech_overview.wiki
@@ -125,11 +125,11 @@
125 The configuration database also maintains a list of repositories. This
126 list is used by the [/help/all | fossil all] command in order to run various
127 operations such as "sync" or "rebuild" on all repositories managed by a user.
128
129 On Unix systems, the configuration database is named ".fossil" and is
130 located in the user's home directory. On Windows, the configuration
131 database is named "_fossil" (using an underscore as the first character
132 instead of a dot) and is located in the directory specified by the
133 LOCALAPPDATA, APPDATA, or HOMEPATH environment variables, in that order.
134
135 <h3>2.2 Repository Databases</h3>
136

Keyboard Shortcuts

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