|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Escaped and rendered EPUB publication metadata. More...
Data Fields | |
| char | identifier [k_mdl_meta_id_max *6U] |
| Escaped identifier. | |
| char | title [k_mdl_meta_title_max *6U] |
| Escaped display title. | |
| char | language [k_mdl_meta_lang_max *6U] |
| Escaped language. | |
| char | modified [k_mdl_meta_date_max *6U] |
| Escaped modification date. | |
| char | creators [(k_mdl_meta_name_max *k_epub_creator_factor)+k_epub_creator_slack] |
| Complete escaped <dc:creator> fragments. | |
| char | description [(k_mdl_meta_summary_max *6U)+k_epub_fragment_slack] |
| Optional escaped <dc:description> fragment. | |
| char | source [(k_mdl_meta_url_max *6U)+k_epub_fragment_slack] |
| Optional escaped <dc:source> fragment. | |
| const char * | progression |
| OPF page progression token. | |
Escaped and rendered EPUB publication metadata.
Definition at line 145 of file mdl_export_epub_meta.c.
| char mdl_epub_meta_text_t::creators[(k_mdl_meta_name_max *k_epub_creator_factor)+k_epub_creator_slack] |
Complete escaped <dc:creator> fragments.
Definition at line 150 of file mdl_export_epub_meta.c.
Referenced by internal_epub_prepare_creators(), and internal_epub_render_meta().
| char mdl_epub_meta_text_t::description[(k_mdl_meta_summary_max *6U)+k_epub_fragment_slack] |
Optional escaped <dc:description> fragment.
Definition at line 152 of file mdl_export_epub_meta.c.
Referenced by internal_epub_prepare_optional(), and internal_epub_render_meta().
| char mdl_epub_meta_text_t::identifier[k_mdl_meta_id_max *6U] |
Escaped identifier.
Definition at line 146 of file mdl_export_epub_meta.c.
Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().
| char mdl_epub_meta_text_t::language[k_mdl_meta_lang_max *6U] |
Escaped language.
Definition at line 148 of file mdl_export_epub_meta.c.
Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().
| char mdl_epub_meta_text_t::modified[k_mdl_meta_date_max *6U] |
Escaped modification date.
Definition at line 149 of file mdl_export_epub_meta.c.
Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().
| const char* mdl_epub_meta_text_t::progression |
OPF page progression token.
Definition at line 156 of file mdl_export_epub_meta.c.
Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().
| char mdl_epub_meta_text_t::source[(k_mdl_meta_url_max *6U)+k_epub_fragment_slack] |
Optional escaped <dc:source> fragment.
Definition at line 154 of file mdl_export_epub_meta.c.
Referenced by internal_epub_prepare_optional(), and internal_epub_render_meta().
| char mdl_epub_meta_text_t::title[k_mdl_meta_title_max *6U] |
Escaped display title.
Definition at line 147 of file mdl_export_epub_meta.c.
Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().