From bf092f4789a19d613fc5297a70e8d8f50dbcb557 Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Sun, 5 Apr 2026 19:19:57 +0300 Subject: [PATCH] docs: fix typos under defunct/ via codespell --- LDP/defunct/LDP-Admin-Guide/docmanagement.txt | 2 +- LDP/defunct/plone/requirements.txt | 2 +- LDP/defunct/scrollserver/CHANGELOG | 2 +- LDP/defunct/scrollserver/README | 2 +- LDP/defunct/scrollserver/config.py | 2 +- LDP/defunct/scrollserver/stylesheets/common/common.xsl | 8 ++++---- LDP/defunct/scrollserver/stylesheets/docbook/README | 2 +- LDP/defunct/scrollserver/stylesheets/docbook/WhatsNew | 2 +- .../scrollserver/stylesheets/docbook/doc/copyright.html | 2 +- .../scrollserver/stylesheets/docbook/doc/html/param.html | 8 ++++---- .../scrollserver/stylesheets/docbook/doc/lib/lib.html | 2 +- .../stylesheets/docbook/doc/tools/profiling.html | 6 +++--- .../scrollserver/stylesheets/docbook/docsrc/copyright.xml | 2 +- .../stylesheets/docbook/docsrc/html/param.xml | 4 ++-- .../stylesheets/docbook/docsrc/legalnotice.xml | 2 +- .../scrollserver/stylesheets/docbook/docsrc/lib/lib.xml | 2 +- .../stylesheets/docbook/docsrc/tools/profiling.xml | 6 +++--- .../extensions/doc/saxon5/com/nwalsh/saxon/Verbatim.html | 4 ++-- .../doc/saxon5/com/nwalsh/saxon/package-summary.html | 2 +- .../extensions/doc/saxon6/com/nwalsh/saxon6/Verbatim.html | 2 +- .../doc/saxon6/com/nwalsh/saxon6/package-summary.html | 2 +- .../saxon642/com/nwalsh/saxon/CalloutEmitter.java | 2 +- .../extensions/saxon642/com/nwalsh/saxon/Verbatim.java | 4 ++-- .../extensions/saxon642/com/nwalsh/saxon/package.html | 2 +- .../saxon643/com/nwalsh/saxon/CalloutEmitter.java | 2 +- .../extensions/saxon643/com/nwalsh/saxon/Verbatim.java | 4 ++-- .../extensions/saxon643/com/nwalsh/saxon/package.html | 2 +- .../extensions/xalan2/com/nwalsh/xalan/Verbatim.java | 6 +++--- .../extensions/xalan2/com/nwalsh/xalan/package.html | 2 +- .../scrollserver/stylesheets/docbook/html/ChangeLog | 2 +- .../scrollserver/stylesheets/docbook/html/param.xsl | 4 ++-- .../scrollserver/stylesheets/docbook/htmlhelp/ChangeLog | 2 +- .../stylesheets/docbook/htmlhelp/doc/htmlhelp.xml | 2 +- .../stylesheets/docbook/htmlhelp/htmlhelp-common.xsl | 2 +- LDP/defunct/scrollserver/stylesheets/docbook/lib/lib.xsl | 2 +- LDP/defunct/scrollserver/stylesheets/docbook/param.xsl | 4 ++-- .../scrollserver/stylesheets/docbook/template/README | 2 +- .../stylesheets/docbook/tools/profile/profile.xsl | 2 +- LDP/defunct/scrollserver/stylesheets/lib/lib.xsl | 2 +- LDP/defunct/scrollserver/www/index.html | 2 +- LDP/defunct/texi2db/texi2db | 2 +- 41 files changed, 59 insertions(+), 59 deletions(-) diff --git a/LDP/defunct/LDP-Admin-Guide/docmanagement.txt b/LDP/defunct/LDP-Admin-Guide/docmanagement.txt index dc5ea5cbe..d339dbe5d 100644 --- a/LDP/defunct/LDP-Admin-Guide/docmanagement.txt +++ b/LDP/defunct/LDP-Admin-Guide/docmanagement.txt @@ -47,7 +47,7 @@ collection (and deleted from the CVS tree--copy will be archived in the Attic). A note should be added to the CVS tree, and public web site, which is plain HTML and states: - the title of the document that was removed - - why the document was removed (e.g. did not pass Techical Review) + - why the document was removed (e.g. did not pass Technical Review) - where readers can go to find more information about this topic - whether or not we are looking for a replacement document. diff --git a/LDP/defunct/plone/requirements.txt b/LDP/defunct/plone/requirements.txt index 689845231..e69f488fe 100644 --- a/LDP/defunct/plone/requirements.txt +++ b/LDP/defunct/plone/requirements.txt @@ -1,4 +1,4 @@ -Reqirements for a plone based documentation infrastructure for the LDP +Requirements for a plone based documentation infrastructure for the LDP (in no particular order, "from the moon" level view). - Implement the following workflows: diff --git a/LDP/defunct/scrollserver/CHANGELOG b/LDP/defunct/scrollserver/CHANGELOG index ae7c8b0ad..e3d035f76 100644 --- a/LDP/defunct/scrollserver/CHANGELOG +++ b/LDP/defunct/scrollserver/CHANGELOG @@ -47,7 +47,7 @@ Unreleased 0.6 ScrollKeeper access is locale aware Caching temporarily disabled for testing. 2001-09-10 0.1 Initial release. All existing ScrollKeeper - documents are loading and dislaying. + documents are loading and displaying. Internal links work unless they use ghelp:foo URIs. Caching is in place. diff --git a/LDP/defunct/scrollserver/README b/LDP/defunct/scrollserver/README index d0f48d08d..73b8bbb72 100644 --- a/LDP/defunct/scrollserver/README +++ b/LDP/defunct/scrollserver/README @@ -18,7 +18,7 @@ In later releases searching should be powerful but easy. It's a classic trade off, but I'm going to try. It will probably mean writing my own DocBook-aware search library. Right now there is no search functionality. -There are more ambitious goals in the long term. Eventally, ScrollServers will +There are more ambitious goals in the long term. Eventually, ScrollServers will be able to talk to one another, and to share information with each other. One ScrollServer will `publish' a document or five hundred, and another will `subscribe' to the `publication'. This is mainly for the benefit of the Linux diff --git a/LDP/defunct/scrollserver/config.py b/LDP/defunct/scrollserver/config.py index 0f40ed389..ea444bf67 100644 --- a/LDP/defunct/scrollserver/config.py +++ b/LDP/defunct/scrollserver/config.py @@ -28,7 +28,7 @@ def parseConfig(): 1. The command line (--option) 2. The config file specified in the $SCROLLSERVER_CONFIG environment variable. - 3. The config file specificed in the 'defaultConfigFile' + 3. The config file specified in the 'defaultConfigFile' variable. 4. A hardcoded default from 'configOptions'. """ diff --git a/LDP/defunct/scrollserver/stylesheets/common/common.xsl b/LDP/defunct/scrollserver/stylesheets/common/common.xsl index c8b905f1c..075667070 100644 --- a/LDP/defunct/scrollserver/stylesheets/common/common.xsl +++ b/LDP/defunct/scrollserver/stylesheets/common/common.xsl @@ -1260,14 +1260,14 @@ is false. label-wrapper -If label-wrapper is not the emtpy string, +If label-wrapper is not the empty string, it must be the name of an element. The element so named will be wrapped around labels on output. title-wrapper -If title.wrapper is not the emtpy string, +If title.wrapper is not the empty string, it must be the name of an element. The element so named will be wrapped around titles on output. @@ -1275,7 +1275,7 @@ around titles on output. label-wrapper-class If a label-wrapper is provided and -label-wrapper-class is not the emtpy string, +label-wrapper-class is not the empty string, it be used as the value for a class attribute on the label-wrapper element. This is a dirty hack because it only makes sense for the HTML @@ -1287,7 +1287,7 @@ set as a parameter, but I can't. title-wrapper-class If a title-wrapper is provided and -title-wrapper-class is not the emtpy string, +title-wrapper-class is not the empty string, it be used as the value for a class attribute on the title-wrapper element. This is a dirty hack because it only makes sense for the HTML diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/README b/LDP/defunct/scrollserver/stylesheets/docbook/README index bc46878af..f44fa255d 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/README +++ b/LDP/defunct/scrollserver/stylesheets/docbook/README @@ -80,7 +80,7 @@ advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the individuals in question. -Any stylesheet derived from this Software that is publically +Any stylesheet derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/WhatsNew b/LDP/defunct/scrollserver/stylesheets/docbook/WhatsNew index eaa0c3d0f..03d681fb4 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/WhatsNew +++ b/LDP/defunct/scrollserver/stylesheets/docbook/WhatsNew @@ -78,7 +78,7 @@ Changes to xsl/htmlhelp/* | | 2001-08-08 Jirka Kosek | - | * htmlhelp-common.xsl: Added new parameters for controling + | * htmlhelp-common.xsl: Added new parameters for controlling | filenames of project and output files. New parameter | htmlhelp.hhp.tail for specifying user content for project | file. diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/doc/copyright.html b/LDP/defunct/scrollserver/stylesheets/docbook/doc/copyright.html index 75eea146b..86bd5a56a 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/doc/copyright.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/doc/copyright.html @@ -12,7 +12,7 @@ credited with contribution to this software shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the individuals -in question.

Any stylesheet derived from this Software that is publically +in question.

Any stylesheet derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this Software will diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/doc/html/param.html b/LDP/defunct/scrollserver/stylesheets/docbook/doc/html/param.html index 0de33719b..b16408e89 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/doc/html/param.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/doc/html/param.html @@ -133,9 +133,9 @@

Introduction
using.chunker - Will the output be chunked?
-
generate.component.toc - Should TOCs be genereated in components (Chapters, Appendixes, etc.)? +
generate.component.toc - Should TOCs be generated in components (Chapters, Appendixes, etc.)?
-
generate.division.toc - Should TOCs be genereated in divisions (Books, Parts, etc.)? +
generate.division.toc - Should TOCs be generated in divisions (Books, Parts, etc.)?
link.mailto.url - Mailto URL for the LINK REL=made HTML HEAD element
@@ -798,7 +798,7 @@

using.chunker

generate.component.toc

-

Name

generate.component.toc — Should TOCs be genereated in components (Chapters, Appendixes, etc.)? +

Name

generate.component.toc — Should TOCs be generated in components (Chapters, Appendixes, etc.)?

Synopsis

 <xsl:param name="generate.component.toc" select="1" doc:type="boolean"/>
@@ -816,7 +816,7 @@

generate.component.

generate.division.toc

-

Name

generate.division.toc — Should TOCs be genereated in divisions (Books, Parts, etc.)? +

Name

generate.division.toc — Should TOCs be generated in divisions (Books, Parts, etc.)?

Synopsis

 <xsl:param name="generate.division.toc" select="1" doc:type="boolean"/>
diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/doc/lib/lib.html b/LDP/defunct/scrollserver/stylesheets/docbook/doc/lib/lib.html index 55436d6e8..6c18c9e02 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/doc/lib/lib.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/doc/lib/lib.html @@ -79,7 +79,7 @@

string.subst

The string.subst template replaces all - occurances of target in string + occurrences of target in string with replacement and returns the result.

diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/doc/tools/profiling.html b/LDP/defunct/scrollserver/stylesheets/docbook/doc/tools/profiling.html index eaa3ed7ce..06c6be8ee 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/doc/tools/profiling.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/doc/tools/profiling.html @@ -81,7 +81,7 @@ new standalone document now. Big advantage of this method is compatibility with all DocBook tools. Filtered document is normal DocBook document and it does not require any special processing. Of -course, there is also one disadvantage – formating is now two +course, there is also one disadvantage – formatting is now two stage process – first you must filter source document and in second step you could apply normal stylesheets on result of filtering. This may be little bit inconvenient for many users, but whole task can @@ -94,7 +94,7 @@ tools/profile.xsl.

Usage

If you want to generate Unix specific guide from our sample document (Example 1) you can do it in the following way. (We assume, that command saxon is able to run -XSLT processor on your machine. You can use your preffered XSLT +XSLT processor on your machine. You can use your preferred XSLT processor instead.)

saxon -o unixsample.xml sample.xml profile.xsl "os=unix"

We are processing source document sample.xml with profiling stylesheet profile.xsl. Result of transformation is stored @@ -139,7 +139,7 @@ ;.

Current implementation is able to handle multiple profiling targets in one attribute. In that case you must separate identifiers by semicolon:

<para os="unix;mac;win">...</para>

It is possible to use different separator than semicolon by -setting sep parameter. There cann't be spaces +setting sep parameter. There can't be spaces between separator and target names.

You can also perform profiling based on several profiling attributes in a single step as stylesheet can handle all parameters simultaneously. For example to get hypothetical guide for Windows diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/copyright.xml b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/copyright.xml index dff3ea7f2..92ff2724b 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/copyright.xml +++ b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/copyright.xml @@ -22,7 +22,7 @@ advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the individuals in question. -Any stylesheet derived from this Software that is publically +Any stylesheet derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this Software will diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/html/param.xml b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/html/param.xml index b8e613221..82df61d00 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/html/param.xml +++ b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/html/param.xml @@ -554,7 +554,7 @@ in browsers. generate.component.toc -Should TOCs be genereated in components (Chapters, Appendixes, etc.)? +Should TOCs be generated in components (Chapters, Appendixes, etc.)? @@ -570,7 +570,7 @@ in browsers. generate.division.toc -Should TOCs be genereated in divisions (Books, Parts, etc.)? +Should TOCs be generated in divisions (Books, Parts, etc.)? diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/legalnotice.xml b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/legalnotice.xml index 06bb66943..391db2a34 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/legalnotice.xml +++ b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/legalnotice.xml @@ -18,7 +18,7 @@ advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the individuals in question. -Any stylesheet derived from this Software that is publically +Any stylesheet derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this Software will diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/lib/lib.xml b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/lib/lib.xml index 295f883e8..e52c75a10 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/lib/lib.xml +++ b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/lib/lib.xml @@ -53,7 +53,7 @@ to be incomplete. Don't forget to read the source, too :-) The string.subst template replaces all -occurances of target in string +occurrences of target in string with replacement and returns the result. diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/tools/profiling.xml b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/tools/profiling.xml index c9fd3cb38..ed46b78e7 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/tools/profiling.xml +++ b/LDP/defunct/scrollserver/stylesheets/docbook/docsrc/tools/profiling.xml @@ -124,7 +124,7 @@ DocBook tool or stylesheet you will get always correct output from the new standalone document now. Big advantage of this method is compatibility with all DocBook tools. Filtered document is normal DocBook document and it does not require any special processing. Of -course, there is also one disadvantage – formating is now two +course, there is also one disadvantage – formatting is now two stage process – first you must filter source document and in second step you could apply normal stylesheets on result of filtering. This may be little bit inconvenient for many users, but whole task can @@ -154,7 +154,7 @@ distribution and can be found in file If you want to generate Unix specific guide from our sample document () you can do it in the following way. (We assume, that command saxon is able to run -XSLT processor on your machine. You can use your preffered XSLT +XSLT processor on your machine. You can use your preferred XSLT processor instead.) saxon unixsample.xml sample.xml profile.xsl "os=unix" @@ -260,7 +260,7 @@ by semicolon: ...]]> It is possible to use different separator than semicolon by -setting sep parameter. There cann't be spaces +setting sep parameter. There can't be spaces between separator and target names. You can also perform profiling based on several profiling diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon5/com/nwalsh/saxon/Verbatim.html b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon5/com/nwalsh/saxon/Verbatim.html index 43775b0a9..fe1417fa8 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon5/com/nwalsh/saxon/Verbatim.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon5/com/nwalsh/saxon/Verbatim.html @@ -356,7 +356,7 @@

areaset get the same number.

Only the linecolumn and linerange units are - supported. If no unit is specifed, linecolumn is assumed. + supported. If no unit is specified, linecolumn is assumed. If only a line is specified, the callout decoration appears in the defaultColumn. Lines will be padded with blanks to reach the necessary column, but callouts that are located beyond the last @@ -403,7 +403,7 @@

parenthesis.

Only the linecolumn and linerange units are - supported. If no unit is specifed, linecolumn is assumed. + supported. If no unit is specified, linecolumn is assumed. If only a line is specified, the callout decoration appears in the defaultColumn. Lines will be padded with blanks to reach the necessary column, but callouts that are located beyond the last diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon5/com/nwalsh/saxon/package-summary.html b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon5/com/nwalsh/saxon/package-summary.html index d9eb24604..6ea691cb5 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon5/com/nwalsh/saxon/package-summary.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon5/com/nwalsh/saxon/package-summary.html @@ -116,7 +116,7 @@

in this Software without prior written authorization from the individuals in question.

-

Anything derived from this Software that is publically +

Anything derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon6/com/nwalsh/saxon6/Verbatim.html b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon6/com/nwalsh/saxon6/Verbatim.html index 53f469ea9..a91962602 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon6/com/nwalsh/saxon6/Verbatim.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon6/com/nwalsh/saxon6/Verbatim.html @@ -268,7 +268,7 @@

areaset get the same number.

Only the linecolumn and linerange units are - supported. If no unit is specifed, linecolumn is assumed. + supported. If no unit is specified, linecolumn is assumed. If only a line is specified, the callout decoration appears in the defaultColumn. Lines will be padded with blanks to reach the necessary column, but callouts that are located beyond the last diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon6/com/nwalsh/saxon6/package-summary.html b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon6/com/nwalsh/saxon6/package-summary.html index 3623f7c97..f0d2fee3d 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon6/com/nwalsh/saxon6/package-summary.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/doc/saxon6/com/nwalsh/saxon6/package-summary.html @@ -130,7 +130,7 @@

in this Software without prior written authorization from the individuals in question.

-

Anything derived from this Software that is publically +

Anything derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/CalloutEmitter.java b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/CalloutEmitter.java index 3db87a55c..2ad955263 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/CalloutEmitter.java +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/CalloutEmitter.java @@ -277,7 +277,7 @@ protected void formatPad(int numBlanks) { * the global callout array if it can be interpreted.

* *

Only the linecolumn and linerange units are - * supported. If no unit is specifed, linecolumn is assumed. + * supported. If no unit is specified, linecolumn is assumed. * If only a line is specified, the callout decoration appears in * the defaultColumn.

* diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/Verbatim.java b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/Verbatim.java index b2fae63b4..aa00b2446 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/Verbatim.java +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/Verbatim.java @@ -271,7 +271,7 @@ public static NodeSetValue numberLines (Context context, *
callout.graphics
*
Are we using callout graphics? A value of 0 or "" is false, * any other value is true. If callout graphics are not used, the - * parameters related to graphis are not queried.
+ * parameters related to graphics are not queried. *
callout.graphics.path
*
Specifies the path to callout graphics.
*
callout.graphics.extension
@@ -409,7 +409,7 @@ private static void setupCallouts(Context context) { * areaset get the same number.

* *

Only the linecolumn and linerange units are - * supported. If no unit is specifed, linecolumn is assumed. + * supported. If no unit is specified, linecolumn is assumed. * If only a line is specified, the callout decoration appears in * the defaultColumn. Lines will be padded with blanks to reach the * necessary column, but callouts that are located beyond the last diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/package.html b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/package.html index b05a46709..f8ccd171d 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/package.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon642/com/nwalsh/saxon/package.html @@ -25,7 +25,7 @@ in this Software without prior written authorization from the individuals in question.

-

Anything derived from this Software that is publically +

Anything derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/CalloutEmitter.java b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/CalloutEmitter.java index 5a038d746..08aacfd60 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/CalloutEmitter.java +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/CalloutEmitter.java @@ -279,7 +279,7 @@ protected void formatPad(int numBlanks) { * the global callout array if it can be interpreted.

* *

Only the linecolumn and linerange units are - * supported. If no unit is specifed, linecolumn is assumed. + * supported. If no unit is specified, linecolumn is assumed. * If only a line is specified, the callout decoration appears in * the defaultColumn.

* diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/Verbatim.java b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/Verbatim.java index 1ba7532d6..7d2767e0c 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/Verbatim.java +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/Verbatim.java @@ -274,7 +274,7 @@ public static NodeSetValue numberLines (Context context, *
callout.graphics
*
Are we using callout graphics? A value of 0 or "" is false, * any other value is true. If callout graphics are not used, the - * parameters related to graphis are not queried.
+ * parameters related to graphics are not queried. *
callout.graphics.path
*
Specifies the path to callout graphics.
*
callout.graphics.extension
@@ -412,7 +412,7 @@ private static void setupCallouts(Context context) { * areaset get the same number.

* *

Only the linecolumn and linerange units are - * supported. If no unit is specifed, linecolumn is assumed. + * supported. If no unit is specified, linecolumn is assumed. * If only a line is specified, the callout decoration appears in * the defaultColumn. Lines will be padded with blanks to reach the * necessary column, but callouts that are located beyond the last diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/package.html b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/package.html index b05a46709..f8ccd171d 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/package.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/saxon643/com/nwalsh/saxon/package.html @@ -25,7 +25,7 @@ in this Software without prior written authorization from the individuals in question.

-

Anything derived from this Software that is publically +

Anything derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/xalan2/com/nwalsh/xalan/Verbatim.java b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/xalan2/com/nwalsh/xalan/Verbatim.java index 43425d5ba..79c67be37 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/xalan2/com/nwalsh/xalan/Verbatim.java +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/xalan2/com/nwalsh/xalan/Verbatim.java @@ -380,7 +380,7 @@ private void formatLineNumber(DOMBuilder rtf, * areaset get the same number.

* *

Only the linecolumn and linerange units are - * supported. If no unit is specifed, linecolumn is assumed. + * supported. If no unit is specified, linecolumn is assumed. * If only a line is specified, the callout decoration appears in * the defaultColumn. Lines will be padded with blanks to reach the * necessary column, but callouts that are located beyond the last @@ -419,7 +419,7 @@ private void formatLineNumber(DOMBuilder rtf, * parenthesis.

* *

Only the linecolumn and linerange units are - * supported. If no unit is specifed, linecolumn is assumed. + * supported. If no unit is specified, linecolumn is assumed. * If only a line is specified, the callout decoration appears in * the defaultColumn. Lines will be padded with blanks to reach the * necessary column, but callouts that are located beyond the last @@ -722,7 +722,7 @@ private void calloutFragment(DOMBuilder rtf, * the global callout array if it can be interpreted.

* *

Only the linecolumn and linerange units are - * supported. If no unit is specifed, linecolumn is assumed. + * supported. If no unit is specified, linecolumn is assumed. * If only a line is specified, the callout decoration appears in * the defaultColumn.

* diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/xalan2/com/nwalsh/xalan/package.html b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/xalan2/com/nwalsh/xalan/package.html index 92224fa85..c2fef7b4d 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/extensions/xalan2/com/nwalsh/xalan/package.html +++ b/LDP/defunct/scrollserver/stylesheets/docbook/extensions/xalan2/com/nwalsh/xalan/package.html @@ -25,7 +25,7 @@ in this Software without prior written authorization from the individuals in question.

-

Anything derived from this Software that is publically +

Anything derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed so that no possibility of confusion between the derived package and this diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/html/ChangeLog b/LDP/defunct/scrollserver/stylesheets/docbook/html/ChangeLog index 122d8a707..3eb6ecf23 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/html/ChangeLog +++ b/LDP/defunct/scrollserver/stylesheets/docbook/html/ChangeLog @@ -86,7 +86,7 @@ * chunker.xsl: Fix EXSLT namespace name for exsl:document element - * chunker.xsl, oldchunker.xsl, param.xsl: Move declaration for default.encoding and saxon.character.representation from param.xsl to (old)chunker.xsl so that chunker.xsl can be used by any stylesheet (indepedent of docbook.xsl). Maybe this should get moved to lib... + * chunker.xsl, oldchunker.xsl, param.xsl: Move declaration for default.encoding and saxon.character.representation from param.xsl to (old)chunker.xsl so that chunker.xsl can be used by any stylesheet (independent of docbook.xsl). Maybe this should get moved to lib... * pi.xsl: Irrelevant encoding change diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/html/param.xsl b/LDP/defunct/scrollserver/stylesheets/docbook/html/param.xsl index 1ddc2cd8b..212a19e43 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/html/param.xsl +++ b/LDP/defunct/scrollserver/stylesheets/docbook/html/param.xsl @@ -426,7 +426,7 @@ in browsers. -Should TOCs be genereated in components (Chapters, Appendixes, etc.)? +Should TOCs be generated in components (Chapters, Appendixes, etc.)? If true (non-zero), they are. @@ -436,7 +436,7 @@ in browsers. -Should TOCs be genereated in divisions (Books, Parts, etc.)? +Should TOCs be generated in divisions (Books, Parts, etc.)? If true (non-zero), they are. diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/ChangeLog b/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/ChangeLog index 29a4bd43c..0cd944c98 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/ChangeLog +++ b/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/ChangeLog @@ -4,7 +4,7 @@ 2001-08-08 Jirka Kosek - * htmlhelp-common.xsl: Added new parameters for controling filenames of project and output files. + * htmlhelp-common.xsl: Added new parameters for controlling filenames of project and output files. New parameter htmlhelp.hhp.tail for specifying user content for project file. 2001-07-23 Jirka Kosek diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/doc/htmlhelp.xml b/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/doc/htmlhelp.xml index 1d7c4a3ba..4a2d08230 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/doc/htmlhelp.xml +++ b/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/doc/htmlhelp.xml @@ -70,7 +70,7 @@ conversion to HH format by running command: If you can not stand without your mouse, there is alternative way. Just double-click on htmlhelp.hhp file. HH Workshop will be -launched automaticaly. Generation of HH file can be started by selecting +launched automatically. Generation of HH file can be started by selecting File Compile from application's diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/htmlhelp-common.xsl b/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/htmlhelp-common.xsl index 5327531af..7ed7b5dd5 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/htmlhelp-common.xsl +++ b/LDP/defunct/scrollserver/stylesheets/docbook/htmlhelp/htmlhelp-common.xsl @@ -20,7 +20,7 @@ Character encoding to use in files for HTML Help compiler. HTML Help Compiler is not UTF-8 aware, so you should always use -apropriate single-byte encoding here. +appropriate single-byte encoding here. diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/lib/lib.xsl b/LDP/defunct/scrollserver/stylesheets/docbook/lib/lib.xsl index 178fae16d..1913850f6 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/lib/lib.xsl +++ b/LDP/defunct/scrollserver/stylesheets/docbook/lib/lib.xsl @@ -95,7 +95,7 @@ to be incomplete. Don't forget to read the source, too :-) Substitute one text string for another in a string The string.subst template replaces all -occurances of target in string +occurrences of target in string with replacement and returns the result. diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/param.xsl b/LDP/defunct/scrollserver/stylesheets/docbook/param.xsl index de1e13159..c41656824 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/param.xsl +++ b/LDP/defunct/scrollserver/stylesheets/docbook/param.xsl @@ -425,7 +425,7 @@ in browsers. -Should TOCs be genereated in components (Chapters, Appendixes, etc.)? +Should TOCs be generated in components (Chapters, Appendixes, etc.)? If true (non-zero), they are. @@ -435,7 +435,7 @@ in browsers. -Should TOCs be genereated in divisions (Books, Parts, etc.)? +Should TOCs be generated in divisions (Books, Parts, etc.)? If true (non-zero), they are. diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/template/README b/LDP/defunct/scrollserver/stylesheets/docbook/template/README index a84d084bf..5fa871ae8 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/template/README +++ b/LDP/defunct/scrollserver/stylesheets/docbook/template/README @@ -3,7 +3,7 @@ stylesheet templates. The idea is that if you want to change the behavior of the stylesheets, for example, processing different bibliography -elements, you will construct a tempate document that describes +elements, you will construct a template document that describes what you want and then process that template with the "template" stylesheet. diff --git a/LDP/defunct/scrollserver/stylesheets/docbook/tools/profile/profile.xsl b/LDP/defunct/scrollserver/stylesheets/docbook/tools/profile/profile.xsl index 5285fd492..f8ab32fc6 100644 --- a/LDP/defunct/scrollserver/stylesheets/docbook/tools/profile/profile.xsl +++ b/LDP/defunct/scrollserver/stylesheets/docbook/tools/profile/profile.xsl @@ -21,7 +21,7 @@ - + diff --git a/LDP/defunct/scrollserver/stylesheets/lib/lib.xsl b/LDP/defunct/scrollserver/stylesheets/lib/lib.xsl index 7aa690b47..55ec3775f 100644 --- a/LDP/defunct/scrollserver/stylesheets/lib/lib.xsl +++ b/LDP/defunct/scrollserver/stylesheets/lib/lib.xsl @@ -95,7 +95,7 @@ to be incomplete. Don't forget to read the source, too :-) Substitute one text string for another in a string The string.subst template replaces all -occurances of target in string +occurrences of target in string with replacement and returns the result. diff --git a/LDP/defunct/scrollserver/www/index.html b/LDP/defunct/scrollserver/www/index.html index cad2ff6db..e7e17e96a 100644 --- a/LDP/defunct/scrollserver/www/index.html +++ b/LDP/defunct/scrollserver/www/index.html @@ -46,7 +46,7 @@

Status

off, but I'm going to try. It will probably mean writing my own DocBook-aware search library.

-There are more ambitious goals in the long term. Eventally, ScrollServers will +There are more ambitious goals in the long term. Eventually, ScrollServers will be able to talk to one another, and to share information with each other. One ScrollServer will `publish' a document or five hundred, and another will `subscribe' to the `publication'. This is mainly for the benefit of the Linux diff --git a/LDP/defunct/texi2db/texi2db b/LDP/defunct/texi2db/texi2db index 225b0add9..f9b306cb7 100755 --- a/LDP/defunct/texi2db/texi2db +++ b/LDP/defunct/texi2db/texi2db @@ -1155,7 +1155,7 @@ TAG: while ($line =~ /\@\w+\{[^\{]*?\}/) { # $line =~ s/\<(.*?)>\<\/email\>/\$1\<\/email\>/g; - # We take care in case there's a matching block (it could ocurred + # We take care in case there's a matching block (it could occurred # because of the expansion of a macro or an alias) ($pattern, $action) = &matchpattern();