Skip to content
Snippets Groups Projects
Commit 03f3b2ac authored by usikora's avatar usikora :monkey:
Browse files

changed app URI and prepared app structure

parent e67e4946
No related branches found
No related tags found
No related merge requests found
...@@ -214,5 +214,18 @@ ...@@ -214,5 +214,18 @@
<app> <lem>Inhalt.</lem> <app> <lem>Inhalt.</lem>
</app> </app>
</div> </div>
<app>
<lem>die christliche Religion, deren einzige authentische Erkenntnißquelle das N. T. ist,
(§.17.) die Merkmale ihrer Wahrheit und Göttlichkeit immerfort an sich trägt, und ihre
für alle Menschenwohlthätige Natur nicht verändert hat:</lem>
<rdg wit="#a" type="ppl">die Verpflichtung, daß alle, die des Unterrichts der Apostel
theilhaftig werden würden, denselben annehmen und befolgen sollen, Marc. 16, <app>
<lem wit="#a">15,</lem>
<rdg wit="#b" type="v">15.</rdg>
</app> 16. (vergl. §. 15. b.) nie auf gewisse Zeitenund Menschen <app>
<lem wit="#a">eingeschränckt</lem>
<rdg wit="#b" type="v">eingeschränkt</rdg>
</app>, oder wieder aufgehoben worden ist:</rdg>
</app>
</text> </text>
</TEI> </TEI>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/interformat" abbrev="interformat" version="0.1" spec="1.0"> <package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.1" spec="1.0">
<title>BdN - Intermediate Format</title> <title>BdN - Intermediate Format</title>
<dependency package="http://exist-db.org/apps/shared"/> <dependency package="http://exist-db.org/apps/shared"/>
</package> </package>
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="alert alert-success"> <div class="alert alert-success">
<p> <p>
<a data-template="templates:load-source" href="index.html">This</a> is the renamed new moded entry page into your application <a data-template="templates:load-source" href="index.html">This</a> is the renamed new moded entry page into your application
and was generated by eXide. It uses HTML templates for a clean separation of HTML views and application logic.</p> and was generated by eXide. It sdsd uses HTML templates for a clean separation of HTML views and application logic.</p>
<p>To add your own template functions, start by editing the XQuery module <p>To add your own template functions, start by editing the XQuery module
<a data-template="templates:load-source" href="modules/app.xql">app.xql</a>.</p> <a data-template="templates:load-source" href="modules/app.xql">app.xql</a>.</p>
</div> </div>
......
xquery version "3.1"; xquery version "3.1";
module namespace app="http://bdn-edition.de/apps/interformat/templates"; module namespace app="http://bdn-edition.de/intermediate_format/templates";
import module namespace templates="http://exist-db.org/xquery/templates" ; import module namespace templates="http://exist-db.org/xquery/templates" ;
import module namespace config="http://bdn-edition.de/apps/interformat/config" at "config.xqm"; import module namespace config="http://bdn-edition.de/intermediate_format/config" at "config.xqm";
(:~ (:~
: This is a sample templating function. It will be called by the templating module if : This is a sample templating function. It will be called by the templating module if
......
...@@ -4,7 +4,7 @@ xquery version "3.0"; ...@@ -4,7 +4,7 @@ xquery version "3.0";
: A set of helper functions to access the application context from : A set of helper functions to access the application context from
: within a module. : within a module.
:) :)
module namespace config="http://bdn-edition.de/apps/interformat/config"; module namespace config="http://bdn-edition.de/intermediate_format/config";
declare namespace templates="http://exist-db.org/xquery/templates"; declare namespace templates="http://exist-db.org/xquery/templates";
......
...@@ -11,8 +11,8 @@ import module namespace templates="http://exist-db.org/xquery/templates" ; ...@@ -11,8 +11,8 @@ import module namespace templates="http://exist-db.org/xquery/templates" ;
: The following modules provide functions which will be called by the : The following modules provide functions which will be called by the
: templating. : templating.
:) :)
import module namespace config="http://bdn-edition.de/apps/interformat/config" at "config.xqm"; import module namespace config="http://bdn-edition.de/intermediate_format/config" at "config.xqm";
import module namespace app="http://bdn-edition.de/apps/interformat/templates" at "app.xql"; import module namespace app="http://bdn-edition.de/intermediate_format/templates" at "app.xql";
declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
......
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?><?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?> schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <TEI xmlns="http://www.tei-c.org/ns/1.0">
<text> <text>
<app n="1"> <app n="1">
<lem><body> <lem>
<body>
<div> <div>
<app n="2"> <app n="2">
<lem> <lem>
...@@ -30,34 +30,43 @@ ...@@ -30,34 +30,43 @@
<rdg type="ppl" wit="#a"> <rdg type="ppl" wit="#a">
<div> <div>
<head>OPEN SIGLE für app [2]/rdg"a" <head>OPEN SIGLE für app [2]/rdg"a"
<a>Blub <note><app n="4"> <a>Blub <note>
<app n="4">
<lem>OPEN SIGLE für app [4]/lem hhj CLOSE SIGLE für app [4]/lem</lem> <lem>OPEN SIGLE für app [4]/lem hhj CLOSE SIGLE für app [4]/lem</lem>
<rdg wit="#d" type="v">OPEN SIGLE für app [4]/rdg"#d" hallo CLOSE SIGLE für app [4]/rdg"#d"</rdg> <rdg wit="#d" type="v">OPEN SIGLE für app [4]/rdg"#d" hallo CLOSE SIGLE für app [4]/rdg"#d"</rdg>
</app></note> </app>
</note>
</a> </a>
</head> </head>
<p>Test CLOSE SIGLE für app[2]/rdg"a"</p> <p>Test CLOSE SIGLE für app[2]/rdg"a"</p>
</div> </div>
</rdg> </rdg>
<rdg type="v" wit="#f">F</rdg> <rdg type="v" wit="#f">F</rdg>
<rdg type="ppl" wit="#b">OPEN SIGLE für app [2]/rdg"b" Zeuge B <aligned>CLOSE SIGLE für app[2]/rdg"b" und app[1]/lem</aligned></rdg> <rdg type="ppl" wit="#b">OPEN SIGLE für app [2]/rdg"b" Zeuge B <aligned>CLOSE SIGLE für app[2]/rdg"b" und app[1]/lem</aligned>
</rdg>
<rdg type="pt" wit="#c">C</rdg> <rdg type="pt" wit="#c">C</rdg>
<rdg type="ppl" wit="#e">E</rdg> <rdg type="ppl" wit="#e">E</rdg>
<rdg type="om" wit="#g"></rdg> <rdg type="om" wit="#g"/>
</app> </app>
</div> </div>
</body></lem> </body>
<rdg wit="#z" type="z">OPEN SIGLE für app [1]/rdg"z" test <note>note test CLOSE SIGLE für app[1]/rdg"z"</note></rdg> </lem>
<rdg wit="#z" type="z">OPEN SIGLE für app [1]/rdg"z" test <note>note test CLOSE SIGLE für app[1]/rdg"z"</note>
</rdg>
<rdg wit="#t" type="l">hgjg</rdg> <rdg wit="#t" type="l">hgjg</rdg>
<rdg wit="#r" type="l">hgjg</rdg> <rdg wit="#r" type="l">hgjg</rdg>
</app> </app>
<app> <app>
<lem> <lem>
<div type="preface"> <div type="preface">
<head><pb edRef="#c" type="sp" n="III"/>Vorrede. <lb/>zur dritten Ausgabe.<seg type="condensed">Vorrede zur dritten Ausgabe</seg></head> <head>
<pb edRef="#c" type="sp" n="III"/>Vorrede. <lb/>zur dritten Ausgabe.<seg type="condensed">Vorrede zur dritten Ausgabe</seg>
</head>
<p>Der schnelle ... <note type="editorial">Anmerkung</note>gegen ihre Gewohnheit zu nehmen sich <p>Der schnelle ... <note type="editorial">Anmerkung</note>gegen ihre Gewohnheit zu nehmen sich
entschliessen mußte. <lb/>Jena <lb/>im September 1787. <lb/><lb/> entschliessen mußte. <lb/>Jena <lb/>im September 1787. <lb/>
<hi rend="right-aligned">D. J. J. Griesbach.</hi></p> <lb/>
<hi rend="right-aligned">D. J. J. Griesbach.</hi>
</p>
</div> </div>
</lem> </lem>
<rdg wit="#a #b #d" type="om"/> <rdg wit="#a #b #d" type="om"/>
...@@ -78,18 +87,27 @@ ...@@ -78,18 +87,27 @@
<rdg wit="#a #d" type="om"/> <rdg wit="#a #d" type="om"/>
</app> </app>
<app> <app>
<lem><div type="preface"> <lem>
<head>SIG-OPEN(lem[a,d]) Vorrede. <lb/><app> <div type="preface">
<head>SIG-OPEN(lem[a,d]) Vorrede. <lb/>
<app>
<lem>SIG-OPEN(lem2[b]) Zur zweiten Ausgabe. SIG-CLOSE(lem2[b])</lem> <lem>SIG-OPEN(lem2[b]) Zur zweiten Ausgabe. SIG-CLOSE(lem2[b])</lem>
<rdg wit="#b" type="om"/> <rdg wit="#b" type="om"/>
</app><seg type="condensed">Vorrede zur zweiten Ausgabe</seg></head> </app>
<seg type="condensed">Vorrede zur zweiten Ausgabe</seg>
</head>
<p>Vor sieben Jahren ... Fürstlich Sächsischen Gesammt Akademie zu Jena, im März <p>Vor sieben Jahren ... Fürstlich Sächsischen Gesammt Akademie zu Jena, im März
1786. <hi>Uwe</hi> <hi>Uwe</hi><app> 1786. <hi>Uwe</hi> <hi>Uwe</hi>
<lem /> <app>
<rdg wit="#b" type="ptl"><aligned rend="right-aligned">SIG-OPEN(rdg"b") J. J. Griesbach SIG-CLOSE(rdg"b") SIG-CLOSE(lem) <lem/>
</aligned></rdg> <rdg wit="#b" type="ptl">
</app></p> <aligned rend="right-aligned">SIG-OPEN(rdg"b") J. J. Griesbach SIG-CLOSE(rdg"b") SIG-CLOSE(lem)
</div></lem> </aligned>
</rdg>
</app>
</p>
</div>
</lem>
<rdg wit="#t" type="v">hgjg</rdg> <rdg wit="#t" type="v">hgjg</rdg>
<rdg wit="#a" type="v">ghshghg</rdg> <rdg wit="#a" type="v">ghshghg</rdg>
<rdg wit="#a #d" type="om"/> <rdg wit="#a #d" type="om"/>
...@@ -128,7 +146,10 @@ ...@@ -128,7 +146,10 @@
<rdg type="ptl" wit="#c"> <rdg type="ptl" wit="#c">
<div type="preface"> <div type="preface">
<p> <p>
<hi rend="right-aligned">Der Herausgeber <index><term>asasas</term></index></hi> <hi rend="right-aligned">Der Herausgeber <index>
<term>asasas</term>
</index>
</hi>
</p> </p>
<note type="editorial"> <note type="editorial">
<label>asdf</label> <label>asdf</label>
...@@ -146,8 +167,11 @@ ...@@ -146,8 +167,11 @@
<var>laeuft!</var> <var>laeuft!</var>
</choice> </choice>
</p> </p>
<p>Das ist der<pb/> Test und derein<pb/>zige Test der <pb/> <hi>page</hi><pb/><hi>bre<lb>uzgtats</lb>aks <p>Das ist der<pb/> Test und derein<pb/>zige Test der <pb/> <hi>page</hi>
richtig zählt</hi></p> <pb/>
<hi>bre<lb>uzgtats</lb>aks
richtig zählt</hi>
</p>
</div> </div>
</text> </text>
</TEI> </TEI>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?><?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?> schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <TEI xmlns="http://www.tei-c.org/ns/1.0">
<text> <text>
...@@ -10,7 +9,9 @@ ...@@ -10,7 +9,9 @@
<head> <head>
<item> <item>
<hi> <hi>
<item><hi>Überschrift</hi></item> <item>
<hi>Überschrift</hi>
</item>
</hi> </hi>
</item> <hi>1</hi> </item> <hi>1</hi>
</head> </head>
...@@ -33,7 +34,7 @@ ...@@ -33,7 +34,7 @@
</p> </p>
</div> </div>
</lem> </lem>
<rdg wit="#z" type="om"></rdg> <rdg wit="#z" type="om"/>
<rdg wit="#t" type="ppl"> <rdg wit="#t" type="ppl">
<p>Erster Paragraph in T</p> <p>Erster Paragraph in T</p>
<p>Zweiter Paragraph in T</p> <p>Zweiter Paragraph in T</p>
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
<lem> <lem>
<div>APP2</div> <div>APP2</div>
</lem> </lem>
<rdg wit="#z" type="om"></rdg> <rdg wit="#z" type="om"/>
<rdg wit="#t" type="ppl"> <rdg wit="#t" type="ppl">
<p>Erster Paragraph in T</p> <p>Erster Paragraph in T</p>
<p>Zweiter Paragraph in T</p> <p>Zweiter Paragraph in T</p>
...@@ -57,7 +58,7 @@ ...@@ -57,7 +58,7 @@
<lem> <lem>
<div> <div>
<app> <app>
<lem></lem> <lem/>
<rdg wit="#h" type="ppl"> <rdg wit="#h" type="ppl">
<p>Erster Paragraph in H</p> <p>Erster Paragraph in H</p>
<p>Zweiter Paragraph in H</p> <p>Zweiter Paragraph in H</p>
...@@ -106,12 +107,14 @@ ...@@ -106,12 +107,14 @@
<p> <p>
<app> <app>
<lem>Zweiter Absatz von Test 2</lem> <lem>Zweiter Absatz von Test 2</lem>
<rdg wit="#b" type="pp"><hi>Zweiter Absatz von Test 2</hi></rdg> <rdg wit="#b" type="pp">
<hi>Zweiter Absatz von Test 2</hi>
</rdg>
</app> </app>
</p> </p>
</div> </div>
</lem> </lem>
<rdg wit="#z" type="om"></rdg> <rdg wit="#z" type="om"/>
</app> </app>
<app n="TEST3"> <app n="TEST3">
<lem> <lem>
...@@ -139,11 +142,11 @@ ...@@ -139,11 +142,11 @@
</p> </p>
</div> </div>
</lem> </lem>
<rdg wit="#a" type="om"></rdg> <rdg wit="#a" type="om"/>
<rdg wit="#b #e" type="ptl"> <rdg wit="#b #e" type="ptl">
<div> <div>
<app> <app>
<lem /> <lem/>
<rdg wit="#e" type="ppl"> <rdg wit="#e" type="ppl">
<p>PPL P in E</p> <p>PPL P in E</p>
</rdg> </rdg>
...@@ -155,4 +158,4 @@ ...@@ -155,4 +158,4 @@
</rdg> </rdg>
</app> </app>
</text> </text>
</TEI> </TEI>
\ No newline at end of file
...@@ -10,5 +10,6 @@ ...@@ -10,5 +10,6 @@
<target>interformat</target> <target>interformat</target>
<prepare>pre-install.xql</prepare> <prepare>pre-install.xql</prepare>
<finish/> <finish/>
<deployed>2018-02-20T11:24:04.081+01:00</deployed>
</meta> <deployed>2018-02-20T15:20:27.056+01:00</deployed>
</meta>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment