Differences From:
File
www/concepts.wiki
part of check-in
[e8c4f69c50]
- Change all mentions of "UUID" in the documentation and help screens into
either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID"
has a widely recognized meaning that is different from its meaning in
fossil. "UUID" is still used in code comments and in variable names.
by
drh on
2008-10-24 13:27:53.
[view]
To:
File
www/concepts.wiki
part of check-in
[9eb6ea75c1]
- doc changes -- spelling corrections and embedded ref pages.
by
kejoki on
2008-11-11 03:50:39.
[view]
@@ -74,9 +74,9 @@
a clone begins with nothing and creates a new local repository that
is a duplicate of a remote repository.</p>
<p>Communication between repositories is via HTTP. Remote
-repositories are identified by URL. You can also point a webbrowser
+repositories are identified by URL. You can also point a web browser
at a repository and get human-readable status, history, and tracking
information about the project.</p>
<h3>2.1 Identification Of Artifacts</h3>
@@ -86,9 +86,9 @@
<a href="http://en.wikipedia.org/wiki/SHA">SHA1</a> hash of the content
of that file expressed as 40 characters of lower-case hexadecimal. Such
a hash is referred to as the Artifact Identifier or Artifact ID
for the artifact. The SHA1 algorithm is created with the purpose of
-providing a highly forgery-resistent identifier for a file. Given any
+providing a highly forgery-resistant identifier for a file. Given any
file it is simple to find the artifact ID for that file. But given a
artifact ID it is computationally intractable to generate a file that will
have that Artifact ID.</p>
@@ -170,9 +170,9 @@
<p>Fossil is software. The implementation of fossil is in the form
of a single executable named "fossil". To install fossil on your system,
all you have to do is obtain a copy of this one executable file (either
-by downloading a precompiled version or compiling it yourself) and then
+by downloading a pre-compiled version or compiling it yourself) and then
putting that file somewhere on your PATH.</p>
<p>Fossil is completely self-contained. It is not necessary to
install any other software in order to use fossil. You do <u>not</u> need
@@ -371,9 +371,9 @@
<li><p><b>Setting up a stand-alone server</b></p>
<p>From within your source tree just use the <b>server</b> command and
fossil will start listening for incoming requests on TCP port 8080.
-You can point your webbrowser at <a href="http://localhost:8080/">
+You can point your web browser at <a href="http://localhost:8080/">
http://localhost:8080/</a> and begin exploring. Or your coworkers
can do pushes or pulls against your server. Use the <b>--port</b>
option to the server command to specify a different TCP port. If
you do not have a local source tree, use the <b>-R</b> command-line
@@ -397,9 +397,9 @@
repository: /home/me/bigproject.fossil
</pre></blockquote>
<p>Edit this script to use whatever pathnames are appropriate for
-your project. Then point your webbrowser at the script and off you
+your project. Then point your web browser at the script and off you
go.</p></li>
<li><p><b>Setting up an inetd server</b></p>