The branch, epub/master, has been updated. - Log -----------------------------------------------------------------
commit d60c5823189602b0eb752d341e89e26abf4e3afe Author: Josh Hieronymus <[email protected]> Date: Tue Sep 10 18:29:21 2013 -0400 Add EPUB Metadata module. The EPUB Metadata module is to define several paragraph styles that are used to capture metadata to be included in an EPUB document. It defines how different metadata items are to be marked up when exported to XHTML, and this markup is then to be used by the XHTML to EPUB converter to extract the metadata. diff --git a/lib/layouts/epub-metadata.module b/lib/layouts/epub-metadata.module new file mode 100644 index 0000000..ed0c59b --- /dev/null +++ b/lib/layouts/epub-metadata.module @@ -0,0 +1,34 @@ +#\DeclareLyXModule{EPUB Metadata} +#DescriptionBegin +#Define a style for embedding EPUB metadata into an XHTML file for the purpose +#of inclusion in an EPUB file. +#DescriptionEnd +#Author: Josh Hieronymus + +Format 48 + +Style "EPUB Metadata" + Margin Dynamic + LatexName EPUB-Metadata + LabelString "EPUB Metadata:" + LabelSep " " + LabelType Static + LabelFont + color blue + EndFont + HTMLStyle + .epub-metadata { + display: none; + } + EndHTMLStyle + HTMLAttr "class='epub-metadata'" +End + +Style "EPUB Author" + CopyStyle "EPUB Metadata" + LatexName EPUB-Author + LabelString "EPUB Author:" + HTMLAttr "class='epub-metadata epub-author'" +End + +NoStyle "EPUB Metadata" ----------------------------------------------------------------------- Summary of changes: lib/layouts/epub-metadata.module | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 lib/layouts/epub-metadata.module hooks/post-receive -- Repositories for GSOC work
