diff options
author | Mario <mario@mariovavti.com> | 2024-11-09 10:24:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-11-09 10:24:26 +0000 |
commit | 0ed08274f16d65b427bd4a5bbd8bd5bd6b2a65c2 (patch) | |
tree | 25b05973f824b95fc5705cf8aa79b86a44cfde00 /vendor/mikespub/php-epub-meta/test/data/eng.components.json | |
parent | 2a152e0803309eb3646316bbe0d2a47353bad2b9 (diff) | |
parent | 0534fe68869aae231259ee48a38b4533f3f1ff99 (diff) | |
download | volse-hubzilla-0ed08274f16d65b427bd4a5bbd8bd5bd6b2a65c2.tar.gz volse-hubzilla-0ed08274f16d65b427bd4a5bbd8bd5bd6b2a65c2.tar.bz2 volse-hubzilla-0ed08274f16d65b427bd4a5bbd8bd5bd6b2a65c2.zip |
Merge branch 'clean-up-some-dependencies' into 'dev'
Clean up deps and upgrade EpubMeta
See merge request hubzilla/core!2162
Diffstat (limited to 'vendor/mikespub/php-epub-meta/test/data/eng.components.json')
-rw-r--r-- | vendor/mikespub/php-epub-meta/test/data/eng.components.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/mikespub/php-epub-meta/test/data/eng.components.json b/vendor/mikespub/php-epub-meta/test/data/eng.components.json new file mode 100644 index 000000000..59e7646f8 --- /dev/null +++ b/vendor/mikespub/php-epub-meta/test/data/eng.components.json @@ -0,0 +1,16 @@ +[ + "text/titlepage.xhtml", + "text/internal_titlepage.xhtml", + "text/toc.xhtml", + "text/introduction.xhtml", + "text/installing_calibre.xhtml", + "text/the_main_gui_window.xhtml", + "text/common_tasks.xhtml", + "text/task_1_organizing.xhtml", + "text/task_2_conversion.xhtml", + "text/task_3_the_ebook_editor.xhtml", + "text/task_4_downloading_news.xhtml", + "text/task_5_interacting_with_ebook_readers.xhtml", + "text/task_6_the_ebook_viewer.xhtml", + "text/where_to_get_help.xhtml" +]
\ No newline at end of file |