Skip to content

Commit

Permalink
Added web content to eXist app
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Oct 4, 2018
1 parent c77f06d commit 06ace5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/main/assembly/exist-app.xml
Expand Up @@ -15,7 +15,7 @@
<include>config/**/*</include>
</includes>
<outputDirectory/>
<filtered>true</filtered>
<filtered>true</filtered>
</fileSet>
<fileSet>
<directory>${project.basedir}/src/main/xproc/xslt</directory>
Expand All @@ -30,6 +30,11 @@
<includes><include>**/*</include></includes>
<outputDirectory>data</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.basedir}/src/main/web/content</directory>
<includes><include>**/*</include></includes>
<outputDirectory>data/info</outputDirectory>
</fileSet>
</fileSets>
<baseDirectory/>
</assembly>
2 changes: 1 addition & 1 deletion src/main/web
Submodule web updated 51 files
+6 −0 _intro_frame.php
+1 −1 archive.php
+3 −0 archive_locations.php
+0 −115 beta-release.php
+1 −0 beta-release.php
+0 −64 beta-release1.php
+1 −0 beta-release1.php
+0 −63 beta-release2.php
+1 −0 beta-release2.php
+0 −40 contact.php
+1 −0 contact.php
+106 −0 content/beta-release.html
+61 −0 content/beta-release1.html
+62 −0 content/beta-release2.html
+38 −0 content/contact.html
+42 −0 content/credits.html
+77 −0 content/credits_advice.html
+44 −0 content/credits_archives.html
+29 −0 content/credits_coop.html
+16 −0 content/credits_finance.html
+56 −0 content/imprint.html
+337 −0 content/intro.html
+24 −0 content/intro_genesis_bargraph.html
+120 −0 content/metadata.html
+90 −0 content/multispectral_imaging.html
+102 −0 content/project.html
+245 −0 content/transcription_guidelines.html
+326 −0 content/watermarks.html
+76 −0 content/x-ray_spectrometry.html
+0 −45 credits.php
+1 −0 credits.php
+0 −80 credits_advice.php
+1 −0 credits_advice.php
+0 −45 credits_archives.php
+1 −0 credits_archives.php
+0 −30 credits_coop.php
+1 −0 credits_coop.php
+0 −18 credits_finance.php
+1 −0 credits_finance.php
+96 −0 css/basic_layout.css
+0 −52 css/document-viewer.css
+1 −1 css/pure-custom.css
+12 −5 css/textual-transcript.css
+0 −59 imprint.php
+1 −0 imprint.php
+1 −1 includes/footer.php
+5 −1 includes/header.php
+0 −316 intro.php
+1 −0 intro.php
+0 −27 intro_genesis_bargraph.php
+1 −0 intro_genesis_bargraph.php
+3 −1 js/faust_common.js
+3 −7 js/faust_tables.js
+11 −5 js/faust_viewer.js
+4 −3 js/fv_structure.js
+0 −122 metadata.php
+1 −0 metadata.php
+0 −92 multispectral_imaging.php
+1 −0 multispectral_imaging.php
+0 −106 project.php
+1 −0 project.php
+188 −0 search.php
+0 −248 transcription_guidelines.php
+1 −0 transcription_guidelines.php
+0 −0 vault/intro_text.php
+0 −328 watermarks.php
+1 −0 watermarks.php
+0 −77 x-ray_spectrometry.php
+1 −0 x-ray_spectrometry.php

0 comments on commit 06ace5c

Please sign in to comment.