Skip to content

Commit

Permalink
1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed Mar 25, 2020
1 parent d0f12a7 commit c1d6c6c
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/electronIndex.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
<script>
window.__PUBLIC_URL__ = '';
window.__OVIDE_VERSION__ = '1.0.0-alpha.4';
window.__OVIDE_VERSION__ = '1.0.0-alpha.5';
window.__SOURCE_REPOSITORY__ = '';
window.OVIDE_CONFIG = {
youtubeAPIKey: '${YOUTUBE_API_KEY}',
Expand Down
2 changes: 1 addition & 1 deletion app/electronIndex.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
<script>
window.__PUBLIC_URL__ = '';
window.__OVIDE_VERSION__ = '1.0.0-alpha.4';
window.__OVIDE_VERSION__ = '1.0.0-alpha.5';
window.__SOURCE_REPOSITORY__ = '';
window.OVIDE_CONFIG = {
youtubeAPIKey: '${YOUTUBE_API_KEY}',
Expand Down
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<div id="mount"></div>
<script>
window.__PUBLIC_URL__ = '';
window.__OVIDE_VERSION__ = '1.0.0-alpha.4';
window.__OVIDE_VERSION__ = '1.0.0-alpha.5';
window.__SOURCE_REPOSITORY__ = '';
window.OVIDE_CONFIG = {};
</script>
Expand Down
7 changes: 6 additions & 1 deletion app/src/peritextConfig.render.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ const peritextConfig = {
deucalion: true,
callirhoe: true,
chrysaor: true
},
'multi-page-html': {
deucalion: true,
callirhoe: true,
chrysaor: true
}
},
generators: {
Expand All @@ -36,7 +41,7 @@ const peritextConfig = {
outputFormat: 'zip',
generatorType: 'multi-page-html',
id: 'multi-page-html',
interfaceCoverage: [ 'desktop' ]
interfaceCoverage: [ 'desktop', 'web' ]
},
},
resourcesSchemas: {
Expand Down
96 changes: 96 additions & 0 deletions docs/build/6092cb107ba2b87a95ce.worker.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<div id="mount"></div>
<script>
window.__PUBLIC_URL__ = 'https://peritext.github.io/ovide';
window.__OVIDE_VERSION__ = '1.0.0-alpha.4';
window.__OVIDE_VERSION__ = '1.0.0-alpha.5';
window.__SOURCE_REPOSITORY__ = 'https://github.com/peritext/ovide';
window.OVIDE_CONFIG = {"youtubeAPIKey":"AIzaSyARZnXNhr9FhbE8j0igfs9KjjVxT29-F8A","maptilerKey":"0rAaKmSOM2pCDSUx6vrJ","maxSectionLevel":4,"maxResourceSize":50000000,"maxFolderSize":60000000,"maxProductionSize":600000000,"maxBatchNumber":50,"tempFolder":"temp","webAppPrefix":"ovide/"};
</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovide",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "an experimental application for context-rich & polymorphic scholarly publishing",
"author": "Robin de Mourat",
"contributors": [
Expand Down

0 comments on commit c1d6c6c

Please sign in to comment.