Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Strack committed Apr 6, 2019
1 parent 1a96796 commit 536dfd5
Show file tree
Hide file tree
Showing 7 changed files with 9,108 additions and 3,906 deletions.
11,025 changes: 7,788 additions & 3,237 deletions src/data/eldamo-data.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/config/query-configs/language-page.xq
Expand Up @@ -53,7 +53,7 @@ if (not($is-neo-lang)) then () else
<ul> { (
if ($is-neo-lang and $roots) then <li><a href="../root-indexes/roots-{$id}.html">Full List of Roots</a></li> else (),
if ($is-neo-lang and $words) then <li><a href="../word-indexes/words-{$id}.html">Full Word List</a></li> else (),
if ($categories) then <li><a href="../category-indexes/categories-{$id}.html">Semantic Categories</a></li> else (),
if ($is-neo-lang and $categories) then <li><a href="../category-indexes/categories-{$id}.html">Semantic Categories</a></li> else (),
if ($is-neo-lang) then <li><a href="../neologism-indexes/neologisms-{$id}.html">Neologisms</a></li> else (),
if ($is-neo-lang) then <li><a href="../deprecation-indexes/deprecations-{$id}.html">Deprecated Words</a></li> else ()
) }</ul>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/config/query-configs/sort.xsl
Expand Up @@ -55,8 +55,8 @@
</xsl:if>
<xsl:copy-of select="@page-id"/>
<xsl:copy-of select="@mark"/>
<xsl:apply-templates select="notes"/>
<xsl:apply-templates select="*[not(name()='notes' or name()='word' or name()='ref')]"/>
<xsl:apply-templates select="*[name()='notes' or name()='inflect-table']"/>
<xsl:apply-templates select="*[not(name()='notes' or name()='inflect-table' or name()='word' or name()='ref')]"/>
<xsl:apply-templates select="*[name()='ref']">
<xsl:sort select="q:normalize(@source)"/>
</xsl:apply-templates>
Expand Down

0 comments on commit 536dfd5

Please sign in to comment.