Thanks for your replies!

I just downloaded pandoc 1.13.2 and learned about the

pandoc -D epub 

and 

pandoc --template=FILE

features. This is great and easy to understand. I will certainly use it at some point.
For the current project, I decided to create a colophon section at the end of the document where all the stuff, credits, disclaimer, etc goes into.

Kind regards
Karsten

Am Montag, 22. Dezember 2014 17:25:16 UTC+1 schrieb John MacFarlane:
(These remarks concern pandoc 1.13.2 and its default templates.)

You can customize the epub (or epub3) template.  See the User's Guide
under Templates for basic instructions.  The epub templates have
conditionals

    $if(titlepage)$
    ...
    $endif$

and whatever goes in place of the ... will be on the title page.
So, this is extremely customizable.

+++ Karsten W. [Dec 21 14 12:05 ]:
>Hi,
>still an my small first ebook project, I am exploring the possibilities of
>the title page before the table of contents. Currently, it shows title,
>name and date:
>
><body>
>  <h1 class="title">My first small ebook</h1>
>  <h2 class="author">K. Weinert</h2>
>  <h3 class="date">2014-12-20</h3>
></body>
>
>Now is it possible to include further metadata on this page? For instance,
>the "rights" would be useful in my case. With the metadata being:
>
>---
>title: My first small ebook
>author: K. Weinert
>cover-image: cover.jpg
>stylesheet: mystyle.css
>date: 2014-12-20
>rights: |
>    (c) by me.
>
>    The author is not offering this ebook as legal, accounting, or other
>professional services advice. While best efforts have been used in
>preparing this book,
>    the author make no representations or warranties of any kind and assume
>no liabilities of any kind with respect to the accuracy or completeness of
>the
>    contents and specifically disclaim any implied warranties of
>merchantability or fitness of use for a particular purpose.
>
>    Neither the author nor the publisher shall be held liable or
>responsible to any person or entity with respect to any loss or incidental
>or consequential damages
>    caused, or alleged to have been caused, directly or indirectly, by the
>information or programs contained herein.
>
>...
>
>For further projects, also the abstract metadata comes to mind as a
>candidate for the title page. I searched pandoc's user guide and the epub
>example "Pro Git",
>but did not find something.
>
>Any hints on styling the title page are appreciated!
>
>Kind regards
>Karsten
>
>--
>You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discus...@googlegroups.com.
>To post to this group, send email to pandoc-...@googlegroups.com.
>To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/cb41e923-e763-4f38-aabc-426c8fa3f3a3%40googlegroups.com.
>For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/e187874d-86f1-4859-8af8-d5c028740113%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.