From 13e8738eaa47e5283ba34afc3df912c3ee7385b7 Mon Sep 17 00:00:00 2001 From: Mark Hall <mark.hall@work.room3b.eu> Date: Tue, 6 Oct 2020 16:23:53 +0100 Subject: [PATCH] v0.12.0 --- CHANGES.md | 2 ++ docs/conf.py | 2 +- package.json | 2 +- pyproject.toml | 2 +- src/digi_edit/static/changes.json | 2 +- src/digi_edit/static/help/.buildinfo | 2 +- .../static/help/.doctrees/environment.pickle | Bin 22993 -> 22993 bytes .../help/_static/documentation_options.js | 2 +- src/digi_edit/static/help/editor/index.html | 2 +- .../static/help/editor/tei-editor.html | 2 +- .../static/help/editor/text-editor.html | 2 +- src/digi_edit/static/help/genindex.html | 2 +- src/digi_edit/static/help/index.html | 2 +- src/digi_edit/static/help/overview.html | 2 +- .../help/processes/cancel_integration.html | 2 +- .../static/help/processes/delete_task.html | 2 +- .../static/help/processes/filter_tasks.html | 2 +- .../static/help/processes/index.html | 2 +- .../static/help/processes/integrate_task.html | 2 +- .../static/help/processes/logging_in.html | 2 +- .../static/help/processes/new_task.html | 2 +- .../static/help/processes/update_task.html | 2 +- .../static/help/processes/work_on_file.html | 2 +- .../static/help/processes/work_on_task.html | 2 +- src/digi_edit/static/help/search.html | 2 +- 25 files changed, 25 insertions(+), 23 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4de937e..bcc66ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## Development () +## 0.12.0 (06.10.2020) + * **New**: Allow filtering of tasks by status * **New**: Implemented pagination of tasks * **New**: Added "About" information diff --git a/docs/conf.py b/docs/conf.py index 20ba06a..54a8942 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2019, Mark Hall' author = 'Mark Hall' # The full version, including alpha/beta/rc tags -release = '0.10.9' +release = '0.12.0' # -- General configuration --------------------------------------------------- diff --git a/package.json b/package.json index 34cfaad..201cd62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-edition-editor", - "version": "0.10.9", + "version": "0.12.0", "main": "index.js", "repository": "git@gitlab.informatik.uni-halle.de:gutzkow/digital-edition-editor.git", "author": "Mark <mark.hall@work.room3b.eu>", diff --git a/pyproject.toml b/pyproject.toml index 4b72d65..c60c512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "digi_edit" -version = "0.10.9" +version = "0.12.0" description = "A web-based environment for editing a Digital Edition" authors = ["Mark Hall <mark.hall@work.room3b.eu>"] license = "MIT" diff --git a/src/digi_edit/static/changes.json b/src/digi_edit/static/changes.json index db43a3e..7b99842 100644 --- a/src/digi_edit/static/changes.json +++ b/src/digi_edit/static/changes.json @@ -1 +1 @@ -[{"version": "0.11.0", "date": "2020-10-05T00:00:00", "changes": [{"type": "update", "message": "Add margin and indentation attributes"}, {"type": "update", "message": "Add quick-links to actions on the edition overview"}, {"type": "update", "message": "Improved the UX for review comments"}, {"type": "bugfix", "message": "Fixed a bug in the github pull request handling"}, {"type": "bugfix", "message": "Dependency update to fix Prosemirror errors"}]}, {"version": "0.10.9", "date": "2020-08-07T00:00:00", "changes": [{"type": "update", "message": "On remote push events, run a pull in the webhook"}]}, {"version": "0.10.8", "date": "2020-08-05T00:00:00", "changes": [{"type": "bugfix", "message": "Newly scanned files were not being committed"}]}, {"version": "0.10.7", "date": "2020-08-03T00:00:00", "changes": [{"type": "bugfix", "message": "Fix various bugs with nested documents"}]}, {"version": "0.10.6", "date": "2020-07-30T00:00:00", "changes": [{"type": "update", "message": "Support serving extra files"}, {"type": "bugfix", "message": "Fix white-space issues in the TEI editor"}]}, {"version": "0.10.5", "date": "2020-07-29T00:00:00", "changes": [{"type": "update", "message": "Minimally improved the UX in the metadata editor"}]}, {"version": "0.10.4", "date": "2020-07-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in force-fetching default branch updates"}]}, {"version": "0.10.3", "date": "2020-07-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in fetching default branch updates"}]}, {"version": "0.10.2", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Improved the UX for branch actions"}]}, {"version": "0.10.1", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Updated the branch overview UX"}, {"type": "bugfix", "message": "Fixed a bug in the file sorting"}, {"type": "bugfix", "message": "Force fetching the default branch"}, {"type": "bugfix", "message": "Explicitly specify the default branch"}]}, {"version": "0.10.0", "date": "2020-07-23T00:00:00", "changes": [{"type": "update", "message": "Rewritten using Pyramid + API + complete Vue.js frontend"}]}, {"version": "0.9.9", "date": "2020-05-04T00:00:00", "changes": [{"type": "update", "message": "Removed old source data identifier attribute"}]}, {"version": "0.9.8", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Generate the missing JavaScript files"}]}, {"version": "0.9.7", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Update the TEI editor to 0.7.2"}]}, {"version": "0.9.6", "date": "2020-03-16T00:00:00", "changes": [{"type": "update", "message": "Update the TEI editor"}]}, {"version": "0.9.5", "date": "2020-03-12T00:00:00", "changes": [{"type": "bugfix", "message": "Handle git merge errors more cleanly"}]}, {"version": "0.9.4", "date": "2020-03-11T00:00:00", "changes": [{"type": "new", "message": "Added support for marking up signatures"}, {"type": "new", "message": "Added support for paragraph alignment in footnotes and annotations"}]}, {"version": "0.9.3", "date": "2020-02-04T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency"}]}, {"version": "0.9.2", "date": "2020-01-30T00:00:00", "changes": [{"type": "update", "message": "Updated icons in the menu"}]}, {"version": "0.9.1", "date": "2020-01-27T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency for some performance improvements"}]}, {"version": "0.9.0", "date": "2020-01-24T00:00:00", "changes": [{"type": "update", "message": "Updated to use the new TEI editor"}]}, {"version": "0.8.13", "date": "2019-12-10T00:00:00", "changes": [{"type": "update", "message": "Updated the documentation"}, {"type": "update", "message": "Improved the labeling for date metadata inputs"}]}, {"version": "0.8.12", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.11", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.10", "date": "2019-12-05T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the config to actually enable the deduplication"}]}, {"version": "0.8.9", "date": "2019-12-04T00:00:00", "changes": [{"type": "update", "message": "Updated TEI editor to address duplicate metadata issue"}]}, {"version": "0.8.8", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Missing menu options in the editor"}]}, {"version": "0.8.7", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Support marking up text variants"}]}, {"version": "0.8.6", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Added missing translations"}]}, {"version": "0.8.5", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Added a preview link"}]}, {"version": "0.8.4", "date": "2019-11-29T00:00:00", "changes": [{"type": "new", "message": "Show the currently logged in user"}, {"type": "update", "message": "Re-label menu items"}, {"type": "bugfix", "message": "Fix issue with editing new files"}]}, {"version": "0.8.3", "date": "2019-11-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fix issue with invalid TEI being generated"}]}, {"version": "0.8.2", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Disable merging again"}]}, {"version": "0.8.1", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Link to the existing merge request if available"}, {"type": "bugfix", "message": "Hide spinner when opening the documentation"}]}, {"version": "0.8.0", "date": "2019-11-28T00:00:00", "changes": [{"type": "new", "message": "Use rebasing where possible when merging changes from the master branch"}]}, {"version": "0.7.1", "date": "2019-11-27T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.7.0", "date": "2019-11-21T00:00:00", "changes": [{"type": "new", "message": "Don't allow merge requests when one already exists."}, {"type": "update", "message": "Added level 4 headings"}]}, {"version": "0.6.1", "date": "2019-11-15T00:00:00", "changes": [{"type": "new", "message": "Enable marking up missing editorial notes"}]}, {"version": "0.6.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Enabled password changing"}]}, {"version": "0.5.1", "date": "2019-11-14T00:00:00", "changes": [{"type": "update", "message": "Fix help link to open in a new window"}]}, {"version": "0.5.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Link to external help documentation"}, {"type": "update", "message": "Make footnotes stylable"}, {"type": "update", "message": "Change indentation rendering"}, {"type": "update", "message": "Change how text changes are encoded"}, {"type": "bugfix", "message": "Fixed inability to create new individual annotations"}]}, {"version": "0.4.4", "date": "2019-11-08T00:00:00", "changes": [{"type": "new", "message": "Support footnotes"}, {"type": "new", "message": "Support corrections and lemmas"}, {"type": "update", "message": "Improve synchronisation robustness"}, {"type": "update", "message": "Improved user interface labels"}]}, {"version": "0.4.3", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Generate missing CSS prefixes"}]}, {"version": "0.4.2", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Don't serialise empty attributes"}, {"type": "bugfix", "message": "Updated the editor to fix a serialisation bug"}]}, {"version": "0.4.1", "date": "2019-09-13T00:00:00", "changes": [{"type": "new", "message": "Enabled italic main text"}]}, {"version": "0.4.0", "date": "2019-09-11T00:00:00", "changes": [{"type": "new", "message": "Enable cross-references between individual annotations"}, {"type": "new", "message": "Enable references to the global comment"}, {"type": "update", "message": "Updated localisation to bring in line with the deployed site"}]}, {"version": "0.3.2", "date": "2019-08-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a bug caused by no recent commit message"}]}, {"version": "0.3.1", "date": "2019-05-24T00:00:00", "changes": [{"type": "update", "message": "Enabled explicit markup of sources"}, {"type": "bugfix", "message": "Made the recognition of updatable commits a bit more robust"}, {"type": "bugfix", "message": "Typo in the login form"}]}, {"version": "0.3.0", "date": "2019-05-10T00:00:00", "changes": [{"type": "new", "message": "Full localisation of the interface for English and German"}, {"type": "bugfix", "message": "Don't show the loading indicator when opening the help page"}, {"type": "bugfix", "message": "Fixed loading some change messages"}]}, {"version": "0.2.0", "date": "2019-05-08T00:00:00", "changes": [{"type": "update", "message": "Improved the user experience"}]}] \ No newline at end of file +[{"version": "0.12.0", "date": "2020-10-06T00:00:00", "changes": [{"type": "new", "message": "Allow filtering of tasks by status"}, {"type": "new", "message": "Implemented pagination of tasks"}, {"type": "new", "message": "Added \"About\" information"}, {"type": "new", "message": "Added a help viewer"}, {"type": "update", "message": "Various small UX Updates"}, {"type": "bugfix", "message": "Fix the date display for the tasks"}, {"type": "bugfix", "message": "Fix missing authors on delete / integrate"}]}, {"version": "0.11.0", "date": "2020-10-05T00:00:00", "changes": [{"type": "update", "message": "Add margin and indentation attributes"}, {"type": "update", "message": "Add quick-links to actions on the edition overview"}, {"type": "update", "message": "Improved the UX for review comments"}, {"type": "bugfix", "message": "Fixed a bug in the github pull request handling"}, {"type": "bugfix", "message": "Dependency update to fix Prosemirror errors"}]}, {"version": "0.10.9", "date": "2020-08-07T00:00:00", "changes": [{"type": "update", "message": "On remote push events, run a pull in the webhook"}]}, {"version": "0.10.8", "date": "2020-08-05T00:00:00", "changes": [{"type": "bugfix", "message": "Newly scanned files were not being committed"}]}, {"version": "0.10.7", "date": "2020-08-03T00:00:00", "changes": [{"type": "bugfix", "message": "Fix various bugs with nested documents"}]}, {"version": "0.10.6", "date": "2020-07-30T00:00:00", "changes": [{"type": "update", "message": "Support serving extra files"}, {"type": "bugfix", "message": "Fix white-space issues in the TEI editor"}]}, {"version": "0.10.5", "date": "2020-07-29T00:00:00", "changes": [{"type": "update", "message": "Minimally improved the UX in the metadata editor"}]}, {"version": "0.10.4", "date": "2020-07-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in force-fetching default branch updates"}]}, {"version": "0.10.3", "date": "2020-07-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in fetching default branch updates"}]}, {"version": "0.10.2", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Improved the UX for branch actions"}]}, {"version": "0.10.1", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Updated the branch overview UX"}, {"type": "bugfix", "message": "Fixed a bug in the file sorting"}, {"type": "bugfix", "message": "Force fetching the default branch"}, {"type": "bugfix", "message": "Explicitly specify the default branch"}]}, {"version": "0.10.0", "date": "2020-07-23T00:00:00", "changes": [{"type": "update", "message": "Rewritten using Pyramid + API + complete Vue.js frontend"}]}, {"version": "0.9.9", "date": "2020-05-04T00:00:00", "changes": [{"type": "update", "message": "Removed old source data identifier attribute"}]}, {"version": "0.9.8", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Generate the missing JavaScript files"}]}, {"version": "0.9.7", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Update the TEI editor to 0.7.2"}]}, {"version": "0.9.6", "date": "2020-03-16T00:00:00", "changes": [{"type": "update", "message": "Update the TEI editor"}]}, {"version": "0.9.5", "date": "2020-03-12T00:00:00", "changes": [{"type": "bugfix", "message": "Handle git merge errors more cleanly"}]}, {"version": "0.9.4", "date": "2020-03-11T00:00:00", "changes": [{"type": "new", "message": "Added support for marking up signatures"}, {"type": "new", "message": "Added support for paragraph alignment in footnotes and annotations"}]}, {"version": "0.9.3", "date": "2020-02-04T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency"}]}, {"version": "0.9.2", "date": "2020-01-30T00:00:00", "changes": [{"type": "update", "message": "Updated icons in the menu"}]}, {"version": "0.9.1", "date": "2020-01-27T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency for some performance improvements"}]}, {"version": "0.9.0", "date": "2020-01-24T00:00:00", "changes": [{"type": "update", "message": "Updated to use the new TEI editor"}]}, {"version": "0.8.13", "date": "2019-12-10T00:00:00", "changes": [{"type": "update", "message": "Updated the documentation"}, {"type": "update", "message": "Improved the labeling for date metadata inputs"}]}, {"version": "0.8.12", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.11", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.10", "date": "2019-12-05T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the config to actually enable the deduplication"}]}, {"version": "0.8.9", "date": "2019-12-04T00:00:00", "changes": [{"type": "update", "message": "Updated TEI editor to address duplicate metadata issue"}]}, {"version": "0.8.8", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Missing menu options in the editor"}]}, {"version": "0.8.7", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Support marking up text variants"}]}, {"version": "0.8.6", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Added missing translations"}]}, {"version": "0.8.5", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Added a preview link"}]}, {"version": "0.8.4", "date": "2019-11-29T00:00:00", "changes": [{"type": "new", "message": "Show the currently logged in user"}, {"type": "update", "message": "Re-label menu items"}, {"type": "bugfix", "message": "Fix issue with editing new files"}]}, {"version": "0.8.3", "date": "2019-11-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fix issue with invalid TEI being generated"}]}, {"version": "0.8.2", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Disable merging again"}]}, {"version": "0.8.1", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Link to the existing merge request if available"}, {"type": "bugfix", "message": "Hide spinner when opening the documentation"}]}, {"version": "0.8.0", "date": "2019-11-28T00:00:00", "changes": [{"type": "new", "message": "Use rebasing where possible when merging changes from the master branch"}]}, {"version": "0.7.1", "date": "2019-11-27T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.7.0", "date": "2019-11-21T00:00:00", "changes": [{"type": "new", "message": "Don't allow merge requests when one already exists."}, {"type": "update", "message": "Added level 4 headings"}]}, {"version": "0.6.1", "date": "2019-11-15T00:00:00", "changes": [{"type": "new", "message": "Enable marking up missing editorial notes"}]}, {"version": "0.6.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Enabled password changing"}]}, {"version": "0.5.1", "date": "2019-11-14T00:00:00", "changes": [{"type": "update", "message": "Fix help link to open in a new window"}]}, {"version": "0.5.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Link to external help documentation"}, {"type": "update", "message": "Make footnotes stylable"}, {"type": "update", "message": "Change indentation rendering"}, {"type": "update", "message": "Change how text changes are encoded"}, {"type": "bugfix", "message": "Fixed inability to create new individual annotations"}]}, {"version": "0.4.4", "date": "2019-11-08T00:00:00", "changes": [{"type": "new", "message": "Support footnotes"}, {"type": "new", "message": "Support corrections and lemmas"}, {"type": "update", "message": "Improve synchronisation robustness"}, {"type": "update", "message": "Improved user interface labels"}]}, {"version": "0.4.3", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Generate missing CSS prefixes"}]}, {"version": "0.4.2", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Don't serialise empty attributes"}, {"type": "bugfix", "message": "Updated the editor to fix a serialisation bug"}]}, {"version": "0.4.1", "date": "2019-09-13T00:00:00", "changes": [{"type": "new", "message": "Enabled italic main text"}]}, {"version": "0.4.0", "date": "2019-09-11T00:00:00", "changes": [{"type": "new", "message": "Enable cross-references between individual annotations"}, {"type": "new", "message": "Enable references to the global comment"}, {"type": "update", "message": "Updated localisation to bring in line with the deployed site"}]}, {"version": "0.3.2", "date": "2019-08-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a bug caused by no recent commit message"}]}, {"version": "0.3.1", "date": "2019-05-24T00:00:00", "changes": [{"type": "update", "message": "Enabled explicit markup of sources"}, {"type": "bugfix", "message": "Made the recognition of updatable commits a bit more robust"}, {"type": "bugfix", "message": "Typo in the login form"}]}, {"version": "0.3.0", "date": "2019-05-10T00:00:00", "changes": [{"type": "new", "message": "Full localisation of the interface for English and German"}, {"type": "bugfix", "message": "Don't show the loading indicator when opening the help page"}, {"type": "bugfix", "message": "Fixed loading some change messages"}]}, {"version": "0.2.0", "date": "2019-05-08T00:00:00", "changes": [{"type": "update", "message": "Improved the user experience"}]}] \ No newline at end of file diff --git a/src/digi_edit/static/help/.buildinfo b/src/digi_edit/static/help/.buildinfo index 0341fd1..c8c50f7 100644 --- a/src/digi_edit/static/help/.buildinfo +++ b/src/digi_edit/static/help/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: bd59384e8df8dc3fe9c8514c2f7d7e72 +config: 60ad5a294e64635c86a285cd6d313c5a tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/src/digi_edit/static/help/.doctrees/environment.pickle b/src/digi_edit/static/help/.doctrees/environment.pickle index 5e65b59ea85d4671ac079e1998b68f5aeefab30b..957d49afa56d6abcf710dc27c82501f2b1f7145a 100644 GIT binary patch delta 1820 zcmcb(nepOg#toAgnT_-eHcw@o%n4#lF60)S?7*!DVs9?wF5>_*UJ1Ws1~aaSS2Iu6 zbCH|uEF&`cf-~!6Rv86dv4W!f<kaHg)MEYe{G#mm{Ji+I%$(FIJwmA|nI-u}`X#9q zCAtvyl*#-q(vufBOA7YzBeZ4arKDC&zAmjlxnEj*@<C|{QC6_flpY?4HhnO6bFa*P zrut|m1_pP>>-UxZb#K<q@`v+!JX*7Y5WL)1Sy2ey;<T&)1n-(emM@&wE5no(iQpwZ z%nCv9dfKu=5xi}evVsv-^s!23MZhKd^cAzh5WM7=tZ)Qx$^5K91n;(DmLHtgFK}qG ztb(;1$RqtzG<rm!KF-a|D=pSd%CFEXE=!*>IbOkf@<s)5c96UKr)W%mt)M*lyn+n# zgsjNPf{OC&!AuMcsN&(1D-~NAqbL7YyvgW4`Mj#qWCsI@$->IPle^TFCr>byoV-Xm zWOACC@?=Ss=E-Tw%9Ho2q)+~)tUP(Ijq2n))r86KG?gd!+R0AlQ;V3qO+$Hdr&{Uc zFiqvja!%rtE!2Z1pHo$yyjHz>vYM*$WN(e^$v2dgC*RblojgZHd2*#@>0}KJ<;iQc z_$JG1Wl#R624Z)CV=rqt69WS{=CTfgSfC)yIuBxjVl3+}hy{wRtk)nG$j4bfK`c-# zWwA3eFo0tyOBBQc#ZHzohy@CPEJF|r6e(HuAQmV>vV1`-P-J99Gb=MNfMX&n6C?<V zg{*RB28PlemXiGB;wiOLG_s;M-_%xRoXioRGFeG?4`cM^`?{YP8T}`3aLk+RV30le zpN`7r^9II@lmF=mZWcD`gfP|`moiSaam$-L!8B*Gth>r&1+!z5pWB;FmNDNj`KW`+ z<PYW>7^5~Xw0O%nS;;hS@_rSu$wJn_lmD2iOzyNkHu;&E*(5KE$$M=oCZ91^nH*_* zY;v4$-sE1pg2{G%Dw7rMk4--1nK!vpO?GmTL-6D^UMiDcIvkrk%^PHc<zzXhtjQ%l zDwEeZZD0)D9P50aX|lXs-sH9F3X@N{1yBBKr!v{m{n%uGo4m>18WNLxJ%T5j+Nw-u z@jN#9qQ2QAuQikB7z<A3*A<?8!Ry%MKC8URm721X6@7vyr&_B_p5b$BGP_3}G%^Jz zzxEBD{J=wHa+2S%$?F}#4qvM!KY6Qv@Z=6BmB~5*calN5)SD3;$==N1eCf>y&XC@W z;GF2q2+o4ujNrWI%?OTCZ$@x#^JdHfMW#0+ID2_Bg7cL(BRE5OGlJvKn=#98a(1Az z4#=L^DH>UaK=FBmnSmh{Yzs(eHwyzp)?N^?p9LfyI{8*$2si;w$O5VC2Sqj$1H*(Y zkV+5_l>8=uwIFyPy$Ie;R&X{0J99$TZWP{L6yAOm-a#180&L-77#GYtio!dN!aE7$ zZGIZ`fe{?6u~Wdo8ao9Xtg%y|9tH<%>=baY#!dkTYwQ$ou*OaSyEk?UI9Ow+fP*!5 z3OHC}r+|Ysb_zIHW2a>KO|}U22?YgfC)k=!uq~ZnOFF@Jbb_tu1l!OFwxAPieka)Y zPO#~nV8c7XW_N;(?#%Mrd^0qV$pKW*P3Yk%$U!RJ+NNZ6K?*RiofCR^QH#H}DOuex z`N>%kGMqhdUVnrfUq6%wE-Hd2?~YL5n}90xGD49tax!<M3}g6YjYv(YZgvKStSKO( R4@7i;i0L3=*5vHSGyphpJ}UqK delta 1753 zcmcb(nepOg#toAgnGN(TH&11p%n4#lF60)S?7*!DVs9?wF5>_*UJ1Ws1~aaSS2L@# zX6B`&R!r&PFDS}SPAx7@E!KyM@T8_>mgE;fxRduwi%-sX7MslPB0V`?Msl)@jPB%* zy26v^Nb^h%lr~~X%gjlg{9amma)GqO=02HyO!fXu3=Hm$*Y7LdV(3W73WM_)1+HZU zAb7@&S-uEf+MBF!1aJDAtOx|}mVH(*oW~^gEh`Gav&qZyL-3Nrvx0&U+*LQT0uj6` zu2~^)9y3=&Rw#n!*^(8B;57<lMI(5dvnR_cShIsX(mzFGa+!kl<OBur$r}~K*+Gs3 ziA5>OOg^um%se40c(S0PJUhq@sN$iMD-~NA{U`rdyg7NBhVo<w1BuDP%E6Q8s3=dK zU@AFzk#fjnHC5%wk}A!U!!(sA?^j8mtf8Sid9RJ?<UG}c$zAHolY8xCC-bRAO#Y^< zJh@Y?baI!L@?<$D@yQnIL6g&zl_#%Nub%u)Q+cwtM)u@1HRZ`SHEJjSQ&XN?saZPt zoT~EVwOV|W<+ZXIqbI-DG?=_ws|FlZS<9Ii7{Jk#br8e?MN!sy5DOGNS$9D!P}F3- z2C+as&iV;rfubafotc3F935GrAQmVpvXntAPzYohf>@v!$g&5qK%t-I3u1vnJ}a78 znSlWu>{*#0K~Ruql`}Iil=iTc<R=$Tshy&c<-hr+wkqS~ImUvM`E}1T`ft9k`-yS# zDNnP>GUk?(9SpK3ukljZeBQvAaq=23!Og-(oe;)a<5I@SeO7ssCz$3;PPJB<tYCI* zvcC;T+lI-ewknf9m~UY8-MrA^E#u^A-g%SvtB6e&vJReH;-fOT)B4zCc8|Qtdu=Kv zKk!hQ9BF%OvW;8b<X*di$+GS$lNIfcO@3x(Hp$Cka;KW?<RXXQ$!E+}CcktzHd(_T zWP{~oIj5}2904km*Enrp^xGWke4lBul4;)Lwdx9!Pq_t8{$r{#+0p&j<T&5F$=(_g zlY2daC)@d{OlI*sHu<@I-sGDaijyO~f+rt!P?>ze>)7P=j$qp=HDxC&`UFqza8j8( z!{^v!dAmGlqzX=c?HfG#ubs-|B)?;f(USvgawo6VlApZQKX~##9hJ#C0e6x?`O=#a z9Mj&+;GF2q2+o4ujNrWI%?QqP-i+Yf=FJF>S8qme{_<wb0>!8|BRE5OGlFxHHzPO; zc{73|(VH<VdUAH4vku6f*eM!Whd_~fgqeXM6>JMgXg3Q3L)Kmpv7ZGb?l<{XU<f!B zPRIhO><7g-69dD9ERaeN50nNcfVCiaAiW6QPF4m65D%30CS>hK;q67??MLAqgz+rE z79NIi!Mvj=yyGamlQ7=qr$HYW-67ru2W#vUaInTsfqEDmtg%zT!5TXS9IUZZz`+_j z1strgQ^3I*J0&Y{Qm6<As0fOkk`+DKBGe}oWNs(e*iNvionS*d!De=XjqC)Q*a<eU z6Kq~5*tkw`Bz1!0s1qDTo!}Vi%!=N8Gc=IN0aTPt=;0~IDJ|Ab%CFEXE=!-%HYKZv z2@;YJY2Mt-JXHBEnEd3d2pP_9IIllKj&A~#2TCPb5tDaEDDd^83cZX_WDK6n9Vx>Y fI$0x9Q)&u314Gty5HSlxbbyF%5Yaa|J2DLbg!CD& diff --git a/src/digi_edit/static/help/_static/documentation_options.js b/src/digi_edit/static/help/_static/documentation_options.js index b807813..3ee9e45 100644 --- a/src/digi_edit/static/help/_static/documentation_options.js +++ b/src/digi_edit/static/help/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.10.9', + VERSION: '0.12.0', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/src/digi_edit/static/help/editor/index.html b/src/digi_edit/static/help/editor/index.html index 853619f..389c3f3 100644 --- a/src/digi_edit/static/help/editor/index.html +++ b/src/digi_edit/static/help/editor/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Editors — Digital Edition Editor 0.10.9 documentation</title> + <title>Editors — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/editor/tei-editor.html b/src/digi_edit/static/help/editor/tei-editor.html index 214cbcb..0821174 100644 --- a/src/digi_edit/static/help/editor/tei-editor.html +++ b/src/digi_edit/static/help/editor/tei-editor.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>TEI Editor — Digital Edition Editor 0.10.9 documentation</title> + <title>TEI Editor — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/editor/text-editor.html b/src/digi_edit/static/help/editor/text-editor.html index f7c4b9e..f7051c3 100644 --- a/src/digi_edit/static/help/editor/text-editor.html +++ b/src/digi_edit/static/help/editor/text-editor.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Text Editor — Digital Edition Editor 0.10.9 documentation</title> + <title>Text Editor — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/genindex.html b/src/digi_edit/static/help/genindex.html index 6854e72..1cd6798 100644 --- a/src/digi_edit/static/help/genindex.html +++ b/src/digi_edit/static/help/genindex.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Index — Digital Edition Editor 0.10.9 documentation</title> + <title>Index — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/index.html b/src/digi_edit/static/help/index.html index c1d2f3f..985b618 100644 --- a/src/digi_edit/static/help/index.html +++ b/src/digi_edit/static/help/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Digital Edition Editor — Digital Edition Editor 0.10.9 documentation</title> + <title>Digital Edition Editor — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/overview.html b/src/digi_edit/static/help/overview.html index f8035eb..f1e39d3 100644 --- a/src/digi_edit/static/help/overview.html +++ b/src/digi_edit/static/help/overview.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Overview — Digital Edition Editor 0.10.9 documentation</title> + <title>Overview — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/cancel_integration.html b/src/digi_edit/static/help/processes/cancel_integration.html index 4ee539d..a15f38f 100644 --- a/src/digi_edit/static/help/processes/cancel_integration.html +++ b/src/digi_edit/static/help/processes/cancel_integration.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Cancel Task integration — Digital Edition Editor 0.10.9 documentation</title> + <title>Cancel Task integration — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/delete_task.html b/src/digi_edit/static/help/processes/delete_task.html index 91a45df..2540a78 100644 --- a/src/digi_edit/static/help/processes/delete_task.html +++ b/src/digi_edit/static/help/processes/delete_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Deleting a Task — Digital Edition Editor 0.10.9 documentation</title> + <title>Deleting a Task — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/filter_tasks.html b/src/digi_edit/static/help/processes/filter_tasks.html index 47b50eb..678de6e 100644 --- a/src/digi_edit/static/help/processes/filter_tasks.html +++ b/src/digi_edit/static/help/processes/filter_tasks.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Filtering Tasks — Digital Edition Editor 0.10.9 documentation</title> + <title>Filtering Tasks — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/index.html b/src/digi_edit/static/help/processes/index.html index a10b048..c4f9a10 100644 --- a/src/digi_edit/static/help/processes/index.html +++ b/src/digi_edit/static/help/processes/index.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Processes — Digital Edition Editor 0.10.9 documentation</title> + <title>Processes — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/integrate_task.html b/src/digi_edit/static/help/processes/integrate_task.html index 2e6a25f..fed93ae 100644 --- a/src/digi_edit/static/help/processes/integrate_task.html +++ b/src/digi_edit/static/help/processes/integrate_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Integrating a Task — Digital Edition Editor 0.10.9 documentation</title> + <title>Integrating a Task — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/logging_in.html b/src/digi_edit/static/help/processes/logging_in.html index 47c5091..fd78584 100644 --- a/src/digi_edit/static/help/processes/logging_in.html +++ b/src/digi_edit/static/help/processes/logging_in.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Logging in — Digital Edition Editor 0.10.9 documentation</title> + <title>Logging in — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/new_task.html b/src/digi_edit/static/help/processes/new_task.html index 8111529..1a33081 100644 --- a/src/digi_edit/static/help/processes/new_task.html +++ b/src/digi_edit/static/help/processes/new_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Creating a new Task — Digital Edition Editor 0.10.9 documentation</title> + <title>Creating a new Task — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/update_task.html b/src/digi_edit/static/help/processes/update_task.html index d307d8e..ad247f7 100644 --- a/src/digi_edit/static/help/processes/update_task.html +++ b/src/digi_edit/static/help/processes/update_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Updating a Task — Digital Edition Editor 0.10.9 documentation</title> + <title>Updating a Task — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/work_on_file.html b/src/digi_edit/static/help/processes/work_on_file.html index fe78499..f09a89b 100644 --- a/src/digi_edit/static/help/processes/work_on_file.html +++ b/src/digi_edit/static/help/processes/work_on_file.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Working on a file — Digital Edition Editor 0.10.9 documentation</title> + <title>Working on a file — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/processes/work_on_task.html b/src/digi_edit/static/help/processes/work_on_task.html index c4b50f0..46736e7 100644 --- a/src/digi_edit/static/help/processes/work_on_task.html +++ b/src/digi_edit/static/help/processes/work_on_task.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Working on a Task — Digital Edition Editor 0.10.9 documentation</title> + <title>Working on a Task — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> diff --git a/src/digi_edit/static/help/search.html b/src/digi_edit/static/help/search.html index 109ee5e..a4ba2da 100644 --- a/src/digi_edit/static/help/search.html +++ b/src/digi_edit/static/help/search.html @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Search — Digital Edition Editor 0.10.9 documentation</title> + <title>Search — Digital Edition Editor 0.12.0 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> -- GitLab