Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Feb 15, 2023
1 parent edfd0aa commit fe4920d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 7 additions & 5 deletions fetch_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ mv rita2-data-master/data/rita1 ./data/rita1

./dl_imprint.sh
rm -rf rita2-data-master && rm master.zip
rm data/meta/netvis-config.xml
mv data/meta/rita1_summary.xml data/inventare/stubaital-summary.xml

# echo "create calendar data"
# python make_calendar_data.py
add-attributes -g "./data/editions/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/editions/"
add-attributes -g "./data/meta/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/meta/"
add-attributes -g "./data/rita1/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/rita1/"
add-attributes -g "./data/inventare/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/inventare/"
add-attributes -g "./data/indices/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/indices/"
add-attributes -g "./data/editions/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/editions"
add-attributes -g "./data/meta/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/meta"
add-attributes -g "./data/rita1/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/rita1"
add-attributes -g "./data/inventare/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/inventare"
add-attributes -g "./data/indices/*.xml" -b "https://id.acdh.oeaw.ac.at/rita/indices"

denormalize-indices -x './/tei:title[@type="short"]/text()' -i './data/indices/list*.xml' -f './data/editions/*.xml'
11 changes: 4 additions & 7 deletions xslt/partials/html_navbar.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,17 @@
<a class="dropdown-item" href="oag_bruneck.html">Oberamtsgericht Bruneck</a>
<a class="dropdown-item" href="inventare.html">Pustertal gesamt</a>
<h6 class="dropdown-header">Metadaten Inventare Pustertal (rita 2)</h6>
<a class="dropdown-item" href="rita1_summary.html">Metadaten Inventare Stubaital (rita 1)</a>
<a class="dropdown-item" href="stubaital-summary.html">Metadaten Inventare Stubaital (rita 1)</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Register
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="../pages/persons.html">Personen</a>
<a class="dropdown-item" href="../pages/places.html">Orte</a>
<a class="dropdown-item" href="../pages/bibl.html">Bücher</a>
<div class="dropdown-divider"/>
<a class="dropdown-item" href="../pages/netvis.html">Netzwerkgrafik</a>

<a class="dropdown-item" href="listperson.html">Personen</a>
<a class="dropdown-item" href="listplace.html">Orte</a>
<a class="dropdown-item" href="listbibl.html">Bücher</a>
</div>
</li>
</ul>
Expand Down

0 comments on commit fe4920d

Please sign in to comment.