Skip to content

Commit

Permalink
refactoring scripts to conform to new naming convention
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@667 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Jul 31, 2009
1 parent 8087086 commit c6113de
Show file tree
Hide file tree
Showing 18 changed files with 1,490 additions and 553 deletions.
18 changes: 18 additions & 0 deletions topics/languedoc/languedoc.csproj
Expand Up @@ -42,6 +42,9 @@
<None Include="..\..\shared\xsd\bgf.xsd">
<Link>bgf.xsd</Link>
</None>
<None Include="..\..\shared\xsd\fakemathml.xsd">
<Link>fakemathml.xsd</Link>
</None>
<None Include="..\..\shared\xsd\lcf.xsd">
<Link>lcf.xsd</Link>
</None>
Expand Down Expand Up @@ -100,9 +103,24 @@
<None Include="xldf\xldf\renameStr.xldf" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\shared\xsl\bgf2bnf.xslt">
<Link>bgf2bnf.xslt</Link>
</Content>
<Content Include="..\..\shared\xsl\bgf2xhtml.xslt">
<Link>bgf2xhtml.xslt</Link>
</Content>
<Content Include="..\..\shared\xsl\ldf2tex.xslt">
<Link>ldf2tex.xslt</Link>
</Content>
<Content Include="..\..\shared\xsl\ldf2xhtml.xslt">
<Link>ldf2xhtml.xslt</Link>
</Content>
<Content Include="..\..\shared\xsl\mathml2tex.xslt">
<Link>mathml2tex.xslt</Link>
</Content>
<Content Include="..\..\shared\xsl\mathml2xhtml.xslt">
<Link>mathml2xhtml.xslt</Link>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="lcf\xldf\" />
Expand Down
22 changes: 11 additions & 11 deletions topics/languedoc/lcf/lcf.xldf
Expand Up @@ -7,7 +7,7 @@

<xldf:transform-grammar>
<!-- TODO: can be automated! -->
<target>group-definition</target>
<target>definition</target>
<xbgf:vertical>
<nonterminal>definition</nonterminal>
</xbgf:vertical>
Expand All @@ -32,8 +32,8 @@
<xbgf:horizontal>definition</xbgf:horizontal>
</xldf:transform-grammar>
<xldf:combine>
<section>group-definition</section>
<with>element-configuration</with>
<section>definition</section>
<with>configuration</with>
</xldf:combine>
<xldf:retitle>
<from>
Expand All @@ -58,7 +58,7 @@


<xldf:transform-grammar>
<target>complexType-source</target>
<target>source</target>
<xbgf:extract>
<bgf:production>
<nonterminal>grammar</nonterminal>
Expand Down Expand Up @@ -411,7 +411,7 @@
</xldf:retitle>

<xldf:transform-grammar>
<target>complexType-target</target>
<target>target</target>
<xbgf:extract>
<bgf:production>
<nonterminal>resolution</nonterminal>
Expand Down Expand Up @@ -637,7 +637,7 @@
</xbgf:anonymize>
</xldf:transform-grammar>
<xldf:append>
<where>complexType-target</where>
<where>target</where>
<content>
<text>
During convergence process, LCI regularly compares the result of each
Expand Down Expand Up @@ -666,7 +666,7 @@
</xldf:retitle>

<xldf:transform-grammar>
<target>complexType-phase</target>
<target>phase</target>
<xbgf:extract>
<bgf:production>
<nonterminal>automated</nonterminal>
Expand Down Expand Up @@ -727,7 +727,7 @@
</xbgf:anonymize>
</xldf:transform-grammar>
<xldf:append>
<where>complexType-phase</where>
<where>phase</where>
<content>
<text>
The interface to generators is universal. We used it only with
Expand All @@ -754,14 +754,14 @@
</xldf:retitle>

<xldf:transform-grammar>
<target>simpleType-toolType</target>
<target>toolType</target>
<xbgf:vertical>
<nonterminal>toolType</nonterminal>
</xbgf:vertical>
</xldf:transform-grammar>
<xldf:combine>
<section>simpleType-toolType</section>
<with>complexType-tool</with>
<section>toolType</section>
<with>tool</with>
</xldf:combine>
<xldf:retitle>
<from>
Expand Down
6 changes: 3 additions & 3 deletions topics/languedoc/ldf/xldf/beautify.xldf
Expand Up @@ -6,7 +6,7 @@
xmlns:xbgf="http://planet-sl.org/xbgf">

<xldf:transform-grammar>
<target>element-document</target>
<target>document</target>
<xbgf:anonymize>
<bgf:production>
<nonterminal>document</nonterminal>
Expand Down Expand Up @@ -157,7 +157,7 @@
</xldf:transform-grammar>

