Skip to content

Commit

Permalink
Merge pull request #674 from jbampton/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
ebeshero authored Apr 12, 2024
2 parents d539451 + 2b68eb6 commit 4ef3f1d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Test/mediawiki1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ The EpiDoc Guidelines are available in two forms:
==Tools==
Tool developed by and for the EpiDoc community include:
* The EpiDoc Example Stylesheets (XSLT), available from the SourceForge file repository. These stylesheets are also used to deliver the Guidelines.<ref>https://sourceforge.net/p/epidoc/wiki/Stylesheets/</ref>
* CHET-C (the Chapel Hill Electronic Text-Converter), an application originally written in VBA, then as a free-standing [[Java (programming language)|Java]] app, and now available as a self-contained [[Javascript]] platform written by Hugh Cayless. <ref>http://www.stoa.org/projects/epidoc/stable/chetc-js/chetc.html</ref>
* CHET-C (the Chapel Hill Electronic Text-Converter), an application originally written in VBA, then as a free-standing [[Java (programming language)|Java]] app, and now available as a self-contained [[JavaScript]] platform written by Hugh Cayless. <ref>http://www.stoa.org/projects/epidoc/stable/chetc-js/chetc.html</ref>
* Transcoder: a Java tool for converting between Beta Code, Unicode NF C, Unicode NF D, and GreekKeys encoding for Greek script on the fly.<ref>https://sourceforge.net/projects/epidoc/files/Transcoder/</ref>

==Projects==
Expand Down
2 changes: 1 addition & 1 deletion epub/tei-to-epub.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ of this software, even if advised of the possibility of such damage.
<xsl:variable name="file" select="normalize-space(.)"/>
<xsl:variable name="name" select="tokenize($file,'/')[last()]"/>
<xsl:if test="$verbose='true'">
<xsl:message>write Javascript file <xsl:value-of select="$name"/></xsl:message>
<xsl:message>write JavaScript file <xsl:value-of select="$name"/></xsl:message>
</xsl:if>
<xsl:result-document method="text" href="{concat($directory,'/OPS/',$name)}">
<xsl:for-each select="unparsed-text($file)">
Expand Down
2 changes: 1 addition & 1 deletion epub3/tei-to-epub3.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ of this software, even if advised of the possibility of such damage.
<xsl:variable name="file" select="normalize-space(.)"/>
<xsl:variable name="name" select="tokenize($file,'/')[last()]"/>
<xsl:if test="$verbose='true'">
<xsl:message>write Javascript file <xsl:value-of select="$name"/></xsl:message>
<xsl:message>write JavaScript file <xsl:value-of select="$name"/></xsl:message>
</xsl:if>
<xsl:result-document method="text" href="{concat($directory,'/OPS/',$name)}">
<xsl:for-each select="unparsed-text($file)">
Expand Down
6 changes: 3 additions & 3 deletions html/html_param.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ of this software, even if advised of the possibility of such damage.
</xsl:param>

<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" class="layout" type="string">
<desc>which Javascript library to use for drawing trees</desc>
<desc>which JavaScript library to use for drawing trees</desc>
</doc>
<xsl:param name="treestyle">googlechart</xsl:param>

Expand Down Expand Up @@ -148,7 +148,7 @@ HTML width and height (in pixels) from supplied dimensions.</desc>
</doc>
<xsl:template name="bodyEndHook"/>
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" class="hook">
<desc>[html] Hook where Javascript calls can be inserted just after &lt;body&gt;</desc>
<desc>[html] Hook where JavaScript calls can be inserted just after &lt;body&gt;</desc>
</doc>
<xsl:template name="bodyJavascriptHook"/>
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" class="hook">
Expand Down Expand Up @@ -178,7 +178,7 @@ HTML width and height (in pixels) from supplied dimensions.</desc>
</doc>
<xsl:template name="figureHook"/>
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" class="hook">
<desc>[html] Hook where extra Javascript functions can be defined</desc>
<desc>[html] Hook where extra JavaScript functions can be defined</desc>
</doc>
<xsl:template name="javascriptHook"/>
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" class="hook">
Expand Down
4 changes: 2 additions & 2 deletions html/html_textstructure.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1479,12 +1479,12 @@ function click(d) {
</xsl:template>

<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl">
<desc>[html] Javascript functions to be declared in HTML header</desc>
<desc>[html] JavaScript functions to be declared in HTML header</desc>
</doc>
<xsl:template name="includeJavascript"> </xsl:template>
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl">
<desc>
<p>[html] Write out some Javascript into the HTML</p>
<p>[html] Write out some JavaScript into the HTML</p>
<p>Note that it does not have to commented if the output is XHTML</p>
<param name="content">The code</param>
</desc>
Expand Down
2 changes: 1 addition & 1 deletion profiles/oxford/epub/oxford.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ body {
.box,.main-content {
margin: 0 1em;
}
/* This next css is used to hide and show text using a javascript function */
/* This next css is used to hide and show text using a JavaScript function */
.posthidden {
display: none
}
Expand Down
2 changes: 1 addition & 1 deletion profiles/saxonce/README.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
For use with Saxon CE (XSLT processor in Javascript)
For use with Saxon CE (XSLT processor in JavaScript)

0 comments on commit 4ef3f1d

Please sign in to comment.