Skip to content

Commit

Permalink
Slightly improved debug support.
Browse files Browse the repository at this point in the history
Also updated submodules
  • Loading branch information
thvitt committed Aug 31, 2016
1 parent 1d5bd93 commit 325f524
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/main/web
Submodule web updated 1 files
+1 −1 js/faust_viewer.js
2 changes: 1 addition & 1 deletion src/main/xproc
Submodule xproc updated 3 files
+87 −58 xslt/add-metadata.xsl
+1 −1 xslt/split.xsl
+7 −1 xslt/utils.xsl
38 changes: 19 additions & 19 deletions svg_rendering/page/transcript-generation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<html>
<head>
<meta charset='utf-8'>
<link rel="stylesheet" href="css/webfonts.css">
<link rel="stylesheet" href="css/document-text.css">
<link rel="stylesheet" href="css/document-transcript.css">
<link rel="stylesheet" href="css/document-transcript-highlight-hands.css">
<link rel="stylesheet" href="css/document-transcript-interaction.css">
<link rel="stylesheet" href="css/pure-custom.css">
<link rel="stylesheet" href="css/basic_layout.css">
<link rel="stylesheet" href="/css/webfonts.css">
<link rel="stylesheet" href="/css/document-text.css">
<link rel="stylesheet" href="/css/document-transcript.css">
<link rel="stylesheet" href="/css/document-transcript-highlight-hands.css">
<link rel="stylesheet" href="/css/document-transcript-interaction.css">
<link rel="stylesheet" href="/css/pure-custom.css">
<link rel="stylesheet" href="/css/basic_layout.css">

<script type="text/javascript" src="./js-gen/Y_extract.js"></script>
<script type="text/javascript" src="./js-gen/svg-utils.js"></script>
<script type="text/javascript" src="./js-gen/faust.js"></script>
<script type="text/javascript" src="./js-gen/materialunit.js"></script>
<script type="text/javascript" src="./js-gen/transcript-adhoc-tree.js"></script>
<script type="text/javascript" src="./js-gen/text-index.js"></script>
<script type="text/javascript" src="./js-gen/text-annotation.js"></script>
<script type="text/javascript" src="./js-gen/transcript.js"></script>
<script type="text/javascript" src="./js-gen/transcript-svg.js"></script>
<script type="text/javascript" src="./js-gen/adhoc-tree.js"></script>
<script type="text/javascript" src="./js-gen/transcript-configuration-faust.js"></script>
<script type="text/javascript" src="./js-gen/transcript-generation.js"></script>
<script type="text/javascript" src="/js-gen/Y_extract.js"></script>
<script type="text/javascript" src="/js-gen/svg-utils.js"></script>
<script type="text/javascript" src="/js-gen/faust.js"></script>
<script type="text/javascript" src="/js-gen/materialunit.js"></script>
<script type="text/javascript" src="/js-gen/transcript-adhoc-tree.js"></script>
<script type="text/javascript" src="/js-gen/text-index.js"></script>
<script type="text/javascript" src="/js-gen/text-annotation.js"></script>
<script type="text/javascript" src="/js-gen/transcript.js"></script>
<script type="text/javascript" src="/js-gen/transcript-svg.js"></script>
<script type="text/javascript" src="/js-gen/adhoc-tree.js"></script>
<script type="text/javascript" src="/js-gen/transcript-configuration-faust.js"></script>
<script type="text/javascript" src="/js-gen/transcript-generation.js"></script>

<style>
*, *:before, *:after {
Expand Down

0 comments on commit 325f524

Please sign in to comment.