<xldf:transform-grammar>
<target>complexType-titlePage</target>
<target>titlePage</target>
<xbgf:anonymize>
<bgf:production>
<nonterminal>titlePage</nonterminal>
Expand Down Expand Up @@ -258,7 +258,7 @@
</xldf:transform-grammar>

<xldf:transform-grammar>
<target>complexType-listOfTerms</target>
<target>listOfTerms</target>
<xbgf:extract>
<bgf:production>
<nonterminal>term</nonterminal>
Expand Down
2 changes: 1 addition & 1 deletion topics/languedoc/ldf/xldf/completeWithText.xldf
Expand Up @@ -4,7 +4,7 @@
xmlns:xldf="http://planet-sl.org/xldf">

<xldf:append>
<where>simpleType-body</where>
<where>body</where>
<content>
<text>
<ldf:keyword>ANSI (American National Standards Institute)</ldf:keyword>
Expand Down
16 changes: 8 additions & 8 deletions topics/languedoc/ldf/xldf/dropBgf.xldf
Expand Up @@ -3,28 +3,28 @@
xmlns:xldf="http://planet-sl.org/xldf">

<xldf:drop>
<section>element-grammar</section>
<section>grammar</section>
</xldf:drop>
<xldf:drop>
<section>element-production</section>
<section>production</section>
</xldf:drop>
<xldf:drop>
<section>element-expression</section>
<section>expression</section>
</xldf:drop>
<xldf:drop>
<section>simpleType-value</section>
<section>value</section>
</xldf:drop>
<xldf:drop>
<section>simpleType-label</section>
<section>label</section>
</xldf:drop>
<xldf:drop>
<section>simpleType-nonterminal</section>
<section>nonterminal</section>
</xldf:drop>
<xldf:drop>
<section>simpleType-selector</section>
<section>selector</section>
</xldf:drop>
<xldf:drop>
<section>simpleType-terminal</section>
<section>terminal</section>
</xldf:drop>

</xldf:evolution-sequence>
36 changes: 18 additions & 18 deletions topics/languedoc/ldf/xldf/reorganise.xldf
Expand Up @@ -19,8 +19,8 @@
<to>Title page</to>
</xldf:retitle>
<xldf:combine>
<section>simpleType-status</section>
<with>complexType-titlePage</with>
<section>status</section>
<with>titlePage</with>
</xldf:combine>

<xldf:retitle>
Expand Down Expand Up @@ -51,8 +51,8 @@
<to>Simple text</to>
</xldf:retitle>
<xldf:combine>
<section>group-simpleTextElement</section>
<with>complexType-simpleText</with>
<section>simpleTextElement</section>
<with>simpleText</with>
</xldf:combine>

<xldf:retitle>
Expand All @@ -62,8 +62,8 @@
<to>Simple tables</to>
</xldf:retitle>
<xldf:combine>
<section>complexType-tableRow</section>
<with>complexType-simpleTable</with>
<section>tableRow</section>
<with>simpleTable</with>
</xldf:combine>

<xldf:retitle>
Expand All @@ -87,8 +87,8 @@
<to>Front matter lists</to>
</xldf:retitle>
<xldf:combine>
<section>complexType-listOfTerms</section>
<with>group-frontList</with>
<section>listOfTerms</section>
<with>frontList</with>
</xldf:combine>

<xldf:retitle>
Expand Down Expand Up @@ -121,11 +121,11 @@
<xbgf:inline>listOfInternalLinks</xbgf:inline>
</xldf:transform-grammar>-->
<xldf:combine>
<section>group-structuredSectionElement</section>
<with>complexType-structuredSection</with>
<section>structuredSectionElement</section>
<with>structuredSection</with>
</xldf:combine>
<xldf:drop>
<section>complexType-listOfInternalLinks</section>
<section>math</section>
</xldf:drop>

<xldf:retitle>
Expand All @@ -143,7 +143,7 @@
</xldf:retitle>

<xldf:drop>
<section>complexType-runnableType</section>
<section>runnableType</section>
</xldf:drop>

<xldf:retitle>
Expand All @@ -153,16 +153,16 @@
<to>Keywords, links and plain text</to>
</xldf:retitle>
<xldf:combine>
<section>element-code</section>
<with>element-keyword</with>
<section>code</section>
<with>keyword</with>
</xldf:combine>
<xldf:combine>
<section>element-link</section>
<with>element-keyword</with>
<section>link</section>
<with>keyword</with>
</xldf:combine>
<xldf:combine>
<section>complexType-mixedType</section>
<with>element-keyword</with>
<section>mixedType</section>
<with>keyword</with>
</xldf:combine>

</xldf:evolution-sequence>

0 comments on commit c6113de

Please sign in to comment